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-06-02T10:24:18.850Z||main|||||INFO|500||The following profiles are active: basic
2022-06-02T10:24:31.875Z||main|||||INFO|500||Starting service [Tomcat]
2022-06-02T10:24:31.876Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-06-02T10:24:31.989Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-06-02T10:24:36.521Z||main|||||INFO|500||catdb-pool - Starting...
2022-06-02T10:24:37.239Z||main|||||INFO|500||catdb-pool - Start completed.
2022-06-02T10:24:37.872Z||main|||||INFO|500||reqdb-pool - Starting...
2022-06-02T10:24:37.882Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-06-02T10:24:38.022Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-06-02T10:24:38.288Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-06-02T10:24:39.066Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-06-02T10:24:41.096Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-02T10:24:43.627Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-02T10:24:43.699Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-06-02T10:24:44.360Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-02T10:24:44.654Z||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-06-02T10:24:46.047Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-02T10:24:47.369Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-06-02T10:24:47.391Z||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-06-02T10:24:47.392Z||main|||||WARN|500||The sdc end point is not alive
2022-06-02T10:24:51.023Z||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-06-02T10:24:54.383Z||main|||||WARN|500||---
2022-06-02T10:24:54.384Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-06-02T10:24:54.384Z||main|||||WARN|500||---
2022-06-02T10:24:54.878Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-06-02T10:25:00.391Z||main|||||INFO|500||Started Application in 44.993 seconds (JVM running for 47.321)
2022-06-02T10:25:00.403Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-02T10:25:00.404Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-02T10:25:00.417Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-02T10:25:00.447Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-02T10:25:00.491Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3601d40b-8781-468d-812f-8d68ac6f86e5 url= /sdc/v1/artifactTypes
2022-06-02T10:25:00.491Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-02T10:25:00.845Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-06-02T10:25:00.872Z||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-06-02T10:25:00.900Z||scheduling-1|||||DEBUG|500||create keys
2022-06-02T10:25:00.909Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-06-02T10:25:01.058Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T10:25:01.085Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 3d46f656-464c-4ea9-b0a7-d5df7e027bf4 url= /sdc/v1/registerForDistribution
2022-06-02T10:25:01.672Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 3d46f656-464c-4ea9-b0a7-d5df7e027bf4 url= /sdc/v1/registerForDistribution
2022-06-02T10:25:01.673Z||scheduling-1|||||INFO|500||start DistributionClient
2022-06-02T10:25:01.712Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:25:01.714Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:25:01.723Z||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-06-02T10:25:01.722Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-06-02T10:25:01.723Z||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-06-02T10:25:01.723Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:25:01.723Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:25:12.566Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T10:25:12.603Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T10:26:01.708Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:26:01.709Z||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-06-02T10:26:01.709Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:26:01.711Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:26:01.712Z||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-06-02T10:26:01.712Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:26:11.395Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T10:26:11.448Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T10:27:01.708Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:27:01.709Z||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-06-02T10:27:01.709Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:27:01.711Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:27:01.712Z||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-06-02T10:27:01.712Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:27:11.310Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T10:27:11.310Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T10:28:01.709Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:28:01.711Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:28:01.713Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T10:28:01.713Z||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-06-02T10:28:01.713Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vhEFpQtZO3nowL1S) ...
2022-06-02T10:28:01.714Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:28:11.315Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T10:28:11.330Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T10:29:01.708Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:29:01.709Z||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-06-02T10:29:01.710Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:29:01.711Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:29:01.712Z||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-06-02T10:29:01.713Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:29:11.302Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T10:29:11.303Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T10:30:01.708Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:30:01.710Z||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-06-02T10:30:01.710Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:30:01.711Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:30:01.711Z||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-06-02T10:30:01.711Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:30:11.341Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T10:30:11.346Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T10:31:01.708Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:31:01.710Z||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-06-02T10:31:01.710Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:31:01.712Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:31:01.713Z||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-06-02T10:31:01.714Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:31:11.302Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T10:31:11.302Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T10:32:01.708Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:32:01.709Z||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-06-02T10:32:01.709Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:32:01.710Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:32:01.711Z||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-06-02T10:32:01.711Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:32:11.318Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T10:32:11.326Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T10:33:01.710Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:33:01.711Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:33:01.716Z||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-06-02T10:33:01.716Z||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-06-02T10:33:01.716Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:33:01.716Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:33:11.283Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T10:33:11.284Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T10:34:01.708Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:34:01.710Z||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-06-02T10:34:01.710Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:34:01.711Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:34:01.711Z||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-06-02T10:34:01.712Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:34:11.315Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T10:34:11.328Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T10:34:34.778Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-06-02T10:35:01.709Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:35:01.711Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:35:01.711Z||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-06-02T10:35:01.711Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:35:01.712Z||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-06-02T10:35:01.712Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:35:11.285Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T10:35:11.289Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T10:36:01.708Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:36:01.710Z||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-06-02T10:36:01.710Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:36:01.710Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:36:01.711Z||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-06-02T10:36:01.711Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:36:11.298Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T10:36:11.298Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T10:37:01.708Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:37:01.709Z||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-06-02T10:37:01.709Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:37:01.710Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:37:01.711Z||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-06-02T10:37:01.711Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:37:11.287Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T10:37:11.288Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T10:38:01.708Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:38:01.709Z||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-06-02T10:38:01.709Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:38:01.711Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:38:01.712Z||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-06-02T10:38:01.712Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:38:11.296Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T10:38:11.296Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T10:39:01.709Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:39:01.711Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:39:01.712Z||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-06-02T10:39:01.712Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:39:01.712Z||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-06-02T10:39:01.713Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:39:11.304Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T10:39:11.327Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T10:40:01.708Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:40:01.709Z||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-06-02T10:40:01.709Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:40:01.711Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:40:01.711Z||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-06-02T10:40:01.711Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:40:11.269Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T10:40:11.279Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T10:41:01.708Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:41:01.710Z||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-06-02T10:41:01.710Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:41:01.711Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:41:01.711Z||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-06-02T10:41:01.712Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:41:11.319Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T10:41:11.322Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T10:42:01.708Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:42:01.709Z||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-06-02T10:42:01.709Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:42:01.711Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:42:01.711Z||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-06-02T10:42:01.712Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:42:11.294Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T10:42:11.296Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T10:43:01.708Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:43:01.710Z||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-06-02T10:43:01.710Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:43:01.711Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:43:01.712Z||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-06-02T10:43:01.712Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:43:11.341Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T10:43:11.343Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T10:44:01.708Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:44:01.709Z||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-06-02T10:44:01.709Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:44:01.711Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:44:01.711Z||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-06-02T10:44:01.711Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:44:11.305Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T10:44:11.306Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T10:45:01.709Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:45:01.711Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:45:01.713Z||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-06-02T10:45:01.713Z||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-06-02T10:45:01.713Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:45:01.713Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:45:11.308Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T10:45:11.319Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T10:46:01.708Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:46:01.709Z||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-06-02T10:46:01.709Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:46:01.711Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:46:01.711Z||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-06-02T10:46:01.711Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:46:11.288Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T10:46:11.295Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T10:47:01.708Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:47:01.709Z||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-06-02T10:47:01.709Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:47:01.711Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:47:01.711Z||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-06-02T10:47:01.711Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:47:11.284Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T10:47:11.301Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T10:48:01.708Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:48:01.709Z||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-06-02T10:48:01.709Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:48:01.711Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:48:01.711Z||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-06-02T10:48:01.711Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:48:11.288Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T10:48:11.293Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T10:49:01.708Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:49:01.711Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:49:01.711Z||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-06-02T10:49:01.712Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:49:01.715Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T10:49:01.715Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vhEFpQtZO3nowL1S) ...
2022-06-02T10:49:11.302Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T10:49:11.312Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T10:50:01.708Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:50:01.709Z||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-06-02T10:50:01.709Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:50:01.711Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:50:01.712Z||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-06-02T10:50:01.712Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:50:11.291Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T10:50:11.292Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T10:51:01.709Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:51:01.710Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:51:01.711Z||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-06-02T10:51:01.711Z||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-06-02T10:51:01.711Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:51:01.712Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:51:11.323Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T10:51:11.323Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T10:52:01.708Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:52:01.710Z||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-06-02T10:52:01.710Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:52:01.711Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:52:01.712Z||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-06-02T10:52:01.713Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:52:11.325Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T10:52:11.325Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T10:53:01.708Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:53:01.709Z||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-06-02T10:53:01.709Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:53:01.711Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:53:01.712Z||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-06-02T10:53:01.712Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:53:11.307Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T10:53:11.308Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T10:54:01.708Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:54:01.709Z||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-06-02T10:54:01.709Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:54:01.711Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:54:01.712Z||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-06-02T10:54:01.712Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:54:11.364Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T10:54:11.367Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T10:55:01.709Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:55:01.709Z||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-06-02T10:55:01.710Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:55:01.711Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:55:01.711Z||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-06-02T10:55:01.711Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:55:11.273Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T10:55:11.305Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T10:56:01.708Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:56:01.709Z||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-06-02T10:56:01.709Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:56:01.711Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:56:01.711Z||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-06-02T10:56:01.712Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:56:11.291Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T10:56:11.291Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T10:57:01.710Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:57:01.711Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:57:01.714Z||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-06-02T10:57:01.714Z||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-06-02T10:57:01.714Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:57:01.714Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:57:11.313Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T10:57:11.321Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T10:58:01.708Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:58:01.709Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T10:58:01.709Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vhEFpQtZO3nowL1S) ...
2022-06-02T10:58:01.712Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:58:01.713Z||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-06-02T10:58:01.713Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:58:11.283Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T10:58:11.284Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T10:59:01.708Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:59:01.709Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T10:59:01.710Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vhEFpQtZO3nowL1S) ...
2022-06-02T10:59:01.711Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:59:01.711Z||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-06-02T10:59:01.712Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:59:11.298Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T10:59:11.300Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:00:01.708Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:00:01.710Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T11:00:01.710Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:00:01.711Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:00:01.711Z||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-06-02T11:00:01.711Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:00:11.288Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:00:11.332Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:01:01.708Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:01:01.709Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T11:01:01.709Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:01:01.711Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:01:01.711Z||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-06-02T11:01:01.711Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:01:11.317Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:01:11.318Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:02:01.708Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:02:01.709Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T11:02:01.709Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:02:01.711Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:02:01.711Z||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-06-02T11:02:01.711Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:02:11.304Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:02:11.304Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:03:01.708Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:03:01.709Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T11:03:01.709Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:03:01.711Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:03:01.712Z||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-06-02T11:03:01.712Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:03:11.313Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:03:11.323Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:04:01.709Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:04:01.711Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:04:01.711Z||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-06-02T11:04:01.711Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:04:01.711Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T11:04:01.712Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:04:11.311Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:04:11.313Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:05:01.708Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:05:01.709Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T11:05:01.709Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:05:01.711Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:05:01.711Z||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-06-02T11:05:01.711Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:05:11.277Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:05:11.288Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:06:01.708Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:06:01.709Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T11:06:01.709Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:06:01.711Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:06:01.711Z||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-06-02T11:06:01.711Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:06:11.271Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:06:11.282Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:07:01.709Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:07:01.709Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T11:07:01.710Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:07:01.711Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:07:01.711Z||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-06-02T11:07:01.711Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:07:11.267Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:07:11.267Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:08:01.708Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:08:01.709Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T11:08:01.709Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:08:01.710Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:08:01.711Z||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-06-02T11:08:01.711Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:08:11.341Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:08:11.341Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:09:01.708Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:09:01.709Z||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-06-02T11:09:01.709Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:09:01.711Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:09:01.712Z||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-06-02T11:09:01.712Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:09:11.280Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:09:11.289Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:10:01.709Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:10:01.711Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:10:01.712Z||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-06-02T11:10:01.712Z||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-06-02T11:10:01.712Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:10:01.712Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:10:11.291Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:10:11.299Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:11:01.708Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:11:01.709Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T11:11:01.710Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:11:01.711Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:11:01.714Z||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-06-02T11:11:01.714Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:11:11.283Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:11:11.285Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:12:01.708Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:12:01.709Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T11:12:01.709Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:12:01.712Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:12:01.713Z||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-06-02T11:12:01.713Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:12:11.295Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:12:11.295Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:13:01.708Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:13:01.709Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T11:13:01.710Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:13:01.711Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:13:01.712Z||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-06-02T11:13:01.712Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:13:11.284Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:13:11.284Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:14:01.708Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:14:01.709Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T11:14:01.709Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:14:01.710Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:14:01.711Z||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-06-02T11:14:01.711Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:14:11.312Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:14:11.348Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:15:01.708Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:15:01.709Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T11:15:01.709Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:15:01.710Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:15:01.711Z||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-06-02T11:15:01.711Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:15:11.306Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:15:11.306Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:16:01.708Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:16:01.710Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T11:16:01.710Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:16:01.710Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:16:01.711Z||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-06-02T11:16:01.711Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:16:11.292Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:16:11.353Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:17:01.708Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:17:01.710Z||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-06-02T11:17:01.710Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:17:01.711Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:17:01.711Z||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-06-02T11:17:01.711Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:17:11.287Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:17:11.357Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:18:01.708Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:18:01.709Z||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-06-02T11:18:01.709Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:18:01.711Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:18:01.711Z||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-06-02T11:18:01.711Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:18:11.310Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:18:11.313Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:19:01.708Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:19:01.709Z||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-06-02T11:19:01.710Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:19:01.711Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:19:01.711Z||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-06-02T11:19:01.711Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:19:11.337Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:19:11.362Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:20:01.708Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:20:01.710Z||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-06-02T11:20:01.710Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:20:01.710Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:20:01.711Z||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-06-02T11:20:01.711Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:20:11.335Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:20:11.336Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:21:01.708Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:21:01.709Z||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-06-02T11:21:01.709Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:21:01.710Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:21:01.711Z||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-06-02T11:21:01.711Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:21:01.958Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:21:01.968Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:01.969Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
  "consumerID": "policy-id",
  "timestamp": 1654168824763,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:21:01.995Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:21:01.995Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:01.995Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
  "consumerID": "policy-id",
  "timestamp": 1654168824763,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/basic_onboard_jvohku0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:21:01.996Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:21:01.996Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:01.996Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
  "consumerID": "policy-id",
  "timestamp": 1654168824763,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-02T11:21:01.996Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:21:01.996Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:01.996Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
  "consumerID": "clamp",
  "timestamp": 1654168834755,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:21:01.997Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:21:01.997Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:01.997Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
  "consumerID": "policy-id",
  "timestamp": 1654168824763,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:21:01.997Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:21:01.997Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:01.997Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
  "consumerID": "clamp",
  "timestamp": 1654168834755,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/basic_onboard_jvohku0_modules.json",
  "status": "NOTIFIED"
}
2022-06-02T11:21:01.998Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:21:01.998Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:01.998Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
  "consumerID": "policy-id",
  "timestamp": 1654168824763,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:21:01.998Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:21:01.998Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:01.998Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654168835894,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:21:01.999Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:21:01.999Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:01.999Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
  "consumerID": "cds",
  "timestamp": 1654168836249,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:21:01.999Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:21:01.999Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:01.999Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
  "consumerID": "clamp",
  "timestamp": 1654168834755,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:21:02.000Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:21:02.000Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.000Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654168836636,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:21:02.000Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:21:02.001Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.001Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
  "consumerID": "policy-id",
  "timestamp": 1654168824763,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/artifacts/service-BasicOnboardJvohku-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:21:02.001Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:21:02.001Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.001Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654168835894,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/basic_onboard_jvohku0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:21:02.001Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:21:02.002Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.002Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
  "consumerID": "cds",
  "timestamp": 1654168836249,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/basic_onboard_jvohku0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:21:02.002Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:21:02.002Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.002Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
  "consumerID": "clamp",
  "timestamp": 1654168834755,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:21:02.003Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:21:02.003Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.003Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654168836636,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/basic_onboard_jvohku0_modules.json",
  "status": "NOTIFIED"
}
2022-06-02T11:21:02.004Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:21:02.004Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.004Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
  "consumerID": "policy-id",
  "timestamp": 1654168824763,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/artifacts/service-BasicOnboardJvohku-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T11:21:02.004Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:21:02.005Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.005Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654168835894,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:21:02.005Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:21:02.005Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.005Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
  "consumerID": "cds",
  "timestamp": 1654168836249,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:21:02.005Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:21:02.006Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.006Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
  "consumerID": "clamp",
  "timestamp": 1654168834755,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:21:02.006Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:21:02.006Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.006Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654168836636,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-02T11:21:02.006Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:21:02.006Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.007Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
  "consumerID": "aai-ml",
  "timestamp": 1654168838714,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:21:02.007Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:21:02.007Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.007Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654168835894,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:21:02.007Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:21:02.007Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.008Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
  "consumerID": "cds",
  "timestamp": 1654168836249,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:21:02.008Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:21:02.008Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.008Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
  "consumerID": "clamp",
  "timestamp": 1654168834755,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/artifacts/service-BasicOnboardJvohku-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:21:02.008Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:21:02.008Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.009Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
  "consumerID": "aai-ml",
  "timestamp": 1654168838714,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/basic_onboard_jvohku0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:21:02.009Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:21:02.009Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.009Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654168836636,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:21:02.009Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:21:02.009Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.009Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654168835894,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:21:02.010Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:21:02.010Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.010Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
  "consumerID": "cds",
  "timestamp": 1654168836249,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:21:02.010Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:21:02.010Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.010Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
  "consumerID": "clamp",
  "timestamp": 1654168834755,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/artifacts/service-BasicOnboardJvohku-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T11:21:02.011Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:21:02.011Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.011Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
  "consumerID": "policy-id",
  "timestamp": 1654168840867,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/artifacts/service-BasicOnboardJvohku-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:21:02.011Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:21:02.011Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.011Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654168836636,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-02T11:21:02.012Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:21:02.012Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.012Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
  "consumerID": "aai-ml",
  "timestamp": 1654168838714,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:21:02.012Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:21:02.012Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.013Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654168835894,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/artifacts/service-BasicOnboardJvohku-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:21:02.013Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:21:02.013Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.013Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
  "consumerID": "cds",
  "timestamp": 1654168836249,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/artifacts/service-BasicOnboardJvohku-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:21:02.013Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:21:02.014Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.014Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
  "consumerID": "policy-id",
  "timestamp": 1654168841877,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/artifacts/service-BasicOnboardJvohku-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T11:21:02.014Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:21:02.014Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.014Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654168836636,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/artifacts/service-BasicOnboardJvohku-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:21:02.014Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:21:02.015Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.015Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
  "consumerID": "aai-ml",
  "timestamp": 1654168838714,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:21:02.015Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:21:02.015Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.015Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654168835894,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/artifacts/service-BasicOnboardJvohku-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:21:02.016Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:21:02.016Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.016Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
  "consumerID": "cds",
  "timestamp": 1654168836249,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/artifacts/service-BasicOnboardJvohku-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T11:21:02.016Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:21:02.016Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.016Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
  "consumerID": "policy-id",
  "timestamp": 1654168842882,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-02T11:21:02.212Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6c25ff80-10bf-43c1-8c0f-74b3f57e9152
2022-06-02T11:21:02.236Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c25ff80-10bf-43c1-8c0f-74b3f57e9152 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-06-02T11:21:02.262Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.262Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654168836636,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/artifacts/service-BasicOnboardJvohku-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T11:21:02.263Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:21:02.263Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.263Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
  "consumerID": "aai-ml",
  "timestamp": 1654168838714,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:21:02.263Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:21:02.263Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.263Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654168835894,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:21:02.264Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:21:02.264Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.264Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
  "consumerID": "cds",
  "timestamp": 1654168844570,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/artifacts/service-BasicOnboardJvohku-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:21:02.264Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:21:02.265Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.265Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
  "consumerID": "aai-ml",
  "timestamp": 1654168838714,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/artifacts/service-BasicOnboardJvohku-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:21:02.265Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:21:02.265Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.265Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654168835894,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/vfwac956e455d5e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:21:02.265Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:21:02.266Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.266Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654168845185,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/basic_onboard_jvohku0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:21:02.266Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:21:02.266Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.266Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
  "consumerID": "cds",
  "timestamp": 1654168845605,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/artifacts/service-BasicOnboardJvohku-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-06-02T11:21:02.279Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6c25ff80-10bf-43c1-8c0f-74b3f57e9152
2022-06-02T11:21:02.280Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c25ff80-10bf-43c1-8c0f-74b3f57e9152 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-06-02T11:21:02.287Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.288Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
  "consumerID": "aai-ml",
  "timestamp": 1654168838714,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/artifacts/service-BasicOnboardJvohku-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T11:21:02.288Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:21:02.288Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.288Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
  "consumerID": "policy-id",
  "timestamp": 1654168844763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:21:02.288Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:21:02.289Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.289Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654168835894,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:21:02.289Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:21:02.289Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.289Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
  "consumerID": "cds",
  "timestamp": 1654168836249,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:21:02.289Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:21:02.289Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.290Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
  "consumerID": "policy-id",
  "timestamp": 1654168844763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/vfwac956e455d5e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:21:02.290Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:21:02.290Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.290Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654168835894,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:21:02.291Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:21:02.291Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.292Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654168846983,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:21:02.292Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:21:02.293Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.293Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
  "consumerID": "aai-ml",
  "timestamp": 1654168847260,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/artifacts/service-BasicOnboardJvohku-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:21:02.294Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:21:02.294Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.294Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654168846903,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:21:02.295Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:21:02.295Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.295Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
  "consumerID": "cds",
  "timestamp": 1654168836249,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/vfwac956e455d5e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:21:02.296Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:21:02.296Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.296Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
  "consumerID": "policy-id",
  "timestamp": 1654168844763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-02T11:21:02.297Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:21:02.297Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.298Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654168835894,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:21:02.298Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:21:02.298Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.299Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654168846903,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/basic_onboard_jvohku0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:21:02.299Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:21:02.299Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.300Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
  "consumerID": "cds",
  "timestamp": 1654168836249,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:21:02.300Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:21:02.301Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.301Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
  "consumerID": "policy-id",
  "timestamp": 1654168844763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:21:02.302Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:21:02.302Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.303Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654168848687,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:21:02.303Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:21:02.304Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.304Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654168835894,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/artifacts/service-Vfw20220602111715-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:21:02.305Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:21:02.305Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.305Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654168846903,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:21:02.306Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:21:02.306Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.306Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
  "consumerID": "cds",
  "timestamp": 1654168836249,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:21:02.307Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:21:02.307Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.308Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
  "consumerID": "policy-id",
  "timestamp": 1654168844763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:21:02.308Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:21:02.309Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.309Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654168835894,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/artifacts/service-Vfw20220602111715-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:21:02.309Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:21:02.310Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.310Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654168849783,
  "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-06-02T11:21:02.315Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6c25ff80-10bf-43c1-8c0f-74b3f57e9152
2022-06-02T11:21:02.315Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c25ff80-10bf-43c1-8c0f-74b3f57e9152 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-06-02T11:21:02.323Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.323Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654168846903,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:21:02.324Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:21:02.324Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.324Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
  "consumerID": "cds",
  "timestamp": 1654168836249,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:21:02.324Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:21:02.324Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.325Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
  "consumerID": "policy-id",
  "timestamp": 1654168844763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/artifacts/service-Vfw20220602111715-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:21:02.325Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:21:02.325Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.325Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654168850791,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/basic_onboard_jvohku0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-02T11:21:02.325Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:21:02.326Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.326Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654168846903,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:21:02.326Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:21:02.326Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.326Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
  "consumerID": "cds",
  "timestamp": 1654168836249,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/artifacts/service-Vfw20220602111715-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:21:02.326Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:21:02.327Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.327Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
  "consumerID": "policy-id",
  "timestamp": 1654168844763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/artifacts/service-Vfw20220602111715-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T11:21:02.327Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:21:02.327Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.327Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654168836636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:21:02.328Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:21:02.328Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.328Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
  "consumerID": "clamp",
  "timestamp": 1654168852119,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/artifacts/service-BasicOnboardJvohku-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:21:02.328Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:21:02.328Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.328Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654168846903,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/artifacts/service-BasicOnboardJvohku-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:21:02.329Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:21:02.329Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.329Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
  "consumerID": "cds",
  "timestamp": 1654168836249,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/artifacts/service-Vfw20220602111715-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T11:21:02.329Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:21:02.329Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.330Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654168836636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/vfwac956e455d5e0_modules.json",
  "status": "NOTIFIED"
}
2022-06-02T11:21:02.330Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:21:02.330Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.330Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654168846903,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/artifacts/service-BasicOnboardJvohku-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T11:21:02.330Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:21:02.330Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.331Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
  "consumerID": "policy-id",
  "timestamp": 1654168853340,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/artifacts/service-Vfw20220602111715-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:21:02.331Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:21:02.331Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.331Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654168836636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-02T11:21:02.331Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:21:02.332Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.332Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
  "consumerID": "clamp",
  "timestamp": 1654168854146,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/artifacts/service-BasicOnboardJvohku-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T11:21:02.332Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:21:02.332Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.332Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
  "consumerID": "cds",
  "timestamp": 1654168854179,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/artifacts/service-Vfw20220602111715-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:21:02.332Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:21:02.333Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.333Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
  "consumerID": "policy-id",
  "timestamp": 1654168854344,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/artifacts/service-Vfw20220602111715-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T11:21:02.333Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:21:02.333Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.333Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654168836636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:21:02.333Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:21:02.333Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.334Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
  "consumerID": "cds",
  "timestamp": 1654168855190,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/artifacts/service-Vfw20220602111715-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-06-02T11:21:02.346Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1b33c3bb-796b-4b0f-9366-2d9326c74281
2022-06-02T11:21:02.346Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b33c3bb-796b-4b0f-9366-2d9326c74281 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=?
2022-06-02T11:21:02.350Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-02T11:21:02.351Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.351Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"6c25ff80-10bf-43c1-8c0f-74b3f57e9152","serviceName":"basic_onboard_jvoHKu","serviceVersion":"1.0","serviceUUID":"3ff4d0e6-b0ea-46f7-beb9-fda4bc49dbe7","serviceDescription":"service","serviceInvariantUUID":"5d825d6c-f375-4796-9f4d-37d85dfde7d7","resources":[{"resourceInstanceName":"basic_onboard_jvoHKu 0","resourceName":"basic_onboard_jvoHKu","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"68ad6fd1-947e-4253-a77d-e9ff9bf36f11","resourceInvariantUUID":"17d1d25b-efa6-43bb-aaa2-7a187369c88d","resourceCustomizationUUID":"99bcbbeb-31ec-4a23-bcdd-9a6df2b05c28","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/vf-license-model.xml","artifactChecksum":"ZmUyMjVkYmQyZTM2MDczNDkzZWFmOGYxMDVhYzNhNzI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fd7e27b7-525a-4033-8e23-5b3ba4630f69","artifactVersion":"1"},{"artifactName":"basic_onboard_jvohku0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/basic_onboard_jvohku0_modules.json","artifactChecksum":"ZTRmMWQ1YTc3MzU2ODViNjllM2UzMjdmNmMzMTA3MmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ff3ac723-35be-4cb0-82fb-445ef9241475","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a80cb640-4569-47f7-ad6c-d0bb543fd43e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5016c14a-deeb-451b-8a77-f2b1b9ed5e2f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d34b3269-b808-4f0d-8e09-1948fbcf499e","artifactVersion":"2","generatedFromUUID":"a80cb640-4569-47f7-ad6c-d0bb543fd43e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardJvohku-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/artifacts/service-BasicOnboardJvohku-template.yml","artifactChecksum":"MzY5MmZhM2FiYTBiMzg1ZjQ3ODgwODYwMTY1YmIxMjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fba50b5e-8771-49d2-bc55-6d69956bb7e4","artifactVersion":"1"},{"artifactName":"service-BasicOnboardJvohku-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/artifacts/service-BasicOnboardJvohku-csar.csar","artifactChecksum":"MjQyNWI2OThhOGEzYzVkOGU4MzJhZWY3NzUwOWQ1MDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e5830293-ff20-41aa-b8e7-486982a64a2c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-02T11:21:02.355Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.356Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
  "consumerID": "clamp",
  "timestamp": 1654168855152,
  "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-06-02T11:21:02.359Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T11:21:02.359Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6c25ff80-10bf-43c1-8c0f-74b3f57e9152
2022-06-02T11:21:02.359Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c25ff80-10bf-43c1-8c0f-74b3f57e9152 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-06-02T11:21:02.366Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:21:02.368Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.368Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654168855590,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/artifacts/service-BasicOnboardJvohku-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:21:02.368Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:21:02.369Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.369Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
  "consumerID": "policy-id",
  "timestamp": 1654168855348,
  "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-06-02T11:21:02.372Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1b33c3bb-796b-4b0f-9366-2d9326c74281
2022-06-02T11:21:02.372Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b33c3bb-796b-4b0f-9366-2d9326c74281 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-06-02T11:21:02.378Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:21:02.378Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654168861708,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:21:02.382Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.382Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654168836636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-02T11:21:02.382Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:21:02.383Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.383Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654168836636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/artifacts/service-Vfw20220602111715-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:21:02.383Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:21:02.383Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.383Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654168836636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/artifacts/service-Vfw20220602111715-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T11:21:02.384Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:21:02.384Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.385Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654168858913,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/vfwac956e455d5e0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:21:02.385Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:21:02.385Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.385Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654168860086,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:21:02.386Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:21:02.386Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.386Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
  "consumerID": "aai-ml",
  "timestamp": 1654168861079,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/artifacts/service-BasicOnboardJvohku-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-06-02T11:21:02.387Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:21:02.387Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.387Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654168861281,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:21:02.388Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:21:02.478Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-06-02T11:21:02.482Z||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-06-02T11:21:02.483Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:21:02.502Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:21:02.503Z||pool-3-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:21:03.389Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T11:21:03.389Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:21:03.391Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:21:03.392Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654168861708,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/basic_onboard_jvohku0_modules.json",
  "status": "NOTIFIED"
}
2022-06-02T11:21:03.492Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-02T11:21:03.493Z||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-06-02T11:21:03.494Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:21:03.520Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:21:03.521Z||pool-4-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:21:04.392Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T11:21:04.393Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:21:04.395Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:21:04.395Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654168861708,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-02T11:21:04.496Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:21:04.497Z||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-06-02T11:21:04.498Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:21:04.514Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:21:04.515Z||pool-5-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:21:05.397Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T11:21:05.398Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:21:05.400Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:21:05.401Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654168861708,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:21:05.501Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:21:05.502Z||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-06-02T11:21:05.502Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:21:05.518Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:21:05.519Z||pool-6-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:21:06.401Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T11:21:06.402Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:21:06.405Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:21:06.405Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654168861708,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-02T11:21:06.505Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:21:06.506Z||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-06-02T11:21:06.506Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:21:06.524Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:21:06.525Z||pool-7-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:21:07.406Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T11:21:07.407Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:21:07.409Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:21:07.409Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654168861708,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/artifacts/service-BasicOnboardJvohku-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:21:07.510Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:21:07.511Z||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-06-02T11:21:07.511Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:21:07.531Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:21:07.532Z||pool-8-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:21:08.410Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T11:21:08.411Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:21:08.414Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:21:08.414Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654168861708,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/artifacts/service-BasicOnboardJvohku-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T11:21:08.514Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:21:08.515Z||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-06-02T11:21:08.515Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:21:08.537Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:21:08.537Z||pool-9-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-06-02T11:21:09.416Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
  "serviceName": "basic_onboard_jvoHKu",
  "serviceVersion": "1.0",
  "serviceUUID": "3ff4d0e6-b0ea-46f7-beb9-fda4bc49dbe7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5d825d6c-f375-4796-9f4d-37d85dfde7d7",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_jvoHKu 0",
      "resourceCustomizationUUID": "99bcbbeb-31ec-4a23-bcdd-9a6df2b05c28",
      "resourceName": "basic_onboard_jvoHKu",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "68ad6fd1-947e-4253-a77d-e9ff9bf36f11",
      "resourceInvariantUUID": "17d1d25b-efa6-43bb-aaa2-7a187369c88d",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_jvohku0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/basic_onboard_jvohku0_modules.json",
          "artifactChecksum": "ZTRmMWQ1YTc3MzU2ODViNjllM2UzMjdmNmMzMTA3MmI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ff3ac723-35be-4cb0-82fb-445ef9241475",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "a80cb640-4569-47f7-ad6c-d0bb543fd43e",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "d34b3269-b808-4f0d-8e09-1948fbcf499e",
            "generatedFromUUID": "a80cb640-4569-47f7-ad6c-d0bb543fd43e"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "d34b3269-b808-4f0d-8e09-1948fbcf499e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardJvohku-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/artifacts/service-BasicOnboardJvohku-csar.csar",
      "artifactChecksum": "MjQyNWI2OThhOGEzYzVkOGU4MzJhZWY3NzUwOWQ1MDI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e5830293-ff20-41aa-b8e7-486982a64a2c"
    }
  ],
  "workloadContext": "Production"
}
2022-06-02T11:21:09.417Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-02T11:21:09.417Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3ff4d0e6-b0ea-46f7-beb9-fda4bc49dbe7 ASDC
2022-06-02T11:21:09.543Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:6c25ff80-10bf-43c1-8c0f-74b3f57e9152
ServiceName:basic_onboard_jvoHKu
ServiceVersion:1.0
ServiceUUID:3ff4d0e6-b0ea-46f7-beb9-fda4bc49dbe7
ServiceInvariantUUID:5d825d6c-f375-4796-9f4d-37d85dfde7d7
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardJvohku-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/artifacts/service-BasicOnboardJvohku-csar.csar
ArtifactUUID:e5830293-ff20-41aa-b8e7-486982a64a2c
ArtifactChecksum:MjQyNWI2OThhOGEzYzVkOGU4MzJhZWY3NzUwOWQ1MDI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_jvoHKu 0
ResourceCustomizationUUID:99bcbbeb-31ec-4a23-bcdd-9a6df2b05c28
ResourceInvariantUUID:17d1d25b-efa6-43bb-aaa2-7a187369c88d
ResourceName:basic_onboard_jvoHKu
ResourceType:VF
ResourceUUID:68ad6fd1-947e-4253-a77d-e9ff9bf36f11
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_jvohku0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/basic_onboard_jvohku0_modules.json
ArtifactUUID:ff3ac723-35be-4cb0-82fb-445ef9241475
ArtifactChecksum:ZTRmMWQ1YTc3MzU2ODViNjllM2UzMjdmNmMzMTA3MmI=
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/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/base_ubuntu18.yaml
ArtifactUUID:a80cb640-4569-47f7-ad6c-d0bb543fd43e
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/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/base_ubuntu18.env
ArtifactUUID:d34b3269-b808-4f0d-8e09-1948fbcf499e
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/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/base_ubuntu18.env
ArtifactUUID:d34b3269-b808-4f0d-8e09-1948fbcf499e
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-02T11:21:09.548Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3ff4d0e6-b0ea-46f7-beb9-fda4bc49dbe7 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-06-02T11:21:09.601Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-02T11:21:09.602Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-02T11:21:09.604Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-02T11:21:09.604Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: e5830293-ff20-41aa-b8e7-486982a64a2c from URL: /sdc/v1/catalog/services/BasicOnboardJvohku/1.0/artifacts/service-BasicOnboardJvohku-csar.csar
2022-06-02T11:21:09.605Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-02T11:21:09.607Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/artifacts/service-BasicOnboardJvohku-csar.csar
2022-06-02T11:21:09.842Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-02T11:21:09.859Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJvohku/1.0/artifacts/service-BasicOnboardJvohku-csar.csar e5830293-ff20-41aa-b8e7-486982a64a2c 71594
2022-06-02T11:21:09.861Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJvohku/1.0/artifacts/service-BasicOnboardJvohku-csar.csar ASDC sendASDCNotification
2022-06-02T11:21:09.861Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/artifacts/service-BasicOnboardJvohku-csar.csar
2022-06-02T11:21:09.862Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T11:21:09.864Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:21:09.866Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:21:09.866Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654168869859,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/artifacts/service-BasicOnboardJvohku-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:21:09.966Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-02T11:21:09.967Z||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-06-02T11:21:09.967Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:21:09.993Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:21:09.994Z||pool-10-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:21:10.867Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-02T11:21:10.869Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-02T11:21:10.869Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: e5830293-ff20-41aa-b8e7-486982a64a2c, URL: /sdc/v1/catalog/services/BasicOnboardJvohku/1.0/artifacts/service-BasicOnboardJvohku-csar.csar to file: /app/ASDC/1/service-BasicOnboardJvohku-csar.csar
2022-06-02T11:21:10.870Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardJvohku-csar.csar
2022-06-02T11:21:10.960Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardJvohku-csar.csar
2022-06-02T11:21:10.961Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardJvohku-csar.csar
2022-06-02T11:21:11.551Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4934488642362688826/Definitions/service-BasicOnboardJvohku-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-06-02T11:21:13.678Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-02T11:21:13.683Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-06-02T11:21:13.683Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardJvohku-csar.csar
2022-06-02T11:21:13.683Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-02T11:21:13.683Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_jvoHKu 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-BasicOnboardJvohku-csar.csar
2022-06-02T11:21:13.684Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardJvohku-csar.csar
2022-06-02T11:21:13.684Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardJvohku-csar.csar
2022-06-02T11:21:13.684Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardJvohku-csar.csar
2022-06-02T11:21:13.684Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardJvohku-csar.csar
2022-06-02T11:21:13.685Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardJvohku-csar.csar
2022-06-02T11:21:13.685Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardJvohku-csar.csar
2022-06-02T11:21:13.685Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardJvohku-csar.csar
2022-06-02T11:21:13.685Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardJvohku-csar.csar
2022-06-02T11:21:13.685Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-06-02T11:21:13.691Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:21:13.693Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_jvoHKu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:21:13.697Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_jvoHKu 0 is matching search criteria
2022-06-02T11:21:13.697Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-06-02T11:21:13.699Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_jvoHKu 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-02T11:21:13.700Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:21:13.701Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_jvoHKu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:21:13.701Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_jvoHKu 0 is matching search criteria
2022-06-02T11:21:13.701Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-06-02T11:21:13.701Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_jvoHKu 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-02T11:21:13.701Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:21:13.702Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_jvoHKu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:21:13.705Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:21:13.705Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_jvoHKu 0 is not matching search criteria
2022-06-02T11:21:13.705Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-06-02T11:21:13.706Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-06-02T11:21:13.706Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-06-02T11:21:13.706Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-02T11:21:13.706Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-02T11:21:13.706Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:21:13.707Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_jvoHKu is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-02T11:21:13.708Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:21:13.708Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_jvoHKu 0 is matching search criteria
2022-06-02T11:21:13.708Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_jvoHKu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T11:21:13.709Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:21:13.709Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_jvoHKu 0 is matching search criteria
2022-06-02T11:21:13.709Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_jvoHKu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T11:21:13.709Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:21:13.710Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_jvoHKu 0 is matching search criteria
2022-06-02T11:21:13.710Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_jvoHKu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T11:21:13.710Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:21:13.710Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_jvoHKu 0 is not matching search criteria
2022-06-02T11:21:13.711Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-02T11:21:13.711Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-02T11:21:13.711Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=52dedf25-2d57-4b4a-a4fb-b1744bda4714
2022-06-02T11:21:13.711Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:21:13.711Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_jvoHKu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:21:13.712Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:21:13.712Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_jvoHKu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:21:13.712Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:21:13.712Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_jvoHKu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:21:13.713Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:21:13.713Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_jvoHKu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:21:13.713Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_jvoHKu
Description:service
Model UUID:3ff4d0e6-b0ea-46f7-beb9-fda4bc49dbe7
Model Version:NULL
Model InvariantUuid:5d825d6c-f375-4796-9f4d-37d85dfde7d7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_jvoHKu
Model UUID:14c84631-64c9-45ee-97ec-8d931bbea96c
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:17d1d25b-efa6-43bb-aaa2-7a187369c88d
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:99bcbbeb-31ec-4a23-bcdd-9a6df2b05c28
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:37287c73-3870-4dbb-9e4f-a0f171742bc9
ModelName:BasicOnboardJvohku..base_ubuntu18..module-0
ModelUuid:1174f485-29ee-4df6-a788-25fa647d19e3
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:52dedf25-2d57-4b4a-a4fb-b1744bda4714
ModelInvariantUuid:b8a211d7-0419-45e9-a33a-33c1de408b75
ModelName:basic_onboard_jvoHKu-nodes.ubuntu18Cvfc
ModelUuid:ebe496ed-87ae-4159-b118-4708ed607b00
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:973db833-7bd6-42e3-9376-ec725bf25b73
ModelInvariantUuid:b0fbfd8f-0f4e-4148-93a1-443f3c6ac4d6
ModelName:BasicOnboardJvohku.compute.nodes.heat.ubuntu18
ModelUuid:e40f7a85-3a85-474c-b579-959d2fdd3ba3
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-06-02T11:21:13.732Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 68ad6fd1-947e-4253-a77d-e9ff9bf36f11
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-06-02T11:21:13.830Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||basic_onboard_jvoHKu 0
2022-06-02T11:21:13.837Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 68ad6fd1-947e-4253-a77d-e9ff9bf36f11
2022-06-02T11:21:13.837Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: ff3ac723-35be-4cb0-82fb-445ef9241475 from URL: /sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/basic_onboard_jvohku0_modules.json
2022-06-02T11:21:13.837Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-02T11:21:13.838Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/basic_onboard_jvohku0_modules.json
2022-06-02T11:21:14.023Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-02T11:21:14.024Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/basic_onboard_jvohku0_modules.json ff3ac723-35be-4cb0-82fb-445ef9241475 798
2022-06-02T11:21:14.024Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/basic_onboard_jvohku0_modules.json ASDC sendASDCNotification
2022-06-02T11:21:14.025Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/basic_onboard_jvohku0_modules.json
2022-06-02T11:21:14.025Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T11:21:14.025Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:21:14.029Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:21:14.029Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654168874024,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/basic_onboard_jvohku0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:21:14.129Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:21:14.133Z||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-06-02T11:21:14.134Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:21:14.159Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:21:14.163Z||pool-11-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
2022-06-02T11:21:15.032Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardJvohku..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "37287c73-3870-4dbb-9e4f-a0f171742bc9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1174f485-29ee-4df6-a788-25fa647d19e3",
    "vfModuleModelCustomizationUUID": "c70ce821-2e46-48be-97aa-22833507245b",
    "isBase": true,
    "artifacts": [
      "a80cb640-4569-47f7-ad6c-d0bb543fd43e",
      "d34b3269-b808-4f0d-8e09-1948fbcf499e"
    ],
    "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-06-02T11:21:15.056Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardJvohku..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1174f485-29ee-4df6-a788-25fa647d19e3
VfModuleModelInvariantUUID:37287c73-3870-4dbb-9e4f-a0f171742bc9
VfModuleModelDescription:NULL
Artifacts UUID List:{
a80cb640-4569-47f7-ad6c-d0bb543fd43e
,
d34b3269-b808-4f0d-8e09-1948fbcf499e

}
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-06-02T11:21:15.089Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardJvohku..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "37287c73-3870-4dbb-9e4f-a0f171742bc9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1174f485-29ee-4df6-a788-25fa647d19e3",
    "vfModuleModelCustomizationUUID": "c70ce821-2e46-48be-97aa-22833507245b",
    "isBase": true,
    "artifacts": [
      "a80cb640-4569-47f7-ad6c-d0bb543fd43e",
      "d34b3269-b808-4f0d-8e09-1948fbcf499e"
    ],
    "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-06-02T11:21:15.090Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardJvohku..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1174f485-29ee-4df6-a788-25fa647d19e3
VfModuleModelInvariantUUID:37287c73-3870-4dbb-9e4f-a0f171742bc9
VfModuleModelDescription:NULL
Artifacts UUID List:{
a80cb640-4569-47f7-ad6c-d0bb543fd43e
,
d34b3269-b808-4f0d-8e09-1948fbcf499e

}
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-06-02T11:21:15.090Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: a80cb640-4569-47f7-ad6c-d0bb543fd43e from URL: /sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/base_ubuntu18.yaml
2022-06-02T11:21:15.090Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-02T11:21:15.090Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/base_ubuntu18.yaml
2022-06-02T11:21:15.955Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-02T11:21:15.955Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/base_ubuntu18.yaml a80cb640-4569-47f7-ad6c-d0bb543fd43e 5033
2022-06-02T11:21:15.956Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-02T11:21:15.956Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/base_ubuntu18.yaml
2022-06-02T11:21:15.956Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T11:21:15.956Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:21:15.958Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:21:15.958Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654168875956,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:21:16.058Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:21:16.060Z||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-06-02T11:21:16.060Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:21:16.084Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:21:16.085Z||pool-12-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":2,"count":1}
2022-06-02T11:21:16.959Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: d34b3269-b808-4f0d-8e09-1948fbcf499e from URL: /sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/base_ubuntu18.env
2022-06-02T11:21:16.960Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-02T11:21:16.967Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/base_ubuntu18.env
2022-06-02T11:21:17.621Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-02T11:21:17.622Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/base_ubuntu18.env d34b3269-b808-4f0d-8e09-1948fbcf499e 909
2022-06-02T11:21:17.622Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-02T11:21:17.622Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/base_ubuntu18.env
2022-06-02T11:21:17.622Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T11:21:17.623Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:21:17.626Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:21:17.626Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654168877622,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:21:17.728Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-02T11:21:17.730Z||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-06-02T11:21:17.730Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:21:17.758Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:21:17.759Z||pool-13-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-06-02T11:21:18.626Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 3ff4d0e6-b0ea-46f7-beb9-fda4bc49dbe7
2022-06-02T11:21:18.627Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_jvoHKu 0 68ad6fd1-947e-4253-a77d-e9ff9bf36f11 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-02T11:21:18.683Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@74084ef6, org.onap.sdc.toscaparser.api.parameters.Input@2ad29780, org.onap.sdc.toscaparser.api.parameters.Input@27401917, org.onap.sdc.toscaparser.api.parameters.Input@6e11b109, org.onap.sdc.toscaparser.api.parameters.Input@58582dc3]
2022-06-02T11:21:18.687Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:21:18.688Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_jvoHKu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:21:18.688Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-06-02T11:21:18.689Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 99bcbbeb-31ec-4a23-bcdd-9a6df2b05c28
2022-06-02T11:21:18.689Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 99bcbbeb-31ec-4a23-bcdd-9a6df2b05c28 matches Tosca VF Customization UUID: 99bcbbeb-31ec-4a23-bcdd-9a6df2b05c28
2022-06-02T11:21:18.689Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 99bcbbeb-31ec-4a23-bcdd-9a6df2b05c28  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-06-02T11:21:18.697Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:21:18.697Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_jvoHKu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:21:18.699Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 99bcbbeb-31ec-4a23-bcdd-9a6df2b05c28: {\"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-06-02T11:21:18.699Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@b5c01f9
2022-06-02T11:21:18.699Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:21:18.699Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_jvoHKu is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-02T11:21:18.700Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c70ce821-2e46-48be-97aa-22833507245b
2022-06-02T11:21:18.701Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c70ce821-2e46-48be-97aa-22833507245b
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-06-02T11:21:18.710Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:21:18.711Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_jvoHKu 0 is matching search criteria
2022-06-02T11:21:18.711Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_jvoHKu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T11:21:18.712Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:21:18.713Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_jvoHKu 0 is matching search criteria
2022-06-02T11:21:18.713Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_jvoHKu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T11:21:18.713Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:21:18.713Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_jvoHKu 0 is not matching search criteria
2022-06-02T11:21:18.714Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-02T11:21:18.714Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-02T11:21:18.714Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=52dedf25-2d57-4b4a-a4fb-b1744bda4714
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-06-02T11:21:18.729Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:21:18.730Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_jvoHKu 0 is matching search criteria
2022-06-02T11:21:18.730Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_jvoHKu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T11:21:18.731Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:21:18.731Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_jvoHKu 0 is matching search criteria
2022-06-02T11:21:18.731Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_jvoHKu 0] matching following query criteria: sdcType=VF, customizationUUID=99bcbbeb-31ec-4a23-bcdd-9a6df2b05c28
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-06-02T11:21:18.733Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:21:18.734Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_jvoHKu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:21:18.734Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 3ff4d0e6-b0ea-46f7-beb9-fda4bc49dbe7: basic_onboard_jvoHKu
2022-06-02T11:21:18.735Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:21:18.735Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_jvoHKu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:21:18.735Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:21:18.736Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_jvoHKu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:21:18.736Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:21:18.736Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_jvoHKu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:21:18.737Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:21:18.738Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_jvoHKu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:21:18.738Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:21:18.738Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_jvoHKu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:21:18.738Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||Saving Service: basic_onboard_jvoHKu 
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-06-02T11:21:18.988Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_jvoHKu 68ad6fd1-947e-4253-a77d-e9ff9bf36f11 1 ASDC deployResourceStructure
2022-06-02T11:21:18.988Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/basic_onboard_jvohku0_modules.json ASDC sendASDCNotification
2022-06-02T11:21:18.989Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/basic_onboard_jvohku0_modules.json
2022-06-02T11:21:18.989Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T11:21:18.989Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:21:18.991Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:21:18.991Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654168878988,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/basic_onboard_jvohku0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-02T11:21:19.092Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:21:19.093Z||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-06-02T11:21:19.093Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:21:19.117Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:21:19.117Z||pool-14-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-06-02T11:21:19.993Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-02T11:21:19.993Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/base_ubuntu18.yaml
2022-06-02T11:21:19.993Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T11:21:19.993Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:21:19.995Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:21:19.995Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654168879993,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-06-02T11:21:20.095Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:21:20.097Z||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-06-02T11:21:20.097Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:21:20.114Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:21:20.114Z||pool-15-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:21:21.000Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-02T11:21:21.001Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/base_ubuntu18.env
2022-06-02T11:21:21.001Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T11:21:21.002Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:21:21.005Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:21:21.005Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654168881000,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-06-02T11:21:21.105Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-02T11:21:21.106Z||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-06-02T11:21:21.106Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:21:21.130Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:21:21.131Z||pool-16-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-06-02T11:21:22.007Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJvohku/1.0/artifacts/service-BasicOnboardJvohku-csar.csar ASDC sendASDCNotification
2022-06-02T11:21:22.007Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/artifacts/service-BasicOnboardJvohku-csar.csar
2022-06-02T11:21:22.007Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T11:21:22.008Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:21:22.010Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:21:22.010Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654168882006,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/artifacts/service-BasicOnboardJvohku-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T11:21:22.111Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-02T11:21:22.112Z||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-06-02T11:21:22.112Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:21:22.128Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:21:22.129Z||pool-17-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:21:23.012Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6c25ff80-10bf-43c1-8c0f-74b3f57e9152
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-02T11:21:23.027Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6c25ff80-10bf-43c1-8c0f-74b3f57e9152
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-06-02T11:21:23.030Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T11:21:23.030Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-02T11:21:23.030Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-02T11:21:53.031Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6c25ff80-10bf-43c1-8c0f-74b3f57e9152
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-02T11:21:53.044Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6c25ff80-10bf-43c1-8c0f-74b3f57e9152
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-06-02T11:21:53.048Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T11:21:53.049Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-02T11:21:53.049Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-02T11:22:01.711Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:22:01.712Z||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-06-02T11:22:01.712Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:22:01.757Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:22:01.758Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:22:01.758Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654168861747,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/artifacts/service-BasicOnboardJvohku-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T11:22:01.759Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:22:23.049Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6c25ff80-10bf-43c1-8c0f-74b3f57e9152
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-02T11:22:23.072Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6c25ff80-10bf-43c1-8c0f-74b3f57e9152
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-06-02T11:22:23.075Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T11:22:23.076Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-02T11:22:23.076Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-02T11:22:53.076Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6c25ff80-10bf-43c1-8c0f-74b3f57e9152
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-02T11:22:53.094Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6c25ff80-10bf-43c1-8c0f-74b3f57e9152
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-06-02T11:22:53.096Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T11:22:53.096Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-02T11:22:53.097Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-02T11:23:01.711Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:23:01.713Z||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-06-02T11:23:01.713Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:23:01.751Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:23:01.752Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:23:01.752Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
  "consumerID": "aai-ml",
  "timestamp": 1654168862086,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "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-06-02T11:23:01.759Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 6c25ff80-10bf-43c1-8c0f-74b3f57e9152
2022-06-02T11:23:01.759Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c25ff80-10bf-43c1-8c0f-74b3f57e9152 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-06-02T11:23:23.097Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6c25ff80-10bf-43c1-8c0f-74b3f57e9152
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-02T11:23:23.112Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6c25ff80-10bf-43c1-8c0f-74b3f57e9152
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-06-02T11:23:23.115Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T11:23:23.116Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-02T11:23:23.116Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-02T11:23:23.116Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-02T11:23:53.116Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6c25ff80-10bf-43c1-8c0f-74b3f57e9152
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-02T11:23:53.130Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6c25ff80-10bf-43c1-8c0f-74b3f57e9152
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-06-02T11:23:53.133Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T11:23:53.133Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-02T11:23:53.133Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-02T11:23:53.133Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-02T11:24:01.711Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:24:01.712Z||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-06-02T11:24:01.712Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:24:02.257Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:24:02.260Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:24:02.260Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654168861708,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:24:02.261Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:24:02.261Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:24:02.261Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654168862308,
  "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-06-02T11:24:02.271Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1b33c3bb-796b-4b0f-9366-2d9326c74281
2022-06-02T11:24:02.271Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b33c3bb-796b-4b0f-9366-2d9326c74281 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-06-02T11:24:02.279Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:24:02.279Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654168862753,
  "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-06-02T11:24:02.286Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6c25ff80-10bf-43c1-8c0f-74b3f57e9152
2022-06-02T11:24:02.286Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c25ff80-10bf-43c1-8c0f-74b3f57e9152 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-06-02T11:24:02.295Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:24:02.296Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
  "consumerID": "aai-ml",
  "timestamp": 1654168838714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:24:02.296Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:24:02.296Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:24:02.296Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654168861708,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/basic_onboard_jvohku0_modules.json",
  "status": "NOTIFIED"
}
2022-06-02T11:24:02.297Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:24:02.297Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:24:02.297Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654168863313,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/vfwac956e455d5e0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-02T11:24:02.297Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:24:02.297Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:24:02.297Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654168846903,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:24:02.297Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:24:02.297Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:24:02.297Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
  "consumerID": "aai-ml",
  "timestamp": 1654168838714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/vfwac956e455d5e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:24:02.298Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:24:02.298Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:24:02.298Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654168861708,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-02T11:24:02.298Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:24:02.298Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:24:02.298Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654168846903,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/vfwac956e455d5e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:24:02.299Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:24:02.299Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:24:02.299Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
  "consumerID": "aai-ml",
  "timestamp": 1654168838714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:24:02.299Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:24:02.299Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:24:02.299Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
  "consumerID": "clamp",
  "timestamp": 1654168864755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:24:02.300Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:24:02.300Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:24:02.300Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654168861708,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:24:02.300Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:24:02.300Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:24:02.301Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654168846903,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:24:02.301Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:24:02.301Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:24:02.301Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
  "consumerID": "aai-ml",
  "timestamp": 1654168838714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:24:02.302Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:24:02.302Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:24:02.302Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654168861708,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-02T11:24:02.302Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:24:02.302Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:24:02.302Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
  "consumerID": "clamp",
  "timestamp": 1654168864755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/vfwac956e455d5e0_modules.json",
  "status": "NOTIFIED"
}
2022-06-02T11:24:02.303Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:24:02.303Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:24:02.303Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654168846903,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:24:02.303Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:24:02.304Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:24:02.304Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
  "consumerID": "aai-ml",
  "timestamp": 1654168838714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:24:02.304Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:24:02.304Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:24:02.304Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654168861708,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/artifacts/service-BasicOnboardJvohku-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:24:02.305Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:24:02.305Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:24:02.305Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
  "consumerID": "clamp",
  "timestamp": 1654168864755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:24:02.305Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:24:02.305Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:24:02.306Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654168846903,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:24:02.306Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:24:02.306Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:24:02.306Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
  "consumerID": "aai-ml",
  "timestamp": 1654168838714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/artifacts/service-Vfw20220602111715-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:24:02.306Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:24:02.307Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:24:02.307Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654168861708,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/artifacts/service-BasicOnboardJvohku-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T11:24:02.307Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:24:02.307Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:24:02.308Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
  "consumerID": "clamp",
  "timestamp": 1654168864755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:24:02.308Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:24:02.308Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:24:02.308Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654168846903,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/artifacts/service-Vfw20220602111715-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:24:02.309Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:24:02.309Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:24:02.309Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
  "consumerID": "aai-ml",
  "timestamp": 1654168838714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/artifacts/service-Vfw20220602111715-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T11:24:02.310Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:24:02.310Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:24:02.310Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
  "consumerID": "clamp",
  "timestamp": 1654168864755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:24:02.310Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:24:02.310Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:24:02.311Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654168869859,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/artifacts/service-BasicOnboardJvohku-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:24:02.311Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:24:02.311Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:24:02.311Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654168846903,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/artifacts/service-Vfw20220602111715-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T11:24:02.312Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:24:02.312Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:24:02.312Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
  "consumerID": "clamp",
  "timestamp": 1654168864755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/artifacts/service-Vfw20220602111715-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:24:02.313Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:24:02.313Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:24:02.313Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
  "consumerID": "aai-ml",
  "timestamp": 1654168870276,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/artifacts/service-Vfw20220602111715-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:24:02.313Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:24:02.313Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:24:02.314Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654168871005,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/artifacts/service-Vfw20220602111715-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:24:02.314Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:24:02.314Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:24:02.314Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
  "consumerID": "clamp",
  "timestamp": 1654168864755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/artifacts/service-Vfw20220602111715-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T11:24:02.315Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:24:02.315Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:24:02.315Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654168874024,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/basic_onboard_jvohku0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:24:02.315Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:24:02.316Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:24:02.316Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654168875956,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:24:02.316Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:24:02.316Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:24:02.316Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654168875976,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/artifacts/service-Vfw20220602111715-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T11:24:02.317Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:24:02.317Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:24:02.317Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654168876990,
  "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-06-02T11:24:02.321Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1b33c3bb-796b-4b0f-9366-2d9326c74281
2022-06-02T11:24:02.321Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b33c3bb-796b-4b0f-9366-2d9326c74281 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-06-02T11:24:02.333Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:24:02.334Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654168877622,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:24:02.334Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:24:02.334Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:24:02.335Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654168878988,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/basic_onboard_jvohku0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-02T11:24:02.335Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:24:02.335Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:24:02.335Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654168879993,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-06-02T11:24:02.335Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:24:02.336Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:24:02.336Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
  "consumerID": "aai-ml",
  "timestamp": 1654168880691,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/artifacts/service-Vfw20220602111715-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-06-02T11:24:02.336Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:24:02.336Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:24:02.336Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654168881000,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-06-02T11:24:02.337Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:24:02.337Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:24:02.337Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
  "consumerID": "aai-ml",
  "timestamp": 1654168881698,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "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-06-02T11:24:02.341Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 1b33c3bb-796b-4b0f-9366-2d9326c74281
2022-06-02T11:24:02.341Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b33c3bb-796b-4b0f-9366-2d9326c74281 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-06-02T11:24:02.348Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:24:02.348Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654168882006,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/artifacts/service-BasicOnboardJvohku-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T11:24:02.349Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:24:02.349Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:24:02.349Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
  "consumerID": "clamp",
  "timestamp": 1654168884682,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/artifacts/service-Vfw20220602111715-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:24:02.349Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:24:02.349Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:24:02.349Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
  "consumerID": "clamp",
  "timestamp": 1654168886123,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/artifacts/service-Vfw20220602111715-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T11:24:02.350Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:24:02.350Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:24:02.350Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
  "consumerID": "clamp",
  "timestamp": 1654168887127,
  "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-06-02T11:24:02.353Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1b33c3bb-796b-4b0f-9366-2d9326c74281
2022-06-02T11:24:02.354Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b33c3bb-796b-4b0f-9366-2d9326c74281 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-06-02T11:24:23.133Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6c25ff80-10bf-43c1-8c0f-74b3f57e9152
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-02T11:24:23.142Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6c25ff80-10bf-43c1-8c0f-74b3f57e9152
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-06-02T11:24:23.144Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T11:24:23.144Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-02T11:24:23.144Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-02T11:24:23.145Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-02T11:24:23.145Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-06-02T11:24:23.145Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-06-02T11:24:23.148Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-02T11:24:53.148Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6c25ff80-10bf-43c1-8c0f-74b3f57e9152 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-06-02T11:24:53.166Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6c25ff80-10bf-43c1-8c0f-74b3f57e9152 and serviceModelVersionId: 3ff4d0e6-b0ea-46f7-beb9-fda4bc49dbe7
2022-06-02T11:24:53.166Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5d825d6c-f375-4796-9f4d-37d85dfde7d7
2022-06-02T11:25:01.711Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:25:01.711Z||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-06-02T11:25:01.712Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:25:08.265Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5d825d6c-f375-4796-9f4d-37d85dfde7d7/model-vers/model-ver/3ff4d0e6-b0ea-46f7-beb9-fda4bc49dbe7?depth=0
2022-06-02T11:25:08.415Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-06-02T11:25:09.011Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d825d6c-f375-4796-9f4d-37d85dfde7d7/model-vers/model-ver/3ff4d0e6-b0ea-46f7-beb9-fda4bc49dbe7?depth=0|INFO|500||Invoke
2022-06-02T11:25:09.019Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d825d6c-f375-4796-9f4d-37d85dfde7d7/model-vers/model-ver/3ff4d0e6-b0ea-46f7-beb9-fda4bc49dbe7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d825d6c-f375-4796-9f4d-37d85dfde7d7/model-vers/model-ver/3ff4d0e6-b0ea-46f7-beb9-fda4bc49dbe7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6c25ff80-10bf-43c1-8c0f-74b3f57e9152], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6965505f-097e-4693-882b-1ca9af119880], X-ECOMP-RequestID=[6c25ff80-10bf-43c1-8c0f-74b3f57e9152], X-TransactionId=[], X-ONAP-RequestID=[6c25ff80-10bf-43c1-8c0f-74b3f57e9152], Content-Type=[application/merge-patch+json]}
2022-06-02T11:25:09.136Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d825d6c-f375-4796-9f4d-37d85dfde7d7/model-vers/model-ver/3ff4d0e6-b0ea-46f7-beb9-fda4bc49dbe7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-06-02T11:25:09.225Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d825d6c-f375-4796-9f4d-37d85dfde7d7/model-vers/model-ver/3ff4d0e6-b0ea-46f7-beb9-fda4bc49dbe7?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/5d825d6c-f375-4796-9f4d-37d85dfde7d7/model-vers/model-ver/3ff4d0e6-b0ea-46f7-beb9-fda4bc49dbe7?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220602-11:25:09:012-17422], Content-Length=[495], Date=[Thu, 02 Jun 2022 11:25:09 GMT], Content-Type=[application/json]}
2022-06-02T11:25:09.229Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d825d6c-f375-4796-9f4d-37d85dfde7d7/model-vers/model-ver/3ff4d0e6-b0ea-46f7-beb9-fda4bc49dbe7?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/5d825d6c-f375-4796-9f4d-37d85dfde7d7/model-vers/model-ver/3ff4d0e6-b0ea-46f7-beb9-fda4bc49dbe7","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/5d825d6c-f375-4796-9f4d-37d85dfde7d7/model-vers/model-ver/3ff4d0e6-b0ea-46f7-beb9-fda4bc49dbe7","ERR.5.4.6114"]}}}

2022-06-02T11:25:09.230Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d825d6c-f375-4796-9f4d-37d85dfde7d7/model-vers/model-ver/3ff4d0e6-b0ea-46f7-beb9-fda4bc49dbe7?depth=0|INFO|404|Not Found|InvokeReturn
2022-06-02T11:25:09.261Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=6c25ff80-10bf-43c1-8c0f-74b3f57e9152 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/5d825d6c-f375-4796-9f4d-37d85dfde7d7/model-vers/model-ver/3ff4d0e6-b0ea-46f7-beb9-fda4bc49dbe7 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/5d825d6c-f375-4796-9f4d-37d85dfde7d7/model-vers/model-ver/3ff4d0e6-b0ea-46f7-beb9-fda4bc49dbe7) (ec=ERR.5.4.6114)
2022-06-02T11:25:09.261Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=6c25ff80-10bf-43c1-8c0f-74b3f57e9152 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/5d825d6c-f375-4796-9f4d-37d85dfde7d7/model-vers/model-ver/3ff4d0e6-b0ea-46f7-beb9-fda4bc49dbe7 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/5d825d6c-f375-4796-9f4d-37d85dfde7d7/model-vers/model-ver/3ff4d0e6-b0ea-46f7-beb9-fda4bc49dbe7) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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-06-02T11:25:09.267Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=6c25ff80-10bf-43c1-8c0f-74b3f57e9152 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/5d825d6c-f375-4796-9f4d-37d85dfde7d7/model-vers/model-ver/3ff4d0e6-b0ea-46f7-beb9-fda4bc49dbe7 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/5d825d6c-f375-4796-9f4d-37d85dfde7d7/model-vers/model-ver/3ff4d0e6-b0ea-46f7-beb9-fda4bc49dbe7) (ec=ERR.5.4.6114)
2022-06-02T11:25:09.267Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=6c25ff80-10bf-43c1-8c0f-74b3f57e9152 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/5d825d6c-f375-4796-9f4d-37d85dfde7d7/model-vers/model-ver/3ff4d0e6-b0ea-46f7-beb9-fda4bc49dbe7 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/5d825d6c-f375-4796-9f4d-37d85dfde7d7/model-vers/model-ver/3ff4d0e6-b0ea-46f7-beb9-fda4bc49dbe7) (ec=ERR.5.4.6114)
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-06-02T11:25:09.276Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-02T11:25:09.277Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6c25ff80-10bf-43c1-8c0f-74b3f57e9152 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=6c25ff80-10bf-43c1-8c0f-74b3f57e9152 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/5d825d6c-f375-4796-9f4d-37d85dfde7d7/model-vers/model-ver/3ff4d0e6-b0ea-46f7-beb9-fda4bc49dbe7 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/5d825d6c-f375-4796-9f4d-37d85dfde7d7/model-vers/model-ver/3ff4d0e6-b0ea-46f7-beb9-fda4bc49dbe7) (ec=ERR.5.4.6114)
2022-06-02T11:25:09.278Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-02T11:25:09.279Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:25:09.281Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:25:09.281Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654169109277,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d6c25ff80-10bf-43c1-8c0f-74b3f57e9152 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/5d825d6c-f375-4796-9f4d-37d85dfde7d7/model-vers/model-ver/3ff4d0e6-b0ea-46f7-beb9-fda4bc49dbe7 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/5d825d6c-f375-4796-9f4d-37d85dfde7d7/model-vers/model-ver/3ff4d0e6-b0ea-46f7-beb9-fda4bc49dbe7) (ec\u003dERR.5.4.6114)"
}
2022-06-02T11:25:09.382Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-02T11:25:09.383Z||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-06-02T11:25:09.384Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:25:09.440Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:25:09.441Z||pool-18-thread-1|||||INFO|500||cambria reply ok (58 ms):{"serverTimeMs":1,"count":1}
2022-06-02T11:25:10.066Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:25:10.067Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:25:10.067Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654169109277,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d6c25ff80-10bf-43c1-8c0f-74b3f57e9152 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/5d825d6c-f375-4796-9f4d-37d85dfde7d7/model-vers/model-ver/3ff4d0e6-b0ea-46f7-beb9-fda4bc49dbe7 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/5d825d6c-f375-4796-9f4d-37d85dfde7d7/model-vers/model-ver/3ff4d0e6-b0ea-46f7-beb9-fda4bc49dbe7) (ec\u003dERR.5.4.6114)"
}
2022-06-02T11:25:10.068Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-02T11:25:10.296Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:25:10.296Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"1b33c3bb-796b-4b0f-9366-2d9326c74281","serviceName":"vFW 2022-06-02 11-17-15","serviceVersion":"1.0","serviceUUID":"90275645-3b35-4892-833b-1cefc942aaaa","serviceDescription":"catalog service description","serviceInvariantUUID":"b878e204-de58-4903-b0e2-e1adeb8fbbaa","resources":[{"resourceInstanceName":"vFW ac956e45-5d5e 0","resourceName":"vFW ac956e45-5d5e","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"18cddcdf-957f-41f9-98e5-dda848626132","resourceInvariantUUID":"280d4c97-fdad-4abe-bf19-69c38c446a1e","resourceCustomizationUUID":"2262f1cc-fe61-457b-8ae9-1fdf8db3b12c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/vf-license-model.xml","artifactChecksum":"MWYyYzdlMjg4ZDI2NzQ5YTZkZDAwNzdhMGUyZDVkNzA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b0b6413e-1357-420b-a8be-7997d880e89c","artifactVersion":"1"},{"artifactName":"vfwac956e455d5e0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/vfwac956e455d5e0_modules.json","artifactChecksum":"YjhjZjdmMzI4ZTlhMWQxNTIzNzlmNjI3MDYwM2VkYTE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6f6f0a77-00bf-4782-be13-ec8a8c230e3c","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b2e7ab56-5228-4058-97d3-5ed4745f97d5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/vendor-license-model.xml","artifactChecksum":"N2UwMGEyZGUyNGEwMTJiZWEzNWNjYzZhM2VjOTNhZDc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"37a2aaae-e860-414b-8411-03b289ee5b68","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"1628e643-0672-4ef8-8b7a-26194a58826f","artifactVersion":"2","generatedFromUUID":"b2e7ab56-5228-4058-97d3-5ed4745f97d5"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220602111715-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220602111715/1.0/artifacts/service-Vfw20220602111715-template.yml","artifactChecksum":"Y2I5NDE5NDk2NGQ1NDllMjM3YTA2YjlhNDhjYTRhMjQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e0766ad6-ebc0-4152-aaa8-ec7c88748e04","artifactVersion":"1"},{"artifactName":"service-Vfw20220602111715-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220602111715/1.0/artifacts/service-Vfw20220602111715-csar.csar","artifactChecksum":"ZjI5MGMyMDA0ZTIxYWQwMjA5OGQ4NmI3MzEzZWI5MGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"857d5af6-666d-46f1-83d4-0190c089da35","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-02T11:25:10.297Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T11:25:10.297Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:25:10.299Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:25:10.299Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654168861708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:25:10.399Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:25:10.400Z||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-06-02T11:25:10.400Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:25:10.437Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:25:10.438Z||pool-19-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":1,"count":1}
2022-06-02T11:25:11.300Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T11:25:11.300Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:25:11.302Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:25:11.302Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654168861708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/vfwac956e455d5e0_modules.json",
  "status": "NOTIFIED"
}
2022-06-02T11:25:11.403Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:25:11.404Z||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-06-02T11:25:11.404Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:25:11.462Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:25:11.463Z||pool-20-thread-1|||||INFO|500||cambria reply ok (60 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:25:12.303Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T11:25:12.304Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:25:12.306Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:25:12.306Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654168861708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-02T11:25:12.407Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-02T11:25:12.407Z||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-06-02T11:25:12.408Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:25:12.452Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:25:12.452Z||pool-21-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:25:13.308Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T11:25:13.309Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:25:13.311Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:25:13.311Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654168861708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:25:13.412Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-02T11:25:13.413Z||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-06-02T11:25:13.413Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:25:13.433Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:25:13.434Z||pool-22-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-06-02T11:25:14.313Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T11:25:14.313Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:25:14.315Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:25:14.315Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654168861708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-02T11:25:14.416Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:25:14.417Z||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-06-02T11:25:14.417Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:25:14.463Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:25:14.464Z||pool-23-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":1,"count":1}
2022-06-02T11:25:15.316Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T11:25:15.317Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:25:15.319Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:25:15.319Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654168861708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/artifacts/service-Vfw20220602111715-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:25:15.419Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:25:15.420Z||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-06-02T11:25:15.420Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:25:15.445Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:25:15.445Z||pool-24-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-06-02T11:25:16.320Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T11:25:16.321Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:25:16.323Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:25:16.324Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654168861708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/artifacts/service-Vfw20220602111715-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T11:25:16.424Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:25:16.425Z||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-06-02T11:25:16.425Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:25:16.457Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:25:16.458Z||pool-25-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:25:17.325Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
  "serviceName": "vFW 2022-06-02 11-17-15",
  "serviceVersion": "1.0",
  "serviceUUID": "90275645-3b35-4892-833b-1cefc942aaaa",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "b878e204-de58-4903-b0e2-e1adeb8fbbaa",
  "resources": [
    {
      "resourceInstanceName": "vFW ac956e45-5d5e 0",
      "resourceCustomizationUUID": "2262f1cc-fe61-457b-8ae9-1fdf8db3b12c",
      "resourceName": "vFW ac956e45-5d5e",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "18cddcdf-957f-41f9-98e5-dda848626132",
      "resourceInvariantUUID": "280d4c97-fdad-4abe-bf19-69c38c446a1e",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwac956e455d5e0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/vfwac956e455d5e0_modules.json",
          "artifactChecksum": "YjhjZjdmMzI4ZTlhMWQxNTIzNzlmNjI3MDYwM2VkYTE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "6f6f0a77-00bf-4782-be13-ec8a8c230e3c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "b2e7ab56-5228-4058-97d3-5ed4745f97d5",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "1628e643-0672-4ef8-8b7a-26194a58826f",
            "generatedFromUUID": "b2e7ab56-5228-4058-97d3-5ed4745f97d5"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "1628e643-0672-4ef8-8b7a-26194a58826f",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220602111715-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/artifacts/service-Vfw20220602111715-csar.csar",
      "artifactChecksum": "ZjI5MGMyMDA0ZTIxYWQwMjA5OGQ4NmI3MzEzZWI5MGY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "857d5af6-666d-46f1-83d4-0190c089da35"
    }
  ],
  "workloadContext": "Production"
}
2022-06-02T11:25:17.326Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-02T11:25:17.326Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 90275645-3b35-4892-833b-1cefc942aaaa ASDC
2022-06-02T11:25:17.326Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:1b33c3bb-796b-4b0f-9366-2d9326c74281
ServiceName:vFW 2022-06-02 11-17-15
ServiceVersion:1.0
ServiceUUID:90275645-3b35-4892-833b-1cefc942aaaa
ServiceInvariantUUID:b878e204-de58-4903-b0e2-e1adeb8fbbaa
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220602111715-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220602111715/1.0/artifacts/service-Vfw20220602111715-csar.csar
ArtifactUUID:857d5af6-666d-46f1-83d4-0190c089da35
ArtifactChecksum:ZjI5MGMyMDA0ZTIxYWQwMjA5OGQ4NmI3MzEzZWI5MGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW ac956e45-5d5e 0
ResourceCustomizationUUID:2262f1cc-fe61-457b-8ae9-1fdf8db3b12c
ResourceInvariantUUID:280d4c97-fdad-4abe-bf19-69c38c446a1e
ResourceName:vFW ac956e45-5d5e
ResourceType:VF
ResourceUUID:18cddcdf-957f-41f9-98e5-dda848626132
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwac956e455d5e0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/vfwac956e455d5e0_modules.json
ArtifactUUID:6f6f0a77-00bf-4782-be13-ec8a8c230e3c
ArtifactChecksum:YjhjZjdmMzI4ZTlhMWQxNTIzNzlmNjI3MDYwM2VkYTE=
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/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/base_vfw.yaml
ArtifactUUID:b2e7ab56-5228-4058-97d3-5ed4745f97d5
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/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/base_vfw.env
ArtifactUUID:1628e643-0672-4ef8-8b7a-26194a58826f
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/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/base_vfw.env
ArtifactUUID:1628e643-0672-4ef8-8b7a-26194a58826f
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-02T11:25:17.327Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 90275645-3b35-4892-833b-1cefc942aaaa 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-06-02T11:25:17.370Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-02T11:25:17.371Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-02T11:25:17.372Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-02T11:25:17.372Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 857d5af6-666d-46f1-83d4-0190c089da35 from URL: /sdc/v1/catalog/services/Vfw20220602111715/1.0/artifacts/service-Vfw20220602111715-csar.csar
2022-06-02T11:25:17.373Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-02T11:25:17.373Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220602111715/1.0/artifacts/service-Vfw20220602111715-csar.csar
2022-06-02T11:25:18.752Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-02T11:25:18.759Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220602111715/1.0/artifacts/service-Vfw20220602111715-csar.csar 857d5af6-666d-46f1-83d4-0190c089da35 99042
2022-06-02T11:25:18.760Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220602111715/1.0/artifacts/service-Vfw20220602111715-csar.csar ASDC sendASDCNotification
2022-06-02T11:25:18.760Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602111715/1.0/artifacts/service-Vfw20220602111715-csar.csar
2022-06-02T11:25:18.760Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T11:25:18.760Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:25:18.762Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:25:18.762Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654169118760,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/artifacts/service-Vfw20220602111715-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:25:18.862Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:25:18.863Z||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-06-02T11:25:18.863Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:25:18.882Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:25:18.883Z||pool-26-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:25:19.763Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-02T11:25:19.764Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-02T11:25:19.764Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 857d5af6-666d-46f1-83d4-0190c089da35, URL: /sdc/v1/catalog/services/Vfw20220602111715/1.0/artifacts/service-Vfw20220602111715-csar.csar to file: /app/ASDC/1/service-Vfw20220602111715-csar.csar
2022-06-02T11:25:19.765Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220602111715-csar.csar
2022-06-02T11:25:19.765Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220602111715-csar.csar
2022-06-02T11:25:19.766Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220602111715-csar.csar
2022-06-02T11:25:19.932Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14242209236648187140/Definitions/service-Vfw20220602111715-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-06-02T11:25:22.131Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-02T11:25:22.132Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-06-02T11:25:22.132Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220602111715-csar.csar
2022-06-02T11:25:22.133Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-02T11:25:22.133Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||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-Vfw20220602111715-csar.csar
2022-06-02T11:25:22.133Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||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-Vfw20220602111715-csar.csar
2022-06-02T11:25:22.133Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220602111715-csar.csar
2022-06-02T11:25:22.133Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220602111715-csar.csar
2022-06-02T11:25:22.133Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220602111715-csar.csar
2022-06-02T11:25:22.134Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||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-Vfw20220602111715-csar.csar
2022-06-02T11:25:22.134Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220602111715-csar.csar
2022-06-02T11:25:22.134Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220602111715-csar.csar
2022-06-02T11:25:22.134Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220602111715-csar.csar
2022-06-02T11:25:22.134Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220602111715-csar.csar
2022-06-02T11:25:22.135Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW ac956e45-5d5e 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-Vfw20220602111715-csar.csar
2022-06-02T11:25:22.135Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220602111715-csar.csar
2022-06-02T11:25:22.135Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220602111715-csar.csar
2022-06-02T11:25:22.135Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-06-02T11:25:22.135Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:25:22.136Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-02 11-17-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:25:22.136Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vFW ac956e45-5d5e 0 is matching search criteria
2022-06-02T11:25:22.136Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-06-02T11:25:22.137Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW ac956e45-5d5e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-02T11:25:22.137Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:25:22.137Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-02 11-17-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:25:22.137Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vFW ac956e45-5d5e 0 is matching search criteria
2022-06-02T11:25:22.137Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-06-02T11:25:22.138Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW ac956e45-5d5e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-02T11:25:22.138Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:25:22.138Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-02 11-17-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:25:22.139Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:25:22.139Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vFW ac956e45-5d5e 0 is not matching search criteria
2022-06-02T11:25:22.139Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T11:25:22.139Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-02T11:25:22.140Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-02T11:25:22.140Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-02T11:25:22.140Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-02T11:25:22.140Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T11:25:22.141Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T11:25:22.141Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-02T11:25:22.141Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-02T11:25:22.141Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-02T11:25:22.142Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-02T11:25:22.142Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-02T11:25:22.142Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-02T11:25:22.142Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-02T11:25:22.142Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T11:25:22.143Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-02T11:25:22.143Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:25:22.143Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-02 11-17-15 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-02T11:25:22.143Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:25:22.143Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vFW ac956e45-5d5e 0 is matching search criteria
2022-06-02T11:25:22.144Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW ac956e45-5d5e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T11:25:22.144Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:25:22.144Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vFW ac956e45-5d5e 0 is matching search criteria
2022-06-02T11:25:22.145Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW ac956e45-5d5e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T11:25:22.145Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:25:22.145Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vFW ac956e45-5d5e 0 is matching search criteria
2022-06-02T11:25:22.145Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW ac956e45-5d5e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T11:25:22.145Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:25:22.146Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vFW ac956e45-5d5e 0 is not matching search criteria
2022-06-02T11:25:22.146Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T11:25:22.146Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-02T11:25:22.146Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T11:25:22.146Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-02T11:25:22.147Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-02T11:25:22.147Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-02T11:25:22.147Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-02T11:25:22.147Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-02T11:25:22.147Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-02T11:25:22.147Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-02T11:25:22.148Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T11:25:22.148Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c7761a6e-9628-44c3-9ed2-facfc4ef748e
2022-06-02T11:25:22.148Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:25:22.148Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vFW ac956e45-5d5e 0 is not matching search criteria
2022-06-02T11:25:22.148Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T11:25:22.149Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-02T11:25:22.149Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-02T11:25:22.149Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-02T11:25:22.149Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-02T11:25:22.149Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T11:25:22.149Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T11:25:22.149Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-02T11:25:22.150Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-02T11:25:22.150Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-02T11:25:22.150Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-02T11:25:22.150Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T11:25:22.150Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=873aa2d4-309a-48a2-aa02-ce6bab754c9f
2022-06-02T11:25:22.150Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:25:22.151Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vFW ac956e45-5d5e 0 is not matching search criteria
2022-06-02T11:25:22.151Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T11:25:22.151Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-02T11:25:22.151Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-02T11:25:22.151Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-02T11:25:22.152Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-02T11:25:22.152Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T11:25:22.152Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T11:25:22.152Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-02T11:25:22.152Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-02T11:25:22.153Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-02T11:25:22.153Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-02T11:25:22.153Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-02T11:25:22.153Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5ded233e-2933-4943-b7ec-3cff655b5331
2022-06-02T11:25:22.153Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:25:22.154Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-02 11-17-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:25:22.154Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:25:22.154Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-02 11-17-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:25:22.154Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:25:22.155Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-02 11-17-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:25:22.155Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:25:22.155Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-02 11-17-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:25:22.155Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-06-02 11-17-15
Description:catalog service description
Model UUID:90275645-3b35-4892-833b-1cefc942aaaa
Model Version:NULL
Model InvariantUuid:b878e204-de58-4903-b0e2-e1adeb8fbbaa
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW ac956e45-5d5e
Model UUID:d0e0ccd5-0157-454a-8a6b-aa51436984d8
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:280d4c97-fdad-4abe-bf19-69c38c446a1e
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:2262f1cc-fe61-457b-8ae9-1fdf8db3b12c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:fcbd84b3-3713-4b77-bf3b-bb88bcdb8c1f
ModelName:VfwAc956e455d5e..base_vfw..module-0
ModelUuid:57598457-bfd9-4912-a5a6-ffcdad08fe9c
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c7761a6e-9628-44c3-9ed2-facfc4ef748e
ModelInvariantUuid:166a138d-83c1-490b-ad15-aa831ca803b4
ModelName:vFW ac956e45-5d5e-nodes.vfwCvfc
ModelUuid:e07523d7-257e-41d8-a6df-237d5413b692
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:161f84cf-80e8-46db-9cbd-b78ef4cbfb40
ModelInvariantUuid:119e10e9-de3c-4853-a8c8-6a974db7d869
ModelName:VfwAc956e455d5e.compute.nodes.heat.vfw
ModelUuid:5b7aca96-5fc2-4390-853a-bbc1bfc1d9ba
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:873aa2d4-309a-48a2-aa02-ce6bab754c9f
ModelInvariantUuid:877f3196-80c9-42f1-ac6a-8110e74eceb1
ModelName:vFW ac956e45-5d5e-nodes.vsnCvfc
ModelUuid:fcec2985-89d9-48d4-8b60-07012233789b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:67305762-e50b-4be9-9296-0d18cc7534ae
ModelInvariantUuid:fe8696fd-f1c1-4dfd-aa7f-dd605b758e5f
ModelName:VfwAc956e455d5e.compute.nodes.heat.vsn
ModelUuid:960883a7-e321-4b8f-a4c7-c170bd182922
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:5ded233e-2933-4943-b7ec-3cff655b5331
ModelInvariantUuid:31750f83-274f-4fa6-9ae0-273939a9e965
ModelName:vFW ac956e45-5d5e-nodes.vpgCvfc
ModelUuid:83970926-ecc5-4326-a87b-94cfb7d1bb35
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:cf028acf-ad69-4156-91ad-95f8d12d856f
ModelInvariantUuid:8715d501-3c07-4634-a920-b21913b054db
ModelName:VfwAc956e455d5e.compute.nodes.heat.vpg
ModelUuid:67b3c098-48f8-42e5-b0cd-aee52ea279c9
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-06-02T11:25:22.179Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 18cddcdf-957f-41f9-98e5-dda848626132
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-06-02T11:25:22.183Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||vFW ac956e45-5d5e 0
2022-06-02T11:25:22.183Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 18cddcdf-957f-41f9-98e5-dda848626132
2022-06-02T11:25:22.183Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 6f6f0a77-00bf-4782-be13-ec8a8c230e3c from URL: /sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/vfwac956e455d5e0_modules.json
2022-06-02T11:25:22.183Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-02T11:25:22.183Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/vfwac956e455d5e0_modules.json
2022-06-02T11:25:22.468Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-02T11:25:22.469Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/vfwac956e455d5e0_modules.json 6f6f0a77-00bf-4782-be13-ec8a8c230e3c 785
2022-06-02T11:25:22.469Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/vfwac956e455d5e0_modules.json ASDC sendASDCNotification
2022-06-02T11:25:22.470Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/vfwac956e455d5e0_modules.json
2022-06-02T11:25:22.470Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T11:25:22.470Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:25:22.473Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:25:22.473Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654169122469,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/vfwac956e455d5e0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:25:22.573Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:25:22.574Z||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-06-02T11:25:22.574Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:25:22.605Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:25:22.605Z||pool-27-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:25:23.473Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwAc956e455d5e..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "fcbd84b3-3713-4b77-bf3b-bb88bcdb8c1f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "57598457-bfd9-4912-a5a6-ffcdad08fe9c",
    "vfModuleModelCustomizationUUID": "b00b6fa0-fe2c-47b2-b5db-58bb02618ccd",
    "isBase": true,
    "artifacts": [
      "b2e7ab56-5228-4058-97d3-5ed4745f97d5",
      "1628e643-0672-4ef8-8b7a-26194a58826f"
    ],
    "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-06-02T11:25:23.478Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwAc956e455d5e..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:57598457-bfd9-4912-a5a6-ffcdad08fe9c
VfModuleModelInvariantUUID:fcbd84b3-3713-4b77-bf3b-bb88bcdb8c1f
VfModuleModelDescription:NULL
Artifacts UUID List:{
b2e7ab56-5228-4058-97d3-5ed4745f97d5
,
1628e643-0672-4ef8-8b7a-26194a58826f

}
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-06-02T11:25:23.480Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwAc956e455d5e..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "fcbd84b3-3713-4b77-bf3b-bb88bcdb8c1f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "57598457-bfd9-4912-a5a6-ffcdad08fe9c",
    "vfModuleModelCustomizationUUID": "b00b6fa0-fe2c-47b2-b5db-58bb02618ccd",
    "isBase": true,
    "artifacts": [
      "b2e7ab56-5228-4058-97d3-5ed4745f97d5",
      "1628e643-0672-4ef8-8b7a-26194a58826f"
    ],
    "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-06-02T11:25:23.480Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwAc956e455d5e..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:57598457-bfd9-4912-a5a6-ffcdad08fe9c
VfModuleModelInvariantUUID:fcbd84b3-3713-4b77-bf3b-bb88bcdb8c1f
VfModuleModelDescription:NULL
Artifacts UUID List:{
b2e7ab56-5228-4058-97d3-5ed4745f97d5
,
1628e643-0672-4ef8-8b7a-26194a58826f

}
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-06-02T11:25:23.480Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: b2e7ab56-5228-4058-97d3-5ed4745f97d5 from URL: /sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/base_vfw.yaml
2022-06-02T11:25:23.480Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-02T11:25:23.480Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/base_vfw.yaml
2022-06-02T11:25:23.922Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-02T11:25:23.923Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/base_vfw.yaml b2e7ab56-5228-4058-97d3-5ed4745f97d5 20368
2022-06-02T11:25:23.923Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-02T11:25:23.924Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/base_vfw.yaml
2022-06-02T11:25:23.924Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T11:25:23.924Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:25:23.926Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:25:23.926Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654169123923,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:25:24.026Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:25:24.027Z||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-06-02T11:25:24.027Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:25:24.043Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:25:24.044Z||pool-28-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-02T11:25:24.927Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 1628e643-0672-4ef8-8b7a-26194a58826f from URL: /sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/base_vfw.env
2022-06-02T11:25:24.928Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-02T11:25:24.928Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/base_vfw.env
2022-06-02T11:25:25.359Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-02T11:25:25.360Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/base_vfw.env 1628e643-0672-4ef8-8b7a-26194a58826f 2098
2022-06-02T11:25:25.360Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-02T11:25:25.360Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/base_vfw.env
2022-06-02T11:25:25.360Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T11:25:25.360Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:25:25.362Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:25:25.362Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654169125360,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:25:25.462Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:25:25.464Z||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-06-02T11:25:25.464Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:25:25.493Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:25:25.494Z||pool-29-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
2022-06-02T11:25:26.363Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 90275645-3b35-4892-833b-1cefc942aaaa
2022-06-02T11:25:26.364Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW ac956e45-5d5e 0 18cddcdf-957f-41f9-98e5-dda848626132 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-06-02T11:25:26.389Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3129d3fc, org.onap.sdc.toscaparser.api.parameters.Input@d401797, org.onap.sdc.toscaparser.api.parameters.Input@2d193859, org.onap.sdc.toscaparser.api.parameters.Input@29475386, org.onap.sdc.toscaparser.api.parameters.Input@560ec361]
2022-06-02T11:25:26.391Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:25:26.391Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-02 11-17-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:25:26.392Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-06-02T11:25:26.392Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 2262f1cc-fe61-457b-8ae9-1fdf8db3b12c
2022-06-02T11:25:26.393Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2262f1cc-fe61-457b-8ae9-1fdf8db3b12c matches Tosca VF Customization UUID: 2262f1cc-fe61-457b-8ae9-1fdf8db3b12c
2022-06-02T11:25:26.393Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 2262f1cc-fe61-457b-8ae9-1fdf8db3b12c  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-06-02T11:25:26.396Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:25:26.397Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-02 11-17-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:25:26.397Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 2262f1cc-fe61-457b-8ae9-1fdf8db3b12c: {\"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-06-02T11:25:26.398Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2c880543
2022-06-02T11:25:26.398Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:25:26.398Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-02 11-17-15 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-02T11:25:26.399Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b00b6fa0-fe2c-47b2-b5db-58bb02618ccd
2022-06-02T11:25:26.399Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b00b6fa0-fe2c-47b2-b5db-58bb02618ccd
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-06-02T11:25:26.402Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:25:26.403Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vFW ac956e45-5d5e 0 is matching search criteria
2022-06-02T11:25:26.403Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW ac956e45-5d5e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T11:25:26.404Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:25:26.404Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vFW ac956e45-5d5e 0 is matching search criteria
2022-06-02T11:25:26.404Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW ac956e45-5d5e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T11:25:26.405Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:25:26.405Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vFW ac956e45-5d5e 0 is not matching search criteria
2022-06-02T11:25:26.405Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T11:25:26.405Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-02T11:25:26.406Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T11:25:26.406Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-02T11:25:26.406Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-02T11:25:26.406Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-02T11:25:26.407Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-02T11:25:26.407Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-02T11:25:26.407Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-02T11:25:26.407Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-02T11:25:26.408Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T11:25:26.408Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c7761a6e-9628-44c3-9ed2-facfc4ef748e
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-06-02T11:25:26.417Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:25:26.417Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vFW ac956e45-5d5e 0 is matching search criteria
2022-06-02T11:25:26.417Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW ac956e45-5d5e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T11:25:26.418Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:25:26.418Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vFW ac956e45-5d5e 0 is not matching search criteria
2022-06-02T11:25:26.418Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T11:25:26.419Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-02T11:25:26.419Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-02T11:25:26.419Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-02T11:25:26.419Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-02T11:25:26.420Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T11:25:26.420Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T11:25:26.420Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-02T11:25:26.420Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-02T11:25:26.420Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-02T11:25:26.421Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-02T11:25:26.421Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T11:25:26.421Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=873aa2d4-309a-48a2-aa02-ce6bab754c9f
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-06-02T11:25:26.425Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:25:26.425Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vFW ac956e45-5d5e 0 is matching search criteria
2022-06-02T11:25:26.425Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW ac956e45-5d5e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T11:25:26.428Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:25:26.428Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vFW ac956e45-5d5e 0 is not matching search criteria
2022-06-02T11:25:26.428Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T11:25:26.429Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-02T11:25:26.429Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-02T11:25:26.429Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-02T11:25:26.429Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-02T11:25:26.430Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T11:25:26.430Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T11:25:26.430Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-02T11:25:26.430Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-02T11:25:26.430Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-02T11:25:26.431Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-02T11:25:26.431Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-02T11:25:26.431Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5ded233e-2933-4943-b7ec-3cff655b5331
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-06-02T11:25:26.434Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:25:26.435Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vFW ac956e45-5d5e 0 is matching search criteria
2022-06-02T11:25:26.435Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW ac956e45-5d5e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T11:25:26.435Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:25:26.436Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vFW ac956e45-5d5e 0 is matching search criteria
2022-06-02T11:25:26.436Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW ac956e45-5d5e 0] matching following query criteria: sdcType=VF, customizationUUID=2262f1cc-fe61-457b-8ae9-1fdf8db3b12c
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-06-02T11:25:26.438Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:25:26.438Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-02 11-17-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:25:26.438Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 90275645-3b35-4892-833b-1cefc942aaaa: vFW ac956e45-5d5e
2022-06-02T11:25:26.439Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:25:26.439Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-02 11-17-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:25:26.439Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:25:26.439Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-02 11-17-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:25:26.440Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:25:26.440Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-02 11-17-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:25:26.440Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:25:26.440Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-02 11-17-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:25:26.441Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:25:26.441Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-02 11-17-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:25:26.441Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2022-06-02 11-17-15 
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-06-02T11:25:26.782Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW ac956e45-5d5e 18cddcdf-957f-41f9-98e5-dda848626132 1 ASDC deployResourceStructure
2022-06-02T11:25:26.782Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/vfwac956e455d5e0_modules.json ASDC sendASDCNotification
2022-06-02T11:25:26.782Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/vfwac956e455d5e0_modules.json
2022-06-02T11:25:26.783Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T11:25:26.783Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:25:26.786Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:25:26.786Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654169126782,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/vfwac956e455d5e0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-02T11:25:26.888Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-02T11:25:26.888Z||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-06-02T11:25:26.889Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:25:26.909Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:25:26.909Z||pool-30-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:25:27.788Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-02T11:25:27.788Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/base_vfw.yaml
2022-06-02T11:25:27.788Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T11:25:27.788Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:25:27.801Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:25:27.801Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654169127788,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-02T11:25:27.890Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 89 ms
2022-06-02T11:25:27.891Z||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-06-02T11:25:27.891Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:25:27.926Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:25:27.926Z||pool-31-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1}
2022-06-02T11:25:28.802Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-02T11:25:28.802Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/base_vfw.env
2022-06-02T11:25:28.803Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T11:25:28.803Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:25:28.807Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:25:28.807Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654169128802,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-02T11:25:28.905Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-06-02T11:25:28.907Z||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-06-02T11:25:28.907Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:25:28.929Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:25:28.929Z||pool-32-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-06-02T11:25:29.808Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220602111715/1.0/artifacts/service-Vfw20220602111715-csar.csar ASDC sendASDCNotification
2022-06-02T11:25:29.809Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602111715/1.0/artifacts/service-Vfw20220602111715-csar.csar
2022-06-02T11:25:29.809Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T11:25:29.809Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:25:29.811Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:25:29.811Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654169129808,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/artifacts/service-Vfw20220602111715-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T11:25:29.911Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:25:29.912Z||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-06-02T11:25:29.913Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:25:29.931Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:25:29.932Z||pool-33-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-02T11:25:30.811Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1b33c3bb-796b-4b0f-9366-2d9326c74281
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-02T11:25:30.820Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1b33c3bb-796b-4b0f-9366-2d9326c74281
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-06-02T11:25:30.823Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T11:25:30.824Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-02T11:25:30.824Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-02T11:25:30.824Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-02T11:25:30.824Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-06-02T11:25:30.824Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-06-02T11:25:30.830Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-02T11:26:00.832Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1b33c3bb-796b-4b0f-9366-2d9326c74281 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-06-02T11:26:00.839Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1b33c3bb-796b-4b0f-9366-2d9326c74281 and serviceModelVersionId: 90275645-3b35-4892-833b-1cefc942aaaa
2022-06-02T11:26:00.840Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b878e204-de58-4903-b0e2-e1adeb8fbbaa
2022-06-02T11:26:00.841Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b878e204-de58-4903-b0e2-e1adeb8fbbaa/model-vers/model-ver/90275645-3b35-4892-833b-1cefc942aaaa?depth=0
2022-06-02T11:26:00.845Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-06-02T11:26:00.899Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b878e204-de58-4903-b0e2-e1adeb8fbbaa/model-vers/model-ver/90275645-3b35-4892-833b-1cefc942aaaa?depth=0|INFO|500||Invoke
2022-06-02T11:26:00.900Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b878e204-de58-4903-b0e2-e1adeb8fbbaa/model-vers/model-ver/90275645-3b35-4892-833b-1cefc942aaaa?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b878e204-de58-4903-b0e2-e1adeb8fbbaa/model-vers/model-ver/90275645-3b35-4892-833b-1cefc942aaaa?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1b33c3bb-796b-4b0f-9366-2d9326c74281], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f2498c3e-3140-47bd-a761-5d8ecf993e92], X-ECOMP-RequestID=[1b33c3bb-796b-4b0f-9366-2d9326c74281], X-TransactionId=[], X-ONAP-RequestID=[1b33c3bb-796b-4b0f-9366-2d9326c74281], Content-Type=[application/merge-patch+json]}
2022-06-02T11:26:00.927Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b878e204-de58-4903-b0e2-e1adeb8fbbaa/model-vers/model-ver/90275645-3b35-4892-833b-1cefc942aaaa?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-06-02T11:26:00.965Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b878e204-de58-4903-b0e2-e1adeb8fbbaa/model-vers/model-ver/90275645-3b35-4892-833b-1cefc942aaaa?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/b878e204-de58-4903-b0e2-e1adeb8fbbaa/model-vers/model-ver/90275645-3b35-4892-833b-1cefc942aaaa?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220602-11:26:00:798-93675], Content-Length=[495], Date=[Thu, 02 Jun 2022 11:26:00 GMT], Content-Type=[application/json]}
2022-06-02T11:26:00.966Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b878e204-de58-4903-b0e2-e1adeb8fbbaa/model-vers/model-ver/90275645-3b35-4892-833b-1cefc942aaaa?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/b878e204-de58-4903-b0e2-e1adeb8fbbaa/model-vers/model-ver/90275645-3b35-4892-833b-1cefc942aaaa","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b878e204-de58-4903-b0e2-e1adeb8fbbaa/model-vers/model-ver/90275645-3b35-4892-833b-1cefc942aaaa","ERR.5.4.6114"]}}}

2022-06-02T11:26:00.967Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b878e204-de58-4903-b0e2-e1adeb8fbbaa/model-vers/model-ver/90275645-3b35-4892-833b-1cefc942aaaa?depth=0|INFO|404|Not Found|InvokeReturn
2022-06-02T11:26:00.973Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=1b33c3bb-796b-4b0f-9366-2d9326c74281 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/b878e204-de58-4903-b0e2-e1adeb8fbbaa/model-vers/model-ver/90275645-3b35-4892-833b-1cefc942aaaa (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b878e204-de58-4903-b0e2-e1adeb8fbbaa/model-vers/model-ver/90275645-3b35-4892-833b-1cefc942aaaa) (ec=ERR.5.4.6114)
2022-06-02T11:26:00.973Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=1b33c3bb-796b-4b0f-9366-2d9326c74281 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/b878e204-de58-4903-b0e2-e1adeb8fbbaa/model-vers/model-ver/90275645-3b35-4892-833b-1cefc942aaaa (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b878e204-de58-4903-b0e2-e1adeb8fbbaa/model-vers/model-ver/90275645-3b35-4892-833b-1cefc942aaaa) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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-06-02T11:26:00.974Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=1b33c3bb-796b-4b0f-9366-2d9326c74281 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/b878e204-de58-4903-b0e2-e1adeb8fbbaa/model-vers/model-ver/90275645-3b35-4892-833b-1cefc942aaaa (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b878e204-de58-4903-b0e2-e1adeb8fbbaa/model-vers/model-ver/90275645-3b35-4892-833b-1cefc942aaaa) (ec=ERR.5.4.6114)
2022-06-02T11:26:00.974Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=1b33c3bb-796b-4b0f-9366-2d9326c74281 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/b878e204-de58-4903-b0e2-e1adeb8fbbaa/model-vers/model-ver/90275645-3b35-4892-833b-1cefc942aaaa (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b878e204-de58-4903-b0e2-e1adeb8fbbaa/model-vers/model-ver/90275645-3b35-4892-833b-1cefc942aaaa) (ec=ERR.5.4.6114)
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-06-02T11:26:00.981Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-02T11:26:00.981Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1b33c3bb-796b-4b0f-9366-2d9326c74281 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=1b33c3bb-796b-4b0f-9366-2d9326c74281 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/b878e204-de58-4903-b0e2-e1adeb8fbbaa/model-vers/model-ver/90275645-3b35-4892-833b-1cefc942aaaa (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b878e204-de58-4903-b0e2-e1adeb8fbbaa/model-vers/model-ver/90275645-3b35-4892-833b-1cefc942aaaa) (ec=ERR.5.4.6114)
2022-06-02T11:26:00.981Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-02T11:26:00.981Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:26:00.983Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:26:00.983Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654169160981,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d1b33c3bb-796b-4b0f-9366-2d9326c74281 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/b878e204-de58-4903-b0e2-e1adeb8fbbaa/model-vers/model-ver/90275645-3b35-4892-833b-1cefc942aaaa (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b878e204-de58-4903-b0e2-e1adeb8fbbaa/model-vers/model-ver/90275645-3b35-4892-833b-1cefc942aaaa) (ec\u003dERR.5.4.6114)"
}
2022-06-02T11:26:01.084Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:26:01.085Z||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-06-02T11:26:01.085Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:26:01.106Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:26:01.107Z||pool-34-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:26:01.711Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:26:01.712Z||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-06-02T11:26:01.712Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:26:01.840Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:26:01.842Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:26:01.842Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654168861708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:26:01.844Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-02T11:26:01.995Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:26:01.996Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|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-06-02T11:26:01.996Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:26:12.289Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:26:12.290Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:26:12.291Z||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-06-02T11:26:12.291Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:26:21.897Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:26:21.897Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:26:21.898Z||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-06-02T11:26:21.898Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:26:31.462Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:26:31.463Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:26:31.464Z||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-06-02T11:26:31.464Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:26:41.024Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:26:41.024Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:26:41.025Z||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-06-02T11:26:41.025Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:26:50.627Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:27:01.708Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:27:01.709Z||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-06-02T11:27:01.709Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:27:01.711Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:27:01.711Z||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-06-02T11:27:01.711Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:27:02.236Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:27:02.237Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-02T11:27:02.237Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654168861708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/vfwac956e455d5e0_modules.json",
  "status": "NOTIFIED"
}
2022-06-02T11:27:02.239Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:27:02.240Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-02T11:27:02.241Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654168861708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-02T11:27:02.242Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:27:02.242Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-02T11:27:02.244Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654168861708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:27:02.245Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:27:02.245Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-02T11:27:02.245Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654168861708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-02T11:27:02.246Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:27:02.246Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-02T11:27:02.246Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654168861708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/artifacts/service-Vfw20220602111715-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:27:02.247Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:27:02.247Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-02T11:27:02.247Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654168861708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/artifacts/service-Vfw20220602111715-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T11:27:02.248Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:27:02.248Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-02T11:27:02.248Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654169118760,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/artifacts/service-Vfw20220602111715-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:27:02.249Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:27:02.249Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-02T11:27:02.249Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654169122469,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/vfwac956e455d5e0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:27:02.250Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:27:02.250Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-02T11:27:02.250Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654169123923,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:27:02.251Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:27:02.252Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-02T11:27:02.252Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654169125360,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:27:02.252Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:27:02.253Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-02T11:27:02.253Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654169126782,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/vfwac956e455d5e0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-02T11:27:02.253Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:27:02.254Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-02T11:27:02.254Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654169127788,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-02T11:27:02.254Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:27:02.255Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-02T11:27:02.255Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654169128802,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-02T11:27:02.255Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:27:02.256Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-02T11:27:02.256Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654169129808,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/artifacts/service-Vfw20220602111715-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T11:27:02.256Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:27:02.257Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-02T11:27:02.257Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654169160981,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d1b33c3bb-796b-4b0f-9366-2d9326c74281 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/b878e204-de58-4903-b0e2-e1adeb8fbbaa/model-vers/model-ver/90275645-3b35-4892-833b-1cefc942aaaa (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b878e204-de58-4903-b0e2-e1adeb8fbbaa/model-vers/model-ver/90275645-3b35-4892-833b-1cefc942aaaa) (ec\u003dERR.5.4.6114)"
}
2022-06-02T11:27:02.257Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:27:11.275Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:28:01.708Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:28:01.709Z||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-06-02T11:28:01.709Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:28:01.711Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:28:01.711Z||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-06-02T11:28:01.711Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:28:11.288Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:28:11.289Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:29:01.708Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:29:01.710Z||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-06-02T11:29:01.710Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:29:01.711Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:29:01.711Z||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-06-02T11:29:01.711Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:29:11.300Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:29:11.300Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:30:01.708Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:30:01.709Z||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-06-02T11:30:01.709Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:30:01.710Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:30:01.711Z||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-06-02T11:30:01.711Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:30:11.296Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:30:11.296Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:31:01.709Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:31:01.710Z||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-06-02T11:31:01.710Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:31:01.711Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:31:01.711Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|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-06-02T11:31:01.712Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:31:02.371Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:31:02.373Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.373Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"25634f58-26f7-423e-bab1-f15bda25419f","serviceName":"vFW 2022-06-02 11-27-35","serviceVersion":"1.0","serviceUUID":"bbfaef30-6f50-4cec-ab06-02288c877193","serviceDescription":"catalog service description","serviceInvariantUUID":"340c296e-9db9-4ef1-a41e-ceaad36902fc","resources":[{"resourceInstanceName":"vFW f3551271-a12d 0","resourceName":"vFW f3551271-a12d","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ae81c4d3-aff0-44be-8459-9c38017ad365","resourceInvariantUUID":"46e29e2c-92b9-4d0c-baff-2981c85dd3ee","resourceCustomizationUUID":"a36b6bb4-c99f-45ed-9bf0-6fb2f26c65c5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/vf-license-model.xml","artifactChecksum":"NzlmOTliZGI3YWViNGFkOWY3ODNmODBmNTVlZmI1NTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"458ec17c-ffc0-4016-bbad-bfaa5626ca1c","artifactVersion":"1"},{"artifactName":"vfwf3551271a12d0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/vfwf3551271a12d0_modules.json","artifactChecksum":"MGU0OWZiYWE4OWFiNDgyNjA5ZTE1OTEwOWM2NzZmZjY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"15cd2d24-7403-4cd9-9d31-fcd49d051bcf","artifactVersion":"2"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7f789a2a-b639-403e-8331-64efa7d327cc","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/vendor-license-model.xml","artifactChecksum":"OGM0YzhjOTVmNzM0YWU3MTEzYTljNTYxODEyYWM2NDQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"254f099f-9df6-4e85-b3ff-a1b41ca34366","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a06379ed-d26f-452d-bcf6-defb2563ac6a","artifactVersion":"3","generatedFromUUID":"7f789a2a-b639-403e-8331-64efa7d327cc"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220602112735-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220602112735/1.0/artifacts/service-Vfw20220602112735-template.yml","artifactChecksum":"MDAwMzE1ZjNkNWQ4NDRmOGNlODE1NjhlMjVkZGI4M2Q\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"041fd23a-bb7e-4948-8a60-5b3bd2a844d4","artifactVersion":"1"},{"artifactName":"service-Vfw20220602112735-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220602112735/1.0/artifacts/service-Vfw20220602112735-csar.csar","artifactChecksum":"ZjM0YzkwZTU3YWQzNDRjYWUzMzdkODczNzE0YjM4ZTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1f75d3ee-69aa-4f39-8783-1e8b71ae6588","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-02T11:31:02.379Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T11:31:02.380Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:31:02.384Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:31:02.385Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:31:02.385Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654169461709,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:31:02.386Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.387Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654169416636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:31:02.388Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:31:02.388Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.388Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654169416905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:31:02.388Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:31:02.388Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.388Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654169415893,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:31:02.388Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:31:02.388Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.389Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
  "consumerID": "cds",
  "timestamp": 1654169421248,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:31:02.389Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:31:02.389Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.389Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654169416636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/vfwf3551271a12d0_modules.json",
  "status": "NOTIFIED"
}
2022-06-02T11:31:02.389Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:31:02.389Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.389Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654169416905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/vfwf3551271a12d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:31:02.389Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:31:02.390Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.390Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654169415893,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/vfwf3551271a12d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:31:02.390Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:31:02.390Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.390Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
  "consumerID": "cds",
  "timestamp": 1654169421248,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/vfwf3551271a12d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:31:02.390Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:31:02.390Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.390Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654169416905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:31:02.391Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:31:02.391Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.391Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654169416636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-02T11:31:02.391Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:31:02.391Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.391Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654169415893,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:31:02.391Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:31:02.391Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.391Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
  "consumerID": "cds",
  "timestamp": 1654169421248,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:31:02.391Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:31:02.392Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.392Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654169416636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:31:02.392Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:31:02.392Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.392Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654169416905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:31:02.392Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:31:02.392Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.392Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654169415893,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:31:02.393Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:31:02.393Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.393Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
  "consumerID": "cds",
  "timestamp": 1654169421248,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:31:02.393Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:31:02.393Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.393Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654169416636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-02T11:31:02.393Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:31:02.393Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.393Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654169416905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:31:02.393Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:31:02.394Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.394Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654169415893,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:31:02.394Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:31:02.394Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.394Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
  "consumerID": "policy-id",
  "timestamp": 1654169424763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:31:02.394Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:31:02.394Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.394Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
  "consumerID": "cds",
  "timestamp": 1654169421248,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:31:02.394Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:31:02.395Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.395Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654169416636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/artifacts/service-Vfw20220602112735-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:31:02.395Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:31:02.395Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.395Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654169416905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/artifacts/service-Vfw20220602112735-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:31:02.395Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:31:02.395Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.395Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654169415893,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/artifacts/service-Vfw20220602112735-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:31:02.395Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:31:02.395Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.396Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
  "consumerID": "policy-id",
  "timestamp": 1654169424763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/vfwf3551271a12d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:31:02.396Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:31:02.396Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.396Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
  "consumerID": "cds",
  "timestamp": 1654169421248,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/artifacts/service-Vfw20220602112735-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:31:02.396Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:31:02.396Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.396Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654169416636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/artifacts/service-Vfw20220602112735-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T11:31:02.397Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:31:02.397Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.397Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654169416905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/artifacts/service-Vfw20220602112735-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T11:31:02.397Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:31:02.397Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.397Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654169415893,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/artifacts/service-Vfw20220602112735-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:31:02.397Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:31:02.397Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.397Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
  "consumerID": "policy-id",
  "timestamp": 1654169424763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-02T11:31:02.398Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:31:02.398Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.398Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
  "consumerID": "cds",
  "timestamp": 1654169421248,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/artifacts/service-Vfw20220602112735-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T11:31:02.398Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:31:02.398Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.398Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654169428453,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/vfwf3551271a12d0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:31:02.399Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:31:02.399Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.399Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654169428687,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/artifacts/service-Vfw20220602112735-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:31:02.399Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:31:02.399Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.399Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
  "consumerID": "policy-id",
  "timestamp": 1654169424763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:31:02.399Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:31:02.399Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.400Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
  "consumerID": "cds",
  "timestamp": 1654169429120,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/artifacts/service-Vfw20220602112735-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:31:02.400Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:31:02.400Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.400Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
  "consumerID": "policy-id",
  "timestamp": 1654169424763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:31:02.400Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:31:02.400Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.400Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654169429774,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:31:02.400Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:31:02.400Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.401Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
  "consumerID": "cds",
  "timestamp": 1654169430128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/artifacts/service-Vfw20220602112735-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-06-02T11:31:02.418Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 25634f58-26f7-423e-bab1-f15bda25419f
2022-06-02T11:31:02.419Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 25634f58-26f7-423e-bab1-f15bda25419f 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-06-02T11:31:02.431Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.431Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
  "consumerID": "policy-id",
  "timestamp": 1654169424763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/artifacts/service-Vfw20220602112735-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:31:02.431Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:31:02.431Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.431Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654169431158,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:31:02.431Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:31:02.432Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.432Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
  "consumerID": "policy-id",
  "timestamp": 1654169424763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/artifacts/service-Vfw20220602112735-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T11:31:02.432Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:31:02.432Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.432Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654169432193,
  "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-06-02T11:31:02.438Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 25634f58-26f7-423e-bab1-f15bda25419f
2022-06-02T11:31:02.438Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 25634f58-26f7-423e-bab1-f15bda25419f 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-06-02T11:31:02.452Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.452Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
  "consumerID": "policy-id",
  "timestamp": 1654169432762,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/artifacts/service-Vfw20220602112735-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:31:02.453Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:31:02.453Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.453Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654169433221,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/artifacts/service-Vfw20220602112735-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T11:31:02.453Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:31:02.453Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.453Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654169433198,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/vfwf3551271a12d0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-02T11:31:02.453Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:31:02.454Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.454Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
  "consumerID": "policy-id",
  "timestamp": 1654169433766,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/artifacts/service-Vfw20220602112735-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T11:31:02.454Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:31:02.454Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.454Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654169434227,
  "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-06-02T11:31:02.459Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 25634f58-26f7-423e-bab1-f15bda25419f
2022-06-02T11:31:02.459Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 25634f58-26f7-423e-bab1-f15bda25419f 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-06-02T11:31:02.467Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.467Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
  "consumerID": "policy-id",
  "timestamp": 1654169434770,
  "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-06-02T11:31:02.472Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 25634f58-26f7-423e-bab1-f15bda25419f
2022-06-02T11:31:02.472Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 25634f58-26f7-423e-bab1-f15bda25419f 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-06-02T11:31:02.479Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.479Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
  "consumerID": "clamp",
  "timestamp": 1654169434755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:31:02.479Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:31:02.479Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.479Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
  "consumerID": "clamp",
  "timestamp": 1654169434755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/vfwf3551271a12d0_modules.json",
  "status": "NOTIFIED"
}
2022-06-02T11:31:02.479Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:31:02.480Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.480Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
  "consumerID": "clamp",
  "timestamp": 1654169434755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:31:02.480Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:31:02.480Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.480Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
  "consumerID": "clamp",
  "timestamp": 1654169434755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:31:02.480Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:31:02.481Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.481Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
  "consumerID": "clamp",
  "timestamp": 1654169434755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:31:02.481Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:31:02.481Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.481Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
  "consumerID": "aai-ml",
  "timestamp": 1654169438714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:31:02.481Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:31:02.481Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.481Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
  "consumerID": "clamp",
  "timestamp": 1654169434755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/artifacts/service-Vfw20220602112735-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:31:02.482Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:31:02.482Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.482Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
  "consumerID": "aai-ml",
  "timestamp": 1654169438714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/vfwf3551271a12d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:31:02.482Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:31:02.482Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.482Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
  "consumerID": "clamp",
  "timestamp": 1654169434755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/artifacts/service-Vfw20220602112735-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T11:31:02.482Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:31:02.482Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.483Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
  "consumerID": "aai-ml",
  "timestamp": 1654169438714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:31:02.483Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:31:02.483Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.483Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
  "consumerID": "aai-ml",
  "timestamp": 1654169438714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:31:02.483Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:31:02.483Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.484Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
  "consumerID": "aai-ml",
  "timestamp": 1654169438714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:31:02.484Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-02T11:31:02.484Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:31:02.484Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.484Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
  "consumerID": "aai-ml",
  "timestamp": 1654169438714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/artifacts/service-Vfw20220602112735-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:31:02.485Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:31:02.485Z||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-06-02T11:31:02.485Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:31:02.485Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.485Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
  "consumerID": "aai-ml",
  "timestamp": 1654169438714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/artifacts/service-Vfw20220602112735-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T11:31:02.485Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:31:02.485Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.485Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
  "consumerID": "aai-ml",
  "timestamp": 1654169446787,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/artifacts/service-Vfw20220602112735-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:31:02.486Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:31:02.486Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.486Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
  "consumerID": "clamp",
  "timestamp": 1654169452215,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/artifacts/service-Vfw20220602112735-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:31:02.486Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:31:02.486Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.486Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
  "consumerID": "clamp",
  "timestamp": 1654169454231,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/artifacts/service-Vfw20220602112735-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T11:31:02.487Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:31:02.487Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.487Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
  "consumerID": "clamp",
  "timestamp": 1654169455235,
  "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-06-02T11:31:02.492Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 25634f58-26f7-423e-bab1-f15bda25419f
2022-06-02T11:31:02.492Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 25634f58-26f7-423e-bab1-f15bda25419f 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-06-02T11:31:02.499Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.499Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
  "consumerID": "aai-ml",
  "timestamp": 1654169456783,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/artifacts/service-Vfw20220602112735-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-06-02T11:31:02.500Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:31:02.500Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.501Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
  "consumerID": "aai-ml",
  "timestamp": 1654169457790,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "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-06-02T11:31:02.505Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:31:02.506Z||pool-35-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:31:02.507Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 25634f58-26f7-423e-bab1-f15bda25419f
2022-06-02T11:31:02.507Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 25634f58-26f7-423e-bab1-f15bda25419f 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-06-02T11:31:03.385Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T11:31:03.388Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:31:03.391Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:31:03.391Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654169461709,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/vfwf3551271a12d0_modules.json",
  "status": "NOTIFIED"
}
2022-06-02T11:31:03.491Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:31:03.492Z||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-06-02T11:31:03.492Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:31:03.513Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:31:03.514Z||pool-36-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:31:04.392Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T11:31:04.393Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:31:04.395Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:31:04.395Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654169461709,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-02T11:31:04.495Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:31:04.496Z||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-06-02T11:31:04.497Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:31:04.513Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:31:04.514Z||pool-37-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-02T11:31:05.396Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T11:31:05.397Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:31:05.400Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:31:05.400Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654169461709,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:31:05.500Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:31:05.501Z||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-06-02T11:31:05.501Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:31:05.522Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:31:05.524Z||pool-38-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-06-02T11:31:06.401Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T11:31:06.402Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:31:06.404Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:31:06.404Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654169461709,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-02T11:31:06.504Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-02T11:31:06.506Z||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-06-02T11:31:06.506Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:31:06.533Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:31:06.534Z||pool-39-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:31:07.406Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T11:31:07.406Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:31:07.409Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:31:07.409Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654169461709,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/artifacts/service-Vfw20220602112735-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:31:07.509Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-02T11:31:07.510Z||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-06-02T11:31:07.511Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:31:07.529Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:31:07.529Z||pool-40-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:31:08.410Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T11:31:08.411Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:31:08.414Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:31:08.415Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654169461709,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/artifacts/service-Vfw20220602112735-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T11:31:08.514Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-02T11:31:08.516Z||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-06-02T11:31:08.516Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:31:08.553Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:31:08.554Z||pool-41-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:31:09.416Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
  "serviceName": "vFW 2022-06-02 11-27-35",
  "serviceVersion": "1.0",
  "serviceUUID": "bbfaef30-6f50-4cec-ab06-02288c877193",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "340c296e-9db9-4ef1-a41e-ceaad36902fc",
  "resources": [
    {
      "resourceInstanceName": "vFW f3551271-a12d 0",
      "resourceCustomizationUUID": "a36b6bb4-c99f-45ed-9bf0-6fb2f26c65c5",
      "resourceName": "vFW f3551271-a12d",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "ae81c4d3-aff0-44be-8459-9c38017ad365",
      "resourceInvariantUUID": "46e29e2c-92b9-4d0c-baff-2981c85dd3ee",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwf3551271a12d0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/vfwf3551271a12d0_modules.json",
          "artifactChecksum": "MGU0OWZiYWE4OWFiNDgyNjA5ZTE1OTEwOWM2NzZmZjY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "15cd2d24-7403-4cd9-9d31-fcd49d051bcf",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "7f789a2a-b639-403e-8331-64efa7d327cc",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "3",
            "artifactUUID": "a06379ed-d26f-452d-bcf6-defb2563ac6a",
            "generatedFromUUID": "7f789a2a-b639-403e-8331-64efa7d327cc"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "3",
          "artifactUUID": "a06379ed-d26f-452d-bcf6-defb2563ac6a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220602112735-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/artifacts/service-Vfw20220602112735-csar.csar",
      "artifactChecksum": "ZjM0YzkwZTU3YWQzNDRjYWUzMzdkODczNzE0YjM4ZTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1f75d3ee-69aa-4f39-8783-1e8b71ae6588"
    }
  ],
  "workloadContext": "Production"
}
2022-06-02T11:31:09.417Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-02T11:31:09.417Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 bbfaef30-6f50-4cec-ab06-02288c877193 ASDC
2022-06-02T11:31:09.418Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:25634f58-26f7-423e-bab1-f15bda25419f
ServiceName:vFW 2022-06-02 11-27-35
ServiceVersion:1.0
ServiceUUID:bbfaef30-6f50-4cec-ab06-02288c877193
ServiceInvariantUUID:340c296e-9db9-4ef1-a41e-ceaad36902fc
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220602112735-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220602112735/1.0/artifacts/service-Vfw20220602112735-csar.csar
ArtifactUUID:1f75d3ee-69aa-4f39-8783-1e8b71ae6588
ArtifactChecksum:ZjM0YzkwZTU3YWQzNDRjYWUzMzdkODczNzE0YjM4ZTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW f3551271-a12d 0
ResourceCustomizationUUID:a36b6bb4-c99f-45ed-9bf0-6fb2f26c65c5
ResourceInvariantUUID:46e29e2c-92b9-4d0c-baff-2981c85dd3ee
ResourceName:vFW f3551271-a12d
ResourceType:VF
ResourceUUID:ae81c4d3-aff0-44be-8459-9c38017ad365
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwf3551271a12d0_modules.json
ArtifactVersion:2
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/vfwf3551271a12d0_modules.json
ArtifactUUID:15cd2d24-7403-4cd9-9d31-fcd49d051bcf
ArtifactChecksum:MGU0OWZiYWE4OWFiNDgyNjA5ZTE1OTEwOWM2NzZmZjY=
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/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/base_vfw.yaml
ArtifactUUID:7f789a2a-b639-403e-8331-64efa7d327cc
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:3
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/base_vfw.env
ArtifactUUID:a06379ed-d26f-452d-bcf6-defb2563ac6a
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:3
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/base_vfw.env
ArtifactUUID:a06379ed-d26f-452d-bcf6-defb2563ac6a
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-02T11:31:09.418Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bbfaef30-6f50-4cec-ab06-02288c877193 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-06-02T11:31:09.467Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-02T11:31:09.468Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-02T11:31:09.468Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-02T11:31:09.469Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 1f75d3ee-69aa-4f39-8783-1e8b71ae6588 from URL: /sdc/v1/catalog/services/Vfw20220602112735/1.0/artifacts/service-Vfw20220602112735-csar.csar
2022-06-02T11:31:09.469Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-02T11:31:09.469Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220602112735/1.0/artifacts/service-Vfw20220602112735-csar.csar
2022-06-02T11:31:09.832Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-02T11:31:09.838Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220602112735/1.0/artifacts/service-Vfw20220602112735-csar.csar 1f75d3ee-69aa-4f39-8783-1e8b71ae6588 99065
2022-06-02T11:31:09.839Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220602112735/1.0/artifacts/service-Vfw20220602112735-csar.csar ASDC sendASDCNotification
2022-06-02T11:31:09.840Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602112735/1.0/artifacts/service-Vfw20220602112735-csar.csar
2022-06-02T11:31:09.840Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T11:31:09.841Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:31:09.843Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:31:09.844Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654169469839,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/artifacts/service-Vfw20220602112735-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:31:09.943Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-02T11:31:09.944Z||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-06-02T11:31:09.945Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:31:09.961Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:31:09.962Z||pool-42-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:31:10.845Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-02T11:31:10.846Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-02T11:31:10.846Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 1f75d3ee-69aa-4f39-8783-1e8b71ae6588, URL: /sdc/v1/catalog/services/Vfw20220602112735/1.0/artifacts/service-Vfw20220602112735-csar.csar to file: /app/ASDC/1/service-Vfw20220602112735-csar.csar
2022-06-02T11:31:10.846Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220602112735-csar.csar
2022-06-02T11:31:10.847Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220602112735-csar.csar
2022-06-02T11:31:10.847Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220602112735-csar.csar
2022-06-02T11:31:11.127Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4482205259566634017/Definitions/service-Vfw20220602112735-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-06-02T11:31:13.089Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-02T11:31:13.090Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-02T11:31:13.090Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220602112735-csar.csar
2022-06-02T11:31:13.090Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-02T11:31:13.090Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220602112735-csar.csar
2022-06-02T11:31:13.090Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220602112735-csar.csar
2022-06-02T11:31:13.090Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220602112735-csar.csar
2022-06-02T11:31:13.091Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220602112735-csar.csar
2022-06-02T11:31:13.091Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220602112735-csar.csar
2022-06-02T11:31:13.091Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220602112735-csar.csar
2022-06-02T11:31:13.091Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220602112735-csar.csar
2022-06-02T11:31:13.091Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220602112735-csar.csar
2022-06-02T11:31:13.091Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220602112735-csar.csar
2022-06-02T11:31:13.091Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220602112735-csar.csar
2022-06-02T11:31:13.091Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220602112735-csar.csar
2022-06-02T11:31:13.091Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW f3551271-a12d 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-Vfw20220602112735-csar.csar
2022-06-02T11:31:13.091Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220602112735-csar.csar
2022-06-02T11:31:13.091Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-02T11:31:13.092Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:31:13.092Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-02 11-27-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:31:13.092Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template vFW f3551271-a12d 0 is matching search criteria
2022-06-02T11:31:13.092Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-02T11:31:13.092Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f3551271-a12d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-02T11:31:13.093Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:31:13.093Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-02 11-27-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:31:13.093Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template vFW f3551271-a12d 0 is matching search criteria
2022-06-02T11:31:13.093Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-02T11:31:13.093Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f3551271-a12d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-02T11:31:13.094Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:31:13.094Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-02 11-27-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:31:13.094Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:31:13.094Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template vFW f3551271-a12d 0 is not matching search criteria
2022-06-02T11:31:13.094Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T11:31:13.094Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-02T11:31:13.095Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-02T11:31:13.095Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-02T11:31:13.095Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-02T11:31:13.095Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T11:31:13.095Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T11:31:13.095Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-02T11:31:13.095Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-02T11:31:13.096Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-02T11:31:13.096Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-02T11:31:13.096Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-02T11:31:13.096Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-02T11:31:13.096Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-02T11:31:13.096Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T11:31:13.096Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-02T11:31:13.096Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:31:13.097Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-02 11-27-35 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-02T11:31:13.097Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:31:13.097Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template vFW f3551271-a12d 0 is matching search criteria
2022-06-02T11:31:13.097Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f3551271-a12d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T11:31:13.097Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:31:13.097Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template vFW f3551271-a12d 0 is matching search criteria
2022-06-02T11:31:13.098Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f3551271-a12d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T11:31:13.098Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:31:13.098Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template vFW f3551271-a12d 0 is matching search criteria
2022-06-02T11:31:13.098Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f3551271-a12d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T11:31:13.098Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:31:13.098Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template vFW f3551271-a12d 0 is not matching search criteria
2022-06-02T11:31:13.099Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T11:31:13.099Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-02T11:31:13.099Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T11:31:13.099Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-02T11:31:13.099Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-02T11:31:13.099Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-02T11:31:13.099Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-02T11:31:13.099Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-02T11:31:13.100Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-02T11:31:13.100Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-02T11:31:13.100Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T11:31:13.100Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=48348cd3-d032-44a2-98cf-969e83795229
2022-06-02T11:31:13.100Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:31:13.100Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template vFW f3551271-a12d 0 is not matching search criteria
2022-06-02T11:31:13.100Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T11:31:13.101Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-02T11:31:13.101Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-02T11:31:13.101Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-02T11:31:13.101Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-02T11:31:13.101Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T11:31:13.101Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T11:31:13.101Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-02T11:31:13.102Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-02T11:31:13.102Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-02T11:31:13.102Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-02T11:31:13.102Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T11:31:13.102Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8cb81c70-d863-4812-9904-a56fa4d42c9f
2022-06-02T11:31:13.102Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:31:13.102Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template vFW f3551271-a12d 0 is not matching search criteria
2022-06-02T11:31:13.103Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T11:31:13.103Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-02T11:31:13.103Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-02T11:31:13.103Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-02T11:31:13.103Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-02T11:31:13.103Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T11:31:13.103Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T11:31:13.104Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-02T11:31:13.104Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-02T11:31:13.104Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-02T11:31:13.104Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-02T11:31:13.104Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-02T11:31:13.104Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=95482c82-7f8b-4364-8c39-8d5c7721ae7f
2022-06-02T11:31:13.104Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:31:13.105Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-02 11-27-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:31:13.105Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:31:13.105Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-02 11-27-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:31:13.105Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:31:13.105Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-02 11-27-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:31:13.105Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:31:13.105Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-02 11-27-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:31:13.105Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-06-02 11-27-35
Description:catalog service description
Model UUID:bbfaef30-6f50-4cec-ab06-02288c877193
Model Version:NULL
Model InvariantUuid:340c296e-9db9-4ef1-a41e-ceaad36902fc
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW f3551271-a12d
Model UUID:5d8b3d3b-50ee-4fb1-971b-bdb8cc39274e
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:46e29e2c-92b9-4d0c-baff-2981c85dd3ee
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a36b6bb4-c99f-45ed-9bf0-6fb2f26c65c5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:38f55ec6-d7e9-40bc-882f-e1a61dd299eb
ModelName:VfwF3551271A12d..base_vfw..module-0
ModelUuid:5dd0a77d-7674-42af-ae74-543a5e6b4813
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:48348cd3-d032-44a2-98cf-969e83795229
ModelInvariantUuid:273cd226-fa80-4853-8082-655707166428
ModelName:vFW f3551271-a12d-nodes.vfwCvfc
ModelUuid:22526b5c-30e6-4972-8733-68363b3cbc37
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:ad4ff291-2e12-40a0-84fc-eb1701c89670
ModelInvariantUuid:a01050c6-4a08-4f76-bf8b-1708881929ec
ModelName:VfwF3551271A12d.compute.nodes.heat.vfw
ModelUuid:f350b424-515d-41e9-b920-c4fe24ac7164
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8cb81c70-d863-4812-9904-a56fa4d42c9f
ModelInvariantUuid:c1f38849-163c-4fd9-8b00-3f50511ca81b
ModelName:vFW f3551271-a12d-nodes.vsnCvfc
ModelUuid:0b6052ed-8612-443d-ab7d-ea57cdb07b64
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:09426f6f-2b7b-4f75-82c8-7d169867bae6
ModelInvariantUuid:9fae9384-6688-4871-a43d-9008978dfa80
ModelName:VfwF3551271A12d.compute.nodes.heat.vsn
ModelUuid:ac53c966-0bf6-4a9c-a4fe-7e2e0044eb37
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:95482c82-7f8b-4364-8c39-8d5c7721ae7f
ModelInvariantUuid:e3830ec2-8c5b-4bf2-8d79-8a641d14a99c
ModelName:vFW f3551271-a12d-nodes.vpgCvfc
ModelUuid:a659675d-579e-4130-8267-56dd5640889a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:0d495021-1c7e-4d12-ac4f-46f4819f99f3
ModelInvariantUuid:fe0f9c47-c27f-4466-80b5-fe58de5b2e5b
ModelName:VfwF3551271A12d.compute.nodes.heat.vpg
ModelUuid:9861c704-fa81-4cfa-9367-2ff66b55bb7f
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-06-02T11:31:13.120Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: ae81c4d3-aff0-44be-8459-9c38017ad365
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-06-02T11:31:13.125Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||INFO|500||vFW f3551271-a12d 0
2022-06-02T11:31:13.125Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ae81c4d3-aff0-44be-8459-9c38017ad365
2022-06-02T11:31:13.125Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 15cd2d24-7403-4cd9-9d31-fcd49d051bcf from URL: /sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/vfwf3551271a12d0_modules.json
2022-06-02T11:31:13.125Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-02T11:31:13.125Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/vfwf3551271a12d0_modules.json
2022-06-02T11:31:13.529Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-02T11:31:13.530Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/vfwf3551271a12d0_modules.json 15cd2d24-7403-4cd9-9d31-fcd49d051bcf 785
2022-06-02T11:31:13.530Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/vfwf3551271a12d0_modules.json ASDC sendASDCNotification
2022-06-02T11:31:13.530Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/vfwf3551271a12d0_modules.json
2022-06-02T11:31:13.530Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T11:31:13.531Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:31:13.532Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:31:13.533Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654169473530,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/vfwf3551271a12d0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:31:13.633Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:31:13.634Z||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-06-02T11:31:13.634Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:31:13.652Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:31:13.653Z||pool-43-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:31:14.533Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwF3551271A12d..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "38f55ec6-d7e9-40bc-882f-e1a61dd299eb",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5dd0a77d-7674-42af-ae74-543a5e6b4813",
    "vfModuleModelCustomizationUUID": "fba0f04d-e6b5-4dfb-8a1c-dc54e23cdc43",
    "isBase": true,
    "artifacts": [
      "7f789a2a-b639-403e-8331-64efa7d327cc",
      "a06379ed-d26f-452d-bcf6-defb2563ac6a"
    ],
    "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-06-02T11:31:14.538Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwF3551271A12d..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5dd0a77d-7674-42af-ae74-543a5e6b4813
VfModuleModelInvariantUUID:38f55ec6-d7e9-40bc-882f-e1a61dd299eb
VfModuleModelDescription:NULL
Artifacts UUID List:{
7f789a2a-b639-403e-8331-64efa7d327cc
,
a06379ed-d26f-452d-bcf6-defb2563ac6a

}
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-06-02T11:31:14.540Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwF3551271A12d..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "38f55ec6-d7e9-40bc-882f-e1a61dd299eb",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5dd0a77d-7674-42af-ae74-543a5e6b4813",
    "vfModuleModelCustomizationUUID": "fba0f04d-e6b5-4dfb-8a1c-dc54e23cdc43",
    "isBase": true,
    "artifacts": [
      "7f789a2a-b639-403e-8331-64efa7d327cc",
      "a06379ed-d26f-452d-bcf6-defb2563ac6a"
    ],
    "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-06-02T11:31:14.540Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwF3551271A12d..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5dd0a77d-7674-42af-ae74-543a5e6b4813
VfModuleModelInvariantUUID:38f55ec6-d7e9-40bc-882f-e1a61dd299eb
VfModuleModelDescription:NULL
Artifacts UUID List:{
7f789a2a-b639-403e-8331-64efa7d327cc
,
a06379ed-d26f-452d-bcf6-defb2563ac6a

}
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-06-02T11:31:14.541Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 7f789a2a-b639-403e-8331-64efa7d327cc from URL: /sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/base_vfw.yaml
2022-06-02T11:31:14.541Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-02T11:31:14.541Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/base_vfw.yaml
2022-06-02T11:31:14.825Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-02T11:31:14.826Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/base_vfw.yaml 7f789a2a-b639-403e-8331-64efa7d327cc 20368
2022-06-02T11:31:14.827Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-02T11:31:14.827Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/base_vfw.yaml
2022-06-02T11:31:14.827Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T11:31:14.828Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:31:14.830Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:31:14.830Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654169474827,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:31:14.930Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:31:14.931Z||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-06-02T11:31:14.931Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:31:14.962Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:31:14.963Z||pool-44-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":2,"count":1}
2022-06-02T11:31:15.830Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a06379ed-d26f-452d-bcf6-defb2563ac6a from URL: /sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/base_vfw.env
2022-06-02T11:31:15.831Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-02T11:31:15.831Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/base_vfw.env
2022-06-02T11:31:16.451Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-02T11:31:16.452Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/base_vfw.env a06379ed-d26f-452d-bcf6-defb2563ac6a 2098
2022-06-02T11:31:16.452Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-02T11:31:16.452Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/base_vfw.env
2022-06-02T11:31:16.452Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T11:31:16.453Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:31:16.455Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:31:16.456Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654169476452,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:31:16.556Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-02T11:31:16.556Z||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-06-02T11:31:16.557Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:31:16.586Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:31:16.587Z||pool-45-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
2022-06-02T11:31:17.456Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: bbfaef30-6f50-4cec-ab06-02288c877193
2022-06-02T11:31:17.457Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW f3551271-a12d 0 ae81c4d3-aff0-44be-8459-9c38017ad365 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-02T11:31:17.484Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4203da1c, org.onap.sdc.toscaparser.api.parameters.Input@28177087, org.onap.sdc.toscaparser.api.parameters.Input@1f68d0da, org.onap.sdc.toscaparser.api.parameters.Input@31abecf, org.onap.sdc.toscaparser.api.parameters.Input@5f95578a]
2022-06-02T11:31:17.485Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:31:17.486Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-02 11-27-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:31:17.486Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-06-02T11:31:17.486Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= a36b6bb4-c99f-45ed-9bf0-6fb2f26c65c5
2022-06-02T11:31:17.486Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a36b6bb4-c99f-45ed-9bf0-6fb2f26c65c5 matches Tosca VF Customization UUID: a36b6bb4-c99f-45ed-9bf0-6fb2f26c65c5
2022-06-02T11:31:17.487Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: a36b6bb4-c99f-45ed-9bf0-6fb2f26c65c5  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-06-02T11:31:17.489Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:31:17.490Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-02 11-27-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:31:17.490Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id a36b6bb4-c99f-45ed-9bf0-6fb2f26c65c5: {\"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-06-02T11:31:17.490Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@43184852
2022-06-02T11:31:17.491Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:31:17.491Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-02 11-27-35 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-02T11:31:17.491Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : fba0f04d-e6b5-4dfb-8a1c-dc54e23cdc43
2022-06-02T11:31:17.491Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID fba0f04d-e6b5-4dfb-8a1c-dc54e23cdc43
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-06-02T11:31:17.494Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:31:17.494Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template vFW f3551271-a12d 0 is matching search criteria
2022-06-02T11:31:17.494Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f3551271-a12d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T11:31:17.494Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:31:17.495Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template vFW f3551271-a12d 0 is matching search criteria
2022-06-02T11:31:17.495Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f3551271-a12d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T11:31:17.495Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:31:17.495Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template vFW f3551271-a12d 0 is not matching search criteria
2022-06-02T11:31:17.495Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T11:31:17.495Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-02T11:31:17.498Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T11:31:17.499Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-02T11:31:17.499Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-02T11:31:17.499Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-02T11:31:17.499Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-02T11:31:17.499Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-02T11:31:17.500Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-02T11:31:17.500Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-02T11:31:17.500Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T11:31:17.500Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=48348cd3-d032-44a2-98cf-969e83795229
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-06-02T11:31:17.504Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:31:17.504Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template vFW f3551271-a12d 0 is matching search criteria
2022-06-02T11:31:17.504Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f3551271-a12d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T11:31:17.504Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:31:17.505Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template vFW f3551271-a12d 0 is not matching search criteria
2022-06-02T11:31:17.505Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T11:31:17.505Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-02T11:31:17.505Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-02T11:31:17.505Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-02T11:31:17.505Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-02T11:31:17.506Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T11:31:17.506Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T11:31:17.506Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-02T11:31:17.506Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-02T11:31:17.506Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-02T11:31:17.506Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-02T11:31:17.507Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T11:31:17.507Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8cb81c70-d863-4812-9904-a56fa4d42c9f
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-06-02T11:31:17.509Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:31:17.510Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template vFW f3551271-a12d 0 is matching search criteria
2022-06-02T11:31:17.510Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f3551271-a12d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T11:31:17.510Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:31:17.510Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template vFW f3551271-a12d 0 is not matching search criteria
2022-06-02T11:31:17.510Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T11:31:17.511Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-02T11:31:17.511Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-02T11:31:17.511Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-02T11:31:17.511Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-02T11:31:17.511Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T11:31:17.511Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T11:31:17.511Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-02T11:31:17.512Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-02T11:31:17.512Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-02T11:31:17.512Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-02T11:31:17.512Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-02T11:31:17.512Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=95482c82-7f8b-4364-8c39-8d5c7721ae7f
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-06-02T11:31:17.515Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:31:17.515Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template vFW f3551271-a12d 0 is matching search criteria
2022-06-02T11:31:17.515Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f3551271-a12d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T11:31:17.516Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:31:17.516Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template vFW f3551271-a12d 0 is matching search criteria
2022-06-02T11:31:17.516Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f3551271-a12d 0] matching following query criteria: sdcType=VF, customizationUUID=a36b6bb4-c99f-45ed-9bf0-6fb2f26c65c5
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-06-02T11:31:17.519Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:31:17.519Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-02 11-27-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:31:17.519Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid bbfaef30-6f50-4cec-ab06-02288c877193: vFW f3551271-a12d
2022-06-02T11:31:17.520Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:31:17.520Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-02 11-27-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:31:17.520Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:31:17.520Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-02 11-27-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:31:17.520Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:31:17.521Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-02 11-27-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:31:17.521Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:31:17.521Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-02 11-27-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:31:17.521Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:31:17.521Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-02 11-27-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:31:17.521Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2022-06-02 11-27-35 
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-06-02T11:31:17.711Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW f3551271-a12d ae81c4d3-aff0-44be-8459-9c38017ad365 1 ASDC deployResourceStructure
2022-06-02T11:31:17.711Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/vfwf3551271a12d0_modules.json ASDC sendASDCNotification
2022-06-02T11:31:17.711Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/vfwf3551271a12d0_modules.json
2022-06-02T11:31:17.712Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T11:31:17.712Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:31:17.721Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:31:17.721Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654169477711,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/vfwf3551271a12d0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-02T11:31:17.815Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-06-02T11:31:17.816Z||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-06-02T11:31:17.816Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:31:17.837Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:31:17.837Z||pool-46-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:31:18.722Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-02T11:31:18.723Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/base_vfw.yaml
2022-06-02T11:31:18.723Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T11:31:18.723Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:31:18.725Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:31:18.725Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654169478722,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-02T11:31:18.826Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-02T11:31:18.827Z||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-06-02T11:31:18.827Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:31:18.847Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:31:18.848Z||pool-47-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-06-02T11:31:19.725Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-02T11:31:19.726Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/base_vfw.env
2022-06-02T11:31:19.726Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T11:31:19.726Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:31:19.728Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:31:19.728Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654169479725,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-02T11:31:19.828Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:31:19.830Z||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-06-02T11:31:19.830Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:31:19.846Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:31:19.847Z||pool-48-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-02T11:31:20.729Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220602112735/1.0/artifacts/service-Vfw20220602112735-csar.csar ASDC sendASDCNotification
2022-06-02T11:31:20.730Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602112735/1.0/artifacts/service-Vfw20220602112735-csar.csar
2022-06-02T11:31:20.730Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T11:31:20.730Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:31:20.732Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:31:20.732Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654169480729,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/artifacts/service-Vfw20220602112735-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T11:31:20.832Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:31:20.833Z||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-06-02T11:31:20.833Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:31:20.852Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:31:20.853Z||pool-49-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-02T11:31:21.733Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25634f58-26f7-423e-bab1-f15bda25419f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-02T11:31:21.745Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25634f58-26f7-423e-bab1-f15bda25419f
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-06-02T11:31:21.748Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T11:31:21.749Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-02T11:31:21.749Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-02T11:31:21.749Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-02T11:31:21.749Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-06-02T11:31:21.749Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-06-02T11:31:21.754Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-02T11:31:51.755Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 25634f58-26f7-423e-bab1-f15bda25419f 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-06-02T11:31:51.763Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 25634f58-26f7-423e-bab1-f15bda25419f and serviceModelVersionId: bbfaef30-6f50-4cec-ab06-02288c877193
2022-06-02T11:31:51.764Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 340c296e-9db9-4ef1-a41e-ceaad36902fc
2022-06-02T11:31:51.766Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/340c296e-9db9-4ef1-a41e-ceaad36902fc/model-vers/model-ver/bbfaef30-6f50-4cec-ab06-02288c877193?depth=0
2022-06-02T11:31:51.772Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-06-02T11:31:51.829Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/340c296e-9db9-4ef1-a41e-ceaad36902fc/model-vers/model-ver/bbfaef30-6f50-4cec-ab06-02288c877193?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-06-02T11:31:51.831Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/340c296e-9db9-4ef1-a41e-ceaad36902fc/model-vers/model-ver/bbfaef30-6f50-4cec-ab06-02288c877193?depth=0|INFO|500||Invoke
2022-06-02T11:31:51.858Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/340c296e-9db9-4ef1-a41e-ceaad36902fc/model-vers/model-ver/bbfaef30-6f50-4cec-ab06-02288c877193?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-06-02T11:31:51.930Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/340c296e-9db9-4ef1-a41e-ceaad36902fc/model-vers/model-ver/bbfaef30-6f50-4cec-ab06-02288c877193?depth=0|INFO|404|Not Found|InvokeReturn
2022-06-02T11:31:51.932Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/340c296e-9db9-4ef1-a41e-ceaad36902fc/model-vers/model-ver/bbfaef30-6f50-4cec-ab06-02288c877193?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220602-11:31:51:730-71183], Content-Length=[495], Date=[Thu, 02 Jun 2022 11:31:51 GMT], Content-Type=[application/json]}
2022-06-02T11:31:51.933Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/340c296e-9db9-4ef1-a41e-ceaad36902fc/model-vers/model-ver/bbfaef30-6f50-4cec-ab06-02288c877193","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/340c296e-9db9-4ef1-a41e-ceaad36902fc/model-vers/model-ver/bbfaef30-6f50-4cec-ab06-02288c877193","ERR.5.4.6114"]}}}

2022-06-02T11:31:51.937Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=25634f58-26f7-423e-bab1-f15bda25419f Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/340c296e-9db9-4ef1-a41e-ceaad36902fc/model-vers/model-ver/bbfaef30-6f50-4cec-ab06-02288c877193 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/340c296e-9db9-4ef1-a41e-ceaad36902fc/model-vers/model-ver/bbfaef30-6f50-4cec-ab06-02288c877193) (ec=ERR.5.4.6114)
2022-06-02T11:31:51.937Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=25634f58-26f7-423e-bab1-f15bda25419f Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/340c296e-9db9-4ef1-a41e-ceaad36902fc/model-vers/model-ver/bbfaef30-6f50-4cec-ab06-02288c877193 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/340c296e-9db9-4ef1-a41e-ceaad36902fc/model-vers/model-ver/bbfaef30-6f50-4cec-ab06-02288c877193) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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-06-02T11:31:51.938Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=25634f58-26f7-423e-bab1-f15bda25419f Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/340c296e-9db9-4ef1-a41e-ceaad36902fc/model-vers/model-ver/bbfaef30-6f50-4cec-ab06-02288c877193 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/340c296e-9db9-4ef1-a41e-ceaad36902fc/model-vers/model-ver/bbfaef30-6f50-4cec-ab06-02288c877193) (ec=ERR.5.4.6114)
2022-06-02T11:31:51.938Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=25634f58-26f7-423e-bab1-f15bda25419f Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/340c296e-9db9-4ef1-a41e-ceaad36902fc/model-vers/model-ver/bbfaef30-6f50-4cec-ab06-02288c877193 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/340c296e-9db9-4ef1-a41e-ceaad36902fc/model-vers/model-ver/bbfaef30-6f50-4cec-ab06-02288c877193) (ec=ERR.5.4.6114)
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-06-02T11:31:51.944Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-02T11:31:51.945Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 25634f58-26f7-423e-bab1-f15bda25419f and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=25634f58-26f7-423e-bab1-f15bda25419f Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/340c296e-9db9-4ef1-a41e-ceaad36902fc/model-vers/model-ver/bbfaef30-6f50-4cec-ab06-02288c877193 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/340c296e-9db9-4ef1-a41e-ceaad36902fc/model-vers/model-ver/bbfaef30-6f50-4cec-ab06-02288c877193) (ec=ERR.5.4.6114)
2022-06-02T11:31:51.945Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-02T11:31:51.945Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:31:51.949Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:31:51.950Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654169511945,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d25634f58-26f7-423e-bab1-f15bda25419f Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/340c296e-9db9-4ef1-a41e-ceaad36902fc/model-vers/model-ver/bbfaef30-6f50-4cec-ab06-02288c877193 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/340c296e-9db9-4ef1-a41e-ceaad36902fc/model-vers/model-ver/bbfaef30-6f50-4cec-ab06-02288c877193) (ec\u003dERR.5.4.6114)"
}
2022-06-02T11:31:52.048Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-02T11:31:52.049Z||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-06-02T11:31:52.051Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:31:52.076Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:31:52.076Z||pool-50-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-02T11:32:01.708Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:32:01.710Z|25634f58-26f7-423e-bab1-f15bda25419f|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-06-02T11:32:01.710Z|25634f58-26f7-423e-bab1-f15bda25419f|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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:32:01.711Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:32:01.711Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|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-06-02T11:32:01.711Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:32:01.845Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:32:01.846Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:32:01.846Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654169461709,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:32:01.847Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:32:11.297Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:33:01.708Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:33:01.709Z|25634f58-26f7-423e-bab1-f15bda25419f|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-06-02T11:33:01.709Z|25634f58-26f7-423e-bab1-f15bda25419f|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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:33:01.710Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:33:01.711Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|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-06-02T11:33:01.711Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:33:02.248Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:33:02.249Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:33:02.249Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654169461709,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/vfwf3551271a12d0_modules.json",
  "status": "NOTIFIED"
}
2022-06-02T11:33:02.250Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:33:02.250Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:33:02.250Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654169461709,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-02T11:33:02.250Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:33:02.250Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:33:02.250Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654169461709,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:33:02.251Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:33:02.251Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:33:02.251Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654169461709,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-02T11:33:02.251Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:33:02.251Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:33:02.251Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654169461709,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/artifacts/service-Vfw20220602112735-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:33:02.251Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:33:02.251Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:33:02.251Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654169461709,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/artifacts/service-Vfw20220602112735-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T11:33:02.251Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:33:02.252Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:33:02.252Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654169469839,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/artifacts/service-Vfw20220602112735-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:33:02.252Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:33:02.252Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:33:02.252Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654169473530,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/vfwf3551271a12d0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:33:02.252Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:33:02.252Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:33:02.252Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654169474827,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:33:02.253Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:33:02.253Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:33:02.253Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654169476452,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:33:02.253Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:33:02.253Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:33:02.253Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654169477711,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/vfwf3551271a12d0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-02T11:33:02.253Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:33:02.253Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:33:02.253Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654169478722,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-02T11:33:02.253Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:33:02.254Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:33:02.254Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654169479725,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-02T11:33:02.254Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:33:02.254Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:33:02.254Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654169480729,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/artifacts/service-Vfw20220602112735-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T11:33:02.254Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:33:02.254Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:33:02.254Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654169511945,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d25634f58-26f7-423e-bab1-f15bda25419f Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/340c296e-9db9-4ef1-a41e-ceaad36902fc/model-vers/model-ver/bbfaef30-6f50-4cec-ab06-02288c877193 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/340c296e-9db9-4ef1-a41e-ceaad36902fc/model-vers/model-ver/bbfaef30-6f50-4cec-ab06-02288c877193) (ec\u003dERR.5.4.6114)"
}
2022-06-02T11:33:02.255Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:33:10.414Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:33:10.415Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-02T11:33:10.415Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"a81f5707-6042-437b-a414-75f55f2c3bcc","serviceName":"vFW 2022-06-02 11-30-30","serviceVersion":"1.0","serviceUUID":"4141a88d-0221-4df9-94da-e5a188182c59","serviceDescription":"catalog service description","serviceInvariantUUID":"765d417d-69ea-437a-a90d-5e537ec9f4fa","resources":[{"resourceInstanceName":"vFW 828bcbbb-b2be 0","resourceName":"vFW 828bcbbb-b2be","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9cdd3d27-3da7-4e6c-be8d-57b0fbb8a9a8","resourceInvariantUUID":"6c72b4dd-2a71-45d3-8d5e-0494415bf63f","resourceCustomizationUUID":"ead3e305-e8e7-4f2f-8061-18204a4b3b2b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220602113030/1.0/resourceInstances/vfw828bcbbbb2be0/artifacts/vf-license-model.xml","artifactChecksum":"NDI1YTM1MTFkOGM3NGNjZDBlODIwYmUwZGE4YmIyYjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1a0ec60b-d396-479d-937f-7e5935e3c939","artifactVersion":"1"},{"artifactName":"vfw828bcbbbb2be0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220602113030/1.0/resourceInstances/vfw828bcbbbb2be0/artifacts/vfw828bcbbbb2be0_modules.json","artifactChecksum":"ZmU5MDdjMzJhNDg4NTY2YzA2NjFiMmIwZjRiNDA1NDQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e6bde3c2-ccb9-46a0-800d-5668b6c59c3a","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220602113030/1.0/resourceInstances/vfw828bcbbbb2be0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"61c85768-1df4-464a-b873-5822f9ef1206","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220602113030/1.0/resourceInstances/vfw828bcbbbb2be0/artifacts/vendor-license-model.xml","artifactChecksum":"NjEyNDg0MWExMzhmYzU3Njc3OGFhZTNiM2FlOGFkNzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"bbfe90b5-3a0f-4f12-9dab-c148078912cc","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220602113030/1.0/resourceInstances/vfw828bcbbbb2be0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d7e7fee5-445c-445e-a946-c3530f52a57a","artifactVersion":"2","generatedFromUUID":"61c85768-1df4-464a-b873-5822f9ef1206"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220602113030-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220602113030/1.0/artifacts/service-Vfw20220602113030-template.yml","artifactChecksum":"Mzc1NjAxNjJkMDE0MDkxNTgwMmQ5ODVmM2VkNDMyYmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fad96642-190d-4170-b4f8-966016aec868","artifactVersion":"1"},{"artifactName":"service-Vfw20220602113030-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220602113030/1.0/artifacts/service-Vfw20220602113030-csar.csar","artifactChecksum":"ZDQ5Y2UyNTYzODVlZjdkN2MzMmQ0ZDNhOWFkMmY1NDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"264b49c6-67a7-4a16-ab9f-87ae8981ceee","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-02T11:33:10.417Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T11:33:10.417Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:33:10.419Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:33:10.419Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a81f5707-6042-437b-a414-75f55f2c3bcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654169581708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113030/1.0/resourceInstances/vfw828bcbbbb2be0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:33:10.519Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:33:10.520Z||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-06-02T11:33:10.521Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:33:10.562Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:33:10.563Z||pool-51-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":1,"count":1}
2022-06-02T11:33:11.420Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T11:33:11.421Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:33:11.423Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:33:11.423Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a81f5707-6042-437b-a414-75f55f2c3bcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654169581708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113030/1.0/resourceInstances/vfw828bcbbbb2be0/artifacts/vfw828bcbbbb2be0_modules.json",
  "status": "NOTIFIED"
}
2022-06-02T11:33:11.523Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:33:11.524Z||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-06-02T11:33:11.524Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:33:11.569Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:33:11.570Z||pool-52-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":1,"count":1}
2022-06-02T11:33:12.427Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T11:33:12.428Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:33:12.430Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:33:12.431Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a81f5707-6042-437b-a414-75f55f2c3bcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654169581708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113030/1.0/resourceInstances/vfw828bcbbbb2be0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-02T11:33:12.532Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:33:12.532Z||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-06-02T11:33:12.533Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:33:12.559Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:33:12.560Z||pool-53-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-06-02T11:33:13.431Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T11:33:13.432Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:33:13.434Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:33:13.435Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a81f5707-6042-437b-a414-75f55f2c3bcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654169581708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113030/1.0/resourceInstances/vfw828bcbbbb2be0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:33:13.535Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:33:13.536Z||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-06-02T11:33:13.536Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:33:13.563Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:33:13.564Z||pool-54-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:33:14.435Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T11:33:14.436Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:33:14.439Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:33:14.439Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a81f5707-6042-437b-a414-75f55f2c3bcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654169581708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113030/1.0/resourceInstances/vfw828bcbbbb2be0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-02T11:33:14.539Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:33:14.540Z||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-06-02T11:33:14.540Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:33:14.562Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:33:14.562Z||pool-55-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-06-02T11:33:15.439Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T11:33:15.440Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:33:15.442Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:33:15.442Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a81f5707-6042-437b-a414-75f55f2c3bcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654169581708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113030/1.0/artifacts/service-Vfw20220602113030-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:33:15.542Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:33:15.544Z||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-06-02T11:33:15.544Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:33:15.572Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:33:15.573Z||pool-56-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-06-02T11:33:16.443Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T11:33:16.444Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:33:16.449Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:33:16.450Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a81f5707-6042-437b-a414-75f55f2c3bcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654169581708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113030/1.0/artifacts/service-Vfw20220602113030-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T11:33:16.549Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-02T11:33:16.550Z||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-06-02T11:33:16.550Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:33:16.577Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:33:16.577Z||pool-57-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:33:17.451Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "a81f5707-6042-437b-a414-75f55f2c3bcc",
  "serviceName": "vFW 2022-06-02 11-30-30",
  "serviceVersion": "1.0",
  "serviceUUID": "4141a88d-0221-4df9-94da-e5a188182c59",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "765d417d-69ea-437a-a90d-5e537ec9f4fa",
  "resources": [
    {
      "resourceInstanceName": "vFW 828bcbbb-b2be 0",
      "resourceCustomizationUUID": "ead3e305-e8e7-4f2f-8061-18204a4b3b2b",
      "resourceName": "vFW 828bcbbb-b2be",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "9cdd3d27-3da7-4e6c-be8d-57b0fbb8a9a8",
      "resourceInvariantUUID": "6c72b4dd-2a71-45d3-8d5e-0494415bf63f",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw828bcbbbb2be0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113030/1.0/resourceInstances/vfw828bcbbbb2be0/artifacts/vfw828bcbbbb2be0_modules.json",
          "artifactChecksum": "ZmU5MDdjMzJhNDg4NTY2YzA2NjFiMmIwZjRiNDA1NDQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e6bde3c2-ccb9-46a0-800d-5668b6c59c3a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113030/1.0/resourceInstances/vfw828bcbbbb2be0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "61c85768-1df4-464a-b873-5822f9ef1206",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113030/1.0/resourceInstances/vfw828bcbbbb2be0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "d7e7fee5-445c-445e-a946-c3530f52a57a",
            "generatedFromUUID": "61c85768-1df4-464a-b873-5822f9ef1206"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113030/1.0/resourceInstances/vfw828bcbbbb2be0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "d7e7fee5-445c-445e-a946-c3530f52a57a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220602113030-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113030/1.0/artifacts/service-Vfw20220602113030-csar.csar",
      "artifactChecksum": "ZDQ5Y2UyNTYzODVlZjdkN2MzMmQ0ZDNhOWFkMmY1NDY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "264b49c6-67a7-4a16-ab9f-87ae8981ceee"
    }
  ],
  "workloadContext": "Production"
}
2022-06-02T11:33:17.452Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-02T11:33:17.452Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4141a88d-0221-4df9-94da-e5a188182c59 ASDC
2022-06-02T11:33:17.454Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:a81f5707-6042-437b-a414-75f55f2c3bcc
ServiceName:vFW 2022-06-02 11-30-30
ServiceVersion:1.0
ServiceUUID:4141a88d-0221-4df9-94da-e5a188182c59
ServiceInvariantUUID:765d417d-69ea-437a-a90d-5e537ec9f4fa
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220602113030-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220602113030/1.0/artifacts/service-Vfw20220602113030-csar.csar
ArtifactUUID:264b49c6-67a7-4a16-ab9f-87ae8981ceee
ArtifactChecksum:ZDQ5Y2UyNTYzODVlZjdkN2MzMmQ0ZDNhOWFkMmY1NDY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 828bcbbb-b2be 0
ResourceCustomizationUUID:ead3e305-e8e7-4f2f-8061-18204a4b3b2b
ResourceInvariantUUID:6c72b4dd-2a71-45d3-8d5e-0494415bf63f
ResourceName:vFW 828bcbbb-b2be
ResourceType:VF
ResourceUUID:9cdd3d27-3da7-4e6c-be8d-57b0fbb8a9a8
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw828bcbbbb2be0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220602113030/1.0/resourceInstances/vfw828bcbbbb2be0/artifacts/vfw828bcbbbb2be0_modules.json
ArtifactUUID:e6bde3c2-ccb9-46a0-800d-5668b6c59c3a
ArtifactChecksum:ZmU5MDdjMzJhNDg4NTY2YzA2NjFiMmIwZjRiNDA1NDQ=
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/Vfw20220602113030/1.0/resourceInstances/vfw828bcbbbb2be0/artifacts/base_vfw.yaml
ArtifactUUID:61c85768-1df4-464a-b873-5822f9ef1206
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/Vfw20220602113030/1.0/resourceInstances/vfw828bcbbbb2be0/artifacts/base_vfw.env
ArtifactUUID:d7e7fee5-445c-445e-a946-c3530f52a57a
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/Vfw20220602113030/1.0/resourceInstances/vfw828bcbbbb2be0/artifacts/base_vfw.env
ArtifactUUID:d7e7fee5-445c-445e-a946-c3530f52a57a
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-02T11:33:17.454Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4141a88d-0221-4df9-94da-e5a188182c59 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-06-02T11:33:17.495Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-02T11:33:17.496Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-02T11:33:17.496Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-02T11:33:17.496Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 264b49c6-67a7-4a16-ab9f-87ae8981ceee from URL: /sdc/v1/catalog/services/Vfw20220602113030/1.0/artifacts/service-Vfw20220602113030-csar.csar
2022-06-02T11:33:17.496Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-02T11:33:17.497Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220602113030/1.0/artifacts/service-Vfw20220602113030-csar.csar
2022-06-02T11:33:18.031Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-02T11:33:18.036Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220602113030/1.0/artifacts/service-Vfw20220602113030-csar.csar 264b49c6-67a7-4a16-ab9f-87ae8981ceee 98999
2022-06-02T11:33:18.036Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220602113030/1.0/artifacts/service-Vfw20220602113030-csar.csar ASDC sendASDCNotification
2022-06-02T11:33:18.036Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602113030/1.0/artifacts/service-Vfw20220602113030-csar.csar
2022-06-02T11:33:18.036Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T11:33:18.037Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:33:18.038Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:33:18.038Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a81f5707-6042-437b-a414-75f55f2c3bcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654169598036,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113030/1.0/artifacts/service-Vfw20220602113030-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:33:18.139Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:33:18.140Z||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-06-02T11:33:18.140Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:33:18.168Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:33:18.169Z||pool-58-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-06-02T11:33:19.039Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-02T11:33:19.040Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-02T11:33:19.040Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 264b49c6-67a7-4a16-ab9f-87ae8981ceee, URL: /sdc/v1/catalog/services/Vfw20220602113030/1.0/artifacts/service-Vfw20220602113030-csar.csar to file: /app/ASDC/1/service-Vfw20220602113030-csar.csar
2022-06-02T11:33:19.041Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220602113030-csar.csar
2022-06-02T11:33:19.041Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220602113030-csar.csar
2022-06-02T11:33:19.041Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220602113030-csar.csar
2022-06-02T11:33:19.240Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1716123878104511513/Definitions/service-Vfw20220602113030-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-06-02T11:33:21.195Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-02T11:33:21.195Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-02T11:33:21.195Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220602113030-csar.csar
2022-06-02T11:33:21.196Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-02T11:33:21.196Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220602113030-csar.csar
2022-06-02T11:33:21.196Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220602113030-csar.csar
2022-06-02T11:33:21.196Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220602113030-csar.csar
2022-06-02T11:33:21.196Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220602113030-csar.csar
2022-06-02T11:33:21.196Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220602113030-csar.csar
2022-06-02T11:33:21.196Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220602113030-csar.csar
2022-06-02T11:33:21.196Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220602113030-csar.csar
2022-06-02T11:33:21.196Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220602113030-csar.csar
2022-06-02T11:33:21.196Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220602113030-csar.csar
2022-06-02T11:33:21.197Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220602113030-csar.csar
2022-06-02T11:33:21.197Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220602113030-csar.csar
2022-06-02T11:33:21.197Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220602113030-csar.csar
2022-06-02T11:33:21.197Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 828bcbbb-b2be 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-Vfw20220602113030-csar.csar
2022-06-02T11:33:21.197Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-02T11:33:21.197Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:33:21.197Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-02 11-30-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:33:21.197Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Node template vFW 828bcbbb-b2be 0 is matching search criteria
2022-06-02T11:33:21.197Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-02T11:33:21.198Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 828bcbbb-b2be 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-02T11:33:21.198Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:33:21.198Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-02 11-30-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:33:21.198Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Node template vFW 828bcbbb-b2be 0 is matching search criteria
2022-06-02T11:33:21.198Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-02T11:33:21.198Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 828bcbbb-b2be 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-02T11:33:21.198Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:33:21.199Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-02 11-30-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:33:21.199Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:33:21.199Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Node template vFW 828bcbbb-b2be 0 is not matching search criteria
2022-06-02T11:33:21.199Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T11:33:21.199Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-02T11:33:21.199Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-02T11:33:21.199Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-02T11:33:21.199Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T11:33:21.199Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-02T11:33:21.200Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T11:33:21.200Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-02T11:33:21.200Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-02T11:33:21.200Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-02T11:33:21.200Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-02T11:33:21.200Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-02T11:33:21.200Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-02T11:33:21.201Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-02T11:33:21.201Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T11:33:21.201Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-02T11:33:21.201Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:33:21.201Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-02 11-30-30 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-02T11:33:21.201Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:33:21.201Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Node template vFW 828bcbbb-b2be 0 is matching search criteria
2022-06-02T11:33:21.202Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 828bcbbb-b2be 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T11:33:21.202Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:33:21.202Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Node template vFW 828bcbbb-b2be 0 is matching search criteria
2022-06-02T11:33:21.202Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 828bcbbb-b2be 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T11:33:21.202Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:33:21.202Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Node template vFW 828bcbbb-b2be 0 is matching search criteria
2022-06-02T11:33:21.202Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 828bcbbb-b2be 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T11:33:21.203Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:33:21.203Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Node template vFW 828bcbbb-b2be 0 is not matching search criteria
2022-06-02T11:33:21.203Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T11:33:21.203Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-02T11:33:21.203Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T11:33:21.203Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-02T11:33:21.203Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-02T11:33:21.203Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-02T11:33:21.204Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-02T11:33:21.204Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-02T11:33:21.204Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-02T11:33:21.204Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-02T11:33:21.204Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T11:33:21.204Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=00199ef5-9677-4c4d-9f70-725c60ee906b
2022-06-02T11:33:21.204Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:33:21.205Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Node template vFW 828bcbbb-b2be 0 is not matching search criteria
2022-06-02T11:33:21.205Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T11:33:21.205Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-02T11:33:21.205Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-02T11:33:21.205Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-02T11:33:21.206Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T11:33:21.206Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-02T11:33:21.206Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T11:33:21.206Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-02T11:33:21.206Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-02T11:33:21.206Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-02T11:33:21.206Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-02T11:33:21.207Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T11:33:21.207Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8738d4c8-e4be-454b-9845-28c29b2d221f
2022-06-02T11:33:21.207Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:33:21.207Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Node template vFW 828bcbbb-b2be 0 is not matching search criteria
2022-06-02T11:33:21.207Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T11:33:21.207Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-02T11:33:21.207Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-02T11:33:21.207Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-02T11:33:21.208Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T11:33:21.208Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-02T11:33:21.208Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T11:33:21.208Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-02T11:33:21.208Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-02T11:33:21.208Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-02T11:33:21.208Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-02T11:33:21.208Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-02T11:33:21.209Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=349655af-72af-4355-bfe7-b1ee20a7e39f
2022-06-02T11:33:21.209Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:33:21.209Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-02 11-30-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:33:21.209Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:33:21.209Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-02 11-30-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:33:21.209Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:33:21.209Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-02 11-30-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:33:21.210Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:33:21.210Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-02 11-30-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:33:21.210Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-06-02 11-30-30
Description:catalog service description
Model UUID:4141a88d-0221-4df9-94da-e5a188182c59
Model Version:NULL
Model InvariantUuid:765d417d-69ea-437a-a90d-5e537ec9f4fa
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 828bcbbb-b2be
Model UUID:a37429ff-24f1-4edd-88e0-ac8ae2b8b71e
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6c72b4dd-2a71-45d3-8d5e-0494415bf63f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:ead3e305-e8e7-4f2f-8061-18204a4b3b2b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:b9b6581c-74dd-4e97-a434-8a399a303bf6
ModelName:Vfw828bcbbbB2be..base_vfw..module-0
ModelUuid:4d2e8343-285b-4958-842b-e51d686c7935
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:00199ef5-9677-4c4d-9f70-725c60ee906b
ModelInvariantUuid:579eaafe-a077-4491-9402-38c11915e938
ModelName:vFW 828bcbbb-b2be-nodes.vfwCvfc
ModelUuid:8f8b9ae9-b393-4ff8-809a-0b610c98cfae
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:494bd1a3-3d5d-4db4-beca-f52abf8f82b3
ModelInvariantUuid:a88dd1de-c1f1-4dd2-a0ba-751dc00388ba
ModelName:Vfw828bcbbbB2be.compute.nodes.heat.vfw
ModelUuid:4c5c04c9-579f-440f-a9ee-787fc0b80cea
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8738d4c8-e4be-454b-9845-28c29b2d221f
ModelInvariantUuid:1eec56ee-b485-4949-90ea-044626ae961c
ModelName:vFW 828bcbbb-b2be-nodes.vsnCvfc
ModelUuid:ed2ac92c-ba85-4f81-80c8-b71abe946aac
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:ec1c6a07-f15b-44fd-9329-ae1a44c0bbfe
ModelInvariantUuid:41a97101-0b6f-4640-a767-ea1972ae222e
ModelName:Vfw828bcbbbB2be.compute.nodes.heat.vsn
ModelUuid:4b6768c4-ff7a-4570-ad4b-12cab96e07c8
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:349655af-72af-4355-bfe7-b1ee20a7e39f
ModelInvariantUuid:6b78ce3f-7c34-4c95-aa75-b7fabe1fb1c4
ModelName:vFW 828bcbbb-b2be-nodes.vpgCvfc
ModelUuid:0b8f32d8-21b1-41fd-8618-ce984a6a7c11
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:dbc9e123-742c-4f0f-8ede-b051d22d2081
ModelInvariantUuid:d2772dcc-6e87-4255-83f9-303d88232ec9
ModelName:Vfw828bcbbbB2be.compute.nodes.heat.vpg
ModelUuid:e1501081-6e9a-41d0-9973-42597eca2214
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-06-02T11:33:21.218Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 9cdd3d27-3da7-4e6c-be8d-57b0fbb8a9a8
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-06-02T11:33:21.221Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||INFO|500||vFW 828bcbbb-b2be 0
2022-06-02T11:33:21.221Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9cdd3d27-3da7-4e6c-be8d-57b0fbb8a9a8
2022-06-02T11:33:21.221Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: e6bde3c2-ccb9-46a0-800d-5668b6c59c3a from URL: /sdc/v1/catalog/services/Vfw20220602113030/1.0/resourceInstances/vfw828bcbbbb2be0/artifacts/vfw828bcbbbb2be0_modules.json
2022-06-02T11:33:21.221Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-02T11:33:21.221Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220602113030/1.0/resourceInstances/vfw828bcbbbb2be0/artifacts/vfw828bcbbbb2be0_modules.json
2022-06-02T11:33:21.705Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-02T11:33:21.706Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220602113030/1.0/resourceInstances/vfw828bcbbbb2be0/artifacts/vfw828bcbbbb2be0_modules.json e6bde3c2-ccb9-46a0-800d-5668b6c59c3a 785
2022-06-02T11:33:21.706Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220602113030/1.0/resourceInstances/vfw828bcbbbb2be0/artifacts/vfw828bcbbbb2be0_modules.json ASDC sendASDCNotification
2022-06-02T11:33:21.706Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602113030/1.0/resourceInstances/vfw828bcbbbb2be0/artifacts/vfw828bcbbbb2be0_modules.json
2022-06-02T11:33:21.706Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T11:33:21.707Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:33:21.709Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:33:21.709Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a81f5707-6042-437b-a414-75f55f2c3bcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654169601706,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113030/1.0/resourceInstances/vfw828bcbbbb2be0/artifacts/vfw828bcbbbb2be0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:33:21.816Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2022-06-02T11:33:21.817Z||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-06-02T11:33:21.818Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:33:21.863Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:33:21.864Z||pool-59-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:33:22.710Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw828bcbbbB2be..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "b9b6581c-74dd-4e97-a434-8a399a303bf6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4d2e8343-285b-4958-842b-e51d686c7935",
    "vfModuleModelCustomizationUUID": "9ec8fd3a-619b-4fd9-9987-0942d50f62f8",
    "isBase": true,
    "artifacts": [
      "61c85768-1df4-464a-b873-5822f9ef1206",
      "d7e7fee5-445c-445e-a946-c3530f52a57a"
    ],
    "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-06-02T11:33:22.713Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw828bcbbbB2be..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4d2e8343-285b-4958-842b-e51d686c7935
VfModuleModelInvariantUUID:b9b6581c-74dd-4e97-a434-8a399a303bf6
VfModuleModelDescription:NULL
Artifacts UUID List:{
61c85768-1df4-464a-b873-5822f9ef1206
,
d7e7fee5-445c-445e-a946-c3530f52a57a

}
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-06-02T11:33:22.714Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw828bcbbbB2be..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "b9b6581c-74dd-4e97-a434-8a399a303bf6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4d2e8343-285b-4958-842b-e51d686c7935",
    "vfModuleModelCustomizationUUID": "9ec8fd3a-619b-4fd9-9987-0942d50f62f8",
    "isBase": true,
    "artifacts": [
      "61c85768-1df4-464a-b873-5822f9ef1206",
      "d7e7fee5-445c-445e-a946-c3530f52a57a"
    ],
    "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-06-02T11:33:22.715Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw828bcbbbB2be..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4d2e8343-285b-4958-842b-e51d686c7935
VfModuleModelInvariantUUID:b9b6581c-74dd-4e97-a434-8a399a303bf6
VfModuleModelDescription:NULL
Artifacts UUID List:{
61c85768-1df4-464a-b873-5822f9ef1206
,
d7e7fee5-445c-445e-a946-c3530f52a57a

}
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-06-02T11:33:22.715Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 61c85768-1df4-464a-b873-5822f9ef1206 from URL: /sdc/v1/catalog/services/Vfw20220602113030/1.0/resourceInstances/vfw828bcbbbb2be0/artifacts/base_vfw.yaml
2022-06-02T11:33:22.715Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-02T11:33:22.715Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220602113030/1.0/resourceInstances/vfw828bcbbbb2be0/artifacts/base_vfw.yaml
2022-06-02T11:33:22.971Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-02T11:33:22.972Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220602113030/1.0/resourceInstances/vfw828bcbbbb2be0/artifacts/base_vfw.yaml 61c85768-1df4-464a-b873-5822f9ef1206 20368
2022-06-02T11:33:22.972Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220602113030/1.0/resourceInstances/vfw828bcbbbb2be0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-02T11:33:22.992Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602113030/1.0/resourceInstances/vfw828bcbbbb2be0/artifacts/base_vfw.yaml
2022-06-02T11:33:22.993Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T11:33:22.993Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:33:22.995Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:33:22.995Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a81f5707-6042-437b-a414-75f55f2c3bcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654169602972,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113030/1.0/resourceInstances/vfw828bcbbbb2be0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:33:23.095Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:33:23.096Z||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-06-02T11:33:23.096Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:33:23.115Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:33:23.116Z||pool-60-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:33:23.995Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d7e7fee5-445c-445e-a946-c3530f52a57a from URL: /sdc/v1/catalog/services/Vfw20220602113030/1.0/resourceInstances/vfw828bcbbbb2be0/artifacts/base_vfw.env
2022-06-02T11:33:23.995Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-02T11:33:23.996Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220602113030/1.0/resourceInstances/vfw828bcbbbb2be0/artifacts/base_vfw.env
2022-06-02T11:33:24.518Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-02T11:33:24.518Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220602113030/1.0/resourceInstances/vfw828bcbbbb2be0/artifacts/base_vfw.env d7e7fee5-445c-445e-a946-c3530f52a57a 2098
2022-06-02T11:33:24.518Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220602113030/1.0/resourceInstances/vfw828bcbbbb2be0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-02T11:33:24.518Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602113030/1.0/resourceInstances/vfw828bcbbbb2be0/artifacts/base_vfw.env
2022-06-02T11:33:24.519Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T11:33:24.519Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:33:24.521Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:33:24.521Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a81f5707-6042-437b-a414-75f55f2c3bcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654169604518,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113030/1.0/resourceInstances/vfw828bcbbbb2be0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:33:24.621Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:33:24.622Z||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-06-02T11:33:24.622Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:33:24.640Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:33:24.641Z||pool-61-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-02T11:33:25.528Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 4141a88d-0221-4df9-94da-e5a188182c59
2022-06-02T11:33:25.528Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 828bcbbb-b2be 0 9cdd3d27-3da7-4e6c-be8d-57b0fbb8a9a8 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-02T11:33:25.553Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3d90d1f2, org.onap.sdc.toscaparser.api.parameters.Input@361175ec, org.onap.sdc.toscaparser.api.parameters.Input@13b8301e, org.onap.sdc.toscaparser.api.parameters.Input@7de20d4a, org.onap.sdc.toscaparser.api.parameters.Input@46c64c45]
2022-06-02T11:33:25.554Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:33:25.554Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-02 11-30-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:33:25.554Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-06-02T11:33:25.554Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= ead3e305-e8e7-4f2f-8061-18204a4b3b2b
2022-06-02T11:33:25.554Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ead3e305-e8e7-4f2f-8061-18204a4b3b2b matches Tosca VF Customization UUID: ead3e305-e8e7-4f2f-8061-18204a4b3b2b
2022-06-02T11:33:25.555Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: ead3e305-e8e7-4f2f-8061-18204a4b3b2b  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-06-02T11:33:25.557Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:33:25.557Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-02 11-30-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:33:25.557Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id ead3e305-e8e7-4f2f-8061-18204a4b3b2b: {\"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-06-02T11:33:25.558Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@444ad8e0
2022-06-02T11:33:25.558Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:33:25.558Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-02 11-30-30 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-02T11:33:25.558Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9ec8fd3a-619b-4fd9-9987-0942d50f62f8
2022-06-02T11:33:25.558Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9ec8fd3a-619b-4fd9-9987-0942d50f62f8
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-06-02T11:33:25.561Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:33:25.561Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Node template vFW 828bcbbb-b2be 0 is matching search criteria
2022-06-02T11:33:25.561Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 828bcbbb-b2be 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T11:33:25.562Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:33:25.562Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Node template vFW 828bcbbb-b2be 0 is matching search criteria
2022-06-02T11:33:25.562Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 828bcbbb-b2be 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T11:33:25.562Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:33:25.563Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Node template vFW 828bcbbb-b2be 0 is not matching search criteria
2022-06-02T11:33:25.563Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T11:33:25.563Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-02T11:33:25.563Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T11:33:25.563Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-02T11:33:25.564Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-02T11:33:25.564Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-02T11:33:25.564Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-02T11:33:25.564Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-02T11:33:25.565Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-02T11:33:25.565Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-02T11:33:25.565Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T11:33:25.565Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=00199ef5-9677-4c4d-9f70-725c60ee906b
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-06-02T11:33:25.568Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:33:25.568Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Node template vFW 828bcbbb-b2be 0 is matching search criteria
2022-06-02T11:33:25.568Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 828bcbbb-b2be 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T11:33:25.568Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:33:25.569Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Node template vFW 828bcbbb-b2be 0 is not matching search criteria
2022-06-02T11:33:25.569Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T11:33:25.569Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-02T11:33:25.569Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-02T11:33:25.569Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-02T11:33:25.570Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T11:33:25.573Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-02T11:33:25.573Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T11:33:25.574Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-02T11:33:25.574Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-02T11:33:25.574Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-02T11:33:25.574Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-02T11:33:25.574Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T11:33:25.575Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8738d4c8-e4be-454b-9845-28c29b2d221f
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-06-02T11:33:25.577Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:33:25.578Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Node template vFW 828bcbbb-b2be 0 is matching search criteria
2022-06-02T11:33:25.578Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 828bcbbb-b2be 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T11:33:25.578Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:33:25.578Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Node template vFW 828bcbbb-b2be 0 is not matching search criteria
2022-06-02T11:33:25.578Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T11:33:25.579Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-02T11:33:25.579Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-02T11:33:25.579Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-02T11:33:25.579Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T11:33:25.580Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-02T11:33:25.580Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T11:33:25.580Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-02T11:33:25.580Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-02T11:33:25.581Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-02T11:33:25.581Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-02T11:33:25.581Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-02T11:33:25.581Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=349655af-72af-4355-bfe7-b1ee20a7e39f
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-06-02T11:33:25.583Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:33:25.584Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Node template vFW 828bcbbb-b2be 0 is matching search criteria
2022-06-02T11:33:25.584Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 828bcbbb-b2be 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T11:33:25.584Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:33:25.584Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Node template vFW 828bcbbb-b2be 0 is matching search criteria
2022-06-02T11:33:25.584Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 828bcbbb-b2be 0] matching following query criteria: sdcType=VF, customizationUUID=ead3e305-e8e7-4f2f-8061-18204a4b3b2b
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-06-02T11:33:25.586Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:33:25.586Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-02 11-30-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:33:25.587Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 4141a88d-0221-4df9-94da-e5a188182c59: vFW 828bcbbb-b2be
2022-06-02T11:33:25.587Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:33:25.587Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-02 11-30-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:33:25.587Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:33:25.588Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-02 11-30-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:33:25.588Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:33:25.588Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-02 11-30-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:33:25.588Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:33:25.588Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-02 11-30-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:33:25.589Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:33:25.589Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-02 11-30-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:33:25.589Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2022-06-02 11-30-30 
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-06-02T11:33:25.744Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 828bcbbb-b2be 9cdd3d27-3da7-4e6c-be8d-57b0fbb8a9a8 1 ASDC deployResourceStructure
2022-06-02T11:33:25.744Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220602113030/1.0/resourceInstances/vfw828bcbbbb2be0/artifacts/vfw828bcbbbb2be0_modules.json ASDC sendASDCNotification
2022-06-02T11:33:25.745Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602113030/1.0/resourceInstances/vfw828bcbbbb2be0/artifacts/vfw828bcbbbb2be0_modules.json
2022-06-02T11:33:25.745Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T11:33:25.745Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:33:25.747Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:33:25.747Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a81f5707-6042-437b-a414-75f55f2c3bcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654169605744,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113030/1.0/resourceInstances/vfw828bcbbbb2be0/artifacts/vfw828bcbbbb2be0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-02T11:33:25.847Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:33:25.848Z||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-06-02T11:33:25.848Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:33:25.866Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:33:25.867Z||pool-62-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:33:26.748Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220602113030/1.0/resourceInstances/vfw828bcbbbb2be0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-02T11:33:26.748Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602113030/1.0/resourceInstances/vfw828bcbbbb2be0/artifacts/base_vfw.yaml
2022-06-02T11:33:26.748Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T11:33:26.749Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:33:26.750Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:33:26.750Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a81f5707-6042-437b-a414-75f55f2c3bcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654169606748,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113030/1.0/resourceInstances/vfw828bcbbbb2be0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-02T11:33:26.851Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-02T11:33:26.852Z||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-06-02T11:33:26.853Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:33:26.877Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:33:26.878Z||pool-63-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:33:27.751Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220602113030/1.0/resourceInstances/vfw828bcbbbb2be0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-02T11:33:27.752Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602113030/1.0/resourceInstances/vfw828bcbbbb2be0/artifacts/base_vfw.env
2022-06-02T11:33:27.752Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T11:33:27.752Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:33:27.753Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:33:27.754Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a81f5707-6042-437b-a414-75f55f2c3bcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654169607751,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113030/1.0/resourceInstances/vfw828bcbbbb2be0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-02T11:33:27.854Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:33:27.855Z||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-06-02T11:33:27.855Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:33:27.870Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:33:27.871Z||pool-64-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:33:28.755Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220602113030/1.0/artifacts/service-Vfw20220602113030-csar.csar ASDC sendASDCNotification
2022-06-02T11:33:28.755Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602113030/1.0/artifacts/service-Vfw20220602113030-csar.csar
2022-06-02T11:33:28.755Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T11:33:28.756Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:33:28.758Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:33:28.758Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a81f5707-6042-437b-a414-75f55f2c3bcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654169608755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113030/1.0/artifacts/service-Vfw20220602113030-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T11:33:28.858Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:33:28.859Z||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-06-02T11:33:28.859Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:33:28.877Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:33:28.877Z||pool-65-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:33:29.759Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a81f5707-6042-437b-a414-75f55f2c3bcc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-02T11:33:29.770Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a81f5707-6042-437b-a414-75f55f2c3bcc
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-06-02T11:33:29.772Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T11:33:29.772Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-02T11:33:29.772Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-02T11:33:59.772Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a81f5707-6042-437b-a414-75f55f2c3bcc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-02T11:33:59.781Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a81f5707-6042-437b-a414-75f55f2c3bcc
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-06-02T11:33:59.786Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T11:33:59.786Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-02T11:33:59.787Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-02T11:34:01.711Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:34:01.712Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|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-06-02T11:34:01.712Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:34:02.381Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:34:02.383Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:34:02.383Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81f5707-6042-437b-a414-75f55f2c3bcc",
  "consumerID": "aai-ml",
  "timestamp": 1654169588714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113030/1.0/resourceInstances/vfw828bcbbbb2be0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:34:02.384Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:34:02.384Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:34:02.384Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81f5707-6042-437b-a414-75f55f2c3bcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654169581708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113030/1.0/resourceInstances/vfw828bcbbbb2be0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:34:02.385Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:34:02.385Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:34:02.385Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81f5707-6042-437b-a414-75f55f2c3bcc",
  "consumerID": "clamp",
  "timestamp": 1654169584755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113030/1.0/resourceInstances/vfw828bcbbbb2be0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:34:02.385Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:34:02.385Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:34:02.385Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81f5707-6042-437b-a414-75f55f2c3bcc",
  "consumerID": "cds",
  "timestamp": 1654169586248,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113030/1.0/resourceInstances/vfw828bcbbbb2be0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:34:02.386Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:34:02.386Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:34:02.386Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81f5707-6042-437b-a414-75f55f2c3bcc",
  "consumerID": "policy-id",
  "timestamp": 1654169584763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113030/1.0/resourceInstances/vfw828bcbbbb2be0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:34:02.386Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:34:02.386Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:34:02.386Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81f5707-6042-437b-a414-75f55f2c3bcc",
  "consumerID": "clamp",
  "timestamp": 1654169584755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113030/1.0/resourceInstances/vfw828bcbbbb2be0/artifacts/vfw828bcbbbb2be0_modules.json",
  "status": "NOTIFIED"
}
2022-06-02T11:34:02.387Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:34:02.387Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:34:02.387Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81f5707-6042-437b-a414-75f55f2c3bcc",
  "consumerID": "aai-ml",
  "timestamp": 1654169588714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113030/1.0/resourceInstances/vfw828bcbbbb2be0/artifacts/vfw828bcbbbb2be0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:34:02.387Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:34:02.387Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:34:02.387Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81f5707-6042-437b-a414-75f55f2c3bcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654169581708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113030/1.0/resourceInstances/vfw828bcbbbb2be0/artifacts/vfw828bcbbbb2be0_modules.json",
  "status": "NOTIFIED"
}
2022-06-02T11:34:02.388Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:34:02.388Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:34:02.388Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81f5707-6042-437b-a414-75f55f2c3bcc",
  "consumerID": "cds",
  "timestamp": 1654169586248,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113030/1.0/resourceInstances/vfw828bcbbbb2be0/artifacts/vfw828bcbbbb2be0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:34:02.388Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:34:02.388Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:34:02.389Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81f5707-6042-437b-a414-75f55f2c3bcc",
  "consumerID": "policy-id",
  "timestamp": 1654169584763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113030/1.0/resourceInstances/vfw828bcbbbb2be0/artifacts/vfw828bcbbbb2be0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:34:02.389Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:34:02.389Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:34:02.389Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81f5707-6042-437b-a414-75f55f2c3bcc",
  "consumerID": "aai-ml",
  "timestamp": 1654169588714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113030/1.0/resourceInstances/vfw828bcbbbb2be0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:34:02.389Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:34:02.389Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:34:02.389Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81f5707-6042-437b-a414-75f55f2c3bcc",
  "consumerID": "clamp",
  "timestamp": 1654169584755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113030/1.0/resourceInstances/vfw828bcbbbb2be0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:34:02.390Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:34:02.390Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:34:02.390Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81f5707-6042-437b-a414-75f55f2c3bcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654169581708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113030/1.0/resourceInstances/vfw828bcbbbb2be0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-02T11:34:02.390Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:34:02.390Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:34:02.390Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81f5707-6042-437b-a414-75f55f2c3bcc",
  "consumerID": "cds",
  "timestamp": 1654169586248,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113030/1.0/resourceInstances/vfw828bcbbbb2be0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:34:02.390Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:34:02.390Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:34:02.390Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81f5707-6042-437b-a414-75f55f2c3bcc",
  "consumerID": "policy-id",
  "timestamp": 1654169584763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113030/1.0/resourceInstances/vfw828bcbbbb2be0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-02T11:34:02.390Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:34:02.390Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:34:02.391Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81f5707-6042-437b-a414-75f55f2c3bcc",
  "consumerID": "aai-ml",
  "timestamp": 1654169588714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113030/1.0/resourceInstances/vfw828bcbbbb2be0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:34:02.391Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:34:02.391Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:34:02.391Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81f5707-6042-437b-a414-75f55f2c3bcc",
  "consumerID": "clamp",
  "timestamp": 1654169584755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113030/1.0/resourceInstances/vfw828bcbbbb2be0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:34:02.391Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:34:02.391Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:34:02.391Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81f5707-6042-437b-a414-75f55f2c3bcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654169581708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113030/1.0/resourceInstances/vfw828bcbbbb2be0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:34:02.391Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:34:02.391Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:34:02.391Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81f5707-6042-437b-a414-75f55f2c3bcc",
  "consumerID": "cds",
  "timestamp": 1654169586248,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113030/1.0/resourceInstances/vfw828bcbbbb2be0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:34:02.392Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:34:02.392Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:34:02.392Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81f5707-6042-437b-a414-75f55f2c3bcc",
  "consumerID": "policy-id",
  "timestamp": 1654169584763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113030/1.0/resourceInstances/vfw828bcbbbb2be0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:34:02.392Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:34:02.392Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:34:02.392Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81f5707-6042-437b-a414-75f55f2c3bcc",
  "consumerID": "aai-ml",
  "timestamp": 1654169588714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113030/1.0/resourceInstances/vfw828bcbbbb2be0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:34:02.392Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:34:02.392Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:34:02.392Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81f5707-6042-437b-a414-75f55f2c3bcc",
  "consumerID": "clamp",
  "timestamp": 1654169584755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113030/1.0/resourceInstances/vfw828bcbbbb2be0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:34:02.393Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:34:02.393Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:34:02.393Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81f5707-6042-437b-a414-75f55f2c3bcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654169581708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113030/1.0/resourceInstances/vfw828bcbbbb2be0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-02T11:34:02.393Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:34:02.393Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:34:02.393Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81f5707-6042-437b-a414-75f55f2c3bcc",
  "consumerID": "cds",
  "timestamp": 1654169586248,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113030/1.0/resourceInstances/vfw828bcbbbb2be0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:34:02.393Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:34:02.394Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:34:02.394Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81f5707-6042-437b-a414-75f55f2c3bcc",
  "consumerID": "policy-id",
  "timestamp": 1654169584763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113030/1.0/resourceInstances/vfw828bcbbbb2be0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:34:02.394Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:34:02.394Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:34:02.394Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81f5707-6042-437b-a414-75f55f2c3bcc",
  "consumerID": "aai-ml",
  "timestamp": 1654169588714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113030/1.0/artifacts/service-Vfw20220602113030-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:34:02.395Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:34:02.395Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:34:02.395Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81f5707-6042-437b-a414-75f55f2c3bcc",
  "consumerID": "clamp",
  "timestamp": 1654169584755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113030/1.0/artifacts/service-Vfw20220602113030-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:34:02.395Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:34:02.395Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:34:02.395Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81f5707-6042-437b-a414-75f55f2c3bcc",
  "consumerID": "cds",
  "timestamp": 1654169586248,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113030/1.0/artifacts/service-Vfw20220602113030-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:34:02.395Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:34:02.396Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:34:02.396Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81f5707-6042-437b-a414-75f55f2c3bcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654169581708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113030/1.0/artifacts/service-Vfw20220602113030-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:34:02.396Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:34:02.396Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:34:02.396Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81f5707-6042-437b-a414-75f55f2c3bcc",
  "consumerID": "policy-id",
  "timestamp": 1654169584763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113030/1.0/artifacts/service-Vfw20220602113030-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:34:02.396Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:34:02.396Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:34:02.396Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81f5707-6042-437b-a414-75f55f2c3bcc",
  "consumerID": "aai-ml",
  "timestamp": 1654169588714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113030/1.0/artifacts/service-Vfw20220602113030-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T11:34:02.397Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:34:02.397Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:34:02.397Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81f5707-6042-437b-a414-75f55f2c3bcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654169581708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113030/1.0/artifacts/service-Vfw20220602113030-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T11:34:02.397Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:34:02.397Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:34:02.398Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81f5707-6042-437b-a414-75f55f2c3bcc",
  "consumerID": "cds",
  "timestamp": 1654169586248,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113030/1.0/artifacts/service-Vfw20220602113030-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T11:34:02.398Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:34:02.398Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:34:02.398Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81f5707-6042-437b-a414-75f55f2c3bcc",
  "consumerID": "policy-id",
  "timestamp": 1654169584763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113030/1.0/artifacts/service-Vfw20220602113030-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T11:34:02.398Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:34:02.399Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:34:02.399Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81f5707-6042-437b-a414-75f55f2c3bcc",
  "consumerID": "clamp",
  "timestamp": 1654169584755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113030/1.0/artifacts/service-Vfw20220602113030-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T11:34:02.399Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:34:02.399Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:34:02.399Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81f5707-6042-437b-a414-75f55f2c3bcc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654169595893,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113030/1.0/resourceInstances/vfw828bcbbbb2be0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:34:02.399Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:34:02.399Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:34:02.399Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81f5707-6042-437b-a414-75f55f2c3bcc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654169596636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113030/1.0/resourceInstances/vfw828bcbbbb2be0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:34:02.400Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:34:02.400Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:34:02.400Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81f5707-6042-437b-a414-75f55f2c3bcc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654169596903,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113030/1.0/resourceInstances/vfw828bcbbbb2be0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:34:02.400Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:34:02.400Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:34:02.400Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81f5707-6042-437b-a414-75f55f2c3bcc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654169595893,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113030/1.0/resourceInstances/vfw828bcbbbb2be0/artifacts/vfw828bcbbbb2be0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:34:02.400Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:34:02.400Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:34:02.400Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81f5707-6042-437b-a414-75f55f2c3bcc",
  "consumerID": "policy-id",
  "timestamp": 1654169597474,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113030/1.0/artifacts/service-Vfw20220602113030-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:34:02.401Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:34:02.401Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:34:02.401Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81f5707-6042-437b-a414-75f55f2c3bcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654169598036,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113030/1.0/artifacts/service-Vfw20220602113030-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:34:02.401Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:34:02.401Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:34:02.401Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81f5707-6042-437b-a414-75f55f2c3bcc",
  "consumerID": "cds",
  "timestamp": 1654169597986,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113030/1.0/artifacts/service-Vfw20220602113030-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:34:02.401Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:34:02.401Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:34:02.401Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81f5707-6042-437b-a414-75f55f2c3bcc",
  "consumerID": "aai-ml",
  "timestamp": 1654169598146,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113030/1.0/artifacts/service-Vfw20220602113030-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:34:02.401Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:34:02.402Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:34:02.402Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81f5707-6042-437b-a414-75f55f2c3bcc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654169596636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113030/1.0/resourceInstances/vfw828bcbbbb2be0/artifacts/vfw828bcbbbb2be0_modules.json",
  "status": "NOTIFIED"
}
2022-06-02T11:34:02.402Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:34:02.402Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:34:02.402Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81f5707-6042-437b-a414-75f55f2c3bcc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654169596903,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113030/1.0/resourceInstances/vfw828bcbbbb2be0/artifacts/vfw828bcbbbb2be0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:34:02.402Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:34:02.402Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:34:02.402Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81f5707-6042-437b-a414-75f55f2c3bcc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654169595893,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113030/1.0/resourceInstances/vfw828bcbbbb2be0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:34:02.402Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:34:02.403Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:34:02.403Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81f5707-6042-437b-a414-75f55f2c3bcc",
  "consumerID": "policy-id",
  "timestamp": 1654169598479,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113030/1.0/artifacts/service-Vfw20220602113030-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T11:34:02.403Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:34:02.403Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:34:02.403Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81f5707-6042-437b-a414-75f55f2c3bcc",
  "consumerID": "cds",
  "timestamp": 1654169598994,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113030/1.0/artifacts/service-Vfw20220602113030-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-06-02T11:34:02.412Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a81f5707-6042-437b-a414-75f55f2c3bcc
2022-06-02T11:34:02.412Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a81f5707-6042-437b-a414-75f55f2c3bcc 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-06-02T11:34:02.420Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:34:02.420Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81f5707-6042-437b-a414-75f55f2c3bcc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654169596636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113030/1.0/resourceInstances/vfw828bcbbbb2be0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-02T11:34:02.420Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:34:02.420Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:34:02.420Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81f5707-6042-437b-a414-75f55f2c3bcc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654169596903,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113030/1.0/resourceInstances/vfw828bcbbbb2be0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:34:02.420Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:34:02.421Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:34:02.421Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81f5707-6042-437b-a414-75f55f2c3bcc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654169595893,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113030/1.0/resourceInstances/vfw828bcbbbb2be0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:34:02.421Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:34:02.421Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:34:02.421Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81f5707-6042-437b-a414-75f55f2c3bcc",
  "consumerID": "policy-id",
  "timestamp": 1654169599482,
  "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-06-02T11:34:02.425Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a81f5707-6042-437b-a414-75f55f2c3bcc
2022-06-02T11:34:02.425Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a81f5707-6042-437b-a414-75f55f2c3bcc 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-06-02T11:34:02.433Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:34:02.433Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81f5707-6042-437b-a414-75f55f2c3bcc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654169596636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113030/1.0/resourceInstances/vfw828bcbbbb2be0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:34:02.433Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:34:02.433Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:34:02.433Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81f5707-6042-437b-a414-75f55f2c3bcc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654169596903,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113030/1.0/resourceInstances/vfw828bcbbbb2be0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:34:02.434Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:34:02.434Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:34:02.434Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81f5707-6042-437b-a414-75f55f2c3bcc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654169595893,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113030/1.0/resourceInstances/vfw828bcbbbb2be0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:34:02.434Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:34:02.434Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:34:02.434Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81f5707-6042-437b-a414-75f55f2c3bcc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654169596636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113030/1.0/resourceInstances/vfw828bcbbbb2be0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-02T11:34:02.434Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:34:02.435Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:34:02.435Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81f5707-6042-437b-a414-75f55f2c3bcc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654169596903,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113030/1.0/resourceInstances/vfw828bcbbbb2be0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:34:02.435Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:34:02.435Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:34:02.435Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81f5707-6042-437b-a414-75f55f2c3bcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654169601706,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113030/1.0/resourceInstances/vfw828bcbbbb2be0/artifacts/vfw828bcbbbb2be0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:34:02.435Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:34:02.435Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:34:02.435Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81f5707-6042-437b-a414-75f55f2c3bcc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654169595893,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113030/1.0/artifacts/service-Vfw20220602113030-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:34:02.436Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:34:02.436Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:34:02.436Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81f5707-6042-437b-a414-75f55f2c3bcc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654169596636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113030/1.0/artifacts/service-Vfw20220602113030-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:34:02.436Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:34:02.436Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:34:02.436Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81f5707-6042-437b-a414-75f55f2c3bcc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654169596903,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113030/1.0/artifacts/service-Vfw20220602113030-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:34:02.436Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:34:02.436Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:34:02.437Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81f5707-6042-437b-a414-75f55f2c3bcc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654169595893,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113030/1.0/artifacts/service-Vfw20220602113030-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:34:02.437Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:34:02.437Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:34:02.437Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81f5707-6042-437b-a414-75f55f2c3bcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654169602972,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113030/1.0/resourceInstances/vfw828bcbbbb2be0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:34:02.437Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:34:02.437Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:34:02.437Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81f5707-6042-437b-a414-75f55f2c3bcc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654169596636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113030/1.0/artifacts/service-Vfw20220602113030-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T11:34:02.438Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:34:02.438Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:34:02.438Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81f5707-6042-437b-a414-75f55f2c3bcc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654169596903,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113030/1.0/artifacts/service-Vfw20220602113030-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T11:34:02.438Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:34:02.438Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:34:02.438Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81f5707-6042-437b-a414-75f55f2c3bcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654169604518,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113030/1.0/resourceInstances/vfw828bcbbbb2be0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:34:02.438Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:34:02.438Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:34:02.439Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81f5707-6042-437b-a414-75f55f2c3bcc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654169604749,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113030/1.0/resourceInstances/vfw828bcbbbb2be0/artifacts/vfw828bcbbbb2be0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:34:02.439Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:34:02.439Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:34:02.439Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81f5707-6042-437b-a414-75f55f2c3bcc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654169605009,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113030/1.0/artifacts/service-Vfw20220602113030-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:34:02.439Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:34:02.439Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:34:02.439Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81f5707-6042-437b-a414-75f55f2c3bcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654169605744,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113030/1.0/resourceInstances/vfw828bcbbbb2be0/artifacts/vfw828bcbbbb2be0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-02T11:34:02.439Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:34:02.440Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:34:02.440Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81f5707-6042-437b-a414-75f55f2c3bcc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654169605825,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113030/1.0/resourceInstances/vfw828bcbbbb2be0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:34:02.440Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:34:02.440Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:34:02.440Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81f5707-6042-437b-a414-75f55f2c3bcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654169606748,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113030/1.0/resourceInstances/vfw828bcbbbb2be0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-02T11:34:02.440Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:34:02.441Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:34:02.441Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81f5707-6042-437b-a414-75f55f2c3bcc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654169607017,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113030/1.0/resourceInstances/vfw828bcbbbb2be0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:34:02.441Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:34:02.441Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:34:02.441Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81f5707-6042-437b-a414-75f55f2c3bcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654169607751,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113030/1.0/resourceInstances/vfw828bcbbbb2be0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-02T11:34:02.441Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:34:02.442Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:34:02.442Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81f5707-6042-437b-a414-75f55f2c3bcc",
  "consumerID": "aai-ml",
  "timestamp": 1654169607758,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113030/1.0/artifacts/service-Vfw20220602113030-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-06-02T11:34:02.442Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:34:02.442Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:34:02.442Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81f5707-6042-437b-a414-75f55f2c3bcc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654169608047,
  "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-06-02T11:34:02.447Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a81f5707-6042-437b-a414-75f55f2c3bcc
2022-06-02T11:34:02.447Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a81f5707-6042-437b-a414-75f55f2c3bcc 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-06-02T11:34:02.453Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:34:02.453Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81f5707-6042-437b-a414-75f55f2c3bcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654169608755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113030/1.0/artifacts/service-Vfw20220602113030-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T11:34:02.453Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:34:02.453Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:34:02.453Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81f5707-6042-437b-a414-75f55f2c3bcc",
  "consumerID": "aai-ml",
  "timestamp": 1654169608763,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "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-06-02T11:34:02.456Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of a81f5707-6042-437b-a414-75f55f2c3bcc
2022-06-02T11:34:02.456Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a81f5707-6042-437b-a414-75f55f2c3bcc 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-06-02T11:34:02.466Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:34:02.466Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81f5707-6042-437b-a414-75f55f2c3bcc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654169609051,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113030/1.0/resourceInstances/vfw828bcbbbb2be0/artifacts/vfw828bcbbbb2be0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-02T11:34:02.467Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:34:02.467Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:34:02.467Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81f5707-6042-437b-a414-75f55f2c3bcc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654169609533,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113030/1.0/artifacts/service-Vfw20220602113030-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T11:34:02.467Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:34:02.467Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:34:02.468Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81f5707-6042-437b-a414-75f55f2c3bcc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654169610542,
  "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-06-02T11:34:02.472Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a81f5707-6042-437b-a414-75f55f2c3bcc
2022-06-02T11:34:02.472Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a81f5707-6042-437b-a414-75f55f2c3bcc 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-06-02T11:34:02.480Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:34:02.480Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81f5707-6042-437b-a414-75f55f2c3bcc",
  "consumerID": "clamp",
  "timestamp": 1654169611239,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113030/1.0/artifacts/service-Vfw20220602113030-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:34:02.480Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:34:02.481Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:34:02.481Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81f5707-6042-437b-a414-75f55f2c3bcc",
  "consumerID": "clamp",
  "timestamp": 1654169613254,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113030/1.0/artifacts/service-Vfw20220602113030-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T11:34:02.481Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:34:02.481Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:34:02.481Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81f5707-6042-437b-a414-75f55f2c3bcc",
  "consumerID": "clamp",
  "timestamp": 1654169614258,
  "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-06-02T11:34:02.485Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a81f5707-6042-437b-a414-75f55f2c3bcc
2022-06-02T11:34:02.485Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a81f5707-6042-437b-a414-75f55f2c3bcc 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-06-02T11:34:29.787Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a81f5707-6042-437b-a414-75f55f2c3bcc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-02T11:34:29.804Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a81f5707-6042-437b-a414-75f55f2c3bcc
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-06-02T11:34:29.807Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T11:34:29.807Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-02T11:34:29.807Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-02T11:34:29.808Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-02T11:34:29.808Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-06-02T11:34:29.808Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-06-02T11:34:29.813Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-02T11:34:59.813Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a81f5707-6042-437b-a414-75f55f2c3bcc 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-06-02T11:34:59.822Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a81f5707-6042-437b-a414-75f55f2c3bcc and serviceModelVersionId: 4141a88d-0221-4df9-94da-e5a188182c59
2022-06-02T11:34:59.822Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 765d417d-69ea-437a-a90d-5e537ec9f4fa
2022-06-02T11:34:59.824Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/765d417d-69ea-437a-a90d-5e537ec9f4fa/model-vers/model-ver/4141a88d-0221-4df9-94da-e5a188182c59?depth=0
2022-06-02T11:34:59.837Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-06-02T11:34:59.914Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/765d417d-69ea-437a-a90d-5e537ec9f4fa/model-vers/model-ver/4141a88d-0221-4df9-94da-e5a188182c59?depth=0|INFO|500||Invoke
2022-06-02T11:34:59.915Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/765d417d-69ea-437a-a90d-5e537ec9f4fa/model-vers/model-ver/4141a88d-0221-4df9-94da-e5a188182c59?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/765d417d-69ea-437a-a90d-5e537ec9f4fa/model-vers/model-ver/4141a88d-0221-4df9-94da-e5a188182c59?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a81f5707-6042-437b-a414-75f55f2c3bcc], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[228a48f5-c160-4ae5-813c-4828ba77f3b1], X-ECOMP-RequestID=[a81f5707-6042-437b-a414-75f55f2c3bcc], X-TransactionId=[], X-ONAP-RequestID=[a81f5707-6042-437b-a414-75f55f2c3bcc], Content-Type=[application/merge-patch+json]}
2022-06-02T11:34:59.941Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/765d417d-69ea-437a-a90d-5e537ec9f4fa/model-vers/model-ver/4141a88d-0221-4df9-94da-e5a188182c59?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-06-02T11:35:00.005Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/765d417d-69ea-437a-a90d-5e537ec9f4fa/model-vers/model-ver/4141a88d-0221-4df9-94da-e5a188182c59?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/765d417d-69ea-437a-a90d-5e537ec9f4fa/model-vers/model-ver/4141a88d-0221-4df9-94da-e5a188182c59?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220602-11:34:59:812-83920], Content-Length=[495], Date=[Thu, 02 Jun 2022 11:34:59 GMT], Content-Type=[application/json]}
2022-06-02T11:35:00.006Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/765d417d-69ea-437a-a90d-5e537ec9f4fa/model-vers/model-ver/4141a88d-0221-4df9-94da-e5a188182c59?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/765d417d-69ea-437a-a90d-5e537ec9f4fa/model-vers/model-ver/4141a88d-0221-4df9-94da-e5a188182c59","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/765d417d-69ea-437a-a90d-5e537ec9f4fa/model-vers/model-ver/4141a88d-0221-4df9-94da-e5a188182c59","ERR.5.4.6114"]}}}

2022-06-02T11:35:00.007Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/765d417d-69ea-437a-a90d-5e537ec9f4fa/model-vers/model-ver/4141a88d-0221-4df9-94da-e5a188182c59?depth=0|INFO|404|Not Found|InvokeReturn
2022-06-02T11:35:00.013Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=a81f5707-6042-437b-a414-75f55f2c3bcc Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/765d417d-69ea-437a-a90d-5e537ec9f4fa/model-vers/model-ver/4141a88d-0221-4df9-94da-e5a188182c59 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/765d417d-69ea-437a-a90d-5e537ec9f4fa/model-vers/model-ver/4141a88d-0221-4df9-94da-e5a188182c59) (ec=ERR.5.4.6114)
2022-06-02T11:35:00.014Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=a81f5707-6042-437b-a414-75f55f2c3bcc Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/765d417d-69ea-437a-a90d-5e537ec9f4fa/model-vers/model-ver/4141a88d-0221-4df9-94da-e5a188182c59 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/765d417d-69ea-437a-a90d-5e537ec9f4fa/model-vers/model-ver/4141a88d-0221-4df9-94da-e5a188182c59) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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-06-02T11:35:00.015Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=a81f5707-6042-437b-a414-75f55f2c3bcc Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/765d417d-69ea-437a-a90d-5e537ec9f4fa/model-vers/model-ver/4141a88d-0221-4df9-94da-e5a188182c59 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/765d417d-69ea-437a-a90d-5e537ec9f4fa/model-vers/model-ver/4141a88d-0221-4df9-94da-e5a188182c59) (ec=ERR.5.4.6114)
2022-06-02T11:35:00.015Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=a81f5707-6042-437b-a414-75f55f2c3bcc Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/765d417d-69ea-437a-a90d-5e537ec9f4fa/model-vers/model-ver/4141a88d-0221-4df9-94da-e5a188182c59 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/765d417d-69ea-437a-a90d-5e537ec9f4fa/model-vers/model-ver/4141a88d-0221-4df9-94da-e5a188182c59) (ec=ERR.5.4.6114)
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-06-02T11:35:00.021Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-02T11:35:00.022Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a81f5707-6042-437b-a414-75f55f2c3bcc and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=a81f5707-6042-437b-a414-75f55f2c3bcc Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/765d417d-69ea-437a-a90d-5e537ec9f4fa/model-vers/model-ver/4141a88d-0221-4df9-94da-e5a188182c59 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/765d417d-69ea-437a-a90d-5e537ec9f4fa/model-vers/model-ver/4141a88d-0221-4df9-94da-e5a188182c59) (ec=ERR.5.4.6114)
2022-06-02T11:35:00.022Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-02T11:35:00.023Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:35:00.026Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:35:00.026Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a81f5707-6042-437b-a414-75f55f2c3bcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654169700022,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003da81f5707-6042-437b-a414-75f55f2c3bcc Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/765d417d-69ea-437a-a90d-5e537ec9f4fa/model-vers/model-ver/4141a88d-0221-4df9-94da-e5a188182c59 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/765d417d-69ea-437a-a90d-5e537ec9f4fa/model-vers/model-ver/4141a88d-0221-4df9-94da-e5a188182c59) (ec\u003dERR.5.4.6114)"
}
2022-06-02T11:35:00.126Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:35:00.127Z||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-06-02T11:35:00.128Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:35:00.157Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:35:00.158Z||pool-66-thread-1|||||INFO|500||cambria reply ok (31 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-06-02T11:35:01.053Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:35:01.053Z|a81f5707-6042-437b-a414-75f55f2c3bcc|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-06-02T11:35:01.054Z|a81f5707-6042-437b-a414-75f55f2c3bcc|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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:35:01.711Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:35:01.711Z||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-06-02T11:35:01.712Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:35:02.355Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:35:02.356Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:35:02.356Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81f5707-6042-437b-a414-75f55f2c3bcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654169700022,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003da81f5707-6042-437b-a414-75f55f2c3bcc Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/765d417d-69ea-437a-a90d-5e537ec9f4fa/model-vers/model-ver/4141a88d-0221-4df9-94da-e5a188182c59 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/765d417d-69ea-437a-a90d-5e537ec9f4fa/model-vers/model-ver/4141a88d-0221-4df9-94da-e5a188182c59) (ec\u003dERR.5.4.6114)"
}
2022-06-02T11:35:02.357Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:35:10.608Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:35:10.610Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:35:10.610Z|a81f5707-6042-437b-a414-75f55f2c3bcc|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-06-02T11:35:10.613Z|a81f5707-6042-437b-a414-75f55f2c3bcc|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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:35:20.184Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:36:01.708Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:36:01.709Z|a81f5707-6042-437b-a414-75f55f2c3bcc|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-06-02T11:36:01.709Z|a81f5707-6042-437b-a414-75f55f2c3bcc|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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:36:01.711Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:36:01.711Z||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-06-02T11:36:01.711Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:36:11.322Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:36:11.331Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:37:01.708Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:37:01.709Z|a81f5707-6042-437b-a414-75f55f2c3bcc|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-06-02T11:37:01.709Z|a81f5707-6042-437b-a414-75f55f2c3bcc|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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:37:01.710Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:37:01.711Z||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-06-02T11:37:01.711Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:37:11.275Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:37:11.283Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:38:01.708Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:38:01.709Z|a81f5707-6042-437b-a414-75f55f2c3bcc|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-06-02T11:38:01.709Z|a81f5707-6042-437b-a414-75f55f2c3bcc|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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:38:01.711Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:38:01.711Z||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-06-02T11:38:01.711Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:38:11.269Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:38:11.288Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:39:01.708Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:39:01.709Z|a81f5707-6042-437b-a414-75f55f2c3bcc|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-06-02T11:39:01.709Z|a81f5707-6042-437b-a414-75f55f2c3bcc|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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:39:01.710Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:39:01.711Z||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-06-02T11:39:01.711Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:39:11.278Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:39:11.280Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:40:01.708Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:40:01.709Z||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-06-02T11:40:01.709Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:40:01.710Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:40:01.711Z||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-06-02T11:40:01.711Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:40:02.350Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:40:02.351Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:40:02.351Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T11:40:02.351Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"5563928e-2539-414b-a0d6-d1f0c9b3e85b","serviceName":"vFW 2022-06-02 11-37-33","serviceVersion":"1.0","serviceUUID":"fb39f429-0ead-481b-a0e8-e5c2d900986b","serviceDescription":"catalog service description","serviceInvariantUUID":"32291220-9756-4c53-bd76-1ee5dede8445","resources":[{"resourceInstanceName":"vFW d874b1a0-d788 0","resourceName":"vFW d874b1a0-d788","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6221a962-0240-4e4d-ac9b-ffd6bc7711ce","resourceInvariantUUID":"641761df-c91d-4192-93ca-0e9e1286f14c","resourceCustomizationUUID":"fbaba0d4-0fde-461b-a864-9905312f7a0c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220602113733/1.0/resourceInstances/vfwd874b1a0d7880/artifacts/vf-license-model.xml","artifactChecksum":"Yzg1ZTc2MjYxODA3NzI0MzRiZDFiNjc5NjE4Y2ZiMGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7f2c87ee-c07f-4417-b8f6-0e65f243d975","artifactVersion":"1"},{"artifactName":"vfwd874b1a0d7880_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220602113733/1.0/resourceInstances/vfwd874b1a0d7880/artifacts/vfwd874b1a0d7880_modules.json","artifactChecksum":"NjE1MGMyODFkOGNlZjJkYzQ0Yzk4OWNlNTE2YzE1MDY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"73e580c9-3072-4bf8-a33c-f276f14f861b","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220602113733/1.0/resourceInstances/vfwd874b1a0d7880/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4972ddc4-a98a-418c-9f95-094d22fd73a0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220602113733/1.0/resourceInstances/vfwd874b1a0d7880/artifacts/vendor-license-model.xml","artifactChecksum":"OGZkZjljMTYzMDM2NWViMzRlYzQ1NTdiNzNiMjRlZjg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"47bad1f5-b374-4ee6-9332-a7c5f7ca3066","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220602113733/1.0/resourceInstances/vfwd874b1a0d7880/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"322e1691-d5f2-44ae-9e6e-2047c5fad7c9","artifactVersion":"2","generatedFromUUID":"4972ddc4-a98a-418c-9f95-094d22fd73a0"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220602113733-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220602113733/1.0/artifacts/service-Vfw20220602113733-template.yml","artifactChecksum":"YzIxNmVjOTYzN2IxZGI1YzRmYWM3OGE1NDNhOGQ4ODQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ace6dd89-d1c9-4e8d-a386-f28456e3349f","artifactVersion":"1"},{"artifactName":"service-Vfw20220602113733-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220602113733/1.0/artifacts/service-Vfw20220602113733-csar.csar","artifactChecksum":"ZDM2OTUxNWEyMjVkYWUyODVmMGFlYjdkNWQ1NmY0MDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"88a4aa82-4474-4ccf-a985-8992d0a22b7e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-02T11:40:02.352Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:40:02.352Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5563928e-2539-414b-a0d6-d1f0c9b3e85b",
  "consumerID": "cds",
  "timestamp": 1654169991248,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113733/1.0/resourceInstances/vfwd874b1a0d7880/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:40:02.353Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:40:02.353Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:40:02.353Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5563928e-2539-414b-a0d6-d1f0c9b3e85b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654169995893,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113733/1.0/resourceInstances/vfwd874b1a0d7880/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:40:02.353Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:40:02.354Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:40:02.354Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T11:40:02.354Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5563928e-2539-414b-a0d6-d1f0c9b3e85b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654169996636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113733/1.0/resourceInstances/vfwd874b1a0d7880/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:40:02.354Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:40:02.354Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:40:02.355Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:40:02.355Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5563928e-2539-414b-a0d6-d1f0c9b3e85b",
  "consumerID": "cds",
  "timestamp": 1654169991248,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113733/1.0/resourceInstances/vfwd874b1a0d7880/artifacts/vfwd874b1a0d7880_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:40:02.355Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:40:02.355Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:40:02.355Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5563928e-2539-414b-a0d6-d1f0c9b3e85b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654169996636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113733/1.0/resourceInstances/vfwd874b1a0d7880/artifacts/vfwd874b1a0d7880_modules.json",
  "status": "NOTIFIED"
}
2022-06-02T11:40:02.356Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:40:02.356Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:40:02.356Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:40:02.356Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5563928e-2539-414b-a0d6-d1f0c9b3e85b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170001708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113733/1.0/resourceInstances/vfwd874b1a0d7880/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:40:02.356Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5563928e-2539-414b-a0d6-d1f0c9b3e85b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654169995893,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113733/1.0/resourceInstances/vfwd874b1a0d7880/artifacts/vfwd874b1a0d7880_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:40:02.357Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:40:02.357Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:40:02.357Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5563928e-2539-414b-a0d6-d1f0c9b3e85b",
  "consumerID": "cds",
  "timestamp": 1654169991248,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113733/1.0/resourceInstances/vfwd874b1a0d7880/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:40:02.358Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:40:02.358Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:40:02.358Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5563928e-2539-414b-a0d6-d1f0c9b3e85b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654169995893,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113733/1.0/resourceInstances/vfwd874b1a0d7880/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:40:02.358Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:40:02.358Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:40:02.359Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5563928e-2539-414b-a0d6-d1f0c9b3e85b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654169996636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113733/1.0/resourceInstances/vfwd874b1a0d7880/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-02T11:40:02.359Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:40:02.359Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:40:02.359Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5563928e-2539-414b-a0d6-d1f0c9b3e85b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654169995893,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113733/1.0/resourceInstances/vfwd874b1a0d7880/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:40:02.360Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:40:02.360Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:40:02.360Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5563928e-2539-414b-a0d6-d1f0c9b3e85b",
  "consumerID": "cds",
  "timestamp": 1654169991248,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113733/1.0/resourceInstances/vfwd874b1a0d7880/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:40:02.360Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:40:02.360Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:40:02.361Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5563928e-2539-414b-a0d6-d1f0c9b3e85b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654169996636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113733/1.0/resourceInstances/vfwd874b1a0d7880/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:40:02.361Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:40:02.458Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-02T11:40:02.459Z||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-06-02T11:40:02.459Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:40:02.473Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:40:02.473Z||pool-67-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:40:03.357Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T11:40:03.358Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:40:03.360Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:40:03.360Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5563928e-2539-414b-a0d6-d1f0c9b3e85b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170001708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113733/1.0/resourceInstances/vfwd874b1a0d7880/artifacts/vfwd874b1a0d7880_modules.json",
  "status": "NOTIFIED"
}
2022-06-02T11:40:03.460Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:40:03.461Z||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-06-02T11:40:03.461Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:40:03.474Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:40:03.475Z||pool-68-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:40:04.360Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T11:40:04.361Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:40:04.363Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:40:04.363Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5563928e-2539-414b-a0d6-d1f0c9b3e85b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170001708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113733/1.0/resourceInstances/vfwd874b1a0d7880/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-02T11:40:04.463Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:40:04.464Z||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-06-02T11:40:04.464Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:40:04.477Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:40:04.478Z||pool-69-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:40:05.364Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T11:40:05.365Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:40:05.367Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:40:05.367Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5563928e-2539-414b-a0d6-d1f0c9b3e85b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170001708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113733/1.0/resourceInstances/vfwd874b1a0d7880/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:40:05.467Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:40:05.468Z||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-06-02T11:40:05.468Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:40:05.484Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:40:05.484Z||pool-70-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:40:06.368Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T11:40:06.368Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:40:06.371Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:40:06.371Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5563928e-2539-414b-a0d6-d1f0c9b3e85b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170001708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113733/1.0/resourceInstances/vfwd874b1a0d7880/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-02T11:40:06.471Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:40:06.473Z||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-06-02T11:40:06.473Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:40:06.489Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:40:06.490Z||pool-71-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:40:07.372Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T11:40:07.373Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:40:07.375Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:40:07.376Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5563928e-2539-414b-a0d6-d1f0c9b3e85b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170001708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113733/1.0/artifacts/service-Vfw20220602113733-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:40:07.476Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-02T11:40:07.476Z||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-06-02T11:40:07.476Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:40:07.492Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:40:07.493Z||pool-72-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:40:08.376Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T11:40:08.377Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:40:08.379Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:40:08.380Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5563928e-2539-414b-a0d6-d1f0c9b3e85b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170001708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113733/1.0/artifacts/service-Vfw20220602113733-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T11:40:08.480Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:40:08.481Z||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-06-02T11:40:08.481Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:40:08.513Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:40:08.514Z||pool-73-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:40:09.380Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "5563928e-2539-414b-a0d6-d1f0c9b3e85b",
  "serviceName": "vFW 2022-06-02 11-37-33",
  "serviceVersion": "1.0",
  "serviceUUID": "fb39f429-0ead-481b-a0e8-e5c2d900986b",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "32291220-9756-4c53-bd76-1ee5dede8445",
  "resources": [
    {
      "resourceInstanceName": "vFW d874b1a0-d788 0",
      "resourceCustomizationUUID": "fbaba0d4-0fde-461b-a864-9905312f7a0c",
      "resourceName": "vFW d874b1a0-d788",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "6221a962-0240-4e4d-ac9b-ffd6bc7711ce",
      "resourceInvariantUUID": "641761df-c91d-4192-93ca-0e9e1286f14c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwd874b1a0d7880_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113733/1.0/resourceInstances/vfwd874b1a0d7880/artifacts/vfwd874b1a0d7880_modules.json",
          "artifactChecksum": "NjE1MGMyODFkOGNlZjJkYzQ0Yzk4OWNlNTE2YzE1MDY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "73e580c9-3072-4bf8-a33c-f276f14f861b",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113733/1.0/resourceInstances/vfwd874b1a0d7880/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "4972ddc4-a98a-418c-9f95-094d22fd73a0",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113733/1.0/resourceInstances/vfwd874b1a0d7880/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "322e1691-d5f2-44ae-9e6e-2047c5fad7c9",
            "generatedFromUUID": "4972ddc4-a98a-418c-9f95-094d22fd73a0"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113733/1.0/resourceInstances/vfwd874b1a0d7880/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "322e1691-d5f2-44ae-9e6e-2047c5fad7c9",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220602113733-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113733/1.0/artifacts/service-Vfw20220602113733-csar.csar",
      "artifactChecksum": "ZDM2OTUxNWEyMjVkYWUyODVmMGFlYjdkNWQ1NmY0MDc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "88a4aa82-4474-4ccf-a985-8992d0a22b7e"
    }
  ],
  "workloadContext": "Production"
}
2022-06-02T11:40:09.381Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-02T11:40:09.381Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 fb39f429-0ead-481b-a0e8-e5c2d900986b ASDC
2022-06-02T11:40:09.382Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:5563928e-2539-414b-a0d6-d1f0c9b3e85b
ServiceName:vFW 2022-06-02 11-37-33
ServiceVersion:1.0
ServiceUUID:fb39f429-0ead-481b-a0e8-e5c2d900986b
ServiceInvariantUUID:32291220-9756-4c53-bd76-1ee5dede8445
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220602113733-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220602113733/1.0/artifacts/service-Vfw20220602113733-csar.csar
ArtifactUUID:88a4aa82-4474-4ccf-a985-8992d0a22b7e
ArtifactChecksum:ZDM2OTUxNWEyMjVkYWUyODVmMGFlYjdkNWQ1NmY0MDc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW d874b1a0-d788 0
ResourceCustomizationUUID:fbaba0d4-0fde-461b-a864-9905312f7a0c
ResourceInvariantUUID:641761df-c91d-4192-93ca-0e9e1286f14c
ResourceName:vFW d874b1a0-d788
ResourceType:VF
ResourceUUID:6221a962-0240-4e4d-ac9b-ffd6bc7711ce
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwd874b1a0d7880_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220602113733/1.0/resourceInstances/vfwd874b1a0d7880/artifacts/vfwd874b1a0d7880_modules.json
ArtifactUUID:73e580c9-3072-4bf8-a33c-f276f14f861b
ArtifactChecksum:NjE1MGMyODFkOGNlZjJkYzQ0Yzk4OWNlNTE2YzE1MDY=
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/Vfw20220602113733/1.0/resourceInstances/vfwd874b1a0d7880/artifacts/base_vfw.yaml
ArtifactUUID:4972ddc4-a98a-418c-9f95-094d22fd73a0
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/Vfw20220602113733/1.0/resourceInstances/vfwd874b1a0d7880/artifacts/base_vfw.env
ArtifactUUID:322e1691-d5f2-44ae-9e6e-2047c5fad7c9
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/Vfw20220602113733/1.0/resourceInstances/vfwd874b1a0d7880/artifacts/base_vfw.env
ArtifactUUID:322e1691-d5f2-44ae-9e6e-2047c5fad7c9
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-02T11:40:09.382Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fb39f429-0ead-481b-a0e8-e5c2d900986b 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-06-02T11:40:09.433Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-02T11:40:09.433Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-02T11:40:09.439Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-02T11:40:09.439Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 88a4aa82-4474-4ccf-a985-8992d0a22b7e from URL: /sdc/v1/catalog/services/Vfw20220602113733/1.0/artifacts/service-Vfw20220602113733-csar.csar
2022-06-02T11:40:09.439Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-02T11:40:09.440Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220602113733/1.0/artifacts/service-Vfw20220602113733-csar.csar
2022-06-02T11:40:09.685Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-02T11:40:09.690Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220602113733/1.0/artifacts/service-Vfw20220602113733-csar.csar 88a4aa82-4474-4ccf-a985-8992d0a22b7e 99062
2022-06-02T11:40:09.690Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220602113733/1.0/artifacts/service-Vfw20220602113733-csar.csar ASDC sendASDCNotification
2022-06-02T11:40:09.691Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602113733/1.0/artifacts/service-Vfw20220602113733-csar.csar
2022-06-02T11:40:09.691Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T11:40:09.691Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:40:09.693Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:40:09.693Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5563928e-2539-414b-a0d6-d1f0c9b3e85b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170009690,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113733/1.0/artifacts/service-Vfw20220602113733-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:40:09.793Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:40:09.794Z||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-06-02T11:40:09.794Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:40:09.812Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:40:09.813Z||pool-74-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:40:10.694Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-02T11:40:10.695Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-02T11:40:10.695Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 88a4aa82-4474-4ccf-a985-8992d0a22b7e, URL: /sdc/v1/catalog/services/Vfw20220602113733/1.0/artifacts/service-Vfw20220602113733-csar.csar to file: /app/ASDC/1/service-Vfw20220602113733-csar.csar
2022-06-02T11:40:10.695Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220602113733-csar.csar
2022-06-02T11:40:10.696Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220602113733-csar.csar
2022-06-02T11:40:10.696Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220602113733-csar.csar
2022-06-02T11:40:10.927Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5873679371811642713/Definitions/service-Vfw20220602113733-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-06-02T11:40:12.966Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-02T11:40:12.966Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-06-02T11:40:12.966Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220602113733-csar.csar
2022-06-02T11:40:12.967Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-02T11:40:12.967Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||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-Vfw20220602113733-csar.csar
2022-06-02T11:40:12.967Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||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-Vfw20220602113733-csar.csar
2022-06-02T11:40:12.967Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220602113733-csar.csar
2022-06-02T11:40:12.967Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220602113733-csar.csar
2022-06-02T11:40:12.967Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220602113733-csar.csar
2022-06-02T11:40:12.967Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||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-Vfw20220602113733-csar.csar
2022-06-02T11:40:12.967Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220602113733-csar.csar
2022-06-02T11:40:12.967Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||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-Vfw20220602113733-csar.csar
2022-06-02T11:40:12.967Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220602113733-csar.csar
2022-06-02T11:40:12.967Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220602113733-csar.csar
2022-06-02T11:40:12.968Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220602113733-csar.csar
2022-06-02T11:40:12.968Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220602113733-csar.csar
2022-06-02T11:40:12.968Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW d874b1a0-d788 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-Vfw20220602113733-csar.csar
2022-06-02T11:40:12.968Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-06-02T11:40:12.968Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:40:12.968Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-02 11-37-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:40:12.968Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Node template vFW d874b1a0-d788 0 is matching search criteria
2022-06-02T11:40:12.969Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-06-02T11:40:12.969Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d874b1a0-d788 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-02T11:40:12.969Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:40:12.969Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-02 11-37-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:40:12.969Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Node template vFW d874b1a0-d788 0 is matching search criteria
2022-06-02T11:40:12.970Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-06-02T11:40:12.970Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d874b1a0-d788 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-02T11:40:12.970Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:40:12.970Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-02 11-37-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:40:12.970Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:40:12.971Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Node template vFW d874b1a0-d788 0 is not matching search criteria
2022-06-02T11:40:12.971Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T11:40:12.971Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-02T11:40:12.971Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-02T11:40:12.971Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-02T11:40:12.971Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-02T11:40:12.971Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T11:40:12.971Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T11:40:12.972Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-02T11:40:12.972Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-02T11:40:12.972Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-02T11:40:12.972Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-02T11:40:12.972Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-02T11:40:12.972Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-02T11:40:12.972Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-02T11:40:12.973Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T11:40:12.973Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-02T11:40:12.973Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:40:12.973Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-02 11-37-33 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-02T11:40:12.973Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:40:12.973Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Node template vFW d874b1a0-d788 0 is matching search criteria
2022-06-02T11:40:12.973Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d874b1a0-d788 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T11:40:12.974Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:40:12.974Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Node template vFW d874b1a0-d788 0 is matching search criteria
2022-06-02T11:40:12.974Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d874b1a0-d788 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T11:40:12.974Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:40:12.974Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Node template vFW d874b1a0-d788 0 is matching search criteria
2022-06-02T11:40:12.974Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d874b1a0-d788 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T11:40:12.975Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:40:12.975Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Node template vFW d874b1a0-d788 0 is not matching search criteria
2022-06-02T11:40:12.975Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T11:40:12.975Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-02T11:40:12.975Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T11:40:12.975Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-02T11:40:12.975Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-02T11:40:12.975Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-02T11:40:12.976Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-02T11:40:12.976Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-02T11:40:12.976Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-02T11:40:12.976Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-02T11:40:12.976Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T11:40:12.976Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=8f8383fb-e4e0-4b81-8f2a-629af440cd01
2022-06-02T11:40:12.976Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:40:12.976Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Node template vFW d874b1a0-d788 0 is not matching search criteria
2022-06-02T11:40:12.977Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T11:40:12.977Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-02T11:40:12.977Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-02T11:40:12.977Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-02T11:40:12.977Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-02T11:40:12.977Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T11:40:12.977Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T11:40:12.977Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-02T11:40:12.978Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-02T11:40:12.978Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-02T11:40:12.978Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-02T11:40:12.978Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T11:40:12.978Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=b924697e-52f1-4cdd-b93b-4494529f4c4c
2022-06-02T11:40:12.978Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:40:12.978Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Node template vFW d874b1a0-d788 0 is not matching search criteria
2022-06-02T11:40:12.978Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T11:40:12.979Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-02T11:40:12.979Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-02T11:40:12.979Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-02T11:40:12.979Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-02T11:40:12.979Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T11:40:12.979Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T11:40:12.979Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-02T11:40:12.979Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-02T11:40:12.980Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-02T11:40:12.980Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-02T11:40:12.980Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-02T11:40:12.980Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=61d277ff-c210-4ef4-97fa-f86fc457b72f
2022-06-02T11:40:12.980Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:40:12.980Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-02 11-37-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:40:12.980Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:40:12.981Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-02 11-37-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:40:12.981Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:40:12.981Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-02 11-37-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:40:12.981Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:40:12.981Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-02 11-37-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:40:12.981Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-06-02 11-37-33
Description:catalog service description
Model UUID:fb39f429-0ead-481b-a0e8-e5c2d900986b
Model Version:NULL
Model InvariantUuid:32291220-9756-4c53-bd76-1ee5dede8445
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW d874b1a0-d788
Model UUID:455beb80-5862-4c95-8175-211ae985a68a
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:641761df-c91d-4192-93ca-0e9e1286f14c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:fbaba0d4-0fde-461b-a864-9905312f7a0c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:0b749beb-e0f8-440a-b63c-543a3d211455
ModelName:VfwD874b1a0D788..base_vfw..module-0
ModelUuid:fe2769eb-1032-4cd9-afd8-573c5a3fde2e
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:8f8383fb-e4e0-4b81-8f2a-629af440cd01
ModelInvariantUuid:ecf59a81-3e83-4459-97ec-a1ad6340f671
ModelName:vFW d874b1a0-d788-nodes.vfwCvfc
ModelUuid:837e2091-399c-4399-9104-96e2e524a4ed
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:1023c47f-198d-441c-b332-22d7cc27fc5f
ModelInvariantUuid:dc8774a9-2a54-4d7f-a9e7-51d88c201b6c
ModelName:VfwD874b1a0D788.compute.nodes.heat.vfw
ModelUuid:d3e36fdc-c460-4bd7-93aa-5bfd3525d090
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:b924697e-52f1-4cdd-b93b-4494529f4c4c
ModelInvariantUuid:970b9c95-e944-4940-805f-8dc5a4c9abf1
ModelName:vFW d874b1a0-d788-nodes.vsnCvfc
ModelUuid:48e9d8f5-157e-40bc-87c9-7fbe1b11ebf6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:36e6570c-69c7-457d-8731-d52a2b00f199
ModelInvariantUuid:3ae55780-dde9-4507-ad46-67ae544fc511
ModelName:VfwD874b1a0D788.compute.nodes.heat.vsn
ModelUuid:296f3c83-642a-4fa5-aa0e-656e9e7c11bd
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:61d277ff-c210-4ef4-97fa-f86fc457b72f
ModelInvariantUuid:283ef447-d351-4beb-a9ec-4af007c009c1
ModelName:vFW d874b1a0-d788-nodes.vpgCvfc
ModelUuid:2523f866-f64c-4af5-9e50-690057e5ea18
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:3e218401-c829-4a99-a5dd-89fcb6fae9d4
ModelInvariantUuid:d527bcd6-59a7-4734-9860-5d7cd9719056
ModelName:VfwD874b1a0D788.compute.nodes.heat.vpg
ModelUuid:91e11390-a908-4e7e-b7c4-69f35f63d8ee
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-06-02T11:40:12.990Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 6221a962-0240-4e4d-ac9b-ffd6bc7711ce
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-06-02T11:40:12.993Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||vFW d874b1a0-d788 0
2022-06-02T11:40:12.993Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6221a962-0240-4e4d-ac9b-ffd6bc7711ce
2022-06-02T11:40:12.993Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 73e580c9-3072-4bf8-a33c-f276f14f861b from URL: /sdc/v1/catalog/services/Vfw20220602113733/1.0/resourceInstances/vfwd874b1a0d7880/artifacts/vfwd874b1a0d7880_modules.json
2022-06-02T11:40:12.993Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-02T11:40:12.993Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220602113733/1.0/resourceInstances/vfwd874b1a0d7880/artifacts/vfwd874b1a0d7880_modules.json
2022-06-02T11:40:13.440Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-02T11:40:13.440Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220602113733/1.0/resourceInstances/vfwd874b1a0d7880/artifacts/vfwd874b1a0d7880_modules.json 73e580c9-3072-4bf8-a33c-f276f14f861b 785
2022-06-02T11:40:13.441Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220602113733/1.0/resourceInstances/vfwd874b1a0d7880/artifacts/vfwd874b1a0d7880_modules.json ASDC sendASDCNotification
2022-06-02T11:40:13.441Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602113733/1.0/resourceInstances/vfwd874b1a0d7880/artifacts/vfwd874b1a0d7880_modules.json
2022-06-02T11:40:13.441Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T11:40:13.441Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:40:13.444Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:40:13.444Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5563928e-2539-414b-a0d6-d1f0c9b3e85b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170013441,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113733/1.0/resourceInstances/vfwd874b1a0d7880/artifacts/vfwd874b1a0d7880_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:40:13.544Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:40:13.545Z||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-06-02T11:40:13.546Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:40:13.564Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:40:13.565Z||pool-75-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:40:14.445Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwD874b1a0D788..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "0b749beb-e0f8-440a-b63c-543a3d211455",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "fe2769eb-1032-4cd9-afd8-573c5a3fde2e",
    "vfModuleModelCustomizationUUID": "8d7fe836-b66e-4c2c-8ef9-54388d7ca4f4",
    "isBase": true,
    "artifacts": [
      "4972ddc4-a98a-418c-9f95-094d22fd73a0",
      "322e1691-d5f2-44ae-9e6e-2047c5fad7c9"
    ],
    "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-06-02T11:40:14.448Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwD874b1a0D788..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fe2769eb-1032-4cd9-afd8-573c5a3fde2e
VfModuleModelInvariantUUID:0b749beb-e0f8-440a-b63c-543a3d211455
VfModuleModelDescription:NULL
Artifacts UUID List:{
4972ddc4-a98a-418c-9f95-094d22fd73a0
,
322e1691-d5f2-44ae-9e6e-2047c5fad7c9

}
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-06-02T11:40:14.450Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwD874b1a0D788..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "0b749beb-e0f8-440a-b63c-543a3d211455",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "fe2769eb-1032-4cd9-afd8-573c5a3fde2e",
    "vfModuleModelCustomizationUUID": "8d7fe836-b66e-4c2c-8ef9-54388d7ca4f4",
    "isBase": true,
    "artifacts": [
      "4972ddc4-a98a-418c-9f95-094d22fd73a0",
      "322e1691-d5f2-44ae-9e6e-2047c5fad7c9"
    ],
    "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-06-02T11:40:14.450Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwD874b1a0D788..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fe2769eb-1032-4cd9-afd8-573c5a3fde2e
VfModuleModelInvariantUUID:0b749beb-e0f8-440a-b63c-543a3d211455
VfModuleModelDescription:NULL
Artifacts UUID List:{
4972ddc4-a98a-418c-9f95-094d22fd73a0
,
322e1691-d5f2-44ae-9e6e-2047c5fad7c9

}
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-06-02T11:40:14.450Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 4972ddc4-a98a-418c-9f95-094d22fd73a0 from URL: /sdc/v1/catalog/services/Vfw20220602113733/1.0/resourceInstances/vfwd874b1a0d7880/artifacts/base_vfw.yaml
2022-06-02T11:40:14.450Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-02T11:40:14.450Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220602113733/1.0/resourceInstances/vfwd874b1a0d7880/artifacts/base_vfw.yaml
2022-06-02T11:40:14.813Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-02T11:40:14.814Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220602113733/1.0/resourceInstances/vfwd874b1a0d7880/artifacts/base_vfw.yaml 4972ddc4-a98a-418c-9f95-094d22fd73a0 20368
2022-06-02T11:40:14.815Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220602113733/1.0/resourceInstances/vfwd874b1a0d7880/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-02T11:40:14.815Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602113733/1.0/resourceInstances/vfwd874b1a0d7880/artifacts/base_vfw.yaml
2022-06-02T11:40:14.815Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T11:40:14.815Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:40:14.818Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:40:14.818Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5563928e-2539-414b-a0d6-d1f0c9b3e85b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170014815,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113733/1.0/resourceInstances/vfwd874b1a0d7880/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:40:14.923Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-06-02T11:40:14.923Z||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-06-02T11:40:14.924Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:40:14.942Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:40:14.943Z||pool-76-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:40:15.819Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 322e1691-d5f2-44ae-9e6e-2047c5fad7c9 from URL: /sdc/v1/catalog/services/Vfw20220602113733/1.0/resourceInstances/vfwd874b1a0d7880/artifacts/base_vfw.env
2022-06-02T11:40:15.820Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-02T11:40:15.820Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220602113733/1.0/resourceInstances/vfwd874b1a0d7880/artifacts/base_vfw.env
2022-06-02T11:40:16.263Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-02T11:40:16.264Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220602113733/1.0/resourceInstances/vfwd874b1a0d7880/artifacts/base_vfw.env 322e1691-d5f2-44ae-9e6e-2047c5fad7c9 2098
2022-06-02T11:40:16.265Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220602113733/1.0/resourceInstances/vfwd874b1a0d7880/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-02T11:40:16.265Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602113733/1.0/resourceInstances/vfwd874b1a0d7880/artifacts/base_vfw.env
2022-06-02T11:40:16.265Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T11:40:16.265Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:40:16.268Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:40:16.268Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5563928e-2539-414b-a0d6-d1f0c9b3e85b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170016265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113733/1.0/resourceInstances/vfwd874b1a0d7880/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:40:16.368Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:40:16.369Z||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-06-02T11:40:16.370Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:40:16.386Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:40:16.386Z||pool-77-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:40:17.269Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: fb39f429-0ead-481b-a0e8-e5c2d900986b
2022-06-02T11:40:17.269Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW d874b1a0-d788 0 6221a962-0240-4e4d-ac9b-ffd6bc7711ce ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-02T11:40:17.287Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3673fc0f, org.onap.sdc.toscaparser.api.parameters.Input@63a405ce, org.onap.sdc.toscaparser.api.parameters.Input@1ff24a71, org.onap.sdc.toscaparser.api.parameters.Input@4818090b, org.onap.sdc.toscaparser.api.parameters.Input@61221783]
2022-06-02T11:40:17.289Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:40:17.289Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-02 11-37-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:40:17.289Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-06-02T11:40:17.289Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= fbaba0d4-0fde-461b-a864-9905312f7a0c
2022-06-02T11:40:17.289Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: fbaba0d4-0fde-461b-a864-9905312f7a0c matches Tosca VF Customization UUID: fbaba0d4-0fde-461b-a864-9905312f7a0c
2022-06-02T11:40:17.289Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: fbaba0d4-0fde-461b-a864-9905312f7a0c  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-06-02T11:40:17.292Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:40:17.292Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-02 11-37-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:40:17.292Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id fbaba0d4-0fde-461b-a864-9905312f7a0c: {\"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-06-02T11:40:17.293Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@279f8750
2022-06-02T11:40:17.293Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:40:17.293Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-02 11-37-33 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-02T11:40:17.293Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8d7fe836-b66e-4c2c-8ef9-54388d7ca4f4
2022-06-02T11:40:17.293Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8d7fe836-b66e-4c2c-8ef9-54388d7ca4f4
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-06-02T11:40:17.295Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:40:17.296Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Node template vFW d874b1a0-d788 0 is matching search criteria
2022-06-02T11:40:17.296Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d874b1a0-d788 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T11:40:17.296Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:40:17.296Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Node template vFW d874b1a0-d788 0 is matching search criteria
2022-06-02T11:40:17.296Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d874b1a0-d788 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T11:40:17.297Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:40:17.297Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Node template vFW d874b1a0-d788 0 is not matching search criteria
2022-06-02T11:40:17.297Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T11:40:17.297Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-02T11:40:17.297Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T11:40:17.297Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-02T11:40:17.298Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-02T11:40:17.298Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-02T11:40:17.298Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-02T11:40:17.298Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-02T11:40:17.298Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-02T11:40:17.298Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-02T11:40:17.299Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T11:40:17.299Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=8f8383fb-e4e0-4b81-8f2a-629af440cd01
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-06-02T11:40:17.301Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:40:17.301Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Node template vFW d874b1a0-d788 0 is matching search criteria
2022-06-02T11:40:17.301Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d874b1a0-d788 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T11:40:17.302Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:40:17.302Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Node template vFW d874b1a0-d788 0 is not matching search criteria
2022-06-02T11:40:17.302Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T11:40:17.302Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-02T11:40:17.302Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-02T11:40:17.303Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-02T11:40:17.303Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-02T11:40:17.303Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T11:40:17.303Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T11:40:17.303Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-02T11:40:17.304Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-02T11:40:17.304Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-02T11:40:17.304Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-02T11:40:17.304Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T11:40:17.304Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=b924697e-52f1-4cdd-b93b-4494529f4c4c
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-06-02T11:40:17.307Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:40:17.307Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Node template vFW d874b1a0-d788 0 is matching search criteria
2022-06-02T11:40:17.307Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d874b1a0-d788 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T11:40:17.307Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:40:17.308Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Node template vFW d874b1a0-d788 0 is not matching search criteria
2022-06-02T11:40:17.308Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T11:40:17.308Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-02T11:40:17.308Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-02T11:40:17.308Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-02T11:40:17.309Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-02T11:40:17.309Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T11:40:17.309Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T11:40:17.309Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-02T11:40:17.309Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-02T11:40:17.309Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-02T11:40:17.310Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-02T11:40:17.310Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-02T11:40:17.310Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=61d277ff-c210-4ef4-97fa-f86fc457b72f
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-06-02T11:40:17.312Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:40:17.313Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Node template vFW d874b1a0-d788 0 is matching search criteria
2022-06-02T11:40:17.313Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d874b1a0-d788 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T11:40:17.313Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:40:17.313Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Node template vFW d874b1a0-d788 0 is matching search criteria
2022-06-02T11:40:17.313Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d874b1a0-d788 0] matching following query criteria: sdcType=VF, customizationUUID=fbaba0d4-0fde-461b-a864-9905312f7a0c
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-06-02T11:40:17.315Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:40:17.315Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-02 11-37-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:40:17.316Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid fb39f429-0ead-481b-a0e8-e5c2d900986b: vFW d874b1a0-d788
2022-06-02T11:40:17.316Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:40:17.316Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-02 11-37-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:40:17.316Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:40:17.316Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-02 11-37-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:40:17.316Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:40:17.317Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-02 11-37-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:40:17.317Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:40:17.317Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-02 11-37-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:40:17.317Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:40:17.317Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-02 11-37-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:40:17.318Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2022-06-02 11-37-33 
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-06-02T11:40:17.518Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW d874b1a0-d788 6221a962-0240-4e4d-ac9b-ffd6bc7711ce 1 ASDC deployResourceStructure
2022-06-02T11:40:17.518Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220602113733/1.0/resourceInstances/vfwd874b1a0d7880/artifacts/vfwd874b1a0d7880_modules.json ASDC sendASDCNotification
2022-06-02T11:40:17.518Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602113733/1.0/resourceInstances/vfwd874b1a0d7880/artifacts/vfwd874b1a0d7880_modules.json
2022-06-02T11:40:17.518Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T11:40:17.519Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:40:17.521Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:40:17.521Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5563928e-2539-414b-a0d6-d1f0c9b3e85b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170017518,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113733/1.0/resourceInstances/vfwd874b1a0d7880/artifacts/vfwd874b1a0d7880_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-02T11:40:17.621Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:40:17.622Z||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-06-02T11:40:17.622Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:40:17.638Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:40:17.638Z||pool-78-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:40:18.522Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220602113733/1.0/resourceInstances/vfwd874b1a0d7880/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-02T11:40:18.522Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602113733/1.0/resourceInstances/vfwd874b1a0d7880/artifacts/base_vfw.yaml
2022-06-02T11:40:18.522Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T11:40:18.523Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:40:18.525Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:40:18.525Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5563928e-2539-414b-a0d6-d1f0c9b3e85b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170018522,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113733/1.0/resourceInstances/vfwd874b1a0d7880/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-02T11:40:18.625Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:40:18.626Z||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-06-02T11:40:18.626Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:40:18.647Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:40:18.647Z||pool-79-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-06-02T11:40:19.526Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220602113733/1.0/resourceInstances/vfwd874b1a0d7880/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-02T11:40:19.527Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602113733/1.0/resourceInstances/vfwd874b1a0d7880/artifacts/base_vfw.env
2022-06-02T11:40:19.527Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T11:40:19.529Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:40:19.530Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:40:19.530Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5563928e-2539-414b-a0d6-d1f0c9b3e85b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170019526,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113733/1.0/resourceInstances/vfwd874b1a0d7880/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-02T11:40:19.631Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-02T11:40:19.632Z||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-06-02T11:40:19.632Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:40:19.657Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:40:19.658Z||pool-80-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:40:20.531Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220602113733/1.0/artifacts/service-Vfw20220602113733-csar.csar ASDC sendASDCNotification
2022-06-02T11:40:20.531Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602113733/1.0/artifacts/service-Vfw20220602113733-csar.csar
2022-06-02T11:40:20.531Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T11:40:20.532Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:40:20.534Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:40:20.534Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5563928e-2539-414b-a0d6-d1f0c9b3e85b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170020531,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113733/1.0/artifacts/service-Vfw20220602113733-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T11:40:20.634Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:40:20.636Z||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-06-02T11:40:20.636Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:40:20.651Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:40:20.651Z||pool-81-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:40:21.535Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5563928e-2539-414b-a0d6-d1f0c9b3e85b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-02T11:40:21.544Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5563928e-2539-414b-a0d6-d1f0c9b3e85b
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-06-02T11:40:21.546Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T11:40:21.546Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-02T11:40:21.546Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-02T11:40:51.547Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5563928e-2539-414b-a0d6-d1f0c9b3e85b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-02T11:40:51.569Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5563928e-2539-414b-a0d6-d1f0c9b3e85b
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-06-02T11:40:51.571Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T11:40:51.571Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-02T11:40:51.572Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-02T11:41:01.711Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:41:01.713Z||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-06-02T11:41:01.713Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:41:01.865Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:41:01.866Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:41:01.866Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5563928e-2539-414b-a0d6-d1f0c9b3e85b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170001708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113733/1.0/resourceInstances/vfwd874b1a0d7880/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:41:01.868Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:41:21.572Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5563928e-2539-414b-a0d6-d1f0c9b3e85b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-02T11:41:21.592Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5563928e-2539-414b-a0d6-d1f0c9b3e85b
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-06-02T11:41:21.594Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T11:41:21.594Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-02T11:41:21.594Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-02T11:41:51.595Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5563928e-2539-414b-a0d6-d1f0c9b3e85b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-02T11:41:51.611Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5563928e-2539-414b-a0d6-d1f0c9b3e85b
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-06-02T11:41:51.613Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T11:41:51.613Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-02T11:41:51.613Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-02T11:42:01.711Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:42:01.712Z||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-06-02T11:42:01.713Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:42:01.777Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:42:01.779Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:42:01.779Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5563928e-2539-414b-a0d6-d1f0c9b3e85b",
  "consumerID": "cds",
  "timestamp": 1654169991248,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113733/1.0/resourceInstances/vfwd874b1a0d7880/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:42:01.780Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:42:01.780Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:42:01.780Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5563928e-2539-414b-a0d6-d1f0c9b3e85b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654169996636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113733/1.0/resourceInstances/vfwd874b1a0d7880/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-02T11:42:01.781Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:42:01.781Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:42:01.781Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5563928e-2539-414b-a0d6-d1f0c9b3e85b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654169995893,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113733/1.0/resourceInstances/vfwd874b1a0d7880/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:42:01.781Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:42:01.781Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:42:01.781Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5563928e-2539-414b-a0d6-d1f0c9b3e85b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170001708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113733/1.0/resourceInstances/vfwd874b1a0d7880/artifacts/vfwd874b1a0d7880_modules.json",
  "status": "NOTIFIED"
}
2022-06-02T11:42:01.781Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:42:01.782Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:42:01.782Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5563928e-2539-414b-a0d6-d1f0c9b3e85b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654169995893,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113733/1.0/artifacts/service-Vfw20220602113733-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:42:01.782Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:42:01.782Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:42:01.782Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5563928e-2539-414b-a0d6-d1f0c9b3e85b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654169996636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113733/1.0/artifacts/service-Vfw20220602113733-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:42:01.782Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:42:01.782Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:42:01.782Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5563928e-2539-414b-a0d6-d1f0c9b3e85b",
  "consumerID": "cds",
  "timestamp": 1654169991248,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113733/1.0/artifacts/service-Vfw20220602113733-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:42:01.783Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:42:01.783Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:42:01.783Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5563928e-2539-414b-a0d6-d1f0c9b3e85b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170001708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113733/1.0/resourceInstances/vfwd874b1a0d7880/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-02T11:42:01.783Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:42:01.783Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:42:01.783Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5563928e-2539-414b-a0d6-d1f0c9b3e85b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654169995893,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113733/1.0/artifacts/service-Vfw20220602113733-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:42:01.784Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:42:01.784Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:42:01.784Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5563928e-2539-414b-a0d6-d1f0c9b3e85b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654169996636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113733/1.0/artifacts/service-Vfw20220602113733-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T11:42:01.784Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:42:01.784Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:42:01.784Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5563928e-2539-414b-a0d6-d1f0c9b3e85b",
  "consumerID": "cds",
  "timestamp": 1654169991248,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113733/1.0/artifacts/service-Vfw20220602113733-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T11:42:01.784Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:42:01.785Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:42:01.785Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5563928e-2539-414b-a0d6-d1f0c9b3e85b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170001708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113733/1.0/resourceInstances/vfwd874b1a0d7880/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:42:01.785Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:42:01.785Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:42:01.785Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5563928e-2539-414b-a0d6-d1f0c9b3e85b",
  "consumerID": "clamp",
  "timestamp": 1654170004755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113733/1.0/resourceInstances/vfwd874b1a0d7880/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:42:01.785Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:42:01.785Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:42:01.786Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5563928e-2539-414b-a0d6-d1f0c9b3e85b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654170005374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113733/1.0/resourceInstances/vfwd874b1a0d7880/artifacts/vfwd874b1a0d7880_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:42:01.786Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:42:01.786Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:42:01.786Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5563928e-2539-414b-a0d6-d1f0c9b3e85b",
  "consumerID": "cds",
  "timestamp": 1654170005667,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113733/1.0/artifacts/service-Vfw20220602113733-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:42:01.786Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:42:01.786Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:42:01.786Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5563928e-2539-414b-a0d6-d1f0c9b3e85b",
  "consumerID": "policy-id",
  "timestamp": 1654170004763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113733/1.0/resourceInstances/vfwd874b1a0d7880/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:42:01.787Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:42:01.787Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:42:01.787Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5563928e-2539-414b-a0d6-d1f0c9b3e85b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170001708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113733/1.0/resourceInstances/vfwd874b1a0d7880/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-02T11:42:01.787Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:42:01.787Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:42:01.787Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5563928e-2539-414b-a0d6-d1f0c9b3e85b",
  "consumerID": "clamp",
  "timestamp": 1654170004755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113733/1.0/resourceInstances/vfwd874b1a0d7880/artifacts/vfwd874b1a0d7880_modules.json",
  "status": "NOTIFIED"
}
2022-06-02T11:42:01.787Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:42:01.788Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:42:01.788Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5563928e-2539-414b-a0d6-d1f0c9b3e85b",
  "consumerID": "cds",
  "timestamp": 1654170006680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113733/1.0/artifacts/service-Vfw20220602113733-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-06-02T11:42:01.805Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5563928e-2539-414b-a0d6-d1f0c9b3e85b
2022-06-02T11:42:01.806Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5563928e-2539-414b-a0d6-d1f0c9b3e85b 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-06-02T11:42:01.829Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:42:01.830Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5563928e-2539-414b-a0d6-d1f0c9b3e85b",
  "consumerID": "policy-id",
  "timestamp": 1654170004763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113733/1.0/resourceInstances/vfwd874b1a0d7880/artifacts/vfwd874b1a0d7880_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:42:01.830Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:42:01.831Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:42:01.831Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5563928e-2539-414b-a0d6-d1f0c9b3e85b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654170006679,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113733/1.0/resourceInstances/vfwd874b1a0d7880/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:42:01.831Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:42:01.831Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:42:01.831Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5563928e-2539-414b-a0d6-d1f0c9b3e85b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170001708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113733/1.0/artifacts/service-Vfw20220602113733-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:42:01.832Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:42:01.832Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:42:01.832Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5563928e-2539-414b-a0d6-d1f0c9b3e85b",
  "consumerID": "clamp",
  "timestamp": 1654170004755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113733/1.0/resourceInstances/vfwd874b1a0d7880/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:42:01.832Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:42:01.832Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:42:01.833Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5563928e-2539-414b-a0d6-d1f0c9b3e85b",
  "consumerID": "policy-id",
  "timestamp": 1654170004763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113733/1.0/resourceInstances/vfwd874b1a0d7880/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-02T11:42:01.833Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:42:01.833Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:42:01.833Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5563928e-2539-414b-a0d6-d1f0c9b3e85b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654170007865,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113733/1.0/resourceInstances/vfwd874b1a0d7880/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:42:01.833Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:42:01.834Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:42:01.834Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5563928e-2539-414b-a0d6-d1f0c9b3e85b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170001708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113733/1.0/artifacts/service-Vfw20220602113733-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T11:42:01.834Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:42:01.834Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:42:01.834Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5563928e-2539-414b-a0d6-d1f0c9b3e85b",
  "consumerID": "clamp",
  "timestamp": 1654170004755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113733/1.0/resourceInstances/vfwd874b1a0d7880/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:42:01.834Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:42:01.835Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:42:01.835Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5563928e-2539-414b-a0d6-d1f0c9b3e85b",
  "consumerID": "policy-id",
  "timestamp": 1654170004763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113733/1.0/resourceInstances/vfwd874b1a0d7880/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:42:01.835Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:42:01.835Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:42:01.835Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5563928e-2539-414b-a0d6-d1f0c9b3e85b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654170008904,
  "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-06-02T11:42:01.844Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5563928e-2539-414b-a0d6-d1f0c9b3e85b
2022-06-02T11:42:01.844Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5563928e-2539-414b-a0d6-d1f0c9b3e85b 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-06-02T11:42:01.853Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:42:01.853Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5563928e-2539-414b-a0d6-d1f0c9b3e85b",
  "consumerID": "clamp",
  "timestamp": 1654170004755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113733/1.0/resourceInstances/vfwd874b1a0d7880/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:42:01.854Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:42:01.854Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:42:01.854Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5563928e-2539-414b-a0d6-d1f0c9b3e85b",
  "consumerID": "aai-ml",
  "timestamp": 1654170008714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113733/1.0/resourceInstances/vfwd874b1a0d7880/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:42:01.855Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:42:01.855Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:42:01.855Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5563928e-2539-414b-a0d6-d1f0c9b3e85b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170009690,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113733/1.0/artifacts/service-Vfw20220602113733-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:42:01.855Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:42:01.855Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:42:01.856Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5563928e-2539-414b-a0d6-d1f0c9b3e85b",
  "consumerID": "policy-id",
  "timestamp": 1654170004763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113733/1.0/resourceInstances/vfwd874b1a0d7880/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:42:01.856Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:42:01.856Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:42:01.856Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5563928e-2539-414b-a0d6-d1f0c9b3e85b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654170009907,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113733/1.0/resourceInstances/vfwd874b1a0d7880/artifacts/vfwd874b1a0d7880_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-02T11:42:01.857Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:42:01.857Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:42:01.857Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5563928e-2539-414b-a0d6-d1f0c9b3e85b",
  "consumerID": "clamp",
  "timestamp": 1654170004755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113733/1.0/artifacts/service-Vfw20220602113733-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:42:01.857Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:42:01.861Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:42:01.861Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5563928e-2539-414b-a0d6-d1f0c9b3e85b",
  "consumerID": "aai-ml",
  "timestamp": 1654170008714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113733/1.0/resourceInstances/vfwd874b1a0d7880/artifacts/vfwd874b1a0d7880_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:42:01.861Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:42:01.861Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:42:01.861Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5563928e-2539-414b-a0d6-d1f0c9b3e85b",
  "consumerID": "policy-id",
  "timestamp": 1654170004763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113733/1.0/artifacts/service-Vfw20220602113733-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:42:01.861Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:42:01.861Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:42:01.862Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5563928e-2539-414b-a0d6-d1f0c9b3e85b",
  "consumerID": "clamp",
  "timestamp": 1654170004755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113733/1.0/artifacts/service-Vfw20220602113733-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T11:42:01.862Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:42:01.862Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:42:01.862Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5563928e-2539-414b-a0d6-d1f0c9b3e85b",
  "consumerID": "aai-ml",
  "timestamp": 1654170008714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113733/1.0/resourceInstances/vfwd874b1a0d7880/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:42:01.862Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:42:01.862Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:42:01.862Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5563928e-2539-414b-a0d6-d1f0c9b3e85b",
  "consumerID": "policy-id",
  "timestamp": 1654170004763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113733/1.0/artifacts/service-Vfw20220602113733-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T11:42:01.862Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:42:01.862Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:42:01.863Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5563928e-2539-414b-a0d6-d1f0c9b3e85b",
  "consumerID": "aai-ml",
  "timestamp": 1654170008714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113733/1.0/resourceInstances/vfwd874b1a0d7880/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:42:01.863Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:42:01.863Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:42:01.863Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5563928e-2539-414b-a0d6-d1f0c9b3e85b",
  "consumerID": "policy-id",
  "timestamp": 1654170012819,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113733/1.0/artifacts/service-Vfw20220602113733-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:42:01.863Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:42:01.863Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:42:01.863Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5563928e-2539-414b-a0d6-d1f0c9b3e85b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170013441,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113733/1.0/resourceInstances/vfwd874b1a0d7880/artifacts/vfwd874b1a0d7880_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:42:01.863Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:42:01.863Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:42:01.863Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5563928e-2539-414b-a0d6-d1f0c9b3e85b",
  "consumerID": "aai-ml",
  "timestamp": 1654170008714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113733/1.0/resourceInstances/vfwd874b1a0d7880/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:42:01.863Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:42:01.864Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:42:01.864Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5563928e-2539-414b-a0d6-d1f0c9b3e85b",
  "consumerID": "policy-id",
  "timestamp": 1654170013823,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113733/1.0/artifacts/service-Vfw20220602113733-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T11:42:01.864Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:42:01.864Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:42:01.864Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5563928e-2539-414b-a0d6-d1f0c9b3e85b",
  "consumerID": "aai-ml",
  "timestamp": 1654170008714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113733/1.0/artifacts/service-Vfw20220602113733-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:42:01.864Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:42:01.864Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:42:01.864Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5563928e-2539-414b-a0d6-d1f0c9b3e85b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170014815,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113733/1.0/resourceInstances/vfwd874b1a0d7880/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:42:01.864Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:42:01.864Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:42:01.864Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5563928e-2539-414b-a0d6-d1f0c9b3e85b",
  "consumerID": "policy-id",
  "timestamp": 1654170014827,
  "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-06-02T11:42:01.870Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5563928e-2539-414b-a0d6-d1f0c9b3e85b
2022-06-02T11:42:01.870Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5563928e-2539-414b-a0d6-d1f0c9b3e85b 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-06-02T11:42:01.876Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:42:01.876Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5563928e-2539-414b-a0d6-d1f0c9b3e85b",
  "consumerID": "aai-ml",
  "timestamp": 1654170008714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113733/1.0/artifacts/service-Vfw20220602113733-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T11:42:01.877Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:42:01.877Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:42:01.877Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5563928e-2539-414b-a0d6-d1f0c9b3e85b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170016265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113733/1.0/resourceInstances/vfwd874b1a0d7880/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:42:01.877Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:42:01.877Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:42:01.877Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5563928e-2539-414b-a0d6-d1f0c9b3e85b",
  "consumerID": "aai-ml",
  "timestamp": 1654170016964,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113733/1.0/artifacts/service-Vfw20220602113733-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:42:01.877Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:42:01.877Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:42:01.877Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5563928e-2539-414b-a0d6-d1f0c9b3e85b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170017518,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113733/1.0/resourceInstances/vfwd874b1a0d7880/artifacts/vfwd874b1a0d7880_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-02T11:42:01.878Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:42:01.878Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:42:01.878Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5563928e-2539-414b-a0d6-d1f0c9b3e85b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654170016903,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113733/1.0/resourceInstances/vfwd874b1a0d7880/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:42:01.878Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:42:01.878Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:42:01.878Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5563928e-2539-414b-a0d6-d1f0c9b3e85b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170018522,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113733/1.0/resourceInstances/vfwd874b1a0d7880/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-02T11:42:01.878Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:42:01.878Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:42:01.878Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5563928e-2539-414b-a0d6-d1f0c9b3e85b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654170016903,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113733/1.0/resourceInstances/vfwd874b1a0d7880/artifacts/vfwd874b1a0d7880_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:42:01.878Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:42:01.879Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:42:01.879Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5563928e-2539-414b-a0d6-d1f0c9b3e85b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170019526,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113733/1.0/resourceInstances/vfwd874b1a0d7880/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-02T11:42:01.879Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:42:01.879Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:42:01.879Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5563928e-2539-414b-a0d6-d1f0c9b3e85b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654170016903,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113733/1.0/resourceInstances/vfwd874b1a0d7880/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:42:01.879Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:42:01.879Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:42:01.879Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5563928e-2539-414b-a0d6-d1f0c9b3e85b",
  "consumerID": "clamp",
  "timestamp": 1654170020313,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113733/1.0/artifacts/service-Vfw20220602113733-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:42:01.879Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:42:01.879Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:42:01.879Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5563928e-2539-414b-a0d6-d1f0c9b3e85b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170020531,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113733/1.0/artifacts/service-Vfw20220602113733-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T11:42:01.880Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:42:01.880Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:42:01.880Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5563928e-2539-414b-a0d6-d1f0c9b3e85b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654170016903,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113733/1.0/resourceInstances/vfwd874b1a0d7880/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:42:01.880Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:42:01.880Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:42:01.880Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5563928e-2539-414b-a0d6-d1f0c9b3e85b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654170016903,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113733/1.0/resourceInstances/vfwd874b1a0d7880/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:42:01.880Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:42:01.880Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:42:01.880Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5563928e-2539-414b-a0d6-d1f0c9b3e85b",
  "consumerID": "clamp",
  "timestamp": 1654170022325,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113733/1.0/artifacts/service-Vfw20220602113733-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T11:42:01.880Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:42:01.880Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:42:01.881Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5563928e-2539-414b-a0d6-d1f0c9b3e85b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654170016903,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113733/1.0/artifacts/service-Vfw20220602113733-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:42:01.881Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:42:01.881Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:42:01.881Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5563928e-2539-414b-a0d6-d1f0c9b3e85b",
  "consumerID": "clamp",
  "timestamp": 1654170023330,
  "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-06-02T11:42:01.885Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5563928e-2539-414b-a0d6-d1f0c9b3e85b
2022-06-02T11:42:01.885Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5563928e-2539-414b-a0d6-d1f0c9b3e85b 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-06-02T11:42:01.894Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:42:01.894Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5563928e-2539-414b-a0d6-d1f0c9b3e85b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654170016903,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113733/1.0/artifacts/service-Vfw20220602113733-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T11:42:01.894Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:42:01.894Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:42:01.894Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5563928e-2539-414b-a0d6-d1f0c9b3e85b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654170024901,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113733/1.0/artifacts/service-Vfw20220602113733-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:42:01.894Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:42:01.895Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:42:01.895Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5563928e-2539-414b-a0d6-d1f0c9b3e85b",
  "consumerID": "aai-ml",
  "timestamp": 1654170027206,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113733/1.0/artifacts/service-Vfw20220602113733-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-06-02T11:42:01.895Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:42:01.895Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:42:01.895Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5563928e-2539-414b-a0d6-d1f0c9b3e85b",
  "consumerID": "aai-ml",
  "timestamp": 1654170028215,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "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-06-02T11:42:01.899Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 5563928e-2539-414b-a0d6-d1f0c9b3e85b
2022-06-02T11:42:01.899Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5563928e-2539-414b-a0d6-d1f0c9b3e85b 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-06-02T11:42:01.907Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:42:01.907Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5563928e-2539-414b-a0d6-d1f0c9b3e85b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654170030630,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602113733/1.0/artifacts/service-Vfw20220602113733-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T11:42:01.907Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:42:01.908Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:42:01.908Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5563928e-2539-414b-a0d6-d1f0c9b3e85b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654170031636,
  "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-06-02T11:42:01.912Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5563928e-2539-414b-a0d6-d1f0c9b3e85b
2022-06-02T11:42:01.912Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5563928e-2539-414b-a0d6-d1f0c9b3e85b 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-06-02T11:42:21.614Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5563928e-2539-414b-a0d6-d1f0c9b3e85b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-02T11:42:21.625Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5563928e-2539-414b-a0d6-d1f0c9b3e85b
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-06-02T11:42:21.628Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T11:42:21.628Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-02T11:42:21.628Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-02T11:42:21.628Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-02T11:42:21.629Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-06-02T11:42:21.629Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-06-02T11:42:21.633Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-02T11:42:51.633Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5563928e-2539-414b-a0d6-d1f0c9b3e85b 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-06-02T11:42:51.643Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5563928e-2539-414b-a0d6-d1f0c9b3e85b and serviceModelVersionId: fb39f429-0ead-481b-a0e8-e5c2d900986b
2022-06-02T11:42:51.643Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 32291220-9756-4c53-bd76-1ee5dede8445
2022-06-02T11:42:51.645Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/32291220-9756-4c53-bd76-1ee5dede8445/model-vers/model-ver/fb39f429-0ead-481b-a0e8-e5c2d900986b?depth=0
2022-06-02T11:42:51.653Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-06-02T11:42:51.736Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/32291220-9756-4c53-bd76-1ee5dede8445/model-vers/model-ver/fb39f429-0ead-481b-a0e8-e5c2d900986b?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-06-02T11:42:51.738Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/32291220-9756-4c53-bd76-1ee5dede8445/model-vers/model-ver/fb39f429-0ead-481b-a0e8-e5c2d900986b?depth=0|INFO|500||Invoke
2022-06-02T11:42:51.763Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/32291220-9756-4c53-bd76-1ee5dede8445/model-vers/model-ver/fb39f429-0ead-481b-a0e8-e5c2d900986b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-06-02T11:42:51.934Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/32291220-9756-4c53-bd76-1ee5dede8445/model-vers/model-ver/fb39f429-0ead-481b-a0e8-e5c2d900986b?depth=0|INFO|404|Not Found|InvokeReturn
2022-06-02T11:42:51.934Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/32291220-9756-4c53-bd76-1ee5dede8445/model-vers/model-ver/fb39f429-0ead-481b-a0e8-e5c2d900986b?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220602-11:42:51:637-79694], Content-Length=[495], Date=[Thu, 02 Jun 2022 11:42:51 GMT], Content-Type=[application/json]}
2022-06-02T11:42:51.936Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/32291220-9756-4c53-bd76-1ee5dede8445/model-vers/model-ver/fb39f429-0ead-481b-a0e8-e5c2d900986b","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/32291220-9756-4c53-bd76-1ee5dede8445/model-vers/model-ver/fb39f429-0ead-481b-a0e8-e5c2d900986b","ERR.5.4.6114"]}}}

2022-06-02T11:42:51.942Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=5563928e-2539-414b-a0d6-d1f0c9b3e85b Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/32291220-9756-4c53-bd76-1ee5dede8445/model-vers/model-ver/fb39f429-0ead-481b-a0e8-e5c2d900986b (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/32291220-9756-4c53-bd76-1ee5dede8445/model-vers/model-ver/fb39f429-0ead-481b-a0e8-e5c2d900986b) (ec=ERR.5.4.6114)
2022-06-02T11:42:51.943Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=5563928e-2539-414b-a0d6-d1f0c9b3e85b Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/32291220-9756-4c53-bd76-1ee5dede8445/model-vers/model-ver/fb39f429-0ead-481b-a0e8-e5c2d900986b (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/32291220-9756-4c53-bd76-1ee5dede8445/model-vers/model-ver/fb39f429-0ead-481b-a0e8-e5c2d900986b) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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-06-02T11:42:51.943Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=5563928e-2539-414b-a0d6-d1f0c9b3e85b Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/32291220-9756-4c53-bd76-1ee5dede8445/model-vers/model-ver/fb39f429-0ead-481b-a0e8-e5c2d900986b (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/32291220-9756-4c53-bd76-1ee5dede8445/model-vers/model-ver/fb39f429-0ead-481b-a0e8-e5c2d900986b) (ec=ERR.5.4.6114)
2022-06-02T11:42:51.944Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=5563928e-2539-414b-a0d6-d1f0c9b3e85b Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/32291220-9756-4c53-bd76-1ee5dede8445/model-vers/model-ver/fb39f429-0ead-481b-a0e8-e5c2d900986b (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/32291220-9756-4c53-bd76-1ee5dede8445/model-vers/model-ver/fb39f429-0ead-481b-a0e8-e5c2d900986b) (ec=ERR.5.4.6114)
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-06-02T11:42:51.951Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-02T11:42:51.951Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5563928e-2539-414b-a0d6-d1f0c9b3e85b and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=5563928e-2539-414b-a0d6-d1f0c9b3e85b Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/32291220-9756-4c53-bd76-1ee5dede8445/model-vers/model-ver/fb39f429-0ead-481b-a0e8-e5c2d900986b (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/32291220-9756-4c53-bd76-1ee5dede8445/model-vers/model-ver/fb39f429-0ead-481b-a0e8-e5c2d900986b) (ec=ERR.5.4.6114)
2022-06-02T11:42:51.952Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-02T11:42:51.952Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:42:51.955Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:42:51.955Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5563928e-2539-414b-a0d6-d1f0c9b3e85b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170171952,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d5563928e-2539-414b-a0d6-d1f0c9b3e85b Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/32291220-9756-4c53-bd76-1ee5dede8445/model-vers/model-ver/fb39f429-0ead-481b-a0e8-e5c2d900986b (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/32291220-9756-4c53-bd76-1ee5dede8445/model-vers/model-ver/fb39f429-0ead-481b-a0e8-e5c2d900986b) (ec\u003dERR.5.4.6114)"
}
2022-06-02T11:42:52.055Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:42:52.056Z||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-06-02T11:42:52.056Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:42:52.130Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:42:52.130Z||pool-82-thread-1|||||INFO|500||cambria reply ok (74 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-06-02T11:42:52.968Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:42:52.969Z||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-06-02T11:42:52.969Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:42:57.525Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:42:57.526Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-02T11:42:57.526Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"bc1a533b-51d7-4998-9b6a-8d79ca31b5da","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"813f8564-a415-4e5e-a05b-82dc27496177","serviceDescription":"service","serviceInvariantUUID":"60871652-0355-480f-bf4b-67d3e8014023","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"d2b6d769-7aa3-4242-9216-d8c25547de39","resourceInvariantUUID":"2d88617b-fcef-41b3-a2f2-a11710f9363a","resourceCustomizationUUID":"0bf24fd9-9132-4efd-b591-9d62ebc6535a","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":"NWJmMDcwZWQwZWE2ZjEwZWNhNjgzMjQ1ODI3ZWY5ZGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d651fbac-5d6d-45a6-8e7f-703fd19c8acb","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MDYyNzYyYjU5ZTA2YzQ0ZjE5ZjBlMjViNjY0YjFiOGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f442f38b-ce6b-4076-8b9e-8d17bf374197","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-02T11:42:57.529Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T11:42:57.529Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:42:57.531Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:42:57.531Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "bc1a533b-51d7-4998-9b6a-8d79ca31b5da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170172968,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:42:57.632Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-02T11:42:57.633Z||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-06-02T11:42:57.633Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:42:57.674Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:42:57.675Z||pool-83-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:42:58.534Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T11:42:58.536Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:42:58.540Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:42:58.540Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "bc1a533b-51d7-4998-9b6a-8d79ca31b5da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170172968,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T11:42:58.640Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-02T11:42: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-06-02T11:42:58.641Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:42:58.666Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:42:58.667Z||pool-84-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:42:59.544Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "bc1a533b-51d7-4998-9b6a-8d79ca31b5da",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "813f8564-a415-4e5e-a05b-82dc27496177",
  "serviceDescription": "service",
  "serviceInvariantUUID": "60871652-0355-480f-bf4b-67d3e8014023",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "0bf24fd9-9132-4efd-b591-9d62ebc6535a",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "d2b6d769-7aa3-4242-9216-d8c25547de39",
      "resourceInvariantUUID": "2d88617b-fcef-41b3-a2f2-a11710f9363a",
      "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": "MDYyNzYyYjU5ZTA2YzQ0ZjE5ZjBlMjViNjY0YjFiOGU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f442f38b-ce6b-4076-8b9e-8d17bf374197"
    }
  ],
  "workloadContext": "Production"
}
2022-06-02T11:42:59.544Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-02T11:42:59.544Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 813f8564-a415-4e5e-a05b-82dc27496177 ASDC
2022-06-02T11:42:59.545Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:bc1a533b-51d7-4998-9b6a-8d79ca31b5da
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:813f8564-a415-4e5e-a05b-82dc27496177
ServiceInvariantUUID:60871652-0355-480f-bf4b-67d3e8014023
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:f442f38b-ce6b-4076-8b9e-8d17bf374197
ArtifactChecksum:MDYyNzYyYjU5ZTA2YzQ0ZjE5ZjBlMjViNjY0YjFiOGU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:0bf24fd9-9132-4efd-b591-9d62ebc6535a
ResourceInvariantUUID:2d88617b-fcef-41b3-a2f2-a11710f9363a
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:d2b6d769-7aa3-4242-9216-d8c25547de39
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-06-02T11:42:59.545Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 813f8564-a415-4e5e-a05b-82dc27496177 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-06-02T11:42:59.577Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-02T11:42:59.578Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-06-02T11:42:59.578Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-06-02T11:42:59.578Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: f442f38b-ce6b-4076-8b9e-8d17bf374197 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-02T11:42:59.578Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-06-02T11:42:59.578Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|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-06-02T11:43:00.706Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-06-02T11:43:00.708Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar f442f38b-ce6b-4076-8b9e-8d17bf374197 52508
2022-06-02T11:43:00.708Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|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-06-02T11:43:00.708Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|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-06-02T11:43:00.708Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T11:43:00.709Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:43:00.711Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:43:00.711Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "bc1a533b-51d7-4998-9b6a-8d79ca31b5da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170180708,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:43:00.812Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-02T11:43:00.813Z||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-06-02T11:43:00.813Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:43:00.829Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:43:00.830Z||pool-85-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:43:01.711Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:43:01.711Z||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-06-02T11:43:01.711Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:43:01.712Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-02T11:43:01.713Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-06-02T11:43:01.714Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: f442f38b-ce6b-4076-8b9e-8d17bf374197, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-02T11:43:01.714Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-06-02T11:43:01.715Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-02T11:43:01.715Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-02T11:43:01.762Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:43:01.763Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:43:01.763Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1a533b-51d7-4998-9b6a-8d79ca31b5da",
  "consumerID": "cds",
  "timestamp": 1654170096248,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:43:01.763Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:43:01.764Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:43:01.764Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1a533b-51d7-4998-9b6a-8d79ca31b5da",
  "consumerID": "aai-ml",
  "timestamp": 1654170098714,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:43:01.764Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:43:01.764Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:43:01.764Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1a533b-51d7-4998-9b6a-8d79ca31b5da",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654170095894,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:43:01.764Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:43:01.764Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:43:01.764Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1a533b-51d7-4998-9b6a-8d79ca31b5da",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654170096636,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:43:01.764Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:43:01.764Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:43:01.764Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1a533b-51d7-4998-9b6a-8d79ca31b5da",
  "consumerID": "clamp",
  "timestamp": 1654170094755,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:43:01.764Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:43:01.765Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:43:01.765Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1a533b-51d7-4998-9b6a-8d79ca31b5da",
  "consumerID": "cds",
  "timestamp": 1654170096248,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T11:43:01.765Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:43:01.765Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:43:01.765Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1a533b-51d7-4998-9b6a-8d79ca31b5da",
  "consumerID": "clamp",
  "timestamp": 1654170094755,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T11:43:01.765Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:43:01.765Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:43:01.765Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1a533b-51d7-4998-9b6a-8d79ca31b5da",
  "consumerID": "aai-ml",
  "timestamp": 1654170098714,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T11:43:01.765Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:43:01.765Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:43:01.765Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1a533b-51d7-4998-9b6a-8d79ca31b5da",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654170096636,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T11:43:01.765Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:43:01.765Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:43:01.765Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1a533b-51d7-4998-9b6a-8d79ca31b5da",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654170095894,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:43:01.766Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:43:01.766Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:43:01.766Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1a533b-51d7-4998-9b6a-8d79ca31b5da",
  "consumerID": "aai-ml",
  "timestamp": 1654170103194,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:43:01.766Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:43:01.766Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:43:01.766Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1a533b-51d7-4998-9b6a-8d79ca31b5da",
  "consumerID": "cds",
  "timestamp": 1654170103481,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:43:01.766Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:43:01.766Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:43:01.766Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1a533b-51d7-4998-9b6a-8d79ca31b5da",
  "consumerID": "cds",
  "timestamp": 1654170104501,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-02T11:43:01.773Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bc1a533b-51d7-4998-9b6a-8d79ca31b5da
2022-06-02T11:43:01.774Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bc1a533b-51d7-4998-9b6a-8d79ca31b5da 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-06-02T11:43:01.781Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:43:01.781Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1a533b-51d7-4998-9b6a-8d79ca31b5da",
  "consumerID": "policy-id",
  "timestamp": 1654170104763,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:43:01.781Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:43:01.781Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:43:01.782Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1a533b-51d7-4998-9b6a-8d79ca31b5da",
  "consumerID": "policy-id",
  "timestamp": 1654170104763,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T11:43:01.782Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:43:01.782Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:43:01.782Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1a533b-51d7-4998-9b6a-8d79ca31b5da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654170106917,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:43:01.782Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:43:01.782Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:43:01.782Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1a533b-51d7-4998-9b6a-8d79ca31b5da",
  "consumerID": "aai-ml",
  "timestamp": 1654170107799,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-06-02T11:43:01.782Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:43:01.782Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:43:01.782Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1a533b-51d7-4998-9b6a-8d79ca31b5da",
  "consumerID": "policy-id",
  "timestamp": 1654170108123,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:43:01.782Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:43:01.782Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:43:01.782Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1a533b-51d7-4998-9b6a-8d79ca31b5da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654170106917,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T11:43:01.783Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:43:01.783Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:43:01.783Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1a533b-51d7-4998-9b6a-8d79ca31b5da",
  "consumerID": "aai-ml",
  "timestamp": 1654170108804,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "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-06-02T11:43:01.786Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of bc1a533b-51d7-4998-9b6a-8d79ca31b5da
2022-06-02T11:43:01.787Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bc1a533b-51d7-4998-9b6a-8d79ca31b5da 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-06-02T11:43:01.794Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:43:01.794Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1a533b-51d7-4998-9b6a-8d79ca31b5da",
  "consumerID": "clamp",
  "timestamp": 1654170109366,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:43:01.795Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:43:01.795Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:43:01.795Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1a533b-51d7-4998-9b6a-8d79ca31b5da",
  "consumerID": "policy-id",
  "timestamp": 1654170109129,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T11:43:01.795Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:43:01.795Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:43:01.795Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1a533b-51d7-4998-9b6a-8d79ca31b5da",
  "consumerID": "policy-id",
  "timestamp": 1654170110132,
  "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-06-02T11:43:01.799Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bc1a533b-51d7-4998-9b6a-8d79ca31b5da
2022-06-02T11:43:01.799Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bc1a533b-51d7-4998-9b6a-8d79ca31b5da 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-06-02T11:43:01.806Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:43:01.806Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1a533b-51d7-4998-9b6a-8d79ca31b5da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654170110601,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:43:01.806Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:43:01.806Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:43:01.806Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1a533b-51d7-4998-9b6a-8d79ca31b5da",
  "consumerID": "clamp",
  "timestamp": 1654170111385,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T11:43:01.806Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:43:01.806Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:43:01.806Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1a533b-51d7-4998-9b6a-8d79ca31b5da",
  "consumerID": "clamp",
  "timestamp": 1654170112397,
  "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-06-02T11:43:01.810Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of bc1a533b-51d7-4998-9b6a-8d79ca31b5da
2022-06-02T11:43:01.810Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bc1a533b-51d7-4998-9b6a-8d79ca31b5da 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-06-02T11:43:01.826Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:43:01.827Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1a533b-51d7-4998-9b6a-8d79ca31b5da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654170112669,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T11:43:01.827Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:43:01.827Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:43:01.827Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1a533b-51d7-4998-9b6a-8d79ca31b5da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654170113676,
  "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-06-02T11:43:01.834Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bc1a533b-51d7-4998-9b6a-8d79ca31b5da
2022-06-02T11:43:01.834Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bc1a533b-51d7-4998-9b6a-8d79ca31b5da 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-06-02T11:43:01.853Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3752945536593836057/Definitions/service-BasicNetwork-template.yml
2022-06-02T11:43:02.433Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-02T11:43:02.434Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-06-02T11:43:02.434Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-02T11:43:02.434Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-06-02T11:43:02.434Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|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-06-02T11:43:02.434Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|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-06-02T11:43:02.434Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|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-06-02T11:43:02.434Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|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-06-02T11:43:02.434Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|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-06-02T11:43:02.434Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|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-06-02T11:43:02.435Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|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-06-02T11:43:02.435Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|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-06-02T11:43:02.435Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-06-02T11:43:02.435Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:43:02.435Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|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-06-02T11:43:02.435Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-02T11:43:02.435Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-06-02T11:43:02.435Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-02T11:43:02.436Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:43:02.436Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:43:02.436Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-02T11:43:02.436Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-06-02T11:43:02.436Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-02T11:43:02.436Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:43:02.436Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:43:02.436Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:43:02.436Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:43:02.437Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:43:02.437Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:43:02.437Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:43:02.437Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:43:02.437Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:43:02.437Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:43:02.438Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:813f8564-a415-4e5e-a05b-82dc27496177
Model Version:NULL
Model InvariantUuid:60871652-0355-480f-bf4b-67d3e8014023
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:2d88617b-fcef-41b3-a2f2-a11710f9363a
Model UUID:602bdcef-9b84-429d-adea-350c691111b5
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:0bf24fd9-9132-4efd-b591-9d62ebc6535a
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-06-02T11:43:02.445Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||INFO|500||Processing Resource Type: VL, Model UUID: d2b6d769-7aa3-4242-9216-d8c25547de39
2022-06-02T11:43:02.445Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||INFO|500||No resources found for Service: 813f8564-a415-4e5e-a05b-82dc27496177
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-06-02T11:43:02.452Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||INFO|500||
2022-06-02T11:43:02.452Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-06-02T11:43:02.453Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 813f8564-a415-4e5e-a05b-82dc27496177
2022-06-02T11:43:02.453Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 813f8564-a415-4e5e-a05b-82dc27496177
2022-06-02T11:43:02.454Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-06-02T11:43:02.454Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|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-06-02T11:43:02.459Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6dcb3893, org.onap.sdc.toscaparser.api.parameters.Input@20b68d0d, org.onap.sdc.toscaparser.api.parameters.Input@5da6b1d4, org.onap.sdc.toscaparser.api.parameters.Input@67e053c7, org.onap.sdc.toscaparser.api.parameters.Input@535bf008]
2022-06-02T11:43:02.461Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:43:02.461Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:43:02.461Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:43:02.461Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:43:02.461Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 813f8564-a415-4e5e-a05b-82dc27496177: Generic NeutronNet
2022-06-02T11:43:02.461Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:43:02.462Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:43:02.462Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:43:02.462Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|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-06-02T11:43:02.505Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:43:02.505Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:43:02.506Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:43:02.506Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|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-06-02T11:43:02.506Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:43:02.506Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:43:02.506Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|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-06-02T11:43:02.584Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-06-02T11:43:02.584Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|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-06-02T11:43:02.584Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|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-06-02T11:43:02.585Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T11:43:02.585Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:43:02.587Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:43:02.587Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "bc1a533b-51d7-4998-9b6a-8d79ca31b5da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170182584,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T11:43:02.687Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:43:02.688Z||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-06-02T11:43:02.688Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:43:02.714Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:43:02.715Z||pool-86-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-06-02T11:43:03.588Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bc1a533b-51d7-4998-9b6a-8d79ca31b5da
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-02T11:43:03.598Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bc1a533b-51d7-4998-9b6a-8d79ca31b5da
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-06-02T11:43:03.600Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T11:43:03.600Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-02T11:43:03.600Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-02T11:43:03.600Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-02T11:43:03.601Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-06-02T11:43:03.601Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-06-02T11:43:03.604Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-02T11:43:33.605Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bc1a533b-51d7-4998-9b6a-8d79ca31b5da 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-06-02T11:43:33.609Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bc1a533b-51d7-4998-9b6a-8d79ca31b5da and serviceModelVersionId: 813f8564-a415-4e5e-a05b-82dc27496177
2022-06-02T11:43:33.610Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 60871652-0355-480f-bf4b-67d3e8014023
2022-06-02T11:43:33.610Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/60871652-0355-480f-bf4b-67d3e8014023/model-vers/model-ver/813f8564-a415-4e5e-a05b-82dc27496177?depth=0
2022-06-02T11:43:33.615Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-06-02T11:43:33.664Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|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/60871652-0355-480f-bf4b-67d3e8014023/model-vers/model-ver/813f8564-a415-4e5e-a05b-82dc27496177?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-06-02T11:43:33.665Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/60871652-0355-480f-bf4b-67d3e8014023/model-vers/model-ver/813f8564-a415-4e5e-a05b-82dc27496177?depth=0|INFO|500||Invoke
2022-06-02T11:43:33.686Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/60871652-0355-480f-bf4b-67d3e8014023/model-vers/model-ver/813f8564-a415-4e5e-a05b-82dc27496177?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-06-02T11:43:33.745Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/60871652-0355-480f-bf4b-67d3e8014023/model-vers/model-ver/813f8564-a415-4e5e-a05b-82dc27496177?depth=0|INFO|404|Not Found|InvokeReturn
2022-06-02T11:43:33.746Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|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/60871652-0355-480f-bf4b-67d3e8014023/model-vers/model-ver/813f8564-a415-4e5e-a05b-82dc27496177?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220602-11:43:33:559-43822], Content-Length=[495], Date=[Thu, 02 Jun 2022 11:43:33 GMT], Content-Type=[application/json]}
2022-06-02T11:43:33.747Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/60871652-0355-480f-bf4b-67d3e8014023/model-vers/model-ver/813f8564-a415-4e5e-a05b-82dc27496177","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/60871652-0355-480f-bf4b-67d3e8014023/model-vers/model-ver/813f8564-a415-4e5e-a05b-82dc27496177","ERR.5.4.6114"]}}}

2022-06-02T11:43:33.750Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=bc1a533b-51d7-4998-9b6a-8d79ca31b5da Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/60871652-0355-480f-bf4b-67d3e8014023/model-vers/model-ver/813f8564-a415-4e5e-a05b-82dc27496177 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/60871652-0355-480f-bf4b-67d3e8014023/model-vers/model-ver/813f8564-a415-4e5e-a05b-82dc27496177) (ec=ERR.5.4.6114)
2022-06-02T11:43:33.750Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=bc1a533b-51d7-4998-9b6a-8d79ca31b5da Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/60871652-0355-480f-bf4b-67d3e8014023/model-vers/model-ver/813f8564-a415-4e5e-a05b-82dc27496177 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/60871652-0355-480f-bf4b-67d3e8014023/model-vers/model-ver/813f8564-a415-4e5e-a05b-82dc27496177) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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-06-02T11:43:33.750Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=bc1a533b-51d7-4998-9b6a-8d79ca31b5da Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/60871652-0355-480f-bf4b-67d3e8014023/model-vers/model-ver/813f8564-a415-4e5e-a05b-82dc27496177 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/60871652-0355-480f-bf4b-67d3e8014023/model-vers/model-ver/813f8564-a415-4e5e-a05b-82dc27496177) (ec=ERR.5.4.6114)
2022-06-02T11:43:33.750Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=bc1a533b-51d7-4998-9b6a-8d79ca31b5da Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/60871652-0355-480f-bf4b-67d3e8014023/model-vers/model-ver/813f8564-a415-4e5e-a05b-82dc27496177 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/60871652-0355-480f-bf4b-67d3e8014023/model-vers/model-ver/813f8564-a415-4e5e-a05b-82dc27496177) (ec=ERR.5.4.6114)
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-06-02T11:43:33.757Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|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-06-02T11:43:33.757Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bc1a533b-51d7-4998-9b6a-8d79ca31b5da and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=bc1a533b-51d7-4998-9b6a-8d79ca31b5da Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/60871652-0355-480f-bf4b-67d3e8014023/model-vers/model-ver/813f8564-a415-4e5e-a05b-82dc27496177 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/60871652-0355-480f-bf4b-67d3e8014023/model-vers/model-ver/813f8564-a415-4e5e-a05b-82dc27496177) (ec=ERR.5.4.6114)
2022-06-02T11:43:33.757Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-02T11:43:33.758Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:43:33.759Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:43:33.760Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "bc1a533b-51d7-4998-9b6a-8d79ca31b5da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170213757,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003dbc1a533b-51d7-4998-9b6a-8d79ca31b5da Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/60871652-0355-480f-bf4b-67d3e8014023/model-vers/model-ver/813f8564-a415-4e5e-a05b-82dc27496177 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/60871652-0355-480f-bf4b-67d3e8014023/model-vers/model-ver/813f8564-a415-4e5e-a05b-82dc27496177) (ec\u003dERR.5.4.6114)"
}
2022-06-02T11:43:33.860Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:43:33.861Z||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-06-02T11:43:33.861Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:43:33.885Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:43:33.886Z||pool-87-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-02T11:43:34.769Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:43:34.770Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|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-06-02T11:43:34.770Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:43:42.765Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:43:42.765Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-02T11:43:42.765Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"90c5f38c-0150-43bf-be4a-39cae78e8806","serviceName":"Demo_pNF_cmjysb7wftxji9zMISEm","serviceVersion":"1.0","serviceUUID":"0b2f630e-135e-4262-b5d3-1eb6a08dcfdc","serviceDescription":"catalog service description","serviceInvariantUUID":"bd302302-99eb-49bd-9c89-4eb0a6f9a3b8","resources":[{"resourceInstanceName":"pNF a14b3ec1-c116 0","resourceName":"pNF a14b3ec1-c116","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e40f9b4b-1fa5-44f4-aa29-5e305c0a4bc2","resourceInvariantUUID":"4829f1b1-adab-4eb4-bb33-bdac45011e05","resourceCustomizationUUID":"38b0b3af-4745-4c11-b609-ea0e4f89797c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCmjysb7wftxji9zmisem/1.0/resourceInstances/pnfa14b3ec1c1160/artifacts/vf-license-model.xml","artifactChecksum":"OTlhMjdkZTAyMjUzZjM2OTczZjZlMTM0ZWQ1MjMyNGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"911dc74d-7eb7-4b77-93d8-d06e214416b0","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCmjysb7wftxji9zmisem/1.0/resourceInstances/pnfa14b3ec1c1160/artifacts/pNF.csar","artifactChecksum":"YjMxNmYxMjM1ZTk4MjM4MjFhZmFlODA5YzA2M2FmY2Y\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3a8a8d39-ec99-45b6-981a-1a37f423c246","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCmjysb7wftxji9zmisem/1.0/resourceInstances/pnfa14b3ec1c1160/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9ec6219c-f8f3-4dd5-a6c8-9417e4f53f02","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCmjysb7wftxji9zmisem/1.0/resourceInstances/pnfa14b3ec1c1160/artifacts/vendor-license-model.xml","artifactChecksum":"YzRmMTNlOWUzZTE2OWYwMTY1NGYxZGYzZjcwMzc2MjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1008d092-0b5f-41b0-9d5d-c3095a20be54","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfCmjysb7wftxji9zmisem/1.0/resourceInstances/pnfa14b3ec1c1160/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c24ff9cc-7291-4f57-b4bc-f4c5c2a6353d","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfCmjysb7wftxji9zmisem/1.0/resourceInstances/pnfa14b3ec1c1160/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ff6a5539-d1ac-4aba-ae4f-f5aadc494bbd","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfCmjysb7wftxji9zmisem-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCmjysb7wftxji9zmisem/1.0/artifacts/service-DemoPnfCmjysb7wftxji9zmisem-template.yml","artifactChecksum":"YzZkOTVlZmU4MTM1NzRlNzVhMWZmMDU3ZDEzNmE1M2M\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6adbb95b-6847-4db1-afc3-1de8e2d0b8f8","artifactVersion":"1"},{"artifactName":"service-DemoPnfCmjysb7wftxji9zmisem-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfCmjysb7wftxji9zmisem/1.0/artifacts/service-DemoPnfCmjysb7wftxji9zmisem-csar.csar","artifactChecksum":"YWM5MzgyMzA5Yzg4YzI1MmJmODE3ZWJlY2ZmODllZGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9cc23df2-0dd3-461c-9731-963d2b0ad8e9","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-02T11:43:42.767Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T11:43:42.767Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:43:42.769Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:43:42.769Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "90c5f38c-0150-43bf-be4a-39cae78e8806",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170214769,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCmjysb7wftxji9zmisem/1.0/resourceInstances/pnfa14b3ec1c1160/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:43:42.869Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:43:42.870Z||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-06-02T11:43:42.870Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:43:42.926Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:43:42.927Z||pool-88-thread-1|||||INFO|500||cambria reply ok (58 ms):{"serverTimeMs":1,"count":1}
2022-06-02T11:43:43.771Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T11:43:43.773Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:43:43.775Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:43:43.775Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "90c5f38c-0150-43bf-be4a-39cae78e8806",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170214769,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCmjysb7wftxji9zmisem/1.0/resourceInstances/pnfa14b3ec1c1160/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:43:43.876Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-02T11:43:43.877Z||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-06-02T11:43:43.877Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:43:43.925Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:43:43.925Z||pool-89-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":1,"count":1}
2022-06-02T11:43:44.776Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T11:43:44.776Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:43:44.779Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:43:44.780Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "90c5f38c-0150-43bf-be4a-39cae78e8806",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170214769,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCmjysb7wftxji9zmisem/1.0/resourceInstances/pnfa14b3ec1c1160/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:43:44.879Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-02T11:43:44.880Z||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-06-02T11:43:44.880Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:43:44.913Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:43:44.913Z||pool-90-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1}
2022-06-02T11:43:45.780Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T11:43:45.781Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:43:45.783Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:43:45.783Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "90c5f38c-0150-43bf-be4a-39cae78e8806",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170214769,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCmjysb7wftxji9zmisem/1.0/resourceInstances/pnfa14b3ec1c1160/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:43:45.883Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:43:45.884Z||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-06-02T11:43:45.884Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:43:45.915Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:43:45.916Z||pool-91-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:43:46.784Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T11:43:46.785Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:43:46.787Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:43:46.787Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "90c5f38c-0150-43bf-be4a-39cae78e8806",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170214769,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCmjysb7wftxji9zmisem/1.0/resourceInstances/pnfa14b3ec1c1160/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:43:46.887Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:43:46.889Z||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-06-02T11:43:46.889Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:43:46.942Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:43:46.943Z||pool-92-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:43:47.787Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T11:43:47.788Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:43:47.791Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:43:47.791Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "90c5f38c-0150-43bf-be4a-39cae78e8806",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170214769,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCmjysb7wftxji9zmisem/1.0/resourceInstances/pnfa14b3ec1c1160/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:43:47.891Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:43:47.892Z||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-06-02T11:43:47.892Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:43:47.922Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:43:47.922Z||pool-93-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:43:48.792Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T11:43:48.792Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:43:48.795Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:43:48.795Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "90c5f38c-0150-43bf-be4a-39cae78e8806",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170214769,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCmjysb7wftxji9zmisem/1.0/artifacts/service-DemoPnfCmjysb7wftxji9zmisem-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:43:48.895Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:43:48.896Z||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-06-02T11:43:48.896Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:43:48.919Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:43:48.920Z||pool-94-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:43:49.796Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T11:43:49.796Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:43:49.798Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:43:49.798Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "90c5f38c-0150-43bf-be4a-39cae78e8806",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170214769,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCmjysb7wftxji9zmisem/1.0/artifacts/service-DemoPnfCmjysb7wftxji9zmisem-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T11:43:49.898Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:43:49.899Z||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-06-02T11:43:49.900Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:43:49.917Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:43:49.917Z||pool-95-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-02T11:43:50.799Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "90c5f38c-0150-43bf-be4a-39cae78e8806",
  "serviceName": "Demo_pNF_cmjysb7wftxji9zMISEm",
  "serviceVersion": "1.0",
  "serviceUUID": "0b2f630e-135e-4262-b5d3-1eb6a08dcfdc",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "bd302302-99eb-49bd-9c89-4eb0a6f9a3b8",
  "resources": [
    {
      "resourceInstanceName": "pNF a14b3ec1-c116 0",
      "resourceCustomizationUUID": "38b0b3af-4745-4c11-b609-ea0e4f89797c",
      "resourceName": "pNF a14b3ec1-c116",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "e40f9b4b-1fa5-44f4-aa29-5e305c0a4bc2",
      "resourceInvariantUUID": "4829f1b1-adab-4eb4-bb33-bdac45011e05",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfCmjysb7wftxji9zmisem-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfCmjysb7wftxji9zmisem/1.0/artifacts/service-DemoPnfCmjysb7wftxji9zmisem-csar.csar",
      "artifactChecksum": "YWM5MzgyMzA5Yzg4YzI1MmJmODE3ZWJlY2ZmODllZGQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9cc23df2-0dd3-461c-9731-963d2b0ad8e9"
    }
  ],
  "workloadContext": "Production"
}
2022-06-02T11:43:50.800Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-02T11:43:50.800Z|bc1a533b-51d7-4998-9b6a-8d79ca31b5da|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0b2f630e-135e-4262-b5d3-1eb6a08dcfdc ASDC
2022-06-02T11:43:50.800Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:90c5f38c-0150-43bf-be4a-39cae78e8806
ServiceName:Demo_pNF_cmjysb7wftxji9zMISEm
ServiceVersion:1.0
ServiceUUID:0b2f630e-135e-4262-b5d3-1eb6a08dcfdc
ServiceInvariantUUID:bd302302-99eb-49bd-9c89-4eb0a6f9a3b8
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfCmjysb7wftxji9zmisem-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfCmjysb7wftxji9zmisem/1.0/artifacts/service-DemoPnfCmjysb7wftxji9zmisem-csar.csar
ArtifactUUID:9cc23df2-0dd3-461c-9731-963d2b0ad8e9
ArtifactChecksum:YWM5MzgyMzA5Yzg4YzI1MmJmODE3ZWJlY2ZmODllZGQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF a14b3ec1-c116 0
ResourceCustomizationUUID:38b0b3af-4745-4c11-b609-ea0e4f89797c
ResourceInvariantUUID:4829f1b1-adab-4eb4-bb33-bdac45011e05
ResourceName:pNF a14b3ec1-c116
ResourceType:PNF
ResourceUUID:e40f9b4b-1fa5-44f4-aa29-5e305c0a4bc2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-06-02T11:43:50.801Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0b2f630e-135e-4262-b5d3-1eb6a08dcfdc 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-06-02T11:43:50.824Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-02T11:43:50.825Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-06-02T11:43:50.825Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-06-02T11:43:50.826Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 9cc23df2-0dd3-461c-9731-963d2b0ad8e9 from URL: /sdc/v1/catalog/services/DemoPnfCmjysb7wftxji9zmisem/1.0/artifacts/service-DemoPnfCmjysb7wftxji9zmisem-csar.csar
2022-06-02T11:43:50.826Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-06-02T11:43:50.826Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfCmjysb7wftxji9zmisem/1.0/artifacts/service-DemoPnfCmjysb7wftxji9zmisem-csar.csar
2022-06-02T11:43:51.556Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-06-02T11:43:51.559Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfCmjysb7wftxji9zmisem/1.0/artifacts/service-DemoPnfCmjysb7wftxji9zmisem-csar.csar 9cc23df2-0dd3-461c-9731-963d2b0ad8e9 82636
2022-06-02T11:43:51.560Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfCmjysb7wftxji9zmisem/1.0/artifacts/service-DemoPnfCmjysb7wftxji9zmisem-csar.csar ASDC sendASDCNotification
2022-06-02T11:43:51.560Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfCmjysb7wftxji9zmisem/1.0/artifacts/service-DemoPnfCmjysb7wftxji9zmisem-csar.csar
2022-06-02T11:43:51.560Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T11:43:51.560Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:43:51.562Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:43:51.562Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "90c5f38c-0150-43bf-be4a-39cae78e8806",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170231560,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCmjysb7wftxji9zmisem/1.0/artifacts/service-DemoPnfCmjysb7wftxji9zmisem-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:43:51.662Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:43:51.663Z||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-06-02T11:43:51.663Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:43:51.686Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:43:51.686Z||pool-96-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:43:52.563Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-02T11:43:52.564Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-06-02T11:43:52.564Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 9cc23df2-0dd3-461c-9731-963d2b0ad8e9, URL: /sdc/v1/catalog/services/DemoPnfCmjysb7wftxji9zmisem/1.0/artifacts/service-DemoPnfCmjysb7wftxji9zmisem-csar.csar to file: /app/ASDC/1/service-DemoPnfCmjysb7wftxji9zmisem-csar.csar
2022-06-02T11:43:52.564Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfCmjysb7wftxji9zmisem-csar.csar
2022-06-02T11:43:52.565Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfCmjysb7wftxji9zmisem-csar.csar
2022-06-02T11:43:52.565Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfCmjysb7wftxji9zmisem-csar.csar
2022-06-02T11:43:52.663Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4856088096523281388/Definitions/service-DemoPnfCmjysb7wftxji9zmisem-template.yml
2022-06-02T11:43:53.404Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-02T11:43:53.404Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-06-02T11:43:53.405Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfCmjysb7wftxji9zmisem-csar.csar
2022-06-02T11:43:53.405Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-02T11:43:53.405Z|90c5f38c-0150-43bf-be4a-39cae78e8806|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-DemoPnfCmjysb7wftxji9zmisem-csar.csar
2022-06-02T11:43:53.405Z|90c5f38c-0150-43bf-be4a-39cae78e8806|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-DemoPnfCmjysb7wftxji9zmisem-csar.csar
2022-06-02T11:43:53.405Z|90c5f38c-0150-43bf-be4a-39cae78e8806|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-DemoPnfCmjysb7wftxji9zmisem-csar.csar
2022-06-02T11:43:53.405Z|90c5f38c-0150-43bf-be4a-39cae78e8806|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-DemoPnfCmjysb7wftxji9zmisem-csar.csar
2022-06-02T11:43:53.405Z|90c5f38c-0150-43bf-be4a-39cae78e8806|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-DemoPnfCmjysb7wftxji9zmisem-csar.csar
2022-06-02T11:43:53.406Z|90c5f38c-0150-43bf-be4a-39cae78e8806|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-DemoPnfCmjysb7wftxji9zmisem-csar.csar
2022-06-02T11:43:53.406Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF a14b3ec1-c116 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-DemoPnfCmjysb7wftxji9zmisem-csar.csar
2022-06-02T11:43:53.406Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-06-02T11:43:53.406Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:43:53.406Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_cmjysb7wftxji9zMISEm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:43:53.406Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||DEBUG|500||Node template pNF a14b3ec1-c116 0 is matching search criteria
2022-06-02T11:43:53.407Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-06-02T11:43:53.407Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF a14b3ec1-c116 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-02T11:43:53.407Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:43:53.407Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_cmjysb7wftxji9zMISEm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:43:53.408Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||DEBUG|500||Node template pNF a14b3ec1-c116 0 is matching search criteria
2022-06-02T11:43:53.408Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-06-02T11:43:53.408Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF a14b3ec1-c116 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-02T11:43:53.408Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:43:53.408Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_cmjysb7wftxji9zMISEm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:43:53.408Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:43:53.409Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_cmjysb7wftxji9zMISEm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:43:53.409Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:43:53.409Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_cmjysb7wftxji9zMISEm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:43:53.409Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:43:53.409Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_cmjysb7wftxji9zMISEm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:43:53.409Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:43:53.410Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_cmjysb7wftxji9zMISEm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:43:53.410Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_cmjysb7wftxji9zMISEm
Description:catalog service description
Model UUID:0b2f630e-135e-4262-b5d3-1eb6a08dcfdc
Model Version:NULL
Model InvariantUuid:bd302302-99eb-49bd-9c89-4eb0a6f9a3b8
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-06-02T11:43:53.418Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: e40f9b4b-1fa5-44f4-aa29-5e305c0a4bc2
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-06-02T11:43:53.422Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||INFO|500||pNF a14b3ec1-c116 0
2022-06-02T11:43:53.422Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: e40f9b4b-1fa5-44f4-aa29-5e305c0a4bc2
2022-06-02T11:43:53.422Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 0b2f630e-135e-4262-b5d3-1eb6a08dcfdc
2022-06-02T11:43:53.422Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 0b2f630e-135e-4262-b5d3-1eb6a08dcfdc
2022-06-02T11:43:53.422Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF a14b3ec1-c116 0 e40f9b4b-1fa5-44f4-aa29-5e305c0a4bc2 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-06-02T11:43:53.426Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@343d03af, org.onap.sdc.toscaparser.api.parameters.Input@5a4b4475, org.onap.sdc.toscaparser.api.parameters.Input@7ba02d00, org.onap.sdc.toscaparser.api.parameters.Input@234a8e04, org.onap.sdc.toscaparser.api.parameters.Input@7f36d1b9]
2022-06-02T11:43:53.427Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:43:53.427Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_cmjysb7wftxji9zMISEm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:43:53.427Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 0b2f630e-135e-4262-b5d3-1eb6a08dcfdc: pNF a14b3ec1-c116
2022-06-02T11:43:53.428Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||INFO|500||Processing PNF resource: e40f9b4b-1fa5-44f4-aa29-5e305c0a4bc2
2022-06-02T11:43:53.428Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:43:53.428Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_cmjysb7wftxji9zMISEm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:43:53.428Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||INFO|500||Resource customization UUID: 38b0b3af-4745-4c11-b609-ea0e4f89797c is the same as notified resource customizationUUID: 38b0b3af-4745-4c11-b609-ea0e4f89797c
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-06-02T11:43:53.484Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF a14b3ec1-c116 e40f9b4b-1fa5-44f4-aa29-5e305c0a4bc2 0 ASDC deployResourceStructure
2022-06-02T11:43:53.485Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfCmjysb7wftxji9zmisem/1.0/artifacts/service-DemoPnfCmjysb7wftxji9zmisem-csar.csar ASDC sendASDCNotification
2022-06-02T11:43:53.485Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfCmjysb7wftxji9zmisem/1.0/artifacts/service-DemoPnfCmjysb7wftxji9zmisem-csar.csar
2022-06-02T11:43:53.486Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T11:43:53.486Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:43:53.488Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:43:53.488Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "90c5f38c-0150-43bf-be4a-39cae78e8806",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170233485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCmjysb7wftxji9zmisem/1.0/artifacts/service-DemoPnfCmjysb7wftxji9zmisem-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T11:43:53.589Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:43:53.589Z||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-06-02T11:43:53.590Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:43:53.611Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:43:53.612Z||pool-97-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:43:54.489Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 90c5f38c-0150-43bf-be4a-39cae78e8806
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-02T11:43:54.497Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 90c5f38c-0150-43bf-be4a-39cae78e8806
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-06-02T11:43:54.499Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T11:43:54.499Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-02T11:43:54.499Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-02T11:44:01.711Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:44:01.711Z||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-06-02T11:44:01.712Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:44:01.764Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:44:01.764Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:44:01.765Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5563928e-2539-414b-a0d6-d1f0c9b3e85b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170171952,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d5563928e-2539-414b-a0d6-d1f0c9b3e85b Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/32291220-9756-4c53-bd76-1ee5dede8445/model-vers/model-ver/fb39f429-0ead-481b-a0e8-e5c2d900986b (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/32291220-9756-4c53-bd76-1ee5dede8445/model-vers/model-ver/fb39f429-0ead-481b-a0e8-e5c2d900986b) (ec\u003dERR.5.4.6114)"
}
2022-06-02T11:44:01.765Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:44:01.765Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:44:01.765Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1a533b-51d7-4998-9b6a-8d79ca31b5da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170172968,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:44:01.765Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:44:01.765Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:44:01.766Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1a533b-51d7-4998-9b6a-8d79ca31b5da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170172968,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T11:44:01.766Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:44:01.766Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:44:01.766Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1a533b-51d7-4998-9b6a-8d79ca31b5da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170180708,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:44:01.766Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:44:24.500Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 90c5f38c-0150-43bf-be4a-39cae78e8806
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-02T11:44:24.506Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 90c5f38c-0150-43bf-be4a-39cae78e8806
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-06-02T11:44:24.508Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T11:44:24.508Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-02T11:44:24.508Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-02T11:44:54.508Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 90c5f38c-0150-43bf-be4a-39cae78e8806
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-02T11:44:54.521Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 90c5f38c-0150-43bf-be4a-39cae78e8806
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-06-02T11:44:54.523Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T11:44:54.523Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-02T11:44:54.523Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-02T11:45:01.711Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:45:01.711Z||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-06-02T11:45:01.711Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:45:01.781Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:45:01.782Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:45:01.783Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1a533b-51d7-4998-9b6a-8d79ca31b5da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170182584,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T11:45:01.783Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:45:01.783Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:45:01.783Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1a533b-51d7-4998-9b6a-8d79ca31b5da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170213757,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003dbc1a533b-51d7-4998-9b6a-8d79ca31b5da Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/60871652-0355-480f-bf4b-67d3e8014023/model-vers/model-ver/813f8564-a415-4e5e-a05b-82dc27496177 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/60871652-0355-480f-bf4b-67d3e8014023/model-vers/model-ver/813f8564-a415-4e5e-a05b-82dc27496177) (ec\u003dERR.5.4.6114)"
}
2022-06-02T11:45:01.783Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:45:01.783Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:45:01.783Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90c5f38c-0150-43bf-be4a-39cae78e8806",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170214769,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCmjysb7wftxji9zmisem/1.0/resourceInstances/pnfa14b3ec1c1160/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:45:01.784Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:45:01.784Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:45:01.784Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90c5f38c-0150-43bf-be4a-39cae78e8806",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654170216636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCmjysb7wftxji9zmisem/1.0/resourceInstances/pnfa14b3ec1c1160/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:45:01.784Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:45:01.784Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:45:01.784Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90c5f38c-0150-43bf-be4a-39cae78e8806",
  "consumerID": "aai-ml",
  "timestamp": 1654170218714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCmjysb7wftxji9zmisem/1.0/resourceInstances/pnfa14b3ec1c1160/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:45:01.784Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:45:01.784Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:45:01.785Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90c5f38c-0150-43bf-be4a-39cae78e8806",
  "consumerID": "clamp",
  "timestamp": 1654170214755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCmjysb7wftxji9zmisem/1.0/resourceInstances/pnfa14b3ec1c1160/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:45:01.785Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:45:01.785Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:45:01.785Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90c5f38c-0150-43bf-be4a-39cae78e8806",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654170215893,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCmjysb7wftxji9zmisem/1.0/resourceInstances/pnfa14b3ec1c1160/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:45:01.785Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:45:01.785Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:45:01.786Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90c5f38c-0150-43bf-be4a-39cae78e8806",
  "consumerID": "cds",
  "timestamp": 1654170216248,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCmjysb7wftxji9zmisem/1.0/resourceInstances/pnfa14b3ec1c1160/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:45:01.786Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:45:01.786Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:45:01.786Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90c5f38c-0150-43bf-be4a-39cae78e8806",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170214769,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCmjysb7wftxji9zmisem/1.0/resourceInstances/pnfa14b3ec1c1160/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:45:01.786Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:45:01.786Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:45:01.786Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90c5f38c-0150-43bf-be4a-39cae78e8806",
  "consumerID": "aai-ml",
  "timestamp": 1654170218714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCmjysb7wftxji9zmisem/1.0/resourceInstances/pnfa14b3ec1c1160/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:45:01.787Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:45:01.787Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:45:01.787Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90c5f38c-0150-43bf-be4a-39cae78e8806",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654170216636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCmjysb7wftxji9zmisem/1.0/resourceInstances/pnfa14b3ec1c1160/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:45:01.787Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:45:01.787Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:45:01.787Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90c5f38c-0150-43bf-be4a-39cae78e8806",
  "consumerID": "clamp",
  "timestamp": 1654170214755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCmjysb7wftxji9zmisem/1.0/resourceInstances/pnfa14b3ec1c1160/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:45:01.788Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:45:01.788Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:45:01.788Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90c5f38c-0150-43bf-be4a-39cae78e8806",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654170215893,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCmjysb7wftxji9zmisem/1.0/resourceInstances/pnfa14b3ec1c1160/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:45:01.788Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:45:01.788Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:45:01.788Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90c5f38c-0150-43bf-be4a-39cae78e8806",
  "consumerID": "cds",
  "timestamp": 1654170216248,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCmjysb7wftxji9zmisem/1.0/resourceInstances/pnfa14b3ec1c1160/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:45:01.789Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:45:01.789Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:45:01.789Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90c5f38c-0150-43bf-be4a-39cae78e8806",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170214769,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCmjysb7wftxji9zmisem/1.0/resourceInstances/pnfa14b3ec1c1160/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:45:01.789Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:45:01.789Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:45:01.789Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90c5f38c-0150-43bf-be4a-39cae78e8806",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654170216636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCmjysb7wftxji9zmisem/1.0/resourceInstances/pnfa14b3ec1c1160/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:45:01.789Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:45:01.790Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:45:01.790Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90c5f38c-0150-43bf-be4a-39cae78e8806",
  "consumerID": "aai-ml",
  "timestamp": 1654170218714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCmjysb7wftxji9zmisem/1.0/resourceInstances/pnfa14b3ec1c1160/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:45:01.790Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:45:01.791Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:45:01.791Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90c5f38c-0150-43bf-be4a-39cae78e8806",
  "consumerID": "clamp",
  "timestamp": 1654170214755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCmjysb7wftxji9zmisem/1.0/resourceInstances/pnfa14b3ec1c1160/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:45:01.791Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:45:01.791Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:45:01.791Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90c5f38c-0150-43bf-be4a-39cae78e8806",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654170215893,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCmjysb7wftxji9zmisem/1.0/resourceInstances/pnfa14b3ec1c1160/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:45:01.791Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:45:01.792Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:45:01.792Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90c5f38c-0150-43bf-be4a-39cae78e8806",
  "consumerID": "cds",
  "timestamp": 1654170216248,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCmjysb7wftxji9zmisem/1.0/resourceInstances/pnfa14b3ec1c1160/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:45:01.792Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:45:01.792Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:45:01.792Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90c5f38c-0150-43bf-be4a-39cae78e8806",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170214769,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCmjysb7wftxji9zmisem/1.0/resourceInstances/pnfa14b3ec1c1160/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:45:01.792Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:45:01.793Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:45:01.793Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90c5f38c-0150-43bf-be4a-39cae78e8806",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654170216636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCmjysb7wftxji9zmisem/1.0/resourceInstances/pnfa14b3ec1c1160/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:45:01.793Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:45:01.793Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:45:01.793Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90c5f38c-0150-43bf-be4a-39cae78e8806",
  "consumerID": "aai-ml",
  "timestamp": 1654170218714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCmjysb7wftxji9zmisem/1.0/resourceInstances/pnfa14b3ec1c1160/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:45:01.793Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:45:01.793Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:45:01.794Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90c5f38c-0150-43bf-be4a-39cae78e8806",
  "consumerID": "clamp",
  "timestamp": 1654170214755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCmjysb7wftxji9zmisem/1.0/resourceInstances/pnfa14b3ec1c1160/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:45:01.794Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:45:01.794Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:45:01.794Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90c5f38c-0150-43bf-be4a-39cae78e8806",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654170215893,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCmjysb7wftxji9zmisem/1.0/resourceInstances/pnfa14b3ec1c1160/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:45:01.795Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:45:01.795Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:45:01.795Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90c5f38c-0150-43bf-be4a-39cae78e8806",
  "consumerID": "policy-id",
  "timestamp": 1654170224763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCmjysb7wftxji9zmisem/1.0/resourceInstances/pnfa14b3ec1c1160/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:45:01.795Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:45:01.795Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:45:01.795Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90c5f38c-0150-43bf-be4a-39cae78e8806",
  "consumerID": "cds",
  "timestamp": 1654170216248,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCmjysb7wftxji9zmisem/1.0/resourceInstances/pnfa14b3ec1c1160/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:45:01.795Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:45:01.796Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:45:01.796Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90c5f38c-0150-43bf-be4a-39cae78e8806",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170214769,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCmjysb7wftxji9zmisem/1.0/resourceInstances/pnfa14b3ec1c1160/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:45:01.796Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:45:01.796Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:45:01.796Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90c5f38c-0150-43bf-be4a-39cae78e8806",
  "consumerID": "clamp",
  "timestamp": 1654170214755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCmjysb7wftxji9zmisem/1.0/resourceInstances/pnfa14b3ec1c1160/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:45:01.796Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:45:01.797Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:45:01.797Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90c5f38c-0150-43bf-be4a-39cae78e8806",
  "consumerID": "aai-ml",
  "timestamp": 1654170218714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCmjysb7wftxji9zmisem/1.0/resourceInstances/pnfa14b3ec1c1160/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:45:01.797Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:45:01.797Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:45:01.797Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90c5f38c-0150-43bf-be4a-39cae78e8806",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654170216636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCmjysb7wftxji9zmisem/1.0/resourceInstances/pnfa14b3ec1c1160/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:45:01.798Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:45:01.798Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:45:01.798Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90c5f38c-0150-43bf-be4a-39cae78e8806",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654170215893,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCmjysb7wftxji9zmisem/1.0/resourceInstances/pnfa14b3ec1c1160/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:45:01.798Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:45:01.798Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:45:01.798Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90c5f38c-0150-43bf-be4a-39cae78e8806",
  "consumerID": "policy-id",
  "timestamp": 1654170224763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCmjysb7wftxji9zmisem/1.0/resourceInstances/pnfa14b3ec1c1160/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:45:01.798Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:45:01.799Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:45:01.799Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90c5f38c-0150-43bf-be4a-39cae78e8806",
  "consumerID": "cds",
  "timestamp": 1654170216248,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCmjysb7wftxji9zmisem/1.0/resourceInstances/pnfa14b3ec1c1160/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:45:01.799Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:45:01.799Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:45:01.799Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90c5f38c-0150-43bf-be4a-39cae78e8806",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654170226905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCmjysb7wftxji9zmisem/1.0/resourceInstances/pnfa14b3ec1c1160/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:45:01.799Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:45:01.800Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:45:01.800Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90c5f38c-0150-43bf-be4a-39cae78e8806",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170214769,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCmjysb7wftxji9zmisem/1.0/resourceInstances/pnfa14b3ec1c1160/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:45:01.800Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:45:01.800Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:45:01.800Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90c5f38c-0150-43bf-be4a-39cae78e8806",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654170216636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCmjysb7wftxji9zmisem/1.0/resourceInstances/pnfa14b3ec1c1160/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:45:01.800Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:45:01.800Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:45:01.800Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90c5f38c-0150-43bf-be4a-39cae78e8806",
  "consumerID": "aai-ml",
  "timestamp": 1654170218714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCmjysb7wftxji9zmisem/1.0/resourceInstances/pnfa14b3ec1c1160/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:45:01.801Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:45:01.801Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:45:01.801Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90c5f38c-0150-43bf-be4a-39cae78e8806",
  "consumerID": "clamp",
  "timestamp": 1654170214755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCmjysb7wftxji9zmisem/1.0/resourceInstances/pnfa14b3ec1c1160/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:45:01.801Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:45:01.801Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:45:01.801Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90c5f38c-0150-43bf-be4a-39cae78e8806",
  "consumerID": "policy-id",
  "timestamp": 1654170224763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCmjysb7wftxji9zmisem/1.0/resourceInstances/pnfa14b3ec1c1160/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:45:01.802Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:45:01.802Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:45:01.802Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90c5f38c-0150-43bf-be4a-39cae78e8806",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654170215893,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCmjysb7wftxji9zmisem/1.0/resourceInstances/pnfa14b3ec1c1160/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-06-02T11:45:01.802Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:45:01.802Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:45:01.802Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90c5f38c-0150-43bf-be4a-39cae78e8806",
  "consumerID": "cds",
  "timestamp": 1654170216248,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCmjysb7wftxji9zmisem/1.0/resourceInstances/pnfa14b3ec1c1160/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:45:01.802Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:45:01.802Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:45:01.802Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90c5f38c-0150-43bf-be4a-39cae78e8806",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654170226905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCmjysb7wftxji9zmisem/1.0/resourceInstances/pnfa14b3ec1c1160/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:45:01.802Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:45:01.802Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:45:01.803Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90c5f38c-0150-43bf-be4a-39cae78e8806",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170214769,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCmjysb7wftxji9zmisem/1.0/artifacts/service-DemoPnfCmjysb7wftxji9zmisem-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:45:01.803Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:45:01.803Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:45:01.803Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90c5f38c-0150-43bf-be4a-39cae78e8806",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654170216636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCmjysb7wftxji9zmisem/1.0/artifacts/service-DemoPnfCmjysb7wftxji9zmisem-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:45:01.803Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:45:01.803Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:45:01.803Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90c5f38c-0150-43bf-be4a-39cae78e8806",
  "consumerID": "aai-ml",
  "timestamp": 1654170218714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCmjysb7wftxji9zmisem/1.0/artifacts/service-DemoPnfCmjysb7wftxji9zmisem-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:45:01.803Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:45:01.803Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:45:01.803Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90c5f38c-0150-43bf-be4a-39cae78e8806",
  "consumerID": "clamp",
  "timestamp": 1654170214755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCmjysb7wftxji9zmisem/1.0/artifacts/service-DemoPnfCmjysb7wftxji9zmisem-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:45:01.803Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:45:01.804Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:45:01.804Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90c5f38c-0150-43bf-be4a-39cae78e8806",
  "consumerID": "policy-id",
  "timestamp": 1654170224763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCmjysb7wftxji9zmisem/1.0/resourceInstances/pnfa14b3ec1c1160/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:45:01.804Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:45:01.804Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:45:01.804Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90c5f38c-0150-43bf-be4a-39cae78e8806",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654170215893,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCmjysb7wftxji9zmisem/1.0/artifacts/service-DemoPnfCmjysb7wftxji9zmisem-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:45:01.804Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:45:01.804Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:45:01.804Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90c5f38c-0150-43bf-be4a-39cae78e8806",
  "consumerID": "cds",
  "timestamp": 1654170216248,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCmjysb7wftxji9zmisem/1.0/artifacts/service-DemoPnfCmjysb7wftxji9zmisem-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:45:01.804Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:45:01.804Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:45:01.804Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90c5f38c-0150-43bf-be4a-39cae78e8806",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654170226905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCmjysb7wftxji9zmisem/1.0/resourceInstances/pnfa14b3ec1c1160/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:45:01.804Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:45:01.805Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:45:01.805Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90c5f38c-0150-43bf-be4a-39cae78e8806",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170214769,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCmjysb7wftxji9zmisem/1.0/artifacts/service-DemoPnfCmjysb7wftxji9zmisem-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T11:45:01.805Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:45:01.805Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:45:01.805Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90c5f38c-0150-43bf-be4a-39cae78e8806",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654170216636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCmjysb7wftxji9zmisem/1.0/artifacts/service-DemoPnfCmjysb7wftxji9zmisem-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T11:45:01.805Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:45:01.805Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:45:01.805Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90c5f38c-0150-43bf-be4a-39cae78e8806",
  "consumerID": "aai-ml",
  "timestamp": 1654170218714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCmjysb7wftxji9zmisem/1.0/artifacts/service-DemoPnfCmjysb7wftxji9zmisem-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T11:45:01.805Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:45:01.805Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:45:01.806Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90c5f38c-0150-43bf-be4a-39cae78e8806",
  "consumerID": "clamp",
  "timestamp": 1654170214755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCmjysb7wftxji9zmisem/1.0/artifacts/service-DemoPnfCmjysb7wftxji9zmisem-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T11:45:01.806Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:45:01.806Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:45:01.806Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90c5f38c-0150-43bf-be4a-39cae78e8806",
  "consumerID": "policy-id",
  "timestamp": 1654170224763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCmjysb7wftxji9zmisem/1.0/resourceInstances/pnfa14b3ec1c1160/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:45:01.806Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:45:01.806Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:45:01.806Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90c5f38c-0150-43bf-be4a-39cae78e8806",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654170215893,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCmjysb7wftxji9zmisem/1.0/artifacts/service-DemoPnfCmjysb7wftxji9zmisem-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:45:01.807Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:45:01.807Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:45:01.807Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90c5f38c-0150-43bf-be4a-39cae78e8806",
  "consumerID": "cds",
  "timestamp": 1654170216248,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCmjysb7wftxji9zmisem/1.0/artifacts/service-DemoPnfCmjysb7wftxji9zmisem-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T11:45:01.807Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:45:01.807Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:45:01.807Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90c5f38c-0150-43bf-be4a-39cae78e8806",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654170226905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCmjysb7wftxji9zmisem/1.0/resourceInstances/pnfa14b3ec1c1160/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:45:01.808Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:45:01.808Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:45:01.808Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90c5f38c-0150-43bf-be4a-39cae78e8806",
  "consumerID": "policy-id",
  "timestamp": 1654170224763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCmjysb7wftxji9zmisem/1.0/resourceInstances/pnfa14b3ec1c1160/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:45:01.808Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:45:01.808Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:45:01.808Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90c5f38c-0150-43bf-be4a-39cae78e8806",
  "consumerID": "aai-ml",
  "timestamp": 1654170231281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCmjysb7wftxji9zmisem/1.0/artifacts/service-DemoPnfCmjysb7wftxji9zmisem-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:45:01.808Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:45:01.808Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:45:01.808Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90c5f38c-0150-43bf-be4a-39cae78e8806",
  "consumerID": "cds",
  "timestamp": 1654170231384,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCmjysb7wftxji9zmisem/1.0/artifacts/service-DemoPnfCmjysb7wftxji9zmisem-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:45:01.808Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:45:01.808Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:45:01.808Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90c5f38c-0150-43bf-be4a-39cae78e8806",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170231560,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCmjysb7wftxji9zmisem/1.0/artifacts/service-DemoPnfCmjysb7wftxji9zmisem-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:45:01.808Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:45:01.809Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:45:01.809Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90c5f38c-0150-43bf-be4a-39cae78e8806",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654170231436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCmjysb7wftxji9zmisem/1.0/resourceInstances/pnfa14b3ec1c1160/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:45:01.809Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:45:01.809Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:45:01.809Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90c5f38c-0150-43bf-be4a-39cae78e8806",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654170226905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCmjysb7wftxji9zmisem/1.0/resourceInstances/pnfa14b3ec1c1160/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:45:01.809Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:45:01.809Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:45:01.809Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90c5f38c-0150-43bf-be4a-39cae78e8806",
  "consumerID": "policy-id",
  "timestamp": 1654170224763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCmjysb7wftxji9zmisem/1.0/artifacts/service-DemoPnfCmjysb7wftxji9zmisem-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:45:01.809Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:45:01.809Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:45:01.809Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90c5f38c-0150-43bf-be4a-39cae78e8806",
  "consumerID": "cds",
  "timestamp": 1654170232392,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCmjysb7wftxji9zmisem/1.0/artifacts/service-DemoPnfCmjysb7wftxji9zmisem-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-06-02T11:45:01.816Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 90c5f38c-0150-43bf-be4a-39cae78e8806
2022-06-02T11:45:01.816Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 90c5f38c-0150-43bf-be4a-39cae78e8806 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-06-02T11:45:01.824Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:45:01.825Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90c5f38c-0150-43bf-be4a-39cae78e8806",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654170226905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCmjysb7wftxji9zmisem/1.0/resourceInstances/pnfa14b3ec1c1160/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:45:01.826Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:45:01.826Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:45:01.826Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90c5f38c-0150-43bf-be4a-39cae78e8806",
  "consumerID": "policy-id",
  "timestamp": 1654170224763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCmjysb7wftxji9zmisem/1.0/artifacts/service-DemoPnfCmjysb7wftxji9zmisem-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T11:45:01.826Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:45:01.826Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:45:01.826Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90c5f38c-0150-43bf-be4a-39cae78e8806",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654170232733,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCmjysb7wftxji9zmisem/1.0/resourceInstances/pnfa14b3ec1c1160/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-06-02T11:45:01.827Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:45:01.827Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:45:01.827Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90c5f38c-0150-43bf-be4a-39cae78e8806",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170233485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCmjysb7wftxji9zmisem/1.0/artifacts/service-DemoPnfCmjysb7wftxji9zmisem-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T11:45:01.828Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:45:01.828Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:45:01.828Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90c5f38c-0150-43bf-be4a-39cae78e8806",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654170226905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCmjysb7wftxji9zmisem/1.0/artifacts/service-DemoPnfCmjysb7wftxji9zmisem-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:45:01.828Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:45:01.828Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:45:01.828Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90c5f38c-0150-43bf-be4a-39cae78e8806",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654170233740,
  "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-06-02T11:45:01.838Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 90c5f38c-0150-43bf-be4a-39cae78e8806
2022-06-02T11:45:01.838Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 90c5f38c-0150-43bf-be4a-39cae78e8806 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-06-02T11:45:01.847Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:45:01.847Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90c5f38c-0150-43bf-be4a-39cae78e8806",
  "consumerID": "policy-id",
  "timestamp": 1654170234062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCmjysb7wftxji9zmisem/1.0/artifacts/service-DemoPnfCmjysb7wftxji9zmisem-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:45:01.848Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:45:01.848Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:45:01.848Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90c5f38c-0150-43bf-be4a-39cae78e8806",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654170226905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCmjysb7wftxji9zmisem/1.0/artifacts/service-DemoPnfCmjysb7wftxji9zmisem-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T11:45:01.849Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:45:01.849Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:45:01.849Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90c5f38c-0150-43bf-be4a-39cae78e8806",
  "consumerID": "policy-id",
  "timestamp": 1654170235068,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCmjysb7wftxji9zmisem/1.0/artifacts/service-DemoPnfCmjysb7wftxji9zmisem-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T11:45:01.849Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:45:01.849Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:45:01.849Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90c5f38c-0150-43bf-be4a-39cae78e8806",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654170236074,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCmjysb7wftxji9zmisem/1.0/artifacts/service-DemoPnfCmjysb7wftxji9zmisem-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:45:01.850Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:45:01.850Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:45:01.850Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90c5f38c-0150-43bf-be4a-39cae78e8806",
  "consumerID": "policy-id",
  "timestamp": 1654170236072,
  "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-06-02T11:45:01.854Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 90c5f38c-0150-43bf-be4a-39cae78e8806
2022-06-02T11:45:01.855Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 90c5f38c-0150-43bf-be4a-39cae78e8806 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-06-02T11:45:01.863Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:45:01.864Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90c5f38c-0150-43bf-be4a-39cae78e8806",
  "consumerID": "aai-ml",
  "timestamp": 1654170236567,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCmjysb7wftxji9zmisem/1.0/artifacts/service-DemoPnfCmjysb7wftxji9zmisem-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-06-02T11:45:01.864Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:45:01.864Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:45:01.864Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90c5f38c-0150-43bf-be4a-39cae78e8806",
  "consumerID": "aai-ml",
  "timestamp": 1654170237573,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "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-06-02T11:45:01.869Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 90c5f38c-0150-43bf-be4a-39cae78e8806
2022-06-02T11:45:01.869Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 90c5f38c-0150-43bf-be4a-39cae78e8806 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-06-02T11:45:01.881Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:45:01.881Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90c5f38c-0150-43bf-be4a-39cae78e8806",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654170238573,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCmjysb7wftxji9zmisem/1.0/artifacts/service-DemoPnfCmjysb7wftxji9zmisem-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T11:45:01.881Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:45:01.882Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:45:01.882Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90c5f38c-0150-43bf-be4a-39cae78e8806",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654170239580,
  "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-06-02T11:45:01.886Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 90c5f38c-0150-43bf-be4a-39cae78e8806
2022-06-02T11:45:01.886Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 90c5f38c-0150-43bf-be4a-39cae78e8806 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-06-02T11:45:24.523Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 90c5f38c-0150-43bf-be4a-39cae78e8806
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-02T11:45:24.531Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 90c5f38c-0150-43bf-be4a-39cae78e8806
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-06-02T11:45:24.533Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T11:45:24.534Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-02T11:45:24.534Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-02T11:45:24.534Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-02T11:45:24.534Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-02T11:45:24.534Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-06-02T11:45:24.534Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-06-02T11:45:24.538Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-02T11:45:54.538Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 90c5f38c-0150-43bf-be4a-39cae78e8806 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-06-02T11:45:54.543Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 90c5f38c-0150-43bf-be4a-39cae78e8806 and serviceModelVersionId: 0b2f630e-135e-4262-b5d3-1eb6a08dcfdc
2022-06-02T11:45:54.544Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bd302302-99eb-49bd-9c89-4eb0a6f9a3b8
2022-06-02T11:45:54.545Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bd302302-99eb-49bd-9c89-4eb0a6f9a3b8/model-vers/model-ver/0b2f630e-135e-4262-b5d3-1eb6a08dcfdc?depth=0
2022-06-02T11:45:54.551Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-06-02T11:45:54.591Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd302302-99eb-49bd-9c89-4eb0a6f9a3b8/model-vers/model-ver/0b2f630e-135e-4262-b5d3-1eb6a08dcfdc?depth=0|INFO|500||Invoke
2022-06-02T11:45:54.592Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd302302-99eb-49bd-9c89-4eb0a6f9a3b8/model-vers/model-ver/0b2f630e-135e-4262-b5d3-1eb6a08dcfdc?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd302302-99eb-49bd-9c89-4eb0a6f9a3b8/model-vers/model-ver/0b2f630e-135e-4262-b5d3-1eb6a08dcfdc?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[90c5f38c-0150-43bf-be4a-39cae78e8806], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e265923c-d1ad-4392-989f-f158fb200e33], X-ECOMP-RequestID=[90c5f38c-0150-43bf-be4a-39cae78e8806], X-TransactionId=[], X-ONAP-RequestID=[90c5f38c-0150-43bf-be4a-39cae78e8806], Content-Type=[application/merge-patch+json]}
2022-06-02T11:45:54.611Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd302302-99eb-49bd-9c89-4eb0a6f9a3b8/model-vers/model-ver/0b2f630e-135e-4262-b5d3-1eb6a08dcfdc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-06-02T11:45:54.648Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd302302-99eb-49bd-9c89-4eb0a6f9a3b8/model-vers/model-ver/0b2f630e-135e-4262-b5d3-1eb6a08dcfdc?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/bd302302-99eb-49bd-9c89-4eb0a6f9a3b8/model-vers/model-ver/0b2f630e-135e-4262-b5d3-1eb6a08dcfdc?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220602-11:45:54:481-62088], Content-Length=[495], Date=[Thu, 02 Jun 2022 11:45:54 GMT], Content-Type=[application/json]}
2022-06-02T11:45:54.649Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd302302-99eb-49bd-9c89-4eb0a6f9a3b8/model-vers/model-ver/0b2f630e-135e-4262-b5d3-1eb6a08dcfdc?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/bd302302-99eb-49bd-9c89-4eb0a6f9a3b8/model-vers/model-ver/0b2f630e-135e-4262-b5d3-1eb6a08dcfdc","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/bd302302-99eb-49bd-9c89-4eb0a6f9a3b8/model-vers/model-ver/0b2f630e-135e-4262-b5d3-1eb6a08dcfdc","ERR.5.4.6114"]}}}

2022-06-02T11:45:54.649Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd302302-99eb-49bd-9c89-4eb0a6f9a3b8/model-vers/model-ver/0b2f630e-135e-4262-b5d3-1eb6a08dcfdc?depth=0|INFO|404|Not Found|InvokeReturn
2022-06-02T11:45:54.653Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=90c5f38c-0150-43bf-be4a-39cae78e8806 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/bd302302-99eb-49bd-9c89-4eb0a6f9a3b8/model-vers/model-ver/0b2f630e-135e-4262-b5d3-1eb6a08dcfdc (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/bd302302-99eb-49bd-9c89-4eb0a6f9a3b8/model-vers/model-ver/0b2f630e-135e-4262-b5d3-1eb6a08dcfdc) (ec=ERR.5.4.6114)
2022-06-02T11:45:54.653Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=90c5f38c-0150-43bf-be4a-39cae78e8806 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/bd302302-99eb-49bd-9c89-4eb0a6f9a3b8/model-vers/model-ver/0b2f630e-135e-4262-b5d3-1eb6a08dcfdc (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/bd302302-99eb-49bd-9c89-4eb0a6f9a3b8/model-vers/model-ver/0b2f630e-135e-4262-b5d3-1eb6a08dcfdc) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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-06-02T11:45:54.654Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=90c5f38c-0150-43bf-be4a-39cae78e8806 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/bd302302-99eb-49bd-9c89-4eb0a6f9a3b8/model-vers/model-ver/0b2f630e-135e-4262-b5d3-1eb6a08dcfdc (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/bd302302-99eb-49bd-9c89-4eb0a6f9a3b8/model-vers/model-ver/0b2f630e-135e-4262-b5d3-1eb6a08dcfdc) (ec=ERR.5.4.6114)
2022-06-02T11:45:54.654Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=90c5f38c-0150-43bf-be4a-39cae78e8806 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/bd302302-99eb-49bd-9c89-4eb0a6f9a3b8/model-vers/model-ver/0b2f630e-135e-4262-b5d3-1eb6a08dcfdc (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/bd302302-99eb-49bd-9c89-4eb0a6f9a3b8/model-vers/model-ver/0b2f630e-135e-4262-b5d3-1eb6a08dcfdc) (ec=ERR.5.4.6114)
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-06-02T11:45:54.659Z|90c5f38c-0150-43bf-be4a-39cae78e8806|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-06-02T11:45:54.660Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 90c5f38c-0150-43bf-be4a-39cae78e8806 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=90c5f38c-0150-43bf-be4a-39cae78e8806 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/bd302302-99eb-49bd-9c89-4eb0a6f9a3b8/model-vers/model-ver/0b2f630e-135e-4262-b5d3-1eb6a08dcfdc (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/bd302302-99eb-49bd-9c89-4eb0a6f9a3b8/model-vers/model-ver/0b2f630e-135e-4262-b5d3-1eb6a08dcfdc) (ec=ERR.5.4.6114)
2022-06-02T11:45:54.660Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-02T11:45:54.660Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:45:54.662Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:45:54.662Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "90c5f38c-0150-43bf-be4a-39cae78e8806",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170354660,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d90c5f38c-0150-43bf-be4a-39cae78e8806 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/bd302302-99eb-49bd-9c89-4eb0a6f9a3b8/model-vers/model-ver/0b2f630e-135e-4262-b5d3-1eb6a08dcfdc (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/bd302302-99eb-49bd-9c89-4eb0a6f9a3b8/model-vers/model-ver/0b2f630e-135e-4262-b5d3-1eb6a08dcfdc) (ec\u003dERR.5.4.6114)"
}
2022-06-02T11:45:54.762Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:45:54.763Z||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-06-02T11:45:54.763Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:45:54.790Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:45:54.790Z||pool-98-thread-1|||||INFO|500||cambria reply ok (28 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-06-02T11:45:55.674Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:45:55.676Z|90c5f38c-0150-43bf-be4a-39cae78e8806|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-06-02T11:45:55.677Z|90c5f38c-0150-43bf-be4a-39cae78e8806|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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:46:00.229Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:46:00.230Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-02T11:46:00.230Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"d44065ee-34b1-4f7b-ba1e-f11a2486e977","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"ef530e18-c813-48e7-92a2-4c5d367d76f0","serviceDescription":"service","serviceInvariantUUID":"b361f33e-cb7e-4143-84dd-540f2e8d7771","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"07992ed7-5f9e-4e3e-b539-1bff12a82870","resourceInvariantUUID":"dcbe638f-b49f-4611-afcc-17b0e3f419ed","resourceCustomizationUUID":"63c4a177-59a7-423d-8241-a86fad51ea34","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":"ZmY1MjE4ZWUwMmQyZTM0MjM2ZWEyYzMzZThhZjkxOWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"edc8df6c-9963-40c8-b9eb-295526b57262","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":"N2Q0MzA2NDUwM2QyZjEwZDk3NjVjMmZmN2ZlMzRiM2M\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8b914d01-57b8-4b54-91ba-bc22842c4f67","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":"1d583820-dae8-43f9-9552-805322c69dde","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":"09331d86-11dc-4cbd-9a63-4222569b5c12","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":"bcc10f71-02bd-44d4-bc0d-a1bf4e5167c5","artifactVersion":"2","generatedFromUUID":"1d583820-dae8-43f9-9552-805322c69dde"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MTg5OTJjYTJkYjJhMmMwZDFiNDY2NWVjMmU3MDE3NGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"013dc0b8-b3ff-4bd7-9473-872f1c82383a","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NDBiZTU1MjQyMjgxNjY3MDE0OTU5ZjFkNTk3MjhmNjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0d4acbfc-44f8-4ffe-90f9-58e878bde444","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-02T11:46:00.235Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T11:46:00.236Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:46:00.240Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:46:00.240Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d44065ee-34b1-4f7b-ba1e-f11a2486e977",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170355674,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:46:00.344Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-06-02T11:46:00.345Z||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-06-02T11:46:00.348Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:46:00.370Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:46:00.371Z||pool-99-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:46:01.241Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T11:46:01.241Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:46:01.243Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:46:01.243Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d44065ee-34b1-4f7b-ba1e-f11a2486e977",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170355674,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-02T11:46:01.343Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-02T11:46:01.344Z||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-06-02T11:46:01.344Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:46:01.364Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:46:01.364Z||pool-100-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:46:01.711Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:46:01.711Z||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-06-02T11:46:01.711Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:46:01.733Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:46:01.748Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.748Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90c5f38c-0150-43bf-be4a-39cae78e8806",
  "consumerID": "clamp",
  "timestamp": 1654170242358,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCmjysb7wftxji9zmisem/1.0/artifacts/service-DemoPnfCmjysb7wftxji9zmisem-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:46:01.749Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:46:01.749Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.749Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90c5f38c-0150-43bf-be4a-39cae78e8806",
  "consumerID": "clamp",
  "timestamp": 1654170244370,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCmjysb7wftxji9zmisem/1.0/artifacts/service-DemoPnfCmjysb7wftxji9zmisem-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T11:46:01.749Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:46:01.749Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.749Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90c5f38c-0150-43bf-be4a-39cae78e8806",
  "consumerID": "clamp",
  "timestamp": 1654170245374,
  "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-06-02T11:46:01.756Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 90c5f38c-0150-43bf-be4a-39cae78e8806
2022-06-02T11:46:01.757Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 90c5f38c-0150-43bf-be4a-39cae78e8806 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-06-02T11:46:01.763Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.763Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d44065ee-34b1-4f7b-ba1e-f11a2486e977",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654170256636,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:46:01.763Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:46:01.764Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.764Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d44065ee-34b1-4f7b-ba1e-f11a2486e977",
  "consumerID": "cds",
  "timestamp": 1654170261248,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:46:01.764Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:46:01.764Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.765Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d44065ee-34b1-4f7b-ba1e-f11a2486e977",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654170255893,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:46:01.765Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:46:01.765Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.765Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d44065ee-34b1-4f7b-ba1e-f11a2486e977",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654170256905,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:46:01.765Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:46:01.765Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.765Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d44065ee-34b1-4f7b-ba1e-f11a2486e977",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654170256636,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-02T11:46:01.766Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:46:01.766Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.766Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d44065ee-34b1-4f7b-ba1e-f11a2486e977",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654170255893,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:46:01.766Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:46:01.766Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.766Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d44065ee-34b1-4f7b-ba1e-f11a2486e977",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654170256905,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:46:01.766Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:46:01.767Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.767Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d44065ee-34b1-4f7b-ba1e-f11a2486e977",
  "consumerID": "cds",
  "timestamp": 1654170261248,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:46:01.767Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:46:01.767Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.767Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d44065ee-34b1-4f7b-ba1e-f11a2486e977",
  "consumerID": "cds",
  "timestamp": 1654170261248,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:46:01.767Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:46:01.768Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.768Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d44065ee-34b1-4f7b-ba1e-f11a2486e977",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654170256905,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:46:01.768Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:46:01.768Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.768Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d44065ee-34b1-4f7b-ba1e-f11a2486e977",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654170255893,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:46:01.768Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:46:01.768Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.769Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d44065ee-34b1-4f7b-ba1e-f11a2486e977",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654170256636,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-02T11:46:01.769Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:46:01.769Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.769Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d44065ee-34b1-4f7b-ba1e-f11a2486e977",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654170256636,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:46:01.769Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:46:01.769Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.769Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d44065ee-34b1-4f7b-ba1e-f11a2486e977",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654170256905,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:46:01.770Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:46:01.770Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.770Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d44065ee-34b1-4f7b-ba1e-f11a2486e977",
  "consumerID": "cds",
  "timestamp": 1654170261248,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:46:01.770Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:46:01.770Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.771Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d44065ee-34b1-4f7b-ba1e-f11a2486e977",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654170255893,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:46:01.771Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:46:01.771Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.771Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d44065ee-34b1-4f7b-ba1e-f11a2486e977",
  "consumerID": "policy-id",
  "timestamp": 1654170264763,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:46:01.771Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:46:01.771Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.771Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d44065ee-34b1-4f7b-ba1e-f11a2486e977",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654170256636,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-02T11:46:01.772Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:46:01.772Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.772Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d44065ee-34b1-4f7b-ba1e-f11a2486e977",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654170256905,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:46:01.772Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:46:01.773Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.773Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d44065ee-34b1-4f7b-ba1e-f11a2486e977",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654170255893,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:46:01.773Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:46:01.773Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.773Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d44065ee-34b1-4f7b-ba1e-f11a2486e977",
  "consumerID": "cds",
  "timestamp": 1654170261248,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:46:01.774Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:46:01.774Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.774Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d44065ee-34b1-4f7b-ba1e-f11a2486e977",
  "consumerID": "policy-id",
  "timestamp": 1654170264763,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:46:01.774Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:46:01.774Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.775Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d44065ee-34b1-4f7b-ba1e-f11a2486e977",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654170256636,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:46:01.775Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:46:01.775Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.775Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d44065ee-34b1-4f7b-ba1e-f11a2486e977",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654170255893,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:46:01.775Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:46:01.775Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.775Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d44065ee-34b1-4f7b-ba1e-f11a2486e977",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654170256905,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:46:01.776Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:46:01.776Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.776Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d44065ee-34b1-4f7b-ba1e-f11a2486e977",
  "consumerID": "cds",
  "timestamp": 1654170261248,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:46:01.776Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:46:01.776Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.776Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d44065ee-34b1-4f7b-ba1e-f11a2486e977",
  "consumerID": "policy-id",
  "timestamp": 1654170264763,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-02T11:46:01.776Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:46:01.777Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.777Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d44065ee-34b1-4f7b-ba1e-f11a2486e977",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654170256636,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T11:46:01.777Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:46:01.777Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.777Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d44065ee-34b1-4f7b-ba1e-f11a2486e977",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654170256905,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T11:46:01.778Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:46:01.778Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.778Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d44065ee-34b1-4f7b-ba1e-f11a2486e977",
  "consumerID": "cds",
  "timestamp": 1654170261248,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T11:46:01.778Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:46:01.778Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.778Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d44065ee-34b1-4f7b-ba1e-f11a2486e977",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654170255893,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:46:01.778Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:46:01.778Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.779Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d44065ee-34b1-4f7b-ba1e-f11a2486e977",
  "consumerID": "policy-id",
  "timestamp": 1654170264763,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:46:01.779Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:46:01.779Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.779Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d44065ee-34b1-4f7b-ba1e-f11a2486e977",
  "consumerID": "policy-id",
  "timestamp": 1654170264763,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:46:01.779Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:46:01.779Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.779Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d44065ee-34b1-4f7b-ba1e-f11a2486e977",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654170269998,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:46:01.780Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:46:01.780Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.780Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d44065ee-34b1-4f7b-ba1e-f11a2486e977",
  "consumerID": "cds",
  "timestamp": 1654170270069,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:46:01.780Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:46:01.781Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.781Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d44065ee-34b1-4f7b-ba1e-f11a2486e977",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654170269870,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:46:01.781Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:46:01.781Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.781Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d44065ee-34b1-4f7b-ba1e-f11a2486e977",
  "consumerID": "policy-id",
  "timestamp": 1654170264763,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:46:01.781Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:46:01.782Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.782Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d44065ee-34b1-4f7b-ba1e-f11a2486e977",
  "consumerID": "cds",
  "timestamp": 1654170271078,
  "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-06-02T11:46:01.794Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d44065ee-34b1-4f7b-ba1e-f11a2486e977
2022-06-02T11:46:01.794Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d44065ee-34b1-4f7b-ba1e-f11a2486e977 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-06-02T11:46:01.801Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.801Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d44065ee-34b1-4f7b-ba1e-f11a2486e977",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654170271357,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:46:01.802Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:46:01.802Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.802Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d44065ee-34b1-4f7b-ba1e-f11a2486e977",
  "consumerID": "policy-id",
  "timestamp": 1654170264763,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T11:46:01.802Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:46:01.802Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.802Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d44065ee-34b1-4f7b-ba1e-f11a2486e977",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654170272674,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:46:01.803Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:46:01.803Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.803Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d44065ee-34b1-4f7b-ba1e-f11a2486e977",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654170273148,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T11:46:01.803Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:46:01.803Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.803Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d44065ee-34b1-4f7b-ba1e-f11a2486e977",
  "consumerID": "policy-id",
  "timestamp": 1654170272965,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:46:01.803Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:46:01.804Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.804Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d44065ee-34b1-4f7b-ba1e-f11a2486e977",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654170273707,
  "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-06-02T11:46:01.809Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d44065ee-34b1-4f7b-ba1e-f11a2486e977
2022-06-02T11:46:01.809Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d44065ee-34b1-4f7b-ba1e-f11a2486e977 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-06-02T11:46:01.817Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.818Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d44065ee-34b1-4f7b-ba1e-f11a2486e977",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654170274153,
  "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-06-02T11:46:01.822Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d44065ee-34b1-4f7b-ba1e-f11a2486e977
2022-06-02T11:46:01.822Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d44065ee-34b1-4f7b-ba1e-f11a2486e977 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-06-02T11:46:01.832Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.832Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d44065ee-34b1-4f7b-ba1e-f11a2486e977",
  "consumerID": "policy-id",
  "timestamp": 1654170273970,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T11:46:01.832Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:46:01.832Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.832Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d44065ee-34b1-4f7b-ba1e-f11a2486e977",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654170274711,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-02T11:46:01.833Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:46:01.833Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.833Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d44065ee-34b1-4f7b-ba1e-f11a2486e977",
  "consumerID": "policy-id",
  "timestamp": 1654170274974,
  "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-06-02T11:46:01.837Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d44065ee-34b1-4f7b-ba1e-f11a2486e977
2022-06-02T11:46:01.837Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d44065ee-34b1-4f7b-ba1e-f11a2486e977 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-06-02T11:46:01.842Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.842Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d44065ee-34b1-4f7b-ba1e-f11a2486e977",
  "consumerID": "clamp",
  "timestamp": 1654170274755,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:46:01.843Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:46:01.843Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.843Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d44065ee-34b1-4f7b-ba1e-f11a2486e977",
  "consumerID": "clamp",
  "timestamp": 1654170274755,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-02T11:46:01.843Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:46:01.843Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.843Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d44065ee-34b1-4f7b-ba1e-f11a2486e977",
  "consumerID": "clamp",
  "timestamp": 1654170274755,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:46:01.843Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:46:01.843Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.844Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d44065ee-34b1-4f7b-ba1e-f11a2486e977",
  "consumerID": "clamp",
  "timestamp": 1654170274755,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:46:01.844Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:46:01.844Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.844Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d44065ee-34b1-4f7b-ba1e-f11a2486e977",
  "consumerID": "clamp",
  "timestamp": 1654170274755,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:46:01.844Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:46:01.844Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.845Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d44065ee-34b1-4f7b-ba1e-f11a2486e977",
  "consumerID": "aai-ml",
  "timestamp": 1654170278714,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:46:01.845Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:46:01.845Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.845Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654170275896,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:46:01.845Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:46:01.845Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.846Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d44065ee-34b1-4f7b-ba1e-f11a2486e977",
  "consumerID": "aai-ml",
  "timestamp": 1654170278714,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:46:01.846Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:46:01.846Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.846Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d44065ee-34b1-4f7b-ba1e-f11a2486e977",
  "consumerID": "clamp",
  "timestamp": 1654170274755,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:46:01.846Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:46:01.846Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.847Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654170276636,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:46:01.847Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:46:01.847Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.848Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "cds",
  "timestamp": 1654170276248,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:46:01.848Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:46:01.848Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.848Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654170275896,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:46:01.848Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:46:01.849Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.849Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d44065ee-34b1-4f7b-ba1e-f11a2486e977",
  "consumerID": "aai-ml",
  "timestamp": 1654170278714,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:46:01.849Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:46:01.849Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.849Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d44065ee-34b1-4f7b-ba1e-f11a2486e977",
  "consumerID": "clamp",
  "timestamp": 1654170274755,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T11:46:01.849Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:46:01.849Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.849Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654170276636,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-06-02T11:46:01.849Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:46:01.850Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.850Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "cds",
  "timestamp": 1654170276248,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:46:01.850Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:46:01.850Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.850Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654170275896,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:46:01.850Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:46:01.850Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.850Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d44065ee-34b1-4f7b-ba1e-f11a2486e977",
  "consumerID": "aai-ml",
  "timestamp": 1654170278714,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:46:01.851Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:46:01.851Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.851Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654170276636,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-06-02T11:46:01.851Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:46:01.851Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.851Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "cds",
  "timestamp": 1654170276248,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:46:01.851Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:46:01.851Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.851Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654170275896,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:46:01.852Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:46:01.852Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.852Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d44065ee-34b1-4f7b-ba1e-f11a2486e977",
  "consumerID": "aai-ml",
  "timestamp": 1654170278714,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:46:01.853Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:46:01.853Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.853Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654170276636,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-02T11:46:01.854Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:46:01.854Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.854Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "cds",
  "timestamp": 1654170276248,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:46:01.854Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:46:01.855Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.855Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654170275896,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:46:01.855Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:46:01.855Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.855Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d44065ee-34b1-4f7b-ba1e-f11a2486e977",
  "consumerID": "aai-ml",
  "timestamp": 1654170278714,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:46:01.856Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:46:01.856Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.856Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654170276636,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-02T11:46:01.856Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:46:01.856Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.856Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "cds",
  "timestamp": 1654170276248,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:46:01.856Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:46:01.856Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.856Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654170275896,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:46:01.857Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:46:01.857Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.857Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d44065ee-34b1-4f7b-ba1e-f11a2486e977",
  "consumerID": "aai-ml",
  "timestamp": 1654170278714,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T11:46:01.857Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:46:01.857Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.857Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654170276636,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:46:01.857Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:46:01.858Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.858Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "cds",
  "timestamp": 1654170276248,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:46:01.858Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:46:01.858Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.858Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "policy-id",
  "timestamp": 1654170284763,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:46:01.858Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:46:01.859Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.859Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654170275896,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:46:01.859Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:46:01.859Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.859Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654170276636,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-06-02T11:46:01.859Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:46:01.859Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.859Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "cds",
  "timestamp": 1654170276248,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:46:01.860Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:46:01.860Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.860Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "policy-id",
  "timestamp": 1654170284763,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:46:01.860Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:46:01.860Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.860Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d44065ee-34b1-4f7b-ba1e-f11a2486e977",
  "consumerID": "aai-ml",
  "timestamp": 1654170286856,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:46:01.860Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:46:01.861Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.861Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654170275896,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:46:01.861Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:46:01.861Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.861Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654170286904,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:46:01.861Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:46:01.861Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.862Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654170276636,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:46:01.862Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:46:01.862Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.862Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "cds",
  "timestamp": 1654170276248,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:46:01.862Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:46:01.862Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.863Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "policy-id",
  "timestamp": 1654170284763,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:46:01.863Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:46:01.863Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.863Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654170275896,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:46:01.863Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:46:01.863Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.863Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654170286904,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:46:01.864Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:46:01.864Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.864Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654170276636,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T11:46:01.864Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:46:01.864Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.864Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "cds",
  "timestamp": 1654170276248,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T11:46:01.864Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:46:01.865Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.865Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "policy-id",
  "timestamp": 1654170284763,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:46:01.865Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:46:01.865Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.865Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654170286904,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:46:01.865Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:46:01.865Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.865Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "policy-id",
  "timestamp": 1654170284763,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-02T11:46:01.866Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:46:01.866Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.866Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654170290154,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:46:01.866Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:46:01.866Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.866Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "cds",
  "timestamp": 1654170290431,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:46:01.867Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:46:01.867Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.867Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654170286904,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:46:01.867Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:46:01.867Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.867Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "policy-id",
  "timestamp": 1654170284763,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:46:01.867Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:46:01.867Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.868Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "cds",
  "timestamp": 1654170291438,
  "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-06-02T11:46:01.880Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ab88dc96-5a5f-4717-b4d5-a76206331836
2022-06-02T11:46:01.880Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ab88dc96-5a5f-4717-b4d5-a76206331836 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-06-02T11:46:01.888Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.888Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654170286904,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:46:01.889Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:46:01.889Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.889Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654170291534,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:46:01.889Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:46:01.889Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.889Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "policy-id",
  "timestamp": 1654170284763,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:46:01.889Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:46:01.889Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.889Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654170286904,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:46:01.889Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:46:01.889Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.890Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "policy-id",
  "timestamp": 1654170284763,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:46:01.890Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:46:01.890Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.890Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d44065ee-34b1-4f7b-ba1e-f11a2486e977",
  "consumerID": "clamp",
  "timestamp": 1654170293368,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:46:01.890Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:46:01.890Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.890Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654170293234,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:46:01.890Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:46:01.890Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.890Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654170286904,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:46:01.890Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:46:01.891Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.891Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "policy-id",
  "timestamp": 1654170284763,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T11:46:01.891Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:46:01.891Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.891Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d44065ee-34b1-4f7b-ba1e-f11a2486e977",
  "consumerID": "aai-ml",
  "timestamp": 1654170294296,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-06-02T11:46:01.891Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:46:01.891Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.891Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d44065ee-34b1-4f7b-ba1e-f11a2486e977",
  "consumerID": "clamp",
  "timestamp": 1654170294410,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T11:46:01.891Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:46:01.891Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.891Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654170286904,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:46:01.892Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:46:01.892Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.892Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654170294878,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:46:01.892Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:46:01.892Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.892Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "policy-id",
  "timestamp": 1654170294790,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:46:01.892Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:46:01.892Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.892Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d44065ee-34b1-4f7b-ba1e-f11a2486e977",
  "consumerID": "clamp",
  "timestamp": 1654170295414,
  "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-06-02T11:46:01.897Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d44065ee-34b1-4f7b-ba1e-f11a2486e977
2022-06-02T11:46:01.897Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d44065ee-34b1-4f7b-ba1e-f11a2486e977 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-06-02T11:46:01.906Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.906Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d44065ee-34b1-4f7b-ba1e-f11a2486e977",
  "consumerID": "aai-ml",
  "timestamp": 1654170295322,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "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-06-02T11:46:01.912Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of d44065ee-34b1-4f7b-ba1e-f11a2486e977
2022-06-02T11:46:01.912Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d44065ee-34b1-4f7b-ba1e-f11a2486e977 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-06-02T11:46:01.921Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.921Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654170286904,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T11:46:01.922Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:46:01.922Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.922Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654170295979,
  "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-06-02T11:46:01.930Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ab88dc96-5a5f-4717-b4d5-a76206331836
2022-06-02T11:46:01.930Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ab88dc96-5a5f-4717-b4d5-a76206331836 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-06-02T11:46:01.944Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.944Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "policy-id",
  "timestamp": 1654170295795,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T11:46:01.945Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:46:01.945Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.945Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654170296930,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:46:01.946Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:46:01.946Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.946Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "policy-id",
  "timestamp": 1654170296797,
  "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-06-02T11:46:01.951Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ab88dc96-5a5f-4717-b4d5-a76206331836
2022-06-02T11:46:01.951Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ab88dc96-5a5f-4717-b4d5-a76206331836 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-06-02T11:46:01.958Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.958Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654170296982,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-02T11:46:01.958Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:46:01.959Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.959Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654170300230,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T11:46:01.959Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:46:01.959Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:46:01.960Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654170301235,
  "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-06-02T11:46:01.965Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ab88dc96-5a5f-4717-b4d5-a76206331836
2022-06-02T11:46:01.965Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ab88dc96-5a5f-4717-b4d5-a76206331836 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-06-02T11:46:02.244Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T11:46:02.245Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:46:02.247Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:46:02.247Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d44065ee-34b1-4f7b-ba1e-f11a2486e977",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170355674,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-02T11:46:02.347Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:46:02.348Z||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-06-02T11:46:02.348Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:46:02.364Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:46:02.365Z||pool-101-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:46:03.248Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T11:46:03.249Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:46:03.251Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:46:03.252Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d44065ee-34b1-4f7b-ba1e-f11a2486e977",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170355674,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:46:03.352Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:46:03.353Z||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-06-02T11:46:03.353Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:46:03.389Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:46:03.390Z||pool-102-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:46:04.252Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T11:46:04.253Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:46:04.255Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:46:04.255Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d44065ee-34b1-4f7b-ba1e-f11a2486e977",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170355674,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-02T11:46:04.355Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:46:04.356Z||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-06-02T11:46:04.356Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:46:04.373Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:46:04.373Z||pool-103-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:46:05.255Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T11:46:05.256Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:46:05.258Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:46:05.258Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d44065ee-34b1-4f7b-ba1e-f11a2486e977",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170355674,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:46:05.358Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:46:05.359Z||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-06-02T11:46:05.359Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:46:05.408Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:46:05.408Z||pool-104-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:46:06.259Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T11:46:06.259Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:46:06.262Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:46:06.262Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d44065ee-34b1-4f7b-ba1e-f11a2486e977",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170355674,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T11:46:06.362Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:46:06.363Z||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-06-02T11:46:06.363Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:46:06.391Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:46:06.392Z||pool-105-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":2,"count":1}
2022-06-02T11:46:07.263Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "d44065ee-34b1-4f7b-ba1e-f11a2486e977",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "ef530e18-c813-48e7-92a2-4c5d367d76f0",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b361f33e-cb7e-4143-84dd-540f2e8d7771",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "63c4a177-59a7-423d-8241-a86fad51ea34",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "07992ed7-5f9e-4e3e-b539-1bff12a82870",
      "resourceInvariantUUID": "dcbe638f-b49f-4611-afcc-17b0e3f419ed",
      "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": "N2Q0MzA2NDUwM2QyZjEwZDk3NjVjMmZmN2ZlMzRiM2M\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "8b914d01-57b8-4b54-91ba-bc22842c4f67",
          "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": "1d583820-dae8-43f9-9552-805322c69dde",
          "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": "bcc10f71-02bd-44d4-bc0d-a1bf4e5167c5",
            "generatedFromUUID": "1d583820-dae8-43f9-9552-805322c69dde"
          },
          "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": "bcc10f71-02bd-44d4-bc0d-a1bf4e5167c5",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NDBiZTU1MjQyMjgxNjY3MDE0OTU5ZjFkNTk3MjhmNjg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0d4acbfc-44f8-4ffe-90f9-58e878bde444"
    }
  ],
  "workloadContext": "Production"
}
2022-06-02T11:46:07.264Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-02T11:46:07.264Z|90c5f38c-0150-43bf-be4a-39cae78e8806|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ef530e18-c813-48e7-92a2-4c5d367d76f0 ASDC
2022-06-02T11:46:07.264Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:d44065ee-34b1-4f7b-ba1e-f11a2486e977
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:ef530e18-c813-48e7-92a2-4c5d367d76f0
ServiceInvariantUUID:b361f33e-cb7e-4143-84dd-540f2e8d7771
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:0d4acbfc-44f8-4ffe-90f9-58e878bde444
ArtifactChecksum:NDBiZTU1MjQyMjgxNjY3MDE0OTU5ZjFkNTk3MjhmNjg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:63c4a177-59a7-423d-8241-a86fad51ea34
ResourceInvariantUUID:dcbe638f-b49f-4611-afcc-17b0e3f419ed
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:07992ed7-5f9e-4e3e-b539-1bff12a82870
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:8b914d01-57b8-4b54-91ba-bc22842c4f67
ArtifactChecksum:N2Q0MzA2NDUwM2QyZjEwZDk3NjVjMmZmN2ZlMzRiM2M=
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:1d583820-dae8-43f9-9552-805322c69dde
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:bcc10f71-02bd-44d4-bc0d-a1bf4e5167c5
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:bcc10f71-02bd-44d4-bc0d-a1bf4e5167c5
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-02T11:46:07.264Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ef530e18-c813-48e7-92a2-4c5d367d76f0 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-06-02T11:46:07.323Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-02T11:46:07.323Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-06-02T11:46:07.323Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-06-02T11:46:07.323Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 0d4acbfc-44f8-4ffe-90f9-58e878bde444 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-02T11:46:07.324Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-06-02T11:46:07.324Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|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-06-02T11:46:07.749Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-06-02T11:46:07.752Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 0d4acbfc-44f8-4ffe-90f9-58e878bde444 71065
2022-06-02T11:46:07.752Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|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-06-02T11:46:07.752Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|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-06-02T11:46:07.752Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T11:46:07.752Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:46:07.754Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:46:07.754Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d44065ee-34b1-4f7b-ba1e-f11a2486e977",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170367752,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:46:07.855Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-02T11:46:07.855Z||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-06-02T11:46:07.855Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:46:07.878Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:46:07.879Z||pool-106-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-06-02T11:46:08.758Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-02T11:46:08.759Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-06-02T11:46:08.760Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 0d4acbfc-44f8-4ffe-90f9-58e878bde444, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-06-02T11:46:08.760Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-06-02T11:46:08.761Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-06-02T11:46:08.761Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-06-02T11:46:08.884Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8966092004302239834/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-06-02T11:46:10.069Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-02T11:46:10.069Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-06-02T11:46:10.070Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-02T11:46:10.070Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-02T11:46:10.070Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|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-06-02T11:46:10.070Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|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-06-02T11:46:10.070Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|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-06-02T11:46:10.071Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|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-06-02T11:46:10.071Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|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-06-02T11:46:10.071Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|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-06-02T11:46:10.071Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|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-06-02T11:46:10.071Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|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-06-02T11:46:10.072Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|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-06-02T11:46:10.072Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-06-02T11:46:10.072Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:46:10.073Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|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-06-02T11:46:10.073Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-02T11:46:10.073Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-06-02T11:46:10.074Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-02T11:46:10.074Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:46:10.074Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:46:10.075Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-02T11:46:10.075Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-06-02T11:46:10.075Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-02T11:46:10.075Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:46:10.076Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:46:10.076Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:46:10.076Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-06-02T11:46:10.076Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-06-02T11:46:10.077Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-06-02T11:46:10.077Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-06-02T11:46:10.077Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-02T11:46:10.078Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-02T11:46:10.078Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:46:10.078Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|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-06-02T11:46:10.079Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:46:10.079Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-02T11:46:10.079Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T11:46:10.080Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:46:10.080Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-02T11:46:10.080Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T11:46:10.080Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:46:10.081Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-02T11:46:10.081Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T11:46:10.081Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:46:10.081Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-06-02T11:46:10.082Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-02T11:46:10.082Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-02T11:46:10.082Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=ca248231-5c0b-4eb6-b2a8-1f8a388e4b89
2022-06-02T11:46:10.083Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:46:10.083Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:46:10.083Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:46:10.083Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:46:10.084Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:46:10.084Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:46:10.084Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:46:10.084Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:46:10.085Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:ef530e18-c813-48e7-92a2-4c5d367d76f0
Model Version:NULL
Model InvariantUuid:b361f33e-cb7e-4143-84dd-540f2e8d7771
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:8fec46a5-8391-4157-af8b-fa0730aa4710
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:dcbe638f-b49f-4611-afcc-17b0e3f419ed
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:63c4a177-59a7-423d-8241-a86fad51ea34
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:ea48e6b2-eb11-465c-a0e0-0268d2b24bdb
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:2eb93b0b-f9cf-4c86-9d3c-23090a3f6d05
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:ca248231-5c0b-4eb6-b2a8-1f8a388e4b89
ModelInvariantUuid:cca1baca-c321-469a-9d4e-51d756bbfe0c
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:0e5eccf4-3f63-451e-a5bf-a54a753a6e98
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:4e7feafe-2463-43d2-a915-bb0183b4f279
ModelInvariantUuid:d73506a5-3e06-46ac-b5ac-406742aac8bb
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:076d3f92-50c6-44ff-a99f-c82b60f8cbcc
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-06-02T11:46:10.092Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 07992ed7-5f9e-4e3e-b539-1bff12a82870
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-06-02T11:46:10.095Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||INFO|500||basic_vm 0
2022-06-02T11:46:10.095Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 07992ed7-5f9e-4e3e-b539-1bff12a82870
2022-06-02T11:46:10.095Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 8b914d01-57b8-4b54-91ba-bc22842c4f67 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-06-02T11:46:10.095Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-06-02T11:46:10.096Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|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-06-02T11:46:10.178Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-06-02T11:46:10.179Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|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 8b914d01-57b8-4b54-91ba-bc22842c4f67 787
2022-06-02T11:46:10.179Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|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-06-02T11:46:10.179Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|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-06-02T11:46:10.180Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T11:46:10.180Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:46:10.183Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:46:10.183Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d44065ee-34b1-4f7b-ba1e-f11a2486e977",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170370179,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:46:10.283Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:46:10.284Z||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-06-02T11:46:10.284Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:46:10.301Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:46:10.302Z||pool-107-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:46:11.184Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "ea48e6b2-eb11-465c-a0e0-0268d2b24bdb",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2eb93b0b-f9cf-4c86-9d3c-23090a3f6d05",
    "vfModuleModelCustomizationUUID": "49d69fd1-c75e-47c5-a79d-fdc56b27b953",
    "isBase": true,
    "artifacts": [
      "1d583820-dae8-43f9-9552-805322c69dde",
      "bcc10f71-02bd-44d4-bc0d-a1bf4e5167c5"
    ],
    "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-06-02T11:46:11.188Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2eb93b0b-f9cf-4c86-9d3c-23090a3f6d05
VfModuleModelInvariantUUID:ea48e6b2-eb11-465c-a0e0-0268d2b24bdb
VfModuleModelDescription:NULL
Artifacts UUID List:{
1d583820-dae8-43f9-9552-805322c69dde
,
bcc10f71-02bd-44d4-bc0d-a1bf4e5167c5

}
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-06-02T11:46:11.191Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "ea48e6b2-eb11-465c-a0e0-0268d2b24bdb",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2eb93b0b-f9cf-4c86-9d3c-23090a3f6d05",
    "vfModuleModelCustomizationUUID": "49d69fd1-c75e-47c5-a79d-fdc56b27b953",
    "isBase": true,
    "artifacts": [
      "1d583820-dae8-43f9-9552-805322c69dde",
      "bcc10f71-02bd-44d4-bc0d-a1bf4e5167c5"
    ],
    "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-06-02T11:46:11.192Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2eb93b0b-f9cf-4c86-9d3c-23090a3f6d05
VfModuleModelInvariantUUID:ea48e6b2-eb11-465c-a0e0-0268d2b24bdb
VfModuleModelDescription:NULL
Artifacts UUID List:{
1d583820-dae8-43f9-9552-805322c69dde
,
bcc10f71-02bd-44d4-bc0d-a1bf4e5167c5

}
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-06-02T11:46:11.192Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 1d583820-dae8-43f9-9552-805322c69dde from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-06-02T11:46:11.192Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-06-02T11:46:11.192Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|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-06-02T11:46:11.512Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-06-02T11:46:11.512Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 1d583820-dae8-43f9-9552-805322c69dde 5033
2022-06-02T11:46:11.512Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|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-06-02T11:46:11.512Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|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-06-02T11:46:11.512Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T11:46:11.513Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:46:11.514Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:46:11.514Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d44065ee-34b1-4f7b-ba1e-f11a2486e977",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170371512,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:46:11.615Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:46:11.615Z||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-06-02T11:46:11.616Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:46:11.644Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:46:11.645Z||pool-108-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:46:12.515Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: bcc10f71-02bd-44d4-bc0d-a1bf4e5167c5 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-06-02T11:46:12.516Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-06-02T11:46:12.516Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|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-06-02T11:46:13.117Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-06-02T11:46:13.118Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env bcc10f71-02bd-44d4-bc0d-a1bf4e5167c5 903
2022-06-02T11:46:13.118Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|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-06-02T11:46:13.118Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|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-06-02T11:46:13.119Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T11:46:13.119Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:46:13.121Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:46:13.121Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d44065ee-34b1-4f7b-ba1e-f11a2486e977",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170373118,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:46:13.221Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-02T11:46:13.222Z||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-06-02T11:46:13.222Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:46:13.278Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:46:13.279Z||pool-109-thread-1|||||INFO|500||cambria reply ok (57 ms):{"serverTimeMs":2,"count":1}
2022-06-02T11:46:14.122Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: ef530e18-c813-48e7-92a2-4c5d367d76f0
2022-06-02T11:46:14.123Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 07992ed7-5f9e-4e3e-b539-1bff12a82870 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-06-02T11:46:14.138Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@32f6a289, org.onap.sdc.toscaparser.api.parameters.Input@61c5124d, org.onap.sdc.toscaparser.api.parameters.Input@455c9e64, org.onap.sdc.toscaparser.api.parameters.Input@2a53fc04, org.onap.sdc.toscaparser.api.parameters.Input@2db6e12d]
2022-06-02T11:46:14.139Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:46:14.140Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:46:14.140Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-06-02T11:46:14.140Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 63c4a177-59a7-423d-8241-a86fad51ea34
2022-06-02T11:46:14.140Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 63c4a177-59a7-423d-8241-a86fad51ea34 matches Tosca VF Customization UUID: 63c4a177-59a7-423d-8241-a86fad51ea34
2022-06-02T11:46:14.140Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 63c4a177-59a7-423d-8241-a86fad51ea34  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-06-02T11:46:14.142Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:46:14.143Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:46:14.143Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 63c4a177-59a7-423d-8241-a86fad51ea34: {\"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-06-02T11:46:14.143Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7020a39f
2022-06-02T11:46:14.144Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:46:14.144Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|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-06-02T11:46:14.144Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 49d69fd1-c75e-47c5-a79d-fdc56b27b953
2022-06-02T11:46:14.144Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 49d69fd1-c75e-47c5-a79d-fdc56b27b953
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-06-02T11:46:14.146Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:46:14.146Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-02T11:46:14.147Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T11:46:14.147Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:46:14.147Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-02T11:46:14.147Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T11:46:14.147Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:46:14.147Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-06-02T11:46:14.148Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-02T11:46:14.148Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-02T11:46:14.148Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=ca248231-5c0b-4eb6-b2a8-1f8a388e4b89
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-06-02T11:46:14.150Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:46:14.150Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-02T11:46:14.150Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T11:46:14.150Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:46:14.150Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-02T11:46:14.151Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=63c4a177-59a7-423d-8241-a86fad51ea34
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-06-02T11:46:14.152Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:46:14.152Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:46:14.152Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid ef530e18-c813-48e7-92a2-4c5d367d76f0: basic_vm
2022-06-02T11:46:14.152Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:46:14.153Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:46:14.153Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:46:14.153Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:46:14.153Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:46:14.153Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:46:14.153Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:46:14.153Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|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-06-02T11:46:14.154Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:46:14.154Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:46:14.154Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|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-06-02T11:46:14.233Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 07992ed7-5f9e-4e3e-b539-1bff12a82870 1 ASDC deployResourceStructure
2022-06-02T11:46:14.233Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|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-06-02T11:46:14.234Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|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-06-02T11:46:14.234Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T11:46:14.234Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:46:14.236Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:46:14.236Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d44065ee-34b1-4f7b-ba1e-f11a2486e977",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170374233,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-02T11:46:14.336Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:46:14.337Z||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-06-02T11:46:14.337Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:46:14.352Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:46:14.353Z||pool-110-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:46:15.237Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|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-06-02T11:46:15.238Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|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-06-02T11:46:15.238Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T11:46:15.238Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:46:15.241Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:46:15.241Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d44065ee-34b1-4f7b-ba1e-f11a2486e977",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170375237,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-02T11:46:15.342Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:46:15.343Z||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-06-02T11:46:15.343Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:46:15.382Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:46:15.383Z||pool-111-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:46:16.242Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|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-06-02T11:46:16.243Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|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-06-02T11:46:16.243Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T11:46:16.244Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:46:16.245Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:46:16.246Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d44065ee-34b1-4f7b-ba1e-f11a2486e977",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170376242,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-02T11:46:16.346Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:46:16.346Z||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-06-02T11:46:16.346Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:46:16.366Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:46:16.367Z||pool-112-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:46:17.247Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|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-06-02T11:46:17.248Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|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-06-02T11:46:17.248Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T11:46:17.248Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:46:17.250Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:46:17.250Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d44065ee-34b1-4f7b-ba1e-f11a2486e977",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170377246,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T11:46:17.350Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:46:17.351Z||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-06-02T11:46:17.351Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:46:17.374Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:46:17.375Z||pool-113-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-06-02T11:46:18.251Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d44065ee-34b1-4f7b-ba1e-f11a2486e977
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-02T11:46:18.261Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d44065ee-34b1-4f7b-ba1e-f11a2486e977
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-06-02T11:46:18.263Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T11:46:18.264Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-02T11:46:18.264Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-02T11:46:18.264Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-02T11:46:18.264Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-06-02T11:46:18.264Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-06-02T11:46:18.268Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-02T11:46:48.269Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d44065ee-34b1-4f7b-ba1e-f11a2486e977 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-06-02T11:46:48.285Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d44065ee-34b1-4f7b-ba1e-f11a2486e977 and serviceModelVersionId: ef530e18-c813-48e7-92a2-4c5d367d76f0
2022-06-02T11:46:48.285Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b361f33e-cb7e-4143-84dd-540f2e8d7771
2022-06-02T11:46:48.286Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b361f33e-cb7e-4143-84dd-540f2e8d7771/model-vers/model-ver/ef530e18-c813-48e7-92a2-4c5d367d76f0?depth=0
2022-06-02T11:46:48.293Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-06-02T11:46:48.339Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b361f33e-cb7e-4143-84dd-540f2e8d7771/model-vers/model-ver/ef530e18-c813-48e7-92a2-4c5d367d76f0?depth=0|INFO|500||Invoke
2022-06-02T11:46:48.340Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b361f33e-cb7e-4143-84dd-540f2e8d7771/model-vers/model-ver/ef530e18-c813-48e7-92a2-4c5d367d76f0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b361f33e-cb7e-4143-84dd-540f2e8d7771/model-vers/model-ver/ef530e18-c813-48e7-92a2-4c5d367d76f0?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d44065ee-34b1-4f7b-ba1e-f11a2486e977], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ef72db18-f8a8-4b78-9137-e423a421d57f], X-ECOMP-RequestID=[d44065ee-34b1-4f7b-ba1e-f11a2486e977], X-TransactionId=[], X-ONAP-RequestID=[d44065ee-34b1-4f7b-ba1e-f11a2486e977], Content-Type=[application/merge-patch+json]}
2022-06-02T11:46:48.364Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b361f33e-cb7e-4143-84dd-540f2e8d7771/model-vers/model-ver/ef530e18-c813-48e7-92a2-4c5d367d76f0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-06-02T11:46:48.459Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b361f33e-cb7e-4143-84dd-540f2e8d7771/model-vers/model-ver/ef530e18-c813-48e7-92a2-4c5d367d76f0?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/b361f33e-cb7e-4143-84dd-540f2e8d7771/model-vers/model-ver/ef530e18-c813-48e7-92a2-4c5d367d76f0?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220602-11:46:48:236-9047], Content-Length=[495], Date=[Thu, 02 Jun 2022 11:46:48 GMT], Content-Type=[application/json]}
2022-06-02T11:46:48.462Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b361f33e-cb7e-4143-84dd-540f2e8d7771/model-vers/model-ver/ef530e18-c813-48e7-92a2-4c5d367d76f0?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/b361f33e-cb7e-4143-84dd-540f2e8d7771/model-vers/model-ver/ef530e18-c813-48e7-92a2-4c5d367d76f0","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b361f33e-cb7e-4143-84dd-540f2e8d7771/model-vers/model-ver/ef530e18-c813-48e7-92a2-4c5d367d76f0","ERR.5.4.6114"]}}}

2022-06-02T11:46:48.463Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b361f33e-cb7e-4143-84dd-540f2e8d7771/model-vers/model-ver/ef530e18-c813-48e7-92a2-4c5d367d76f0?depth=0|INFO|404|Not Found|InvokeReturn
2022-06-02T11:46:48.471Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=d44065ee-34b1-4f7b-ba1e-f11a2486e977 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/b361f33e-cb7e-4143-84dd-540f2e8d7771/model-vers/model-ver/ef530e18-c813-48e7-92a2-4c5d367d76f0 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b361f33e-cb7e-4143-84dd-540f2e8d7771/model-vers/model-ver/ef530e18-c813-48e7-92a2-4c5d367d76f0) (ec=ERR.5.4.6114)
2022-06-02T11:46:48.473Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=d44065ee-34b1-4f7b-ba1e-f11a2486e977 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/b361f33e-cb7e-4143-84dd-540f2e8d7771/model-vers/model-ver/ef530e18-c813-48e7-92a2-4c5d367d76f0 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b361f33e-cb7e-4143-84dd-540f2e8d7771/model-vers/model-ver/ef530e18-c813-48e7-92a2-4c5d367d76f0) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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-06-02T11:46:48.474Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=d44065ee-34b1-4f7b-ba1e-f11a2486e977 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/b361f33e-cb7e-4143-84dd-540f2e8d7771/model-vers/model-ver/ef530e18-c813-48e7-92a2-4c5d367d76f0 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b361f33e-cb7e-4143-84dd-540f2e8d7771/model-vers/model-ver/ef530e18-c813-48e7-92a2-4c5d367d76f0) (ec=ERR.5.4.6114)
2022-06-02T11:46:48.474Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=d44065ee-34b1-4f7b-ba1e-f11a2486e977 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/b361f33e-cb7e-4143-84dd-540f2e8d7771/model-vers/model-ver/ef530e18-c813-48e7-92a2-4c5d367d76f0 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b361f33e-cb7e-4143-84dd-540f2e8d7771/model-vers/model-ver/ef530e18-c813-48e7-92a2-4c5d367d76f0) (ec=ERR.5.4.6114)
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-06-02T11:46:48.490Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|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-06-02T11:46:48.490Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d44065ee-34b1-4f7b-ba1e-f11a2486e977 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=d44065ee-34b1-4f7b-ba1e-f11a2486e977 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/b361f33e-cb7e-4143-84dd-540f2e8d7771/model-vers/model-ver/ef530e18-c813-48e7-92a2-4c5d367d76f0 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b361f33e-cb7e-4143-84dd-540f2e8d7771/model-vers/model-ver/ef530e18-c813-48e7-92a2-4c5d367d76f0) (ec=ERR.5.4.6114)
2022-06-02T11:46:48.491Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-02T11:46:48.491Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:46:48.513Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:46:48.513Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d44065ee-34b1-4f7b-ba1e-f11a2486e977",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170408490,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003dd44065ee-34b1-4f7b-ba1e-f11a2486e977 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/b361f33e-cb7e-4143-84dd-540f2e8d7771/model-vers/model-ver/ef530e18-c813-48e7-92a2-4c5d367d76f0 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b361f33e-cb7e-4143-84dd-540f2e8d7771/model-vers/model-ver/ef530e18-c813-48e7-92a2-4c5d367d76f0) (ec\u003dERR.5.4.6114)"
}
2022-06-02T11:46:48.594Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 81 ms
2022-06-02T11:46:48.595Z||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-06-02T11:46:48.595Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:46:48.631Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:46:48.632Z||pool-114-thread-1|||||INFO|500||cambria reply ok (38 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-06-02T11:46:49.528Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-02T11:46:49.528Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"ab88dc96-5a5f-4717-b4d5-a76206331836","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"92de6c31-f21e-4cab-a8de-6bf3f2e44022","serviceDescription":"service","serviceInvariantUUID":"e40dd7cc-4012-4994-bb05-b3a8f7d3394f","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"774e9e26-c67c-4120-b419-d8362d33ee2f","resourceInvariantUUID":"99821182-5ca3-4aa6-9e9e-85ee4de92fb4","resourceCustomizationUUID":"7968ece5-256f-47ef-849f-e9ba429428ad","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":"NWE4YjMxZGEzZTI2Y2I1YWExM2U0NjUwM2RhOThjMDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"67589f0d-cafe-45b9-a5cf-7e0979faffcb","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":"e322e67a-c6fb-4799-b0d5-423b1e756316","artifactVersion":"2","generatedFromUUID":"1a18435e-d0e9-4c90-b74a-2d8abb013e75"},{"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":"1a18435e-d0e9-4c90-b74a-2d8abb013e75","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":"ZjQxZTFhODA5YzVkMzM3MGU1NWQ4OTVmMGY0ZjU4ZjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1544e7fa-dcd8-4ac6-956e-e459daf1fe8b","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":"f824f76b-922c-462c-ad97-87e1d07852a7","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":"8582fc2e-ba8b-4b82-81be-8df333b96e67","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":"dd00b2b7-fe72-4f3c-8b6f-de08ce8320e5","artifactVersion":"2","generatedFromUUID":"f824f76b-922c-462c-ad97-87e1d07852a7"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"MDRlNzA0MjMyMGY4NTU3MjAxNWEwNGI3ZmIxMTkxNTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"928af04b-0fe7-4476-b454-78ab0061ac78","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ODIyOTA1YmIzNjM4ZDc5MDg3YmE4NmFjYjEwODU1Njk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0078fb88-0aeb-4919-ae67-bef4e97183cb","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-02T11:46:49.529Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T11:46:49.529Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:46:49.531Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:46:49.531Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170355674,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:46:49.631Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:46:49.632Z||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-06-02T11:46:49.632Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:46:49.660Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:46:49.661Z||pool-115-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:46:50.531Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T11:46:50.533Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:46:50.535Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:46:50.535Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170355674,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-06-02T11:46:50.635Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:46:50.636Z||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-06-02T11:46:50.636Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:46:50.671Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:46:50.672Z||pool-116-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:46:51.535Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T11:46:51.536Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:46:51.539Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:46:51.539Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170355674,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-06-02T11:46:51.639Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:46:51.640Z||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-06-02T11:46:51.640Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:46:51.686Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:46:51.687Z||pool-117-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":2,"count":1}
2022-06-02T11:46:52.539Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T11:46:52.540Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:46:52.543Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:46:52.543Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170355674,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-02T11:46:52.643Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:46:52.644Z||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-06-02T11:46:52.644Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:46:52.667Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:46:52.668Z||pool-118-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:46:53.544Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T11:46:53.545Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:46:53.548Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:46:53.548Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170355674,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-02T11:46:53.648Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:46:53.649Z||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-06-02T11:46:53.649Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:46:53.668Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:46:53.669Z||pool-119-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:46:54.548Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T11:46:54.549Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:46:54.552Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:46:54.553Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170355674,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:46:54.652Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-02T11:46:54.653Z||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-06-02T11:46:54.653Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:46:54.687Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:46:54.687Z||pool-120-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:46:55.553Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T11:46:55.555Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:46:55.557Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:46:55.557Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170355674,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-06-02T11:46:55.657Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:46:55.658Z||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-06-02T11:46:55.658Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:46:55.681Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:46:55.681Z||pool-121-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:46:56.557Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T11:46:56.559Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:46:56.561Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:46:56.562Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170355674,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:46:56.662Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:46:56.663Z||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-06-02T11:46:56.663Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:46:56.692Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:46:56.693Z||pool-122-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:46:57.563Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T11:46:57.565Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:46:57.568Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:46:57.568Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170355674,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T11:46:57.668Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:46:57.669Z||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-06-02T11:46:57.669Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:46:57.699Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:46:57.700Z||pool-123-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:46:58.569Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "92de6c31-f21e-4cab-a8de-6bf3f2e44022",
  "serviceDescription": "service",
  "serviceInvariantUUID": "e40dd7cc-4012-4994-bb05-b3a8f7d3394f",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "7968ece5-256f-47ef-849f-e9ba429428ad",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "774e9e26-c67c-4120-b419-d8362d33ee2f",
      "resourceInvariantUUID": "99821182-5ca3-4aa6-9e9e-85ee4de92fb4",
      "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": "e322e67a-c6fb-4799-b0d5-423b1e756316",
          "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": "1a18435e-d0e9-4c90-b74a-2d8abb013e75",
          "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": "ZjQxZTFhODA5YzVkMzM3MGU1NWQ4OTVmMGY0ZjU4ZjQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "1544e7fa-dcd8-4ac6-956e-e459daf1fe8b",
          "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": "f824f76b-922c-462c-ad97-87e1d07852a7",
          "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": "dd00b2b7-fe72-4f3c-8b6f-de08ce8320e5",
            "generatedFromUUID": "f824f76b-922c-462c-ad97-87e1d07852a7"
          },
          "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": "dd00b2b7-fe72-4f3c-8b6f-de08ce8320e5",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "ODIyOTA1YmIzNjM4ZDc5MDg3YmE4NmFjYjEwODU1Njk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0078fb88-0aeb-4919-ae67-bef4e97183cb"
    }
  ],
  "workloadContext": "Production"
}
2022-06-02T11:46:58.570Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-02T11:46:58.570Z|d44065ee-34b1-4f7b-ba1e-f11a2486e977|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 92de6c31-f21e-4cab-a8de-6bf3f2e44022 ASDC
2022-06-02T11:46:58.571Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:ab88dc96-5a5f-4717-b4d5-a76206331836
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:92de6c31-f21e-4cab-a8de-6bf3f2e44022
ServiceInvariantUUID:e40dd7cc-4012-4994-bb05-b3a8f7d3394f
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:0078fb88-0aeb-4919-ae67-bef4e97183cb
ArtifactChecksum:ODIyOTA1YmIzNjM4ZDc5MDg3YmE4NmFjYjEwODU1Njk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:7968ece5-256f-47ef-849f-e9ba429428ad
ResourceInvariantUUID:99821182-5ca3-4aa6-9e9e-85ee4de92fb4
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:774e9e26-c67c-4120-b419-d8362d33ee2f
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:e322e67a-c6fb-4799-b0d5-423b1e756316
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:1a18435e-d0e9-4c90-b74a-2d8abb013e75
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:1544e7fa-dcd8-4ac6-956e-e459daf1fe8b
ArtifactChecksum:ZjQxZTFhODA5YzVkMzM3MGU1NWQ4OTVmMGY0ZjU4ZjQ=
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:f824f76b-922c-462c-ad97-87e1d07852a7
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:dd00b2b7-fe72-4f3c-8b6f-de08ce8320e5
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:dd00b2b7-fe72-4f3c-8b6f-de08ce8320e5
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-02T11:46:58.571Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 92de6c31-f21e-4cab-a8de-6bf3f2e44022 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-06-02T11:46:58.612Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-02T11:46:58.613Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-06-02T11:46:58.614Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-06-02T11:46:58.614Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 0078fb88-0aeb-4919-ae67-bef4e97183cb from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-06-02T11:46:58.614Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-06-02T11:46:58.614Z|ab88dc96-5a5f-4717-b4d5-a76206331836|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-06-02T11:46:59.091Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-06-02T11:46:59.094Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 0078fb88-0aeb-4919-ae67-bef4e97183cb 68956
2022-06-02T11:46:59.094Z|ab88dc96-5a5f-4717-b4d5-a76206331836|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-06-02T11:46:59.094Z|ab88dc96-5a5f-4717-b4d5-a76206331836|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-06-02T11:46:59.095Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T11:46:59.095Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:46:59.097Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:46:59.097Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170419094,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:46:59.197Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:46:59.198Z||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-06-02T11:46:59.198Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:46:59.234Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:46:59.235Z||pool-124-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:47:00.097Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-02T11:47:00.099Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-06-02T11:47:00.099Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 0078fb88-0aeb-4919-ae67-bef4e97183cb, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-02T11:47:00.099Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-06-02T11:47:00.100Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-02T11:47:00.100Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-02T11:47:00.219Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9215898560596690656/Definitions/service-BasicCnf-template.yml
2022-06-02T11:47:01.398Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-02T11:47:01.399Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-06-02T11:47:01.399Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-02T11:47:01.399Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-06-02T11:47:01.399Z|ab88dc96-5a5f-4717-b4d5-a76206331836|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-06-02T11:47:01.399Z|ab88dc96-5a5f-4717-b4d5-a76206331836|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-06-02T11:47:01.400Z|ab88dc96-5a5f-4717-b4d5-a76206331836|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-06-02T11:47:01.400Z|ab88dc96-5a5f-4717-b4d5-a76206331836|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-06-02T11:47:01.400Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-06-02T11:47:01.400Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:47:01.401Z|ab88dc96-5a5f-4717-b4d5-a76206331836|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-06-02T11:47:01.401Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-02T11:47:01.401Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-06-02T11:47:01.401Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-02T11:47:01.402Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:47:01.402Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:47:01.402Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-02T11:47:01.402Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-06-02T11:47:01.402Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-02T11:47:01.402Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:47:01.403Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:47:01.403Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:47:01.403Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-06-02T11:47:01.403Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-06-02T11:47:01.403Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||Node template dummy is not matching search criteria
2022-06-02T11:47:01.403Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-02T11:47:01.404Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:47:01.404Z|ab88dc96-5a5f-4717-b4d5-a76206331836|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-06-02T11:47:01.404Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:47:01.404Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-02T11:47:01.404Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T11:47:01.405Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:47:01.405Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-02T11:47:01.405Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T11:47:01.405Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:47:01.405Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-02T11:47:01.405Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T11:47:01.406Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:47:01.406Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-06-02T11:47:01.406Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-06-02T11:47:01.406Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=6f95b4f7-b104-4fb5-843b-e308bc7d955c
2022-06-02T11:47:01.406Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:47:01.406Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:47:01.407Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:47:01.407Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:47:01.407Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:47:01.407Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:47:01.407Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:47:01.407Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:47:01.407Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:92de6c31-f21e-4cab-a8de-6bf3f2e44022
Model Version:NULL
Model InvariantUuid:e40dd7cc-4012-4994-bb05-b3a8f7d3394f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:461a72da-1b01-44bb-b13f-a2cf37c5934f
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:99821182-5ca3-4aa6-9e9e-85ee4de92fb4
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:7968ece5-256f-47ef-849f-e9ba429428ad
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:cb16c4e3-4844-448a-a9bf-3165d7773f31
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:e0c4e1ed-c5a1-4f9e-8b80-46699b7a9591
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:6f95b4f7-b104-4fb5-843b-e308bc7d955c
ModelInvariantUuid:ef13bad0-f0a8-4045-9d4f-486fc28f7db0
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:6d3ab8cb-40be-4724-a3e3-f011ea7e72de
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:a98290df-1d01-45ba-8bd3-8b7491e42d16
ModelInvariantUuid:450b6c57-3c59-4122-8a8f-31a16e35e797
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:2e85b5d8-6ce4-4eba-a197-08659e4ba2e5
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-06-02T11:47:01.421Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 774e9e26-c67c-4120-b419-d8362d33ee2f
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-06-02T11:47:01.424Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||INFO|500||basic_cnf 0
2022-06-02T11:47:01.425Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 774e9e26-c67c-4120-b419-d8362d33ee2f
2022-06-02T11:47:01.425Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: e322e67a-c6fb-4799-b0d5-423b1e756316 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-06-02T11:47:01.425Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-06-02T11:47:01.425Z|ab88dc96-5a5f-4717-b4d5-a76206331836|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-06-02T11:47:01.632Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-06-02T11:47:01.635Z|ab88dc96-5a5f-4717-b4d5-a76206331836|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 e322e67a-c6fb-4799-b0d5-423b1e756316 12
2022-06-02T11:47:01.637Z|ab88dc96-5a5f-4717-b4d5-a76206331836|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-06-02T11:47:01.637Z|ab88dc96-5a5f-4717-b4d5-a76206331836|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-06-02T11:47:01.638Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T11:47:01.640Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:47:01.647Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:47:01.647Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170421636,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:47:01.711Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:47:01.711Z||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-06-02T11:47:01.712Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:47:01.747Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:47:01.748Z||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-06-02T11:47:01.748Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:47:01.748Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:47:01.749Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:47:01.749Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "clamp",
  "timestamp": 1654170304755,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:47:01.750Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:47:01.750Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:47:01.750Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "clamp",
  "timestamp": 1654170304755,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:47:01.750Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:47:01.750Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:47:01.751Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "clamp",
  "timestamp": 1654170304755,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:47:01.751Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:47:01.751Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:47:01.751Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "clamp",
  "timestamp": 1654170304755,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-02T11:47:01.751Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:47:01.751Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:47:01.751Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "clamp",
  "timestamp": 1654170304755,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:47:01.751Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:47:01.751Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:47:01.751Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "aai-ml",
  "timestamp": 1654170308714,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:47:01.751Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:47:01.751Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:47:01.751Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "clamp",
  "timestamp": 1654170304755,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:47:01.751Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:47:01.751Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:47:01.752Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "aai-ml",
  "timestamp": 1654170308714,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:47:01.752Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:47:01.752Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:47:01.752Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "clamp",
  "timestamp": 1654170304755,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:47:01.752Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:47:01.752Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:47:01.752Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "aai-ml",
  "timestamp": 1654170308714,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:47:01.752Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:47:01.752Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:47:01.752Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "clamp",
  "timestamp": 1654170304755,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:47:01.752Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:47:01.752Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:47:01.752Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "aai-ml",
  "timestamp": 1654170308714,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:47:01.752Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:47:01.752Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:47:01.753Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "clamp",
  "timestamp": 1654170304755,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T11:47:01.753Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:47:01.753Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:47:01.753Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "aai-ml",
  "timestamp": 1654170308714,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:47:01.753Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:47:01.753Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:47:01.753Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "aai-ml",
  "timestamp": 1654170308714,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:47:01.753Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:47:01.753Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:47:01.753Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "aai-ml",
  "timestamp": 1654170308714,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:47:01.754Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:47:01.754Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:47:01.754Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "aai-ml",
  "timestamp": 1654170308714,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:47:01.754Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:47:01.754Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:47:01.754Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "aai-ml",
  "timestamp": 1654170308714,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T11:47:01.754Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:47:01.754Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:47:01.754Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "aai-ml",
  "timestamp": 1654170318990,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:47:01.754Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:47:01.754Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:47:01.754Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "clamp",
  "timestamp": 1654170322371,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:47:01.754Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:47:01.755Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:47:01.755Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "clamp",
  "timestamp": 1654170324385,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T11:47:01.755Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:47:01.755Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:47:01.755Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "clamp",
  "timestamp": 1654170325389,
  "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-06-02T11:47:01.763Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ab88dc96-5a5f-4717-b4d5-a76206331836
2022-06-02T11:47:01.763Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ab88dc96-5a5f-4717-b4d5-a76206331836 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-06-02T11:47:01.770Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:47:01.771Z||pool-125-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-06-02T11:47:01.771Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:47:01.771Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "aai-ml",
  "timestamp": 1654170325351,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-06-02T11:47:01.772Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:47:01.772Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:47:01.772Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "aai-ml",
  "timestamp": 1654170326356,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "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-06-02T11:47:01.776Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of ab88dc96-5a5f-4717-b4d5-a76206331836
2022-06-02T11:47:01.776Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ab88dc96-5a5f-4717-b4d5-a76206331836 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-06-02T11:47:01.784Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:47:01.785Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90c5f38c-0150-43bf-be4a-39cae78e8806",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170354660,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d90c5f38c-0150-43bf-be4a-39cae78e8806 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/bd302302-99eb-49bd-9c89-4eb0a6f9a3b8/model-vers/model-ver/0b2f630e-135e-4262-b5d3-1eb6a08dcfdc (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/bd302302-99eb-49bd-9c89-4eb0a6f9a3b8/model-vers/model-ver/0b2f630e-135e-4262-b5d3-1eb6a08dcfdc) (ec\u003dERR.5.4.6114)"
}
2022-06-02T11:47:01.785Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:47:01.785Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:47:01.785Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d44065ee-34b1-4f7b-ba1e-f11a2486e977",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170355674,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:47:01.785Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:47:01.785Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:47:01.786Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d44065ee-34b1-4f7b-ba1e-f11a2486e977",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170355674,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-02T11:47:01.786Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:47:02.648Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 1a18435e-d0e9-4c90-b74a-2d8abb013e75 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-06-02T11:47:02.649Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-06-02T11:47:02.650Z|ab88dc96-5a5f-4717-b4d5-a76206331836|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-06-02T11:47:02.946Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-06-02T11:47:02.946Z|ab88dc96-5a5f-4717-b4d5-a76206331836|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 1a18435e-d0e9-4c90-b74a-2d8abb013e75 2688
2022-06-02T11:47:02.947Z|ab88dc96-5a5f-4717-b4d5-a76206331836|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-06-02T11:47:02.947Z|ab88dc96-5a5f-4717-b4d5-a76206331836|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-06-02T11:47:02.947Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T11:47:02.947Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:47:02.949Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:47:02.949Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170422947,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:47:03.050Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:47:03.050Z||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-06-02T11:47:03.051Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:47:03.078Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:47:03.079Z||pool-126-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:47:03.951Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 1544e7fa-dcd8-4ac6-956e-e459daf1fe8b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-06-02T11:47:03.951Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-06-02T11:47:03.951Z|ab88dc96-5a5f-4717-b4d5-a76206331836|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-06-02T11:47:04.253Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-06-02T11:47:04.254Z|ab88dc96-5a5f-4717-b4d5-a76206331836|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 1544e7fa-dcd8-4ac6-956e-e459daf1fe8b 828
2022-06-02T11:47:04.254Z|ab88dc96-5a5f-4717-b4d5-a76206331836|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-06-02T11:47:04.254Z|ab88dc96-5a5f-4717-b4d5-a76206331836|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-06-02T11:47:04.255Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T11:47:04.255Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:47:04.257Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:47:04.257Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170424254,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:47:04.357Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:47:04.358Z||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-06-02T11:47:04.358Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:47:04.385Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:47:04.385Z||pool-127-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-06-02T11:47:05.258Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "cb16c4e3-4844-448a-a9bf-3165d7773f31",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e0c4e1ed-c5a1-4f9e-8b80-46699b7a9591",
    "vfModuleModelCustomizationUUID": "1945e476-ca5f-4c6c-bc0d-31f737195fdf",
    "isBase": true,
    "artifacts": [
      "1a18435e-d0e9-4c90-b74a-2d8abb013e75",
      "f824f76b-922c-462c-ad97-87e1d07852a7",
      "dd00b2b7-fe72-4f3c-8b6f-de08ce8320e5"
    ],
    "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-06-02T11:47:05.263Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e0c4e1ed-c5a1-4f9e-8b80-46699b7a9591
VfModuleModelInvariantUUID:cb16c4e3-4844-448a-a9bf-3165d7773f31
VfModuleModelDescription:NULL
Artifacts UUID List:{
1a18435e-d0e9-4c90-b74a-2d8abb013e75
,
f824f76b-922c-462c-ad97-87e1d07852a7
,
dd00b2b7-fe72-4f3c-8b6f-de08ce8320e5

}
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-06-02T11:47:05.265Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "cb16c4e3-4844-448a-a9bf-3165d7773f31",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e0c4e1ed-c5a1-4f9e-8b80-46699b7a9591",
    "vfModuleModelCustomizationUUID": "1945e476-ca5f-4c6c-bc0d-31f737195fdf",
    "isBase": true,
    "artifacts": [
      "1a18435e-d0e9-4c90-b74a-2d8abb013e75",
      "f824f76b-922c-462c-ad97-87e1d07852a7",
      "dd00b2b7-fe72-4f3c-8b6f-de08ce8320e5"
    ],
    "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-06-02T11:47:05.265Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e0c4e1ed-c5a1-4f9e-8b80-46699b7a9591
VfModuleModelInvariantUUID:cb16c4e3-4844-448a-a9bf-3165d7773f31
VfModuleModelDescription:NULL
Artifacts UUID List:{
1a18435e-d0e9-4c90-b74a-2d8abb013e75
,
f824f76b-922c-462c-ad97-87e1d07852a7
,
dd00b2b7-fe72-4f3c-8b6f-de08ce8320e5

}
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-06-02T11:47:05.265Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: f824f76b-922c-462c-ad97-87e1d07852a7 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-06-02T11:47:05.265Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-06-02T11:47:05.266Z|ab88dc96-5a5f-4717-b4d5-a76206331836|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-06-02T11:47:05.544Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-06-02T11:47:05.544Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml f824f76b-922c-462c-ad97-87e1d07852a7 1164
2022-06-02T11:47:05.545Z|ab88dc96-5a5f-4717-b4d5-a76206331836|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-06-02T11:47:05.545Z|ab88dc96-5a5f-4717-b4d5-a76206331836|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-06-02T11:47:05.545Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T11:47:05.545Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:47:05.547Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:47:05.547Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170425544,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:47:05.648Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:47:05.649Z||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-06-02T11:47:05.649Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:47:05.665Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:47:05.666Z||pool-128-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:47:06.548Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: dd00b2b7-fe72-4f3c-8b6f-de08ce8320e5 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-06-02T11:47:06.549Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-06-02T11:47:06.549Z|ab88dc96-5a5f-4717-b4d5-a76206331836|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-06-02T11:47:06.831Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-06-02T11:47:06.832Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env dd00b2b7-fe72-4f3c-8b6f-de08ce8320e5 200
2022-06-02T11:47:06.832Z|ab88dc96-5a5f-4717-b4d5-a76206331836|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-06-02T11:47:06.832Z|ab88dc96-5a5f-4717-b4d5-a76206331836|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-06-02T11:47:06.832Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T11:47:06.833Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:47:06.835Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:47:06.835Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170426832,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:47:06.935Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-02T11:47:06.936Z||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-06-02T11:47:06.936Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:47:06.979Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:47:06.980Z||pool-129-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:47:07.839Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 92de6c31-f21e-4cab-a8de-6bf3f2e44022
2022-06-02T11:47:07.839Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 774e9e26-c67c-4120-b419-d8362d33ee2f ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
2022-06-02T11:47:07.890Z|ab88dc96-5a5f-4717-b4d5-a76206331836|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 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-06-02T11:47:07.908Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@757d8cc0, org.onap.sdc.toscaparser.api.parameters.Input@7423140d, org.onap.sdc.toscaparser.api.parameters.Input@336e5195, org.onap.sdc.toscaparser.api.parameters.Input@7cb43bb0, org.onap.sdc.toscaparser.api.parameters.Input@65b6b36a]
2022-06-02T11:47:07.911Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:47:07.911Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:47:07.911Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-06-02T11:47:07.912Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 7968ece5-256f-47ef-849f-e9ba429428ad
2022-06-02T11:47:07.912Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7968ece5-256f-47ef-849f-e9ba429428ad matches Tosca VF Customization UUID: 7968ece5-256f-47ef-849f-e9ba429428ad
2022-06-02T11:47:07.912Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 7968ece5-256f-47ef-849f-e9ba429428ad  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-06-02T11:47:07.920Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:47:07.920Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:47:07.921Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 7968ece5-256f-47ef-849f-e9ba429428ad: {\"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-06-02T11:47:07.921Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@15ce91fe
2022-06-02T11:47:07.921Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:47:07.921Z|ab88dc96-5a5f-4717-b4d5-a76206331836|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-06-02T11:47:07.921Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1945e476-ca5f-4c6c-bc0d-31f737195fdf
2022-06-02T11:47:07.921Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1945e476-ca5f-4c6c-bc0d-31f737195fdf
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-06-02T11:47:07.929Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:47:07.930Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-02T11:47:07.930Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T11:47:07.931Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:47:07.931Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-02T11:47:07.931Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T11:47:07.932Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:47:07.932Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-06-02T11:47:07.932Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-06-02T11:47:07.933Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=6f95b4f7-b104-4fb5-843b-e308bc7d955c
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-06-02T11:47:07.940Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:47:07.940Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-02T11:47:07.941Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T11:47:07.941Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:47:07.941Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-02T11:47:07.941Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=7968ece5-256f-47ef-849f-e9ba429428ad
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-06-02T11:47:07.945Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:47:07.945Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:47:07.946Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 92de6c31-f21e-4cab-a8de-6bf3f2e44022: basic_cnf
2022-06-02T11:47:07.946Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:47:07.946Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:47:07.947Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:47:07.947Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:47:07.947Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:47:07.948Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:47:07.948Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:47:07.948Z|ab88dc96-5a5f-4717-b4d5-a76206331836|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-06-02T11:47:07.949Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:47:07.949Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:47:07.949Z|ab88dc96-5a5f-4717-b4d5-a76206331836|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-06-02T11:47:08.160Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 774e9e26-c67c-4120-b419-d8362d33ee2f 1 ASDC deployResourceStructure
2022-06-02T11:47:08.161Z|ab88dc96-5a5f-4717-b4d5-a76206331836|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-06-02T11:47:08.162Z|ab88dc96-5a5f-4717-b4d5-a76206331836|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-06-02T11:47:08.162Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-02T11:47:08.162Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:47:08.164Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:47:08.165Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170428161,
  "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-06-02T11:47:08.265Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:47:08.266Z||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-06-02T11:47:08.266Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:47:08.299Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:47:08.300Z||pool-130-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:47:09.166Z|ab88dc96-5a5f-4717-b4d5-a76206331836|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-06-02T11:47:09.166Z|ab88dc96-5a5f-4717-b4d5-a76206331836|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-06-02T11:47:09.166Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-02T11:47:09.167Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:47:09.168Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:47:09.168Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170429166,
  "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-06-02T11:47:09.269Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:47:09.269Z||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-06-02T11:47:09.269Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:47:09.399Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:47:09.400Z||pool-131-thread-1|||||INFO|500||cambria reply ok (131 ms):{"serverTimeMs":1,"count":1}
2022-06-02T11:47:10.170Z|ab88dc96-5a5f-4717-b4d5-a76206331836|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-06-02T11:47:10.170Z|ab88dc96-5a5f-4717-b4d5-a76206331836|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-06-02T11:47:10.170Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T11:47:10.173Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:47:10.178Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:47:10.179Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170430169,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-02T11:47:10.278Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-02T11:47:10.279Z||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-06-02T11:47:10.279Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:47:10.333Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:47:10.335Z||pool-132-thread-1|||||INFO|500||cambria reply ok (57 ms):{"serverTimeMs":1,"count":1}
2022-06-02T11:47:11.180Z|ab88dc96-5a5f-4717-b4d5-a76206331836|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-06-02T11:47:11.180Z|ab88dc96-5a5f-4717-b4d5-a76206331836|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-06-02T11:47:11.180Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T11:47:11.181Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:47:11.183Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:47:11.183Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170431180,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-06-02T11:47:11.284Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-02T11:47:11.285Z||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-06-02T11:47:11.285Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:47:11.313Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:47:11.314Z||pool-133-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:47:12.184Z|ab88dc96-5a5f-4717-b4d5-a76206331836|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-06-02T11:47:12.185Z|ab88dc96-5a5f-4717-b4d5-a76206331836|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-06-02T11:47:12.185Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T11:47:12.186Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:47:12.188Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:47:12.188Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170432184,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-06-02T11:47:12.288Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:47:12.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-06-02T11:47:12.290Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:47:12.448Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:47:12.448Z||pool-134-thread-1|||||INFO|500||cambria reply ok (159 ms):{"serverTimeMs":1,"count":1}
2022-06-02T11:47:13.189Z|ab88dc96-5a5f-4717-b4d5-a76206331836|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-06-02T11:47:13.189Z|ab88dc96-5a5f-4717-b4d5-a76206331836|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-06-02T11:47:13.189Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T11:47:13.189Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:47:13.191Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:47:13.191Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170433188,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T11:47:13.291Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:47:13.293Z||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-06-02T11:47:13.293Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:47:13.395Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:47:13.396Z||pool-135-thread-1|||||INFO|500||cambria reply ok (104 ms):{"serverTimeMs":1,"count":1}
2022-06-02T11:47:14.193Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ab88dc96-5a5f-4717-b4d5-a76206331836
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-02T11:47:14.206Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ab88dc96-5a5f-4717-b4d5-a76206331836
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-06-02T11:47:14.208Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T11:47:14.209Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-02T11:47:14.209Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-02T11:47:14.209Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-02T11:47:14.209Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-06-02T11:47:14.209Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-06-02T11:47:14.215Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-02T11:47:44.216Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ab88dc96-5a5f-4717-b4d5-a76206331836 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-06-02T11:47:44.223Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ab88dc96-5a5f-4717-b4d5-a76206331836 and serviceModelVersionId: 92de6c31-f21e-4cab-a8de-6bf3f2e44022
2022-06-02T11:47:44.223Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e40dd7cc-4012-4994-bb05-b3a8f7d3394f
2022-06-02T11:47:44.225Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e40dd7cc-4012-4994-bb05-b3a8f7d3394f/model-vers/model-ver/92de6c31-f21e-4cab-a8de-6bf3f2e44022?depth=0
2022-06-02T11:47:44.232Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-06-02T11:47:44.282Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e40dd7cc-4012-4994-bb05-b3a8f7d3394f/model-vers/model-ver/92de6c31-f21e-4cab-a8de-6bf3f2e44022?depth=0|INFO|500||Invoke
2022-06-02T11:47:44.283Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e40dd7cc-4012-4994-bb05-b3a8f7d3394f/model-vers/model-ver/92de6c31-f21e-4cab-a8de-6bf3f2e44022?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e40dd7cc-4012-4994-bb05-b3a8f7d3394f/model-vers/model-ver/92de6c31-f21e-4cab-a8de-6bf3f2e44022?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ab88dc96-5a5f-4717-b4d5-a76206331836], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5b8c3e61-a356-48a8-9ba3-426332dc6052], X-ECOMP-RequestID=[ab88dc96-5a5f-4717-b4d5-a76206331836], X-TransactionId=[], X-ONAP-RequestID=[ab88dc96-5a5f-4717-b4d5-a76206331836], Content-Type=[application/merge-patch+json]}
2022-06-02T11:47:44.307Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e40dd7cc-4012-4994-bb05-b3a8f7d3394f/model-vers/model-ver/92de6c31-f21e-4cab-a8de-6bf3f2e44022?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-06-02T11:47:44.345Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e40dd7cc-4012-4994-bb05-b3a8f7d3394f/model-vers/model-ver/92de6c31-f21e-4cab-a8de-6bf3f2e44022?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/e40dd7cc-4012-4994-bb05-b3a8f7d3394f/model-vers/model-ver/92de6c31-f21e-4cab-a8de-6bf3f2e44022?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220602-11:47:44:180-77832], Content-Length=[495], Date=[Thu, 02 Jun 2022 11:47:44 GMT], Content-Type=[application/json]}
2022-06-02T11:47:44.347Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e40dd7cc-4012-4994-bb05-b3a8f7d3394f/model-vers/model-ver/92de6c31-f21e-4cab-a8de-6bf3f2e44022?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/e40dd7cc-4012-4994-bb05-b3a8f7d3394f/model-vers/model-ver/92de6c31-f21e-4cab-a8de-6bf3f2e44022","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/e40dd7cc-4012-4994-bb05-b3a8f7d3394f/model-vers/model-ver/92de6c31-f21e-4cab-a8de-6bf3f2e44022","ERR.5.4.6114"]}}}

2022-06-02T11:47:44.348Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e40dd7cc-4012-4994-bb05-b3a8f7d3394f/model-vers/model-ver/92de6c31-f21e-4cab-a8de-6bf3f2e44022?depth=0|INFO|404|Not Found|InvokeReturn
2022-06-02T11:47:44.354Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=ab88dc96-5a5f-4717-b4d5-a76206331836 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/e40dd7cc-4012-4994-bb05-b3a8f7d3394f/model-vers/model-ver/92de6c31-f21e-4cab-a8de-6bf3f2e44022 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/e40dd7cc-4012-4994-bb05-b3a8f7d3394f/model-vers/model-ver/92de6c31-f21e-4cab-a8de-6bf3f2e44022) (ec=ERR.5.4.6114)
2022-06-02T11:47:44.355Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=ab88dc96-5a5f-4717-b4d5-a76206331836 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/e40dd7cc-4012-4994-bb05-b3a8f7d3394f/model-vers/model-ver/92de6c31-f21e-4cab-a8de-6bf3f2e44022 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/e40dd7cc-4012-4994-bb05-b3a8f7d3394f/model-vers/model-ver/92de6c31-f21e-4cab-a8de-6bf3f2e44022) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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-06-02T11:47:44.355Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=ab88dc96-5a5f-4717-b4d5-a76206331836 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/e40dd7cc-4012-4994-bb05-b3a8f7d3394f/model-vers/model-ver/92de6c31-f21e-4cab-a8de-6bf3f2e44022 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/e40dd7cc-4012-4994-bb05-b3a8f7d3394f/model-vers/model-ver/92de6c31-f21e-4cab-a8de-6bf3f2e44022) (ec=ERR.5.4.6114)
2022-06-02T11:47:44.355Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=ab88dc96-5a5f-4717-b4d5-a76206331836 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/e40dd7cc-4012-4994-bb05-b3a8f7d3394f/model-vers/model-ver/92de6c31-f21e-4cab-a8de-6bf3f2e44022 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/e40dd7cc-4012-4994-bb05-b3a8f7d3394f/model-vers/model-ver/92de6c31-f21e-4cab-a8de-6bf3f2e44022) (ec=ERR.5.4.6114)
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-06-02T11:47:44.388Z|ab88dc96-5a5f-4717-b4d5-a76206331836|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-06-02T11:47:44.389Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ab88dc96-5a5f-4717-b4d5-a76206331836 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=ab88dc96-5a5f-4717-b4d5-a76206331836 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/e40dd7cc-4012-4994-bb05-b3a8f7d3394f/model-vers/model-ver/92de6c31-f21e-4cab-a8de-6bf3f2e44022 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/e40dd7cc-4012-4994-bb05-b3a8f7d3394f/model-vers/model-ver/92de6c31-f21e-4cab-a8de-6bf3f2e44022) (ec=ERR.5.4.6114)
2022-06-02T11:47:44.389Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-02T11:47:44.390Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:47:44.392Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:47:44.392Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170464389,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003dab88dc96-5a5f-4717-b4d5-a76206331836 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/e40dd7cc-4012-4994-bb05-b3a8f7d3394f/model-vers/model-ver/92de6c31-f21e-4cab-a8de-6bf3f2e44022 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/e40dd7cc-4012-4994-bb05-b3a8f7d3394f/model-vers/model-ver/92de6c31-f21e-4cab-a8de-6bf3f2e44022) (ec\u003dERR.5.4.6114)"
}
2022-06-02T11:47:44.492Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:47:44.494Z||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-06-02T11:47:44.494Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:47:44.525Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:47:44.526Z||pool-136-thread-1|||||INFO|500||cambria reply ok (33 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-06-02T11:47:45.420Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:47:45.421Z|ab88dc96-5a5f-4717-b4d5-a76206331836|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-06-02T11:47:45.421Z|ab88dc96-5a5f-4717-b4d5-a76206331836|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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:47:55.016Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:47:55.017Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:47:55.018Z|ab88dc96-5a5f-4717-b4d5-a76206331836|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-06-02T11:47:55.018Z|ab88dc96-5a5f-4717-b4d5-a76206331836|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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:48:01.711Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:48:01.711Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|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-06-02T11:48:01.711Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:48:01.745Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:48:01.746Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:48:01.746Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d44065ee-34b1-4f7b-ba1e-f11a2486e977",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170355674,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-02T11:48:01.747Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:48:01.748Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:48:01.748Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d44065ee-34b1-4f7b-ba1e-f11a2486e977",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170355674,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:48:01.748Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:48:01.748Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:48:01.748Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d44065ee-34b1-4f7b-ba1e-f11a2486e977",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170355674,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-02T11:48:01.749Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:48:01.750Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:48:01.750Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d44065ee-34b1-4f7b-ba1e-f11a2486e977",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170355674,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:48:01.750Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:48:01.750Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:48:01.750Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d44065ee-34b1-4f7b-ba1e-f11a2486e977",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170355674,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T11:48:01.750Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:48:01.750Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:48:01.751Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d44065ee-34b1-4f7b-ba1e-f11a2486e977",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170367752,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:48:01.751Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:48:01.751Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:48:01.751Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d44065ee-34b1-4f7b-ba1e-f11a2486e977",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170370179,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:48:01.751Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:48:01.751Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:48:01.751Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d44065ee-34b1-4f7b-ba1e-f11a2486e977",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170371512,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:48:01.751Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:48:01.752Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:48:01.752Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d44065ee-34b1-4f7b-ba1e-f11a2486e977",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170373118,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:48:01.752Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:48:01.752Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:48:01.752Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d44065ee-34b1-4f7b-ba1e-f11a2486e977",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170374233,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-02T11:48:01.752Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:48:01.752Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:48:01.753Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d44065ee-34b1-4f7b-ba1e-f11a2486e977",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170375237,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-02T11:48:01.753Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:48:01.753Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:48:01.753Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d44065ee-34b1-4f7b-ba1e-f11a2486e977",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170376242,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-02T11:48:01.753Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:48:01.753Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:48:01.753Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d44065ee-34b1-4f7b-ba1e-f11a2486e977",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170377246,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T11:48:01.753Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:48:01.753Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:48:01.754Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d44065ee-34b1-4f7b-ba1e-f11a2486e977",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170408490,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003dd44065ee-34b1-4f7b-ba1e-f11a2486e977 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/b361f33e-cb7e-4143-84dd-540f2e8d7771/model-vers/model-ver/ef530e18-c813-48e7-92a2-4c5d367d76f0 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b361f33e-cb7e-4143-84dd-540f2e8d7771/model-vers/model-ver/ef530e18-c813-48e7-92a2-4c5d367d76f0) (ec\u003dERR.5.4.6114)"
}
2022-06-02T11:48:01.754Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:48:01.754Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:48:01.754Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170355674,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:48:01.754Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:48:01.754Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:48:01.754Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170355674,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-06-02T11:48:01.754Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:48:01.755Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:48:01.755Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170355674,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-06-02T11:48:01.755Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:48:01.755Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:48:01.755Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170355674,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-02T11:48:01.755Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:48:01.755Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:48:01.755Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170355674,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-02T11:48:01.756Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:48:01.756Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:48:01.756Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170355674,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:48:01.756Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:48:01.756Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:48:01.756Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170355674,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-06-02T11:48:01.756Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:48:01.756Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:48:01.757Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170355674,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:48:01.757Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:48:01.757Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:48:01.757Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170355674,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T11:48:01.757Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:48:01.757Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:48:01.757Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170419094,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:48:01.757Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:48:04.601Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:48:04.601Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:48:04.602Z|ab88dc96-5a5f-4717-b4d5-a76206331836|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-06-02T11:48:04.602Z|ab88dc96-5a5f-4717-b4d5-a76206331836|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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:48:14.176Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:48:14.176Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:48:14.177Z|ab88dc96-5a5f-4717-b4d5-a76206331836|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-06-02T11:48:14.177Z|ab88dc96-5a5f-4717-b4d5-a76206331836|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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:48:23.823Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:48:23.823Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:48:23.823Z|ab88dc96-5a5f-4717-b4d5-a76206331836|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-06-02T11:48:23.824Z|ab88dc96-5a5f-4717-b4d5-a76206331836|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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:48:33.395Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:49:01.708Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:49:01.709Z|ab88dc96-5a5f-4717-b4d5-a76206331836|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-06-02T11:49:01.709Z|ab88dc96-5a5f-4717-b4d5-a76206331836|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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:49:01.711Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:49:01.711Z||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-06-02T11:49:01.711Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:49:01.767Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:49:01.768Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:49:01.768Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170421636,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:49:01.769Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:49:06.896Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:49:06.897Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-02T11:49:06.897Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"ceb7ab11-5abb-46bb-ad4c-de913255336e","serviceName":"vFW 2022-06-02 11-46-11","serviceVersion":"1.0","serviceUUID":"db0d128b-5711-4a52-8437-56c49b50f62a","serviceDescription":"catalog service description","serviceInvariantUUID":"854969ff-3aee-444e-b137-51322273ef13","resources":[{"resourceInstanceName":"vFW 637aeaff-d186 0","resourceName":"vFW 637aeaff-d186","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"353363e6-34af-425a-8379-6f91ed18dc39","resourceInvariantUUID":"e4f22b83-7d9c-4aaf-a49a-7f12e2526353","resourceCustomizationUUID":"2a598747-0514-4019-8c39-a1b73cb58f06","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220602114611/1.0/resourceInstances/vfw637aeaffd1860/artifacts/vf-license-model.xml","artifactChecksum":"YmI0OGE3MGE1NzU0ODAxZmM5MGJkYmQzOTFiMmY2MDk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"880b0b5e-8f61-4965-885c-6702c6575c57","artifactVersion":"1"},{"artifactName":"vfw637aeaffd1860_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220602114611/1.0/resourceInstances/vfw637aeaffd1860/artifacts/vfw637aeaffd1860_modules.json","artifactChecksum":"M2JlOWU2ZTA2YjY0N2I4NzdiMTJlMjI5ZjVlY2QyODE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"23af2428-3db4-47a2-bd2a-95d0fe0659ec","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220602114611/1.0/resourceInstances/vfw637aeaffd1860/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2be3176d-439f-4f9b-85e5-e6cdfb9f8cbd","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220602114611/1.0/resourceInstances/vfw637aeaffd1860/artifacts/vendor-license-model.xml","artifactChecksum":"OWQyYTE1YjY3ZTU0NWU4Njc3NmE2NDRkOWRiMDI0YjA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f7a481bf-0ea0-4a69-bac4-d5522f3dcf65","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220602114611/1.0/resourceInstances/vfw637aeaffd1860/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a9e8ff60-44cb-4f47-9b0e-839e85dade1f","artifactVersion":"2","generatedFromUUID":"2be3176d-439f-4f9b-85e5-e6cdfb9f8cbd"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220602114611-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220602114611/1.0/artifacts/service-Vfw20220602114611-template.yml","artifactChecksum":"NzEwOWM0NDE1Y2MzNjc4NjU2MzdmOTA2ZDIwYWM3Mjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"de7a0142-5dee-411f-acb0-00da83643a7f","artifactVersion":"1"},{"artifactName":"service-Vfw20220602114611-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220602114611/1.0/artifacts/service-Vfw20220602114611-csar.csar","artifactChecksum":"OWNiNzQ5NTdiNTQ1NDk1N2YxZDcxZGI0YzdiNDY1MzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"366adab4-17c2-4ade-80d1-3dd08f387e5a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-02T11:49:06.900Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T11:49:06.901Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:49:06.903Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:49:06.903Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ceb7ab11-5abb-46bb-ad4c-de913255336e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170541708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602114611/1.0/resourceInstances/vfw637aeaffd1860/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:49:07.004Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-02T11:49:07.004Z||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-06-02T11:49:07.005Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:49:07.045Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:49:07.046Z||pool-137-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:49:07.904Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T11:49:07.905Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:49:07.906Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:49:07.907Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ceb7ab11-5abb-46bb-ad4c-de913255336e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170541708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602114611/1.0/resourceInstances/vfw637aeaffd1860/artifacts/vfw637aeaffd1860_modules.json",
  "status": "NOTIFIED"
}
2022-06-02T11:49:08.007Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:49:08.008Z||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-06-02T11:49:08.008Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:49:08.037Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:49:08.037Z||pool-138-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:49:08.909Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T11:49:08.910Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:49:08.912Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:49:08.912Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ceb7ab11-5abb-46bb-ad4c-de913255336e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170541708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602114611/1.0/resourceInstances/vfw637aeaffd1860/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-02T11:49:09.012Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-02T11:49:09.013Z||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-06-02T11:49:09.013Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:49:09.046Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:49:09.047Z||pool-139-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1}
2022-06-02T11:49:09.913Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T11:49:09.914Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:49:09.915Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:49:09.916Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ceb7ab11-5abb-46bb-ad4c-de913255336e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170541708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602114611/1.0/resourceInstances/vfw637aeaffd1860/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:49:10.016Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-02T11:49:10.016Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T11:49:10.017Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:49:10.056Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:49:10.056Z||pool-140-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":1,"count":1}
2022-06-02T11:49:10.916Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T11:49:10.917Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:49:10.918Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:49:10.919Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ceb7ab11-5abb-46bb-ad4c-de913255336e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170541708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602114611/1.0/resourceInstances/vfw637aeaffd1860/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-02T11:49:11.024Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-06-02T11:49:11.025Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T11:49:11.025Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:49:11.059Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:49:11.059Z||pool-141-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:49:11.919Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T11:49:11.919Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:49:11.922Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:49:11.922Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ceb7ab11-5abb-46bb-ad4c-de913255336e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170541708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602114611/1.0/artifacts/service-Vfw20220602114611-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:49:12.022Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:49:12.023Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T11:49:12.023Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:49:12.055Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:49:12.055Z||pool-142-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1}
2022-06-02T11:49:12.922Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T11:49:12.923Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:49:12.924Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:49:12.924Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ceb7ab11-5abb-46bb-ad4c-de913255336e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170541708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602114611/1.0/artifacts/service-Vfw20220602114611-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T11:49:13.025Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:49:13.025Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T11:49:13.025Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:49:13.067Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:49:13.068Z||pool-143-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":1,"count":1}
2022-06-02T11:49:13.925Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "ceb7ab11-5abb-46bb-ad4c-de913255336e",
  "serviceName": "vFW 2022-06-02 11-46-11",
  "serviceVersion": "1.0",
  "serviceUUID": "db0d128b-5711-4a52-8437-56c49b50f62a",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "854969ff-3aee-444e-b137-51322273ef13",
  "resources": [
    {
      "resourceInstanceName": "vFW 637aeaff-d186 0",
      "resourceCustomizationUUID": "2a598747-0514-4019-8c39-a1b73cb58f06",
      "resourceName": "vFW 637aeaff-d186",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "353363e6-34af-425a-8379-6f91ed18dc39",
      "resourceInvariantUUID": "e4f22b83-7d9c-4aaf-a49a-7f12e2526353",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw637aeaffd1860_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220602114611/1.0/resourceInstances/vfw637aeaffd1860/artifacts/vfw637aeaffd1860_modules.json",
          "artifactChecksum": "M2JlOWU2ZTA2YjY0N2I4NzdiMTJlMjI5ZjVlY2QyODE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "23af2428-3db4-47a2-bd2a-95d0fe0659ec",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220602114611/1.0/resourceInstances/vfw637aeaffd1860/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "2be3176d-439f-4f9b-85e5-e6cdfb9f8cbd",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220602114611/1.0/resourceInstances/vfw637aeaffd1860/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a9e8ff60-44cb-4f47-9b0e-839e85dade1f",
            "generatedFromUUID": "2be3176d-439f-4f9b-85e5-e6cdfb9f8cbd"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220602114611/1.0/resourceInstances/vfw637aeaffd1860/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a9e8ff60-44cb-4f47-9b0e-839e85dade1f",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220602114611-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220602114611/1.0/artifacts/service-Vfw20220602114611-csar.csar",
      "artifactChecksum": "OWNiNzQ5NTdiNTQ1NDk1N2YxZDcxZGI0YzdiNDY1MzY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "366adab4-17c2-4ade-80d1-3dd08f387e5a"
    }
  ],
  "workloadContext": "Production"
}
2022-06-02T11:49:13.926Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-02T11:49:13.926Z|ab88dc96-5a5f-4717-b4d5-a76206331836|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 db0d128b-5711-4a52-8437-56c49b50f62a ASDC
2022-06-02T11:49:13.926Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:ceb7ab11-5abb-46bb-ad4c-de913255336e
ServiceName:vFW 2022-06-02 11-46-11
ServiceVersion:1.0
ServiceUUID:db0d128b-5711-4a52-8437-56c49b50f62a
ServiceInvariantUUID:854969ff-3aee-444e-b137-51322273ef13
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220602114611-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220602114611/1.0/artifacts/service-Vfw20220602114611-csar.csar
ArtifactUUID:366adab4-17c2-4ade-80d1-3dd08f387e5a
ArtifactChecksum:OWNiNzQ5NTdiNTQ1NDk1N2YxZDcxZGI0YzdiNDY1MzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 637aeaff-d186 0
ResourceCustomizationUUID:2a598747-0514-4019-8c39-a1b73cb58f06
ResourceInvariantUUID:e4f22b83-7d9c-4aaf-a49a-7f12e2526353
ResourceName:vFW 637aeaff-d186
ResourceType:VF
ResourceUUID:353363e6-34af-425a-8379-6f91ed18dc39
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw637aeaffd1860_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220602114611/1.0/resourceInstances/vfw637aeaffd1860/artifacts/vfw637aeaffd1860_modules.json
ArtifactUUID:23af2428-3db4-47a2-bd2a-95d0fe0659ec
ArtifactChecksum:M2JlOWU2ZTA2YjY0N2I4NzdiMTJlMjI5ZjVlY2QyODE=
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/Vfw20220602114611/1.0/resourceInstances/vfw637aeaffd1860/artifacts/base_vfw.yaml
ArtifactUUID:2be3176d-439f-4f9b-85e5-e6cdfb9f8cbd
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/Vfw20220602114611/1.0/resourceInstances/vfw637aeaffd1860/artifacts/base_vfw.env
ArtifactUUID:a9e8ff60-44cb-4f47-9b0e-839e85dade1f
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/Vfw20220602114611/1.0/resourceInstances/vfw637aeaffd1860/artifacts/base_vfw.env
ArtifactUUID:a9e8ff60-44cb-4f47-9b0e-839e85dade1f
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-02T11:49:13.926Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF db0d128b-5711-4a52-8437-56c49b50f62a 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-06-02T11:49:13.955Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-02T11:49:13.956Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-06-02T11:49:13.957Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-06-02T11:49:13.957Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 366adab4-17c2-4ade-80d1-3dd08f387e5a from URL: /sdc/v1/catalog/services/Vfw20220602114611/1.0/artifacts/service-Vfw20220602114611-csar.csar
2022-06-02T11:49:13.957Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-06-02T11:49:13.958Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220602114611/1.0/artifacts/service-Vfw20220602114611-csar.csar
2022-06-02T11:49:14.217Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-06-02T11:49:14.224Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220602114611/1.0/artifacts/service-Vfw20220602114611-csar.csar 366adab4-17c2-4ade-80d1-3dd08f387e5a 99003
2022-06-02T11:49:14.225Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220602114611/1.0/artifacts/service-Vfw20220602114611-csar.csar ASDC sendASDCNotification
2022-06-02T11:49:14.225Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602114611/1.0/artifacts/service-Vfw20220602114611-csar.csar
2022-06-02T11:49:14.226Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T11:49:14.226Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:49:14.229Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:49:14.229Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ceb7ab11-5abb-46bb-ad4c-de913255336e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170554225,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602114611/1.0/artifacts/service-Vfw20220602114611-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:49:14.329Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:49:14.330Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T11:49:14.330Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:49:14.353Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:49:14.354Z||pool-144-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:49:15.230Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-02T11:49:15.230Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-06-02T11:49:15.231Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 366adab4-17c2-4ade-80d1-3dd08f387e5a, URL: /sdc/v1/catalog/services/Vfw20220602114611/1.0/artifacts/service-Vfw20220602114611-csar.csar to file: /app/ASDC/1/service-Vfw20220602114611-csar.csar
2022-06-02T11:49:15.231Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220602114611-csar.csar
2022-06-02T11:49:15.232Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220602114611-csar.csar
2022-06-02T11:49:15.232Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220602114611-csar.csar
2022-06-02T11:49:15.495Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8303200707878051463/Definitions/service-Vfw20220602114611-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-06-02T11:49:17.790Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-02T11:49:17.791Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-06-02T11:49:17.791Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220602114611-csar.csar
2022-06-02T11:49:17.791Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-02T11:49:17.791Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||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-Vfw20220602114611-csar.csar
2022-06-02T11:49:17.792Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||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-Vfw20220602114611-csar.csar
2022-06-02T11:49:17.792Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|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-Vfw20220602114611-csar.csar
2022-06-02T11:49:17.792Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220602114611-csar.csar
2022-06-02T11:49:17.792Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220602114611-csar.csar
2022-06-02T11:49:17.792Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||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-Vfw20220602114611-csar.csar
2022-06-02T11:49:17.792Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|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-Vfw20220602114611-csar.csar
2022-06-02T11:49:17.793Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|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-Vfw20220602114611-csar.csar
2022-06-02T11:49:17.793Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220602114611-csar.csar
2022-06-02T11:49:17.793Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 637aeaff-d186 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-Vfw20220602114611-csar.csar
2022-06-02T11:49:17.793Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|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-Vfw20220602114611-csar.csar
2022-06-02T11:49:17.793Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220602114611-csar.csar
2022-06-02T11:49:17.793Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|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-Vfw20220602114611-csar.csar
2022-06-02T11:49:17.793Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-06-02T11:49:17.794Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:49:17.794Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-02 11-46-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:49:17.794Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Node template vFW 637aeaff-d186 0 is matching search criteria
2022-06-02T11:49:17.794Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-06-02T11:49:17.795Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 637aeaff-d186 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-02T11:49:17.795Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:49:17.795Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-02 11-46-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:49:17.795Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Node template vFW 637aeaff-d186 0 is matching search criteria
2022-06-02T11:49:17.796Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-06-02T11:49:17.796Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 637aeaff-d186 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-02T11:49:17.796Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:49:17.796Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-02 11-46-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:49:17.797Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:49:17.797Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Node template vFW 637aeaff-d186 0 is not matching search criteria
2022-06-02T11:49:17.797Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T11:49:17.797Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T11:49:17.797Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-02T11:49:17.798Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-02T11:49:17.798Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-02T11:49:17.798Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T11:49:17.798Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-02T11:49:17.798Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-02T11:49:17.799Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-02T11:49:17.799Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-02T11:49:17.799Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-02T11:49:17.799Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-02T11:49:17.799Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-02T11:49:17.800Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-02T11:49:17.800Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T11:49:17.800Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-02T11:49:17.800Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:49:17.800Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-02 11-46-11 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-02T11:49:17.800Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:49:17.801Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Node template vFW 637aeaff-d186 0 is matching search criteria
2022-06-02T11:49:17.801Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 637aeaff-d186 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T11:49:17.801Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:49:17.801Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Node template vFW 637aeaff-d186 0 is matching search criteria
2022-06-02T11:49:17.801Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 637aeaff-d186 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T11:49:17.801Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:49:17.802Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Node template vFW 637aeaff-d186 0 is matching search criteria
2022-06-02T11:49:17.802Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 637aeaff-d186 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T11:49:17.802Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:49:17.802Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Node template vFW 637aeaff-d186 0 is not matching search criteria
2022-06-02T11:49:17.802Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T11:49:17.802Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T11:49:17.802Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-02T11:49:17.802Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-02T11:49:17.803Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-02T11:49:17.803Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-02T11:49:17.803Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-02T11:49:17.803Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-02T11:49:17.803Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-02T11:49:17.803Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-02T11:49:17.803Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T11:49:17.804Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=09e17872-a663-4b4b-9a20-cfb5c39c379f
2022-06-02T11:49:17.804Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:49:17.804Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Node template vFW 637aeaff-d186 0 is not matching search criteria
2022-06-02T11:49:17.804Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T11:49:17.804Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T11:49:17.804Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-02T11:49:17.804Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-02T11:49:17.804Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-02T11:49:17.805Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T11:49:17.805Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-02T11:49:17.805Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-02T11:49:17.805Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-02T11:49:17.805Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-02T11:49:17.805Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-02T11:49:17.805Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T11:49:17.806Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=5a11cf20-0e9e-4ed3-98c7-0bd385505c9d
2022-06-02T11:49:17.806Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:49:17.806Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Node template vFW 637aeaff-d186 0 is not matching search criteria
2022-06-02T11:49:17.806Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T11:49:17.806Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T11:49:17.806Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-02T11:49:17.806Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-02T11:49:17.807Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-02T11:49:17.807Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T11:49:17.807Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-02T11:49:17.807Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-02T11:49:17.807Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-02T11:49:17.807Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-02T11:49:17.807Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-02T11:49:17.807Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-02T11:49:17.808Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=0ad2140a-4a81-40df-96b8-c3be5482ec8b
2022-06-02T11:49:17.808Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:49:17.808Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-02 11-46-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:49:17.808Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:49:17.809Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-02 11-46-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:49:17.809Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:49:17.809Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-02 11-46-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:49:17.809Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:49:17.809Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-02 11-46-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:49:17.809Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-06-02 11-46-11
Description:catalog service description
Model UUID:db0d128b-5711-4a52-8437-56c49b50f62a
Model Version:NULL
Model InvariantUuid:854969ff-3aee-444e-b137-51322273ef13
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 637aeaff-d186
Model UUID:a8bf3611-6707-458f-a1b0-64fcd42b292e
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e4f22b83-7d9c-4aaf-a49a-7f12e2526353
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:2a598747-0514-4019-8c39-a1b73cb58f06
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:315209f2-bc7e-4ec8-880e-d0df5e77cd05
ModelName:Vfw637aeaffD186..base_vfw..module-0
ModelUuid:dbe7c7cb-61dd-4550-951e-a2da37c737d9
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:09e17872-a663-4b4b-9a20-cfb5c39c379f
ModelInvariantUuid:396f60bc-a988-4f45-bdf5-58090de93fae
ModelName:vFW 637aeaff-d186-nodes.vfwCvfc
ModelUuid:c43ec68c-c915-4771-81ed-80387331554e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:75ade4fd-229a-4eaa-b3b5-e397a075aa9c
ModelInvariantUuid:5d4ce816-5957-4bdc-a849-1301ca468ccd
ModelName:Vfw637aeaffD186.compute.nodes.heat.vfw
ModelUuid:ca40de6d-1fd3-49dc-b82f-70b106774c18
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:5a11cf20-0e9e-4ed3-98c7-0bd385505c9d
ModelInvariantUuid:60e04a75-c070-4800-b701-b945b770b4e6
ModelName:vFW 637aeaff-d186-nodes.vsnCvfc
ModelUuid:b6e01451-c280-4b5d-91b4-bb27ab4ae0ae
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:4113c359-da80-4fa9-b12b-834f5bf58e11
ModelInvariantUuid:5bf60fee-f311-458e-a3ae-fa990af06688
ModelName:Vfw637aeaffD186.compute.nodes.heat.vsn
ModelUuid:836c0370-07db-439d-af37-1d59d1af1ff1
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:0ad2140a-4a81-40df-96b8-c3be5482ec8b
ModelInvariantUuid:c93ee7fd-460a-4602-b3e0-243b53098b8f
ModelName:vFW 637aeaff-d186-nodes.vpgCvfc
ModelUuid:817be9a7-9630-43ca-b9ea-bcf2fbd942d4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:ffd9d547-cbd5-4c76-8a24-f34954ebf5b8
ModelInvariantUuid:aec80bea-5cbb-41ba-a4dd-7bd515a27efa
ModelName:Vfw637aeaffD186.compute.nodes.heat.vpg
ModelUuid:c4f9e6a6-af29-4b92-96ae-92875568533d
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-06-02T11:49:17.823Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 353363e6-34af-425a-8379-6f91ed18dc39
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-06-02T11:49:17.826Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||INFO|500||vFW 637aeaff-d186 0
2022-06-02T11:49:17.826Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 353363e6-34af-425a-8379-6f91ed18dc39
2022-06-02T11:49:17.826Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 23af2428-3db4-47a2-bd2a-95d0fe0659ec from URL: /sdc/v1/catalog/services/Vfw20220602114611/1.0/resourceInstances/vfw637aeaffd1860/artifacts/vfw637aeaffd1860_modules.json
2022-06-02T11:49:17.826Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-06-02T11:49:17.826Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220602114611/1.0/resourceInstances/vfw637aeaffd1860/artifacts/vfw637aeaffd1860_modules.json
2022-06-02T11:49:18.058Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-06-02T11:49:18.059Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220602114611/1.0/resourceInstances/vfw637aeaffd1860/artifacts/vfw637aeaffd1860_modules.json 23af2428-3db4-47a2-bd2a-95d0fe0659ec 785
2022-06-02T11:49:18.059Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220602114611/1.0/resourceInstances/vfw637aeaffd1860/artifacts/vfw637aeaffd1860_modules.json ASDC sendASDCNotification
2022-06-02T11:49:18.059Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602114611/1.0/resourceInstances/vfw637aeaffd1860/artifacts/vfw637aeaffd1860_modules.json
2022-06-02T11:49:18.060Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T11:49:18.060Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:49:18.063Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:49:18.063Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ceb7ab11-5abb-46bb-ad4c-de913255336e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170558059,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602114611/1.0/resourceInstances/vfw637aeaffd1860/artifacts/vfw637aeaffd1860_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:49:18.163Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:49:18.164Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T11:49:18.164Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:49:18.179Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:49:18.179Z||pool-145-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:49:19.063Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw637aeaffD186..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "315209f2-bc7e-4ec8-880e-d0df5e77cd05",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "dbe7c7cb-61dd-4550-951e-a2da37c737d9",
    "vfModuleModelCustomizationUUID": "68dd0960-5fc8-4aaf-9799-9eab14bd14e0",
    "isBase": true,
    "artifacts": [
      "2be3176d-439f-4f9b-85e5-e6cdfb9f8cbd",
      "a9e8ff60-44cb-4f47-9b0e-839e85dade1f"
    ],
    "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-06-02T11:49:19.066Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw637aeaffD186..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:dbe7c7cb-61dd-4550-951e-a2da37c737d9
VfModuleModelInvariantUUID:315209f2-bc7e-4ec8-880e-d0df5e77cd05
VfModuleModelDescription:NULL
Artifacts UUID List:{
2be3176d-439f-4f9b-85e5-e6cdfb9f8cbd
,
a9e8ff60-44cb-4f47-9b0e-839e85dade1f

}
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-06-02T11:49:19.069Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw637aeaffD186..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "315209f2-bc7e-4ec8-880e-d0df5e77cd05",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "dbe7c7cb-61dd-4550-951e-a2da37c737d9",
    "vfModuleModelCustomizationUUID": "68dd0960-5fc8-4aaf-9799-9eab14bd14e0",
    "isBase": true,
    "artifacts": [
      "2be3176d-439f-4f9b-85e5-e6cdfb9f8cbd",
      "a9e8ff60-44cb-4f47-9b0e-839e85dade1f"
    ],
    "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-06-02T11:49:19.070Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw637aeaffD186..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:dbe7c7cb-61dd-4550-951e-a2da37c737d9
VfModuleModelInvariantUUID:315209f2-bc7e-4ec8-880e-d0df5e77cd05
VfModuleModelDescription:NULL
Artifacts UUID List:{
2be3176d-439f-4f9b-85e5-e6cdfb9f8cbd
,
a9e8ff60-44cb-4f47-9b0e-839e85dade1f

}
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-06-02T11:49:19.070Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 2be3176d-439f-4f9b-85e5-e6cdfb9f8cbd from URL: /sdc/v1/catalog/services/Vfw20220602114611/1.0/resourceInstances/vfw637aeaffd1860/artifacts/base_vfw.yaml
2022-06-02T11:49:19.070Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-06-02T11:49:19.070Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220602114611/1.0/resourceInstances/vfw637aeaffd1860/artifacts/base_vfw.yaml
2022-06-02T11:49:19.750Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-06-02T11:49:19.751Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220602114611/1.0/resourceInstances/vfw637aeaffd1860/artifacts/base_vfw.yaml 2be3176d-439f-4f9b-85e5-e6cdfb9f8cbd 20368
2022-06-02T11:49:19.752Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220602114611/1.0/resourceInstances/vfw637aeaffd1860/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-02T11:49:19.752Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602114611/1.0/resourceInstances/vfw637aeaffd1860/artifacts/base_vfw.yaml
2022-06-02T11:49:19.752Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T11:49:19.753Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:49:19.755Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:49:19.755Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ceb7ab11-5abb-46bb-ad4c-de913255336e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170559752,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602114611/1.0/resourceInstances/vfw637aeaffd1860/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:49:19.855Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-02T11:49:19.856Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T11:49:19.856Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:49:19.876Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:49:19.877Z||pool-146-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:49:20.756Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: a9e8ff60-44cb-4f47-9b0e-839e85dade1f from URL: /sdc/v1/catalog/services/Vfw20220602114611/1.0/resourceInstances/vfw637aeaffd1860/artifacts/base_vfw.env
2022-06-02T11:49:20.757Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-06-02T11:49:20.757Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220602114611/1.0/resourceInstances/vfw637aeaffd1860/artifacts/base_vfw.env
2022-06-02T11:49:21.409Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-06-02T11:49:21.410Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220602114611/1.0/resourceInstances/vfw637aeaffd1860/artifacts/base_vfw.env a9e8ff60-44cb-4f47-9b0e-839e85dade1f 2098
2022-06-02T11:49:21.412Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220602114611/1.0/resourceInstances/vfw637aeaffd1860/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-02T11:49:21.413Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602114611/1.0/resourceInstances/vfw637aeaffd1860/artifacts/base_vfw.env
2022-06-02T11:49:21.413Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T11:49:21.413Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:49:21.415Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:49:21.415Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ceb7ab11-5abb-46bb-ad4c-de913255336e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170561412,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602114611/1.0/resourceInstances/vfw637aeaffd1860/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:49:21.516Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-02T11:49:21.517Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T11:49:21.517Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:49:21.548Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:49:21.549Z||pool-147-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:49:22.415Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: db0d128b-5711-4a52-8437-56c49b50f62a
2022-06-02T11:49:22.416Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 637aeaff-d186 0 353363e6-34af-425a-8379-6f91ed18dc39 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-06-02T11:49:22.434Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1513fc05, org.onap.sdc.toscaparser.api.parameters.Input@1e80362f, org.onap.sdc.toscaparser.api.parameters.Input@11e423f3, org.onap.sdc.toscaparser.api.parameters.Input@19014a77, org.onap.sdc.toscaparser.api.parameters.Input@13f87e86]
2022-06-02T11:49:22.436Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:49:22.436Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-02 11-46-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:49:22.436Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-06-02T11:49:22.436Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 2a598747-0514-4019-8c39-a1b73cb58f06
2022-06-02T11:49:22.436Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2a598747-0514-4019-8c39-a1b73cb58f06 matches Tosca VF Customization UUID: 2a598747-0514-4019-8c39-a1b73cb58f06
2022-06-02T11:49:22.437Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 2a598747-0514-4019-8c39-a1b73cb58f06  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-06-02T11:49:22.440Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:49:22.440Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-02 11-46-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:49:22.440Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 2a598747-0514-4019-8c39-a1b73cb58f06: {\"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-06-02T11:49:22.440Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2f5cf54c
2022-06-02T11:49:22.440Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:49:22.441Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-02 11-46-11 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-02T11:49:22.441Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 68dd0960-5fc8-4aaf-9799-9eab14bd14e0
2022-06-02T11:49:22.441Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 68dd0960-5fc8-4aaf-9799-9eab14bd14e0
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-06-02T11:49:22.443Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:49:22.444Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Node template vFW 637aeaff-d186 0 is matching search criteria
2022-06-02T11:49:22.444Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 637aeaff-d186 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T11:49:22.444Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:49:22.444Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Node template vFW 637aeaff-d186 0 is matching search criteria
2022-06-02T11:49:22.445Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 637aeaff-d186 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T11:49:22.445Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:49:22.445Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Node template vFW 637aeaff-d186 0 is not matching search criteria
2022-06-02T11:49:22.445Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T11:49:22.445Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T11:49:22.446Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-02T11:49:22.446Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-02T11:49:22.446Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-02T11:49:22.446Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-02T11:49:22.447Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-02T11:49:22.447Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-02T11:49:22.447Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-02T11:49:22.447Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-02T11:49:22.447Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T11:49:22.448Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=09e17872-a663-4b4b-9a20-cfb5c39c379f
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-06-02T11:49:22.451Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:49:22.451Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Node template vFW 637aeaff-d186 0 is matching search criteria
2022-06-02T11:49:22.451Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 637aeaff-d186 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T11:49:22.451Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:49:22.451Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Node template vFW 637aeaff-d186 0 is not matching search criteria
2022-06-02T11:49:22.451Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T11:49:22.452Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T11:49:22.452Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-02T11:49:22.452Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-02T11:49:22.452Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-02T11:49:22.452Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T11:49:22.452Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-02T11:49:22.453Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-02T11:49:22.453Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-02T11:49:22.453Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-02T11:49:22.453Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-02T11:49:22.453Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T11:49:22.453Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=5a11cf20-0e9e-4ed3-98c7-0bd385505c9d
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-06-02T11:49:22.457Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:49:22.457Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Node template vFW 637aeaff-d186 0 is matching search criteria
2022-06-02T11:49:22.457Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 637aeaff-d186 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T11:49:22.457Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:49:22.457Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Node template vFW 637aeaff-d186 0 is not matching search criteria
2022-06-02T11:49:22.457Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T11:49:22.458Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T11:49:22.458Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-02T11:49:22.458Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-02T11:49:22.458Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-02T11:49:22.458Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T11:49:22.458Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-02T11:49:22.458Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-02T11:49:22.459Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-02T11:49:22.459Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-02T11:49:22.459Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-02T11:49:22.459Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-02T11:49:22.459Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=0ad2140a-4a81-40df-96b8-c3be5482ec8b
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-06-02T11:49:22.461Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:49:22.462Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Node template vFW 637aeaff-d186 0 is matching search criteria
2022-06-02T11:49:22.462Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 637aeaff-d186 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T11:49:22.462Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:49:22.462Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Node template vFW 637aeaff-d186 0 is matching search criteria
2022-06-02T11:49:22.462Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 637aeaff-d186 0] matching following query criteria: sdcType=VF, customizationUUID=2a598747-0514-4019-8c39-a1b73cb58f06
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-06-02T11:49:22.464Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:49:22.464Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-02 11-46-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:49:22.464Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid db0d128b-5711-4a52-8437-56c49b50f62a: vFW 637aeaff-d186
2022-06-02T11:49:22.464Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:49:22.465Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-02 11-46-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:49:22.465Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:49:22.465Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-02 11-46-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:49:22.465Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:49:22.465Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-02 11-46-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:49:22.465Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:49:22.465Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-02 11-46-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:49:22.465Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:49:22.466Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-02 11-46-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:49:22.466Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2022-06-02 11-46-11 
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-06-02T11:49:22.674Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 637aeaff-d186 353363e6-34af-425a-8379-6f91ed18dc39 1 ASDC deployResourceStructure
2022-06-02T11:49:22.674Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220602114611/1.0/resourceInstances/vfw637aeaffd1860/artifacts/vfw637aeaffd1860_modules.json ASDC sendASDCNotification
2022-06-02T11:49:22.674Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602114611/1.0/resourceInstances/vfw637aeaffd1860/artifacts/vfw637aeaffd1860_modules.json
2022-06-02T11:49:22.674Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T11:49:22.675Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:49:22.677Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:49:22.677Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ceb7ab11-5abb-46bb-ad4c-de913255336e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170562674,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602114611/1.0/resourceInstances/vfw637aeaffd1860/artifacts/vfw637aeaffd1860_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-02T11:49:22.777Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:49:22.778Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T11:49:22.779Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:49:22.797Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:49:22.797Z||pool-148-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:49:23.681Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220602114611/1.0/resourceInstances/vfw637aeaffd1860/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-02T11:49:23.681Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602114611/1.0/resourceInstances/vfw637aeaffd1860/artifacts/base_vfw.yaml
2022-06-02T11:49:23.681Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T11:49:23.681Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:49:23.683Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:49:23.683Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ceb7ab11-5abb-46bb-ad4c-de913255336e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170563681,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602114611/1.0/resourceInstances/vfw637aeaffd1860/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-02T11:49:23.783Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-02T11:49:23.784Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T11:49:23.784Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:49:23.838Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:49:23.839Z||pool-149-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:49:24.684Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220602114611/1.0/resourceInstances/vfw637aeaffd1860/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-02T11:49:24.684Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602114611/1.0/resourceInstances/vfw637aeaffd1860/artifacts/base_vfw.env
2022-06-02T11:49:24.684Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T11:49:24.685Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:49:24.687Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:49:24.687Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ceb7ab11-5abb-46bb-ad4c-de913255336e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170564684,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602114611/1.0/resourceInstances/vfw637aeaffd1860/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-02T11:49:24.787Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:49:24.787Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T11:49:24.787Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:49:24.825Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:49:24.826Z||pool-150-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:49:25.689Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220602114611/1.0/artifacts/service-Vfw20220602114611-csar.csar ASDC sendASDCNotification
2022-06-02T11:49:25.689Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602114611/1.0/artifacts/service-Vfw20220602114611-csar.csar
2022-06-02T11:49:25.689Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T11:49:25.689Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:49:25.691Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:49:25.691Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ceb7ab11-5abb-46bb-ad4c-de913255336e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170565689,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602114611/1.0/artifacts/service-Vfw20220602114611-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T11:49:25.791Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:49:25.792Z||pool-151-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T11:49:25.793Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:49:25.817Z||pool-151-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:49:25.818Z||pool-151-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:49:26.692Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ceb7ab11-5abb-46bb-ad4c-de913255336e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-02T11:49:26.704Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ceb7ab11-5abb-46bb-ad4c-de913255336e
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-06-02T11:49:26.706Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T11:49:26.706Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-02T11:49:26.706Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-02T11:49:56.706Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ceb7ab11-5abb-46bb-ad4c-de913255336e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-02T11:49:56.714Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ceb7ab11-5abb-46bb-ad4c-de913255336e
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-06-02T11:49:56.715Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T11:49:56.715Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-02T11:49:56.715Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-02T11:50:01.711Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:50:01.711Z||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-06-02T11:50:01.711Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:50:01.779Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:50:01.779Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:50:01.779Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170422947,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:50:01.780Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:50:01.780Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:50:01.780Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170424254,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:50:01.780Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:50:01.781Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:50:01.781Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170425544,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:50:01.781Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:50:01.781Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:50:01.781Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170426832,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:50:01.781Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:50:01.781Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:50:01.781Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170428161,
  "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-06-02T11:50:01.782Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:50:01.782Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:50:01.782Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170429166,
  "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-06-02T11:50:01.782Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:50:01.782Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:50:01.782Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170430169,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-02T11:50:01.782Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:50:01.782Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:50:01.782Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170431180,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-06-02T11:50:01.782Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:50:01.782Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:50:01.783Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170432184,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-06-02T11:50:01.783Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:50:01.783Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:50:01.783Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170433188,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T11:50:01.783Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:50:01.783Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:50:01.783Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab88dc96-5a5f-4717-b4d5-a76206331836",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170464389,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003dab88dc96-5a5f-4717-b4d5-a76206331836 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/e40dd7cc-4012-4994-bb05-b3a8f7d3394f/model-vers/model-ver/92de6c31-f21e-4cab-a8de-6bf3f2e44022 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/e40dd7cc-4012-4994-bb05-b3a8f7d3394f/model-vers/model-ver/92de6c31-f21e-4cab-a8de-6bf3f2e44022) (ec\u003dERR.5.4.6114)"
}
2022-06-02T11:50:01.783Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:50:26.716Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ceb7ab11-5abb-46bb-ad4c-de913255336e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-02T11:50:26.728Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ceb7ab11-5abb-46bb-ad4c-de913255336e
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-06-02T11:50:26.731Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T11:50:26.731Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-02T11:50:26.731Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-02T11:50:56.731Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ceb7ab11-5abb-46bb-ad4c-de913255336e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-02T11:50:56.747Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ceb7ab11-5abb-46bb-ad4c-de913255336e
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-06-02T11:50:56.749Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T11:50:56.749Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-02T11:50:56.749Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-02T11:51:01.711Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:51:01.711Z||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-06-02T11:51:01.711Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:51:01.757Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:51:01.759Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:51:01.759Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ceb7ab11-5abb-46bb-ad4c-de913255336e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170541708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602114611/1.0/resourceInstances/vfw637aeaffd1860/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:51:01.760Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:51:01.760Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:51:01.760Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ceb7ab11-5abb-46bb-ad4c-de913255336e",
  "consumerID": "clamp",
  "timestamp": 1654170544755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602114611/1.0/resourceInstances/vfw637aeaffd1860/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:51:01.760Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:51:01.760Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:51:01.760Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ceb7ab11-5abb-46bb-ad4c-de913255336e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654170536636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602114611/1.0/resourceInstances/vfw637aeaffd1860/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:51:01.760Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:51:01.760Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:51:01.760Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ceb7ab11-5abb-46bb-ad4c-de913255336e",
  "consumerID": "policy-id",
  "timestamp": 1654170544763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602114611/1.0/resourceInstances/vfw637aeaffd1860/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:51:01.760Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:51:01.760Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:51:01.761Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ceb7ab11-5abb-46bb-ad4c-de913255336e",
  "consumerID": "cds",
  "timestamp": 1654170546248,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602114611/1.0/resourceInstances/vfw637aeaffd1860/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:51:01.761Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:51:01.761Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:51:01.761Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ceb7ab11-5abb-46bb-ad4c-de913255336e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170541708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602114611/1.0/resourceInstances/vfw637aeaffd1860/artifacts/vfw637aeaffd1860_modules.json",
  "status": "NOTIFIED"
}
2022-06-02T11:51:01.761Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:51:01.761Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:51:01.761Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ceb7ab11-5abb-46bb-ad4c-de913255336e",
  "consumerID": "clamp",
  "timestamp": 1654170544755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602114611/1.0/resourceInstances/vfw637aeaffd1860/artifacts/vfw637aeaffd1860_modules.json",
  "status": "NOTIFIED"
}
2022-06-02T11:51:01.761Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:51:01.761Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:51:01.761Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ceb7ab11-5abb-46bb-ad4c-de913255336e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654170536636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602114611/1.0/resourceInstances/vfw637aeaffd1860/artifacts/vfw637aeaffd1860_modules.json",
  "status": "NOTIFIED"
}
2022-06-02T11:51:01.761Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:51:01.761Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:51:01.761Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ceb7ab11-5abb-46bb-ad4c-de913255336e",
  "consumerID": "policy-id",
  "timestamp": 1654170544763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602114611/1.0/resourceInstances/vfw637aeaffd1860/artifacts/vfw637aeaffd1860_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:51:01.762Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:51:01.762Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:51:01.762Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ceb7ab11-5abb-46bb-ad4c-de913255336e",
  "consumerID": "cds",
  "timestamp": 1654170546248,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602114611/1.0/resourceInstances/vfw637aeaffd1860/artifacts/vfw637aeaffd1860_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:51:01.762Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:51:01.762Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:51:01.762Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ceb7ab11-5abb-46bb-ad4c-de913255336e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170541708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602114611/1.0/resourceInstances/vfw637aeaffd1860/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-02T11:51:01.762Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:51:01.762Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:51:01.762Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ceb7ab11-5abb-46bb-ad4c-de913255336e",
  "consumerID": "clamp",
  "timestamp": 1654170544755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602114611/1.0/resourceInstances/vfw637aeaffd1860/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:51:01.762Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:51:01.762Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:51:01.762Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ceb7ab11-5abb-46bb-ad4c-de913255336e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654170536636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602114611/1.0/resourceInstances/vfw637aeaffd1860/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-02T11:51:01.763Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:51:01.763Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:51:01.763Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ceb7ab11-5abb-46bb-ad4c-de913255336e",
  "consumerID": "policy-id",
  "timestamp": 1654170544763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602114611/1.0/resourceInstances/vfw637aeaffd1860/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-02T11:51:01.763Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:51:01.763Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:51:01.763Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ceb7ab11-5abb-46bb-ad4c-de913255336e",
  "consumerID": "cds",
  "timestamp": 1654170546248,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602114611/1.0/resourceInstances/vfw637aeaffd1860/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:51:01.763Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:51:01.763Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:51:01.763Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ceb7ab11-5abb-46bb-ad4c-de913255336e",
  "consumerID": "aai-ml",
  "timestamp": 1654170548714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602114611/1.0/resourceInstances/vfw637aeaffd1860/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:51:01.763Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:51:01.764Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:51:01.764Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ceb7ab11-5abb-46bb-ad4c-de913255336e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170541708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602114611/1.0/resourceInstances/vfw637aeaffd1860/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:51:01.764Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:51:01.764Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:51:01.764Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ceb7ab11-5abb-46bb-ad4c-de913255336e",
  "consumerID": "clamp",
  "timestamp": 1654170544755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602114611/1.0/resourceInstances/vfw637aeaffd1860/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:51:01.764Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:51:01.764Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:51:01.764Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ceb7ab11-5abb-46bb-ad4c-de913255336e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654170536636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602114611/1.0/resourceInstances/vfw637aeaffd1860/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:51:01.764Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:51:01.764Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:51:01.764Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ceb7ab11-5abb-46bb-ad4c-de913255336e",
  "consumerID": "policy-id",
  "timestamp": 1654170544763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602114611/1.0/resourceInstances/vfw637aeaffd1860/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:51:01.765Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:51:01.765Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:51:01.765Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ceb7ab11-5abb-46bb-ad4c-de913255336e",
  "consumerID": "cds",
  "timestamp": 1654170546248,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602114611/1.0/resourceInstances/vfw637aeaffd1860/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:51:01.765Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:51:01.765Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:51:01.765Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ceb7ab11-5abb-46bb-ad4c-de913255336e",
  "consumerID": "aai-ml",
  "timestamp": 1654170548714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602114611/1.0/resourceInstances/vfw637aeaffd1860/artifacts/vfw637aeaffd1860_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:51:01.765Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:51:01.765Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:51:01.765Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ceb7ab11-5abb-46bb-ad4c-de913255336e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654170536636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602114611/1.0/resourceInstances/vfw637aeaffd1860/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-02T11:51:01.765Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:51:01.766Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:51:01.766Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ceb7ab11-5abb-46bb-ad4c-de913255336e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170541708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602114611/1.0/resourceInstances/vfw637aeaffd1860/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-02T11:51:01.766Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:51:01.766Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:51:01.766Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ceb7ab11-5abb-46bb-ad4c-de913255336e",
  "consumerID": "clamp",
  "timestamp": 1654170544755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602114611/1.0/resourceInstances/vfw637aeaffd1860/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:51:01.766Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:51:01.766Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:51:01.766Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ceb7ab11-5abb-46bb-ad4c-de913255336e",
  "consumerID": "policy-id",
  "timestamp": 1654170544763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602114611/1.0/resourceInstances/vfw637aeaffd1860/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:51:01.766Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:51:01.766Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:51:01.766Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ceb7ab11-5abb-46bb-ad4c-de913255336e",
  "consumerID": "cds",
  "timestamp": 1654170546248,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602114611/1.0/resourceInstances/vfw637aeaffd1860/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:51:01.766Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:51:01.767Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:51:01.767Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ceb7ab11-5abb-46bb-ad4c-de913255336e",
  "consumerID": "aai-ml",
  "timestamp": 1654170548714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602114611/1.0/resourceInstances/vfw637aeaffd1860/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:51:01.767Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:51:01.767Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:51:01.767Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ceb7ab11-5abb-46bb-ad4c-de913255336e",
  "consumerID": "clamp",
  "timestamp": 1654170544755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602114611/1.0/artifacts/service-Vfw20220602114611-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:51:01.767Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:51:01.767Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:51:01.767Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ceb7ab11-5abb-46bb-ad4c-de913255336e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170541708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602114611/1.0/artifacts/service-Vfw20220602114611-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:51:01.767Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:51:01.767Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:51:01.767Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ceb7ab11-5abb-46bb-ad4c-de913255336e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654170536636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602114611/1.0/artifacts/service-Vfw20220602114611-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:51:01.767Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:51:01.768Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:51:01.768Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ceb7ab11-5abb-46bb-ad4c-de913255336e",
  "consumerID": "policy-id",
  "timestamp": 1654170544763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602114611/1.0/artifacts/service-Vfw20220602114611-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:51:01.768Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:51:01.768Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:51:01.768Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ceb7ab11-5abb-46bb-ad4c-de913255336e",
  "consumerID": "cds",
  "timestamp": 1654170546248,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602114611/1.0/artifacts/service-Vfw20220602114611-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:51:01.768Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:51:01.768Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:51:01.768Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ceb7ab11-5abb-46bb-ad4c-de913255336e",
  "consumerID": "aai-ml",
  "timestamp": 1654170548714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602114611/1.0/resourceInstances/vfw637aeaffd1860/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:51:01.768Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:51:01.768Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:51:01.768Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ceb7ab11-5abb-46bb-ad4c-de913255336e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170541708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602114611/1.0/artifacts/service-Vfw20220602114611-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T11:51:01.768Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:51:01.769Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:51:01.769Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ceb7ab11-5abb-46bb-ad4c-de913255336e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654170536636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602114611/1.0/artifacts/service-Vfw20220602114611-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T11:51:01.769Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:51:01.769Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:51:01.769Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ceb7ab11-5abb-46bb-ad4c-de913255336e",
  "consumerID": "clamp",
  "timestamp": 1654170544755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602114611/1.0/artifacts/service-Vfw20220602114611-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T11:51:01.769Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:51:01.769Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:51:01.769Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ceb7ab11-5abb-46bb-ad4c-de913255336e",
  "consumerID": "policy-id",
  "timestamp": 1654170544763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602114611/1.0/artifacts/service-Vfw20220602114611-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T11:51:01.769Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:51:01.769Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:51:01.769Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ceb7ab11-5abb-46bb-ad4c-de913255336e",
  "consumerID": "cds",
  "timestamp": 1654170546248,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602114611/1.0/artifacts/service-Vfw20220602114611-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T11:51:01.769Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:51:01.770Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:51:01.770Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ceb7ab11-5abb-46bb-ad4c-de913255336e",
  "consumerID": "aai-ml",
  "timestamp": 1654170548714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602114611/1.0/resourceInstances/vfw637aeaffd1860/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:51:01.770Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:51:01.770Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:51:01.770Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ceb7ab11-5abb-46bb-ad4c-de913255336e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654170553853,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602114611/1.0/resourceInstances/vfw637aeaffd1860/artifacts/vfw637aeaffd1860_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:51:01.770Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:51:01.770Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:51:01.770Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ceb7ab11-5abb-46bb-ad4c-de913255336e",
  "consumerID": "policy-id",
  "timestamp": 1654170553729,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602114611/1.0/artifacts/service-Vfw20220602114611-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:51:01.770Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:51:01.770Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:51:01.770Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ceb7ab11-5abb-46bb-ad4c-de913255336e",
  "consumerID": "cds",
  "timestamp": 1654170554151,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602114611/1.0/artifacts/service-Vfw20220602114611-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:51:01.770Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:51:01.771Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:51:01.771Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ceb7ab11-5abb-46bb-ad4c-de913255336e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170554225,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602114611/1.0/artifacts/service-Vfw20220602114611-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:51:01.771Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:51:01.775Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:51:01.776Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ceb7ab11-5abb-46bb-ad4c-de913255336e",
  "consumerID": "aai-ml",
  "timestamp": 1654170548714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602114611/1.0/artifacts/service-Vfw20220602114611-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:51:01.776Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:51:01.776Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:51:01.776Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ceb7ab11-5abb-46bb-ad4c-de913255336e",
  "consumerID": "policy-id",
  "timestamp": 1654170554734,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602114611/1.0/artifacts/service-Vfw20220602114611-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T11:51:01.776Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:51:01.776Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:51:01.776Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ceb7ab11-5abb-46bb-ad4c-de913255336e",
  "consumerID": "cds",
  "timestamp": 1654170555158,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602114611/1.0/artifacts/service-Vfw20220602114611-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-06-02T11:51:01.784Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ceb7ab11-5abb-46bb-ad4c-de913255336e
2022-06-02T11:51:01.784Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ceb7ab11-5abb-46bb-ad4c-de913255336e 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-06-02T11:51:01.792Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:51:01.792Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ceb7ab11-5abb-46bb-ad4c-de913255336e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654170555201,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602114611/1.0/resourceInstances/vfw637aeaffd1860/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:51:01.792Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:51:01.792Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:51:01.792Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ceb7ab11-5abb-46bb-ad4c-de913255336e",
  "consumerID": "aai-ml",
  "timestamp": 1654170548714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602114611/1.0/artifacts/service-Vfw20220602114611-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T11:51:01.792Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:51:01.792Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:51:01.793Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ceb7ab11-5abb-46bb-ad4c-de913255336e",
  "consumerID": "policy-id",
  "timestamp": 1654170555737,
  "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-06-02T11:51:01.796Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ceb7ab11-5abb-46bb-ad4c-de913255336e
2022-06-02T11:51:01.797Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ceb7ab11-5abb-46bb-ad4c-de913255336e 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-06-02T11:51:01.803Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:51:01.804Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ceb7ab11-5abb-46bb-ad4c-de913255336e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654170555893,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602114611/1.0/resourceInstances/vfw637aeaffd1860/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:51:01.804Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:51:01.804Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:51:01.804Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ceb7ab11-5abb-46bb-ad4c-de913255336e",
  "consumerID": "aai-ml",
  "timestamp": 1654170556802,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602114611/1.0/artifacts/service-Vfw20220602114611-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:51:01.804Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:51:01.804Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:51:01.804Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ceb7ab11-5abb-46bb-ad4c-de913255336e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654170556790,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602114611/1.0/resourceInstances/vfw637aeaffd1860/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:51:01.805Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:51:01.805Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:51:01.805Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ceb7ab11-5abb-46bb-ad4c-de913255336e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654170556903,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602114611/1.0/resourceInstances/vfw637aeaffd1860/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:51:01.805Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:51:01.805Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:51:01.805Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ceb7ab11-5abb-46bb-ad4c-de913255336e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654170555893,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602114611/1.0/resourceInstances/vfw637aeaffd1860/artifacts/vfw637aeaffd1860_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:51:01.805Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:51:01.805Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:51:01.805Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ceb7ab11-5abb-46bb-ad4c-de913255336e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170558059,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602114611/1.0/resourceInstances/vfw637aeaffd1860/artifacts/vfw637aeaffd1860_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:51:01.805Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:51:01.806Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:51:01.806Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ceb7ab11-5abb-46bb-ad4c-de913255336e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654170557819,
  "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-06-02T11:51:01.810Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ceb7ab11-5abb-46bb-ad4c-de913255336e
2022-06-02T11:51:01.810Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ceb7ab11-5abb-46bb-ad4c-de913255336e 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-06-02T11:51:01.817Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:51:01.817Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ceb7ab11-5abb-46bb-ad4c-de913255336e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654170556903,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602114611/1.0/resourceInstances/vfw637aeaffd1860/artifacts/vfw637aeaffd1860_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:51:01.817Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:51:01.817Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:51:01.817Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ceb7ab11-5abb-46bb-ad4c-de913255336e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654170555893,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602114611/1.0/resourceInstances/vfw637aeaffd1860/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:51:01.817Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:51:01.817Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:51:01.818Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ceb7ab11-5abb-46bb-ad4c-de913255336e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654170558823,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602114611/1.0/resourceInstances/vfw637aeaffd1860/artifacts/vfw637aeaffd1860_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-02T11:51:01.818Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:51:01.818Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:51:01.818Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ceb7ab11-5abb-46bb-ad4c-de913255336e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654170556903,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602114611/1.0/resourceInstances/vfw637aeaffd1860/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:51:01.818Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:51:01.818Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:51:01.818Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ceb7ab11-5abb-46bb-ad4c-de913255336e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170559752,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602114611/1.0/resourceInstances/vfw637aeaffd1860/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:51:01.818Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:51:01.819Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:51:01.819Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ceb7ab11-5abb-46bb-ad4c-de913255336e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654170555893,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602114611/1.0/resourceInstances/vfw637aeaffd1860/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:51:01.819Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:51:01.819Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:51:01.819Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ceb7ab11-5abb-46bb-ad4c-de913255336e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654170556903,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602114611/1.0/resourceInstances/vfw637aeaffd1860/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:51:01.819Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:51:01.819Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:51:01.819Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ceb7ab11-5abb-46bb-ad4c-de913255336e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654170555893,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602114611/1.0/resourceInstances/vfw637aeaffd1860/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:51:01.819Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:51:01.819Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:51:01.819Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ceb7ab11-5abb-46bb-ad4c-de913255336e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170561412,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602114611/1.0/resourceInstances/vfw637aeaffd1860/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:51:01.820Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:51:01.820Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:51:01.820Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ceb7ab11-5abb-46bb-ad4c-de913255336e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654170556903,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602114611/1.0/resourceInstances/vfw637aeaffd1860/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:51:01.820Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:51:01.820Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:51:01.820Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ceb7ab11-5abb-46bb-ad4c-de913255336e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654170555893,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602114611/1.0/artifacts/service-Vfw20220602114611-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:51:01.821Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:51:01.821Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:51:01.821Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ceb7ab11-5abb-46bb-ad4c-de913255336e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654170556903,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602114611/1.0/artifacts/service-Vfw20220602114611-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:51:01.821Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:51:01.821Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:51:01.821Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ceb7ab11-5abb-46bb-ad4c-de913255336e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170562674,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602114611/1.0/resourceInstances/vfw637aeaffd1860/artifacts/vfw637aeaffd1860_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-02T11:51:01.821Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:51:01.821Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:51:01.821Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ceb7ab11-5abb-46bb-ad4c-de913255336e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654170555893,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602114611/1.0/artifacts/service-Vfw20220602114611-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:51:01.821Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:51:01.821Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:51:01.822Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ceb7ab11-5abb-46bb-ad4c-de913255336e",
  "consumerID": "clamp",
  "timestamp": 1654170563414,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602114611/1.0/artifacts/service-Vfw20220602114611-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:51:01.822Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:51:01.822Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:51:01.822Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ceb7ab11-5abb-46bb-ad4c-de913255336e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654170556903,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602114611/1.0/artifacts/service-Vfw20220602114611-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T11:51:01.822Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:51:01.822Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:51:01.822Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ceb7ab11-5abb-46bb-ad4c-de913255336e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170563681,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602114611/1.0/resourceInstances/vfw637aeaffd1860/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-02T11:51:01.822Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:51:01.822Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:51:01.822Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ceb7ab11-5abb-46bb-ad4c-de913255336e",
  "consumerID": "clamp",
  "timestamp": 1654170564473,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602114611/1.0/artifacts/service-Vfw20220602114611-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T11:51:01.822Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:51:01.823Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:51:01.823Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ceb7ab11-5abb-46bb-ad4c-de913255336e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170564684,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602114611/1.0/resourceInstances/vfw637aeaffd1860/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-02T11:51:01.823Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:51:01.823Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:51:01.823Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ceb7ab11-5abb-46bb-ad4c-de913255336e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654170565481,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602114611/1.0/artifacts/service-Vfw20220602114611-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:51:01.823Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:51:01.823Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:51:01.824Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ceb7ab11-5abb-46bb-ad4c-de913255336e",
  "consumerID": "clamp",
  "timestamp": 1654170565478,
  "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-06-02T11:51:01.831Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ceb7ab11-5abb-46bb-ad4c-de913255336e
2022-06-02T11:51:01.831Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ceb7ab11-5abb-46bb-ad4c-de913255336e 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-06-02T11:51:01.839Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:51:01.839Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ceb7ab11-5abb-46bb-ad4c-de913255336e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170565689,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602114611/1.0/artifacts/service-Vfw20220602114611-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T11:51:01.839Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:51:01.840Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:51:01.840Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ceb7ab11-5abb-46bb-ad4c-de913255336e",
  "consumerID": "aai-ml",
  "timestamp": 1654170567356,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602114611/1.0/artifacts/service-Vfw20220602114611-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-06-02T11:51:01.840Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:51:01.840Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:51:01.840Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ceb7ab11-5abb-46bb-ad4c-de913255336e",
  "consumerID": "aai-ml",
  "timestamp": 1654170568363,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "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-06-02T11:51:01.845Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of ceb7ab11-5abb-46bb-ad4c-de913255336e
2022-06-02T11:51:01.845Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ceb7ab11-5abb-46bb-ad4c-de913255336e 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-06-02T11:51:01.853Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:51:01.853Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ceb7ab11-5abb-46bb-ad4c-de913255336e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654170571097,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602114611/1.0/artifacts/service-Vfw20220602114611-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T11:51:01.853Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:51:01.853Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:51:01.853Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ceb7ab11-5abb-46bb-ad4c-de913255336e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654170572105,
  "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-06-02T11:51:01.858Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ceb7ab11-5abb-46bb-ad4c-de913255336e
2022-06-02T11:51:01.858Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ceb7ab11-5abb-46bb-ad4c-de913255336e 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-06-02T11:51:26.749Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ceb7ab11-5abb-46bb-ad4c-de913255336e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-02T11:51:26.761Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ceb7ab11-5abb-46bb-ad4c-de913255336e
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-06-02T11:51:26.763Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T11:51:26.763Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-02T11:51:26.764Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-02T11:51:26.764Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-02T11:51:26.764Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-06-02T11:51:26.764Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-06-02T11:51:26.768Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-02T11:51:56.768Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ceb7ab11-5abb-46bb-ad4c-de913255336e 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-06-02T11:51:56.774Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ceb7ab11-5abb-46bb-ad4c-de913255336e and serviceModelVersionId: db0d128b-5711-4a52-8437-56c49b50f62a
2022-06-02T11:51:56.774Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 854969ff-3aee-444e-b137-51322273ef13
2022-06-02T11:51:56.775Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/854969ff-3aee-444e-b137-51322273ef13/model-vers/model-ver/db0d128b-5711-4a52-8437-56c49b50f62a?depth=0
2022-06-02T11:51:56.780Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-06-02T11:51:56.822Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|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/854969ff-3aee-444e-b137-51322273ef13/model-vers/model-ver/db0d128b-5711-4a52-8437-56c49b50f62a?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-06-02T11:51:56.824Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/854969ff-3aee-444e-b137-51322273ef13/model-vers/model-ver/db0d128b-5711-4a52-8437-56c49b50f62a?depth=0|INFO|500||Invoke
2022-06-02T11:51:56.846Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/854969ff-3aee-444e-b137-51322273ef13/model-vers/model-ver/db0d128b-5711-4a52-8437-56c49b50f62a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-06-02T11:51:56.909Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/854969ff-3aee-444e-b137-51322273ef13/model-vers/model-ver/db0d128b-5711-4a52-8437-56c49b50f62a?depth=0|INFO|404|Not Found|InvokeReturn
2022-06-02T11:51:56.909Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|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/854969ff-3aee-444e-b137-51322273ef13/model-vers/model-ver/db0d128b-5711-4a52-8437-56c49b50f62a?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220602-11:51:56:716-95141], Content-Length=[495], Date=[Thu, 02 Jun 2022 11:51:56 GMT], Content-Type=[application/json]}
2022-06-02T11:51:56.910Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/854969ff-3aee-444e-b137-51322273ef13/model-vers/model-ver/db0d128b-5711-4a52-8437-56c49b50f62a","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/854969ff-3aee-444e-b137-51322273ef13/model-vers/model-ver/db0d128b-5711-4a52-8437-56c49b50f62a","ERR.5.4.6114"]}}}

2022-06-02T11:51:56.913Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=ceb7ab11-5abb-46bb-ad4c-de913255336e Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/854969ff-3aee-444e-b137-51322273ef13/model-vers/model-ver/db0d128b-5711-4a52-8437-56c49b50f62a (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/854969ff-3aee-444e-b137-51322273ef13/model-vers/model-ver/db0d128b-5711-4a52-8437-56c49b50f62a) (ec=ERR.5.4.6114)
2022-06-02T11:51:56.913Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=ceb7ab11-5abb-46bb-ad4c-de913255336e Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/854969ff-3aee-444e-b137-51322273ef13/model-vers/model-ver/db0d128b-5711-4a52-8437-56c49b50f62a (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/854969ff-3aee-444e-b137-51322273ef13/model-vers/model-ver/db0d128b-5711-4a52-8437-56c49b50f62a) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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-06-02T11:51:56.914Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=ceb7ab11-5abb-46bb-ad4c-de913255336e Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/854969ff-3aee-444e-b137-51322273ef13/model-vers/model-ver/db0d128b-5711-4a52-8437-56c49b50f62a (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/854969ff-3aee-444e-b137-51322273ef13/model-vers/model-ver/db0d128b-5711-4a52-8437-56c49b50f62a) (ec=ERR.5.4.6114)
2022-06-02T11:51:56.914Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=ceb7ab11-5abb-46bb-ad4c-de913255336e Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/854969ff-3aee-444e-b137-51322273ef13/model-vers/model-ver/db0d128b-5711-4a52-8437-56c49b50f62a (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/854969ff-3aee-444e-b137-51322273ef13/model-vers/model-ver/db0d128b-5711-4a52-8437-56c49b50f62a) (ec=ERR.5.4.6114)
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-06-02T11:51:56.918Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|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-06-02T11:51:56.918Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ceb7ab11-5abb-46bb-ad4c-de913255336e and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=ceb7ab11-5abb-46bb-ad4c-de913255336e Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/854969ff-3aee-444e-b137-51322273ef13/model-vers/model-ver/db0d128b-5711-4a52-8437-56c49b50f62a (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/854969ff-3aee-444e-b137-51322273ef13/model-vers/model-ver/db0d128b-5711-4a52-8437-56c49b50f62a) (ec=ERR.5.4.6114)
2022-06-02T11:51:56.918Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-02T11:51:56.918Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:51:56.920Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:51:56.920Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ceb7ab11-5abb-46bb-ad4c-de913255336e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170716918,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003dceb7ab11-5abb-46bb-ad4c-de913255336e Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/854969ff-3aee-444e-b137-51322273ef13/model-vers/model-ver/db0d128b-5711-4a52-8437-56c49b50f62a (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/854969ff-3aee-444e-b137-51322273ef13/model-vers/model-ver/db0d128b-5711-4a52-8437-56c49b50f62a) (ec\u003dERR.5.4.6114)"
}
2022-06-02T11:51:57.020Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:51:57.021Z||pool-152-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T11:51:57.021Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:51:57.091Z||pool-152-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:51:57.092Z||pool-152-thread-1|||||INFO|500||cambria reply ok (71 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-06-02T11:51:57.933Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:51:57.933Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|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-06-02T11:51:57.933Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:52:01.711Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:52:01.711Z||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-06-02T11:52:01.711Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:52:01.785Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:52:01.787Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:52:01.787Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03241ed5-317d-470f-8e04-0a1c7e11c9c3",
  "consumerID": "cds",
  "timestamp": 1654170621248,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4wqw6hrmmia0u7dkxld/1.0/resourceInstances/pnf732b45b46b970/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:52:01.788Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:52:01.788Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:52:01.788Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03241ed5-317d-470f-8e04-0a1c7e11c9c3",
  "consumerID": "policy-id",
  "timestamp": 1654170624763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4wqw6hrmmia0u7dkxld/1.0/resourceInstances/pnf732b45b46b970/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:52:01.789Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:52:01.789Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:52:01.789Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03241ed5-317d-470f-8e04-0a1c7e11c9c3",
  "consumerID": "cds",
  "timestamp": 1654170621248,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4wqw6hrmmia0u7dkxld/1.0/resourceInstances/pnf732b45b46b970/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:52:01.789Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:52:01.790Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:52:01.790Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03241ed5-317d-470f-8e04-0a1c7e11c9c3",
  "consumerID": "policy-id",
  "timestamp": 1654170624763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4wqw6hrmmia0u7dkxld/1.0/resourceInstances/pnf732b45b46b970/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:52:01.790Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:52:01.790Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:52:01.791Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03241ed5-317d-470f-8e04-0a1c7e11c9c3",
  "consumerID": "cds",
  "timestamp": 1654170621248,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4wqw6hrmmia0u7dkxld/1.0/resourceInstances/pnf732b45b46b970/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:52:01.791Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:52:01.791Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:52:01.791Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03241ed5-317d-470f-8e04-0a1c7e11c9c3",
  "consumerID": "policy-id",
  "timestamp": 1654170624763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4wqw6hrmmia0u7dkxld/1.0/resourceInstances/pnf732b45b46b970/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:52:01.792Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:52:01.792Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:52:01.792Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03241ed5-317d-470f-8e04-0a1c7e11c9c3",
  "consumerID": "cds",
  "timestamp": 1654170621248,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4wqw6hrmmia0u7dkxld/1.0/resourceInstances/pnf732b45b46b970/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:52:01.793Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:52:01.793Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:52:01.793Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03241ed5-317d-470f-8e04-0a1c7e11c9c3",
  "consumerID": "policy-id",
  "timestamp": 1654170624763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4wqw6hrmmia0u7dkxld/1.0/resourceInstances/pnf732b45b46b970/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:52:01.793Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:52:01.793Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:52:01.794Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03241ed5-317d-470f-8e04-0a1c7e11c9c3",
  "consumerID": "cds",
  "timestamp": 1654170621248,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4wqw6hrmmia0u7dkxld/1.0/resourceInstances/pnf732b45b46b970/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:52:01.794Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:52:01.794Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:52:01.795Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03241ed5-317d-470f-8e04-0a1c7e11c9c3",
  "consumerID": "policy-id",
  "timestamp": 1654170624763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4wqw6hrmmia0u7dkxld/1.0/resourceInstances/pnf732b45b46b970/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:52:01.795Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:52:01.795Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:52:01.795Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03241ed5-317d-470f-8e04-0a1c7e11c9c3",
  "consumerID": "cds",
  "timestamp": 1654170621248,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4wqw6hrmmia0u7dkxld/1.0/resourceInstances/pnf732b45b46b970/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:52:01.796Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:52:01.796Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:52:01.796Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03241ed5-317d-470f-8e04-0a1c7e11c9c3",
  "consumerID": "policy-id",
  "timestamp": 1654170624763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4wqw6hrmmia0u7dkxld/1.0/resourceInstances/pnf732b45b46b970/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:52:01.796Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:52:01.797Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:52:01.797Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03241ed5-317d-470f-8e04-0a1c7e11c9c3",
  "consumerID": "cds",
  "timestamp": 1654170621248,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4wqw6hrmmia0u7dkxld/1.0/artifacts/service-DemoPnfO4wqw6hrmmia0u7dkxld-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:52:01.797Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:52:01.797Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:52:01.798Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03241ed5-317d-470f-8e04-0a1c7e11c9c3",
  "consumerID": "policy-id",
  "timestamp": 1654170624763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4wqw6hrmmia0u7dkxld/1.0/artifacts/service-DemoPnfO4wqw6hrmmia0u7dkxld-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:52:01.798Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:52:01.798Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:52:01.798Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03241ed5-317d-470f-8e04-0a1c7e11c9c3",
  "consumerID": "clamp",
  "timestamp": 1654170634755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4wqw6hrmmia0u7dkxld/1.0/resourceInstances/pnf732b45b46b970/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:52:01.799Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:52:01.799Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:52:01.799Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03241ed5-317d-470f-8e04-0a1c7e11c9c3",
  "consumerID": "cds",
  "timestamp": 1654170621248,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4wqw6hrmmia0u7dkxld/1.0/artifacts/service-DemoPnfO4wqw6hrmmia0u7dkxld-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T11:52:01.799Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:52:01.800Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:52:01.800Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03241ed5-317d-470f-8e04-0a1c7e11c9c3",
  "consumerID": "policy-id",
  "timestamp": 1654170624763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4wqw6hrmmia0u7dkxld/1.0/artifacts/service-DemoPnfO4wqw6hrmmia0u7dkxld-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T11:52:01.800Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:52:01.800Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:52:01.801Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03241ed5-317d-470f-8e04-0a1c7e11c9c3",
  "consumerID": "clamp",
  "timestamp": 1654170634755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4wqw6hrmmia0u7dkxld/1.0/resourceInstances/pnf732b45b46b970/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:52:01.801Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:52:01.801Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:52:01.801Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03241ed5-317d-470f-8e04-0a1c7e11c9c3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654170635893,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4wqw6hrmmia0u7dkxld/1.0/resourceInstances/pnf732b45b46b970/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:52:01.802Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:52:01.802Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:52:01.802Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03241ed5-317d-470f-8e04-0a1c7e11c9c3",
  "consumerID": "policy-id",
  "timestamp": 1654170636740,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4wqw6hrmmia0u7dkxld/1.0/artifacts/service-DemoPnfO4wqw6hrmmia0u7dkxld-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:52:01.802Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:52:01.803Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:52:01.803Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03241ed5-317d-470f-8e04-0a1c7e11c9c3",
  "consumerID": "cds",
  "timestamp": 1654170637258,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4wqw6hrmmia0u7dkxld/1.0/artifacts/service-DemoPnfO4wqw6hrmmia0u7dkxld-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:52:01.803Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:52:01.803Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:52:01.804Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03241ed5-317d-470f-8e04-0a1c7e11c9c3",
  "consumerID": "clamp",
  "timestamp": 1654170634755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4wqw6hrmmia0u7dkxld/1.0/resourceInstances/pnf732b45b46b970/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:52:01.804Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:52:01.804Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:52:01.804Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03241ed5-317d-470f-8e04-0a1c7e11c9c3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654170636636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4wqw6hrmmia0u7dkxld/1.0/resourceInstances/pnf732b45b46b970/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:52:01.805Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:52:01.805Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:52:01.805Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03241ed5-317d-470f-8e04-0a1c7e11c9c3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654170635893,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4wqw6hrmmia0u7dkxld/1.0/resourceInstances/pnf732b45b46b970/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:52:01.806Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:52:01.806Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:52:01.806Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03241ed5-317d-470f-8e04-0a1c7e11c9c3",
  "consumerID": "policy-id",
  "timestamp": 1654170637758,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4wqw6hrmmia0u7dkxld/1.0/artifacts/service-DemoPnfO4wqw6hrmmia0u7dkxld-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T11:52:01.806Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:52:01.807Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:52:01.807Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03241ed5-317d-470f-8e04-0a1c7e11c9c3",
  "consumerID": "cds",
  "timestamp": 1654170638268,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4wqw6hrmmia0u7dkxld/1.0/artifacts/service-DemoPnfO4wqw6hrmmia0u7dkxld-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-06-02T11:52:01.822Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 03241ed5-317d-470f-8e04-0a1c7e11c9c3
2022-06-02T11:52:01.823Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 03241ed5-317d-470f-8e04-0a1c7e11c9c3 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-06-02T11:52:01.834Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:52:01.834Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03241ed5-317d-470f-8e04-0a1c7e11c9c3",
  "consumerID": "clamp",
  "timestamp": 1654170634755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4wqw6hrmmia0u7dkxld/1.0/resourceInstances/pnf732b45b46b970/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:52:01.834Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:52:01.834Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:52:01.835Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03241ed5-317d-470f-8e04-0a1c7e11c9c3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654170636636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4wqw6hrmmia0u7dkxld/1.0/resourceInstances/pnf732b45b46b970/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:52:01.835Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:52:01.835Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:52:01.835Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03241ed5-317d-470f-8e04-0a1c7e11c9c3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654170635893,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4wqw6hrmmia0u7dkxld/1.0/resourceInstances/pnf732b45b46b970/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:52:01.835Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:52:01.835Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:52:01.835Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03241ed5-317d-470f-8e04-0a1c7e11c9c3",
  "consumerID": "policy-id",
  "timestamp": 1654170638762,
  "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-06-02T11:52:01.841Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 03241ed5-317d-470f-8e04-0a1c7e11c9c3
2022-06-02T11:52:01.841Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 03241ed5-317d-470f-8e04-0a1c7e11c9c3 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-06-02T11:52:01.849Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:52:01.849Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03241ed5-317d-470f-8e04-0a1c7e11c9c3",
  "consumerID": "clamp",
  "timestamp": 1654170634755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4wqw6hrmmia0u7dkxld/1.0/resourceInstances/pnf732b45b46b970/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:52:01.849Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:52:01.849Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:52:01.849Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03241ed5-317d-470f-8e04-0a1c7e11c9c3",
  "consumerID": "aai-ml",
  "timestamp": 1654170638714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4wqw6hrmmia0u7dkxld/1.0/resourceInstances/pnf732b45b46b970/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:52:01.849Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:52:01.850Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:52:01.850Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03241ed5-317d-470f-8e04-0a1c7e11c9c3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654170636636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4wqw6hrmmia0u7dkxld/1.0/resourceInstances/pnf732b45b46b970/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:52:01.850Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:52:01.850Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:52:01.850Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03241ed5-317d-470f-8e04-0a1c7e11c9c3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654170635893,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4wqw6hrmmia0u7dkxld/1.0/resourceInstances/pnf732b45b46b970/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:52:01.850Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:52:01.850Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:52:01.850Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03241ed5-317d-470f-8e04-0a1c7e11c9c3",
  "consumerID": "clamp",
  "timestamp": 1654170634755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4wqw6hrmmia0u7dkxld/1.0/resourceInstances/pnf732b45b46b970/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:52:01.850Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:52:01.850Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:52:01.850Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03241ed5-317d-470f-8e04-0a1c7e11c9c3",
  "consumerID": "aai-ml",
  "timestamp": 1654170638714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4wqw6hrmmia0u7dkxld/1.0/resourceInstances/pnf732b45b46b970/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:52:01.850Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:52:01.850Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:52:01.851Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03241ed5-317d-470f-8e04-0a1c7e11c9c3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654170636636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4wqw6hrmmia0u7dkxld/1.0/resourceInstances/pnf732b45b46b970/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:52:01.851Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:52:01.851Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:52:01.851Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03241ed5-317d-470f-8e04-0a1c7e11c9c3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654170635893,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4wqw6hrmmia0u7dkxld/1.0/resourceInstances/pnf732b45b46b970/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:52:01.851Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:52:01.851Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:52:01.851Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03241ed5-317d-470f-8e04-0a1c7e11c9c3",
  "consumerID": "clamp",
  "timestamp": 1654170634755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4wqw6hrmmia0u7dkxld/1.0/artifacts/service-DemoPnfO4wqw6hrmmia0u7dkxld-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:52:01.851Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:52:01.851Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:52:01.851Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03241ed5-317d-470f-8e04-0a1c7e11c9c3",
  "consumerID": "aai-ml",
  "timestamp": 1654170638714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4wqw6hrmmia0u7dkxld/1.0/resourceInstances/pnf732b45b46b970/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:52:01.851Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:52:01.851Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:52:01.852Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03241ed5-317d-470f-8e04-0a1c7e11c9c3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654170636636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4wqw6hrmmia0u7dkxld/1.0/resourceInstances/pnf732b45b46b970/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:52:01.852Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:52:01.852Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:52:01.852Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03241ed5-317d-470f-8e04-0a1c7e11c9c3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654170635893,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4wqw6hrmmia0u7dkxld/1.0/resourceInstances/pnf732b45b46b970/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-06-02T11:52:01.852Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:52:01.852Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:52:01.852Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03241ed5-317d-470f-8e04-0a1c7e11c9c3",
  "consumerID": "clamp",
  "timestamp": 1654170634755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4wqw6hrmmia0u7dkxld/1.0/artifacts/service-DemoPnfO4wqw6hrmmia0u7dkxld-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T11:52:01.852Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:52:01.852Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:52:01.852Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03241ed5-317d-470f-8e04-0a1c7e11c9c3",
  "consumerID": "aai-ml",
  "timestamp": 1654170638714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4wqw6hrmmia0u7dkxld/1.0/resourceInstances/pnf732b45b46b970/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:52:01.852Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:52:01.852Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:52:01.852Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03241ed5-317d-470f-8e04-0a1c7e11c9c3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654170636636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4wqw6hrmmia0u7dkxld/1.0/resourceInstances/pnf732b45b46b970/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:52:01.853Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:52:01.853Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:52:01.853Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03241ed5-317d-470f-8e04-0a1c7e11c9c3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654170635893,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4wqw6hrmmia0u7dkxld/1.0/artifacts/service-DemoPnfO4wqw6hrmmia0u7dkxld-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:52:01.853Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:52:01.853Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:52:01.853Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03241ed5-317d-470f-8e04-0a1c7e11c9c3",
  "consumerID": "aai-ml",
  "timestamp": 1654170638714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4wqw6hrmmia0u7dkxld/1.0/resourceInstances/pnf732b45b46b970/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:52:01.853Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:52:01.853Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:52:01.853Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03241ed5-317d-470f-8e04-0a1c7e11c9c3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654170636636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4wqw6hrmmia0u7dkxld/1.0/artifacts/service-DemoPnfO4wqw6hrmmia0u7dkxld-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:52:01.853Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:52:01.853Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:52:01.853Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03241ed5-317d-470f-8e04-0a1c7e11c9c3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654170635893,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4wqw6hrmmia0u7dkxld/1.0/artifacts/service-DemoPnfO4wqw6hrmmia0u7dkxld-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:52:01.854Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:52:01.854Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:52:01.854Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03241ed5-317d-470f-8e04-0a1c7e11c9c3",
  "consumerID": "aai-ml",
  "timestamp": 1654170638714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4wqw6hrmmia0u7dkxld/1.0/resourceInstances/pnf732b45b46b970/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:52:01.854Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:52:01.854Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:52:01.854Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03241ed5-317d-470f-8e04-0a1c7e11c9c3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654170636636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4wqw6hrmmia0u7dkxld/1.0/artifacts/service-DemoPnfO4wqw6hrmmia0u7dkxld-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T11:52:01.854Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:52:01.854Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:52:01.854Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03241ed5-317d-470f-8e04-0a1c7e11c9c3",
  "consumerID": "aai-ml",
  "timestamp": 1654170638714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4wqw6hrmmia0u7dkxld/1.0/artifacts/service-DemoPnfO4wqw6hrmmia0u7dkxld-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:52:01.854Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:52:01.854Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:52:01.854Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03241ed5-317d-470f-8e04-0a1c7e11c9c3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654170645365,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4wqw6hrmmia0u7dkxld/1.0/resourceInstances/pnf732b45b46b970/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:52:01.855Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:52:01.855Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:52:01.855Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03241ed5-317d-470f-8e04-0a1c7e11c9c3",
  "consumerID": "aai-ml",
  "timestamp": 1654170638714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4wqw6hrmmia0u7dkxld/1.0/artifacts/service-DemoPnfO4wqw6hrmmia0u7dkxld-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T11:52:01.855Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:52:01.855Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:52:01.855Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03241ed5-317d-470f-8e04-0a1c7e11c9c3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654170646420,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4wqw6hrmmia0u7dkxld/1.0/resourceInstances/pnf732b45b46b970/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-06-02T11:52:01.855Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:52:01.855Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:52:01.855Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03241ed5-317d-470f-8e04-0a1c7e11c9c3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654170646904,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4wqw6hrmmia0u7dkxld/1.0/resourceInstances/pnf732b45b46b970/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:52:01.855Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:52:01.855Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:52:01.855Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03241ed5-317d-470f-8e04-0a1c7e11c9c3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654170647424,
  "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-06-02T11:52:01.860Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 03241ed5-317d-470f-8e04-0a1c7e11c9c3
2022-06-02T11:52:01.860Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 03241ed5-317d-470f-8e04-0a1c7e11c9c3 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-06-02T11:52:01.868Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:52:01.868Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03241ed5-317d-470f-8e04-0a1c7e11c9c3",
  "consumerID": "aai-ml",
  "timestamp": 1654170647853,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4wqw6hrmmia0u7dkxld/1.0/artifacts/service-DemoPnfO4wqw6hrmmia0u7dkxld-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:52:01.869Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:52:01.869Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:52:01.869Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03241ed5-317d-470f-8e04-0a1c7e11c9c3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654170646904,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4wqw6hrmmia0u7dkxld/1.0/resourceInstances/pnf732b45b46b970/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:52:01.869Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:52:01.869Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:52:01.869Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03241ed5-317d-470f-8e04-0a1c7e11c9c3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654170646904,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4wqw6hrmmia0u7dkxld/1.0/resourceInstances/pnf732b45b46b970/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:52:01.869Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:52:01.870Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:52:01.870Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03241ed5-317d-470f-8e04-0a1c7e11c9c3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654170646904,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4wqw6hrmmia0u7dkxld/1.0/resourceInstances/pnf732b45b46b970/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:52:01.870Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:52:01.870Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:52:01.870Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03241ed5-317d-470f-8e04-0a1c7e11c9c3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654170646904,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4wqw6hrmmia0u7dkxld/1.0/resourceInstances/pnf732b45b46b970/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:52:01.870Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:52:01.870Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:52:01.871Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03241ed5-317d-470f-8e04-0a1c7e11c9c3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654170646904,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4wqw6hrmmia0u7dkxld/1.0/resourceInstances/pnf732b45b46b970/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:52:01.871Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:52:01.871Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:52:01.871Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03241ed5-317d-470f-8e04-0a1c7e11c9c3",
  "consumerID": "aai-ml",
  "timestamp": 1654170652887,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4wqw6hrmmia0u7dkxld/1.0/artifacts/service-DemoPnfO4wqw6hrmmia0u7dkxld-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-06-02T11:52:01.871Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:52:01.871Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:52:01.871Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03241ed5-317d-470f-8e04-0a1c7e11c9c3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654170646904,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4wqw6hrmmia0u7dkxld/1.0/artifacts/service-DemoPnfO4wqw6hrmmia0u7dkxld-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:52:01.871Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:52:01.871Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:52:01.871Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03241ed5-317d-470f-8e04-0a1c7e11c9c3",
  "consumerID": "aai-ml",
  "timestamp": 1654170653893,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "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-06-02T11:52:01.875Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 03241ed5-317d-470f-8e04-0a1c7e11c9c3
2022-06-02T11:52:01.876Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 03241ed5-317d-470f-8e04-0a1c7e11c9c3 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-06-02T11:52:01.883Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:52:01.883Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03241ed5-317d-470f-8e04-0a1c7e11c9c3",
  "consumerID": "clamp",
  "timestamp": 1654170654425,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4wqw6hrmmia0u7dkxld/1.0/artifacts/service-DemoPnfO4wqw6hrmmia0u7dkxld-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:52:01.884Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:52:01.884Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:52:01.884Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03241ed5-317d-470f-8e04-0a1c7e11c9c3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654170646904,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4wqw6hrmmia0u7dkxld/1.0/artifacts/service-DemoPnfO4wqw6hrmmia0u7dkxld-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T11:52:01.884Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:52:01.884Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:52:01.884Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03241ed5-317d-470f-8e04-0a1c7e11c9c3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654170655678,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4wqw6hrmmia0u7dkxld/1.0/artifacts/service-DemoPnfO4wqw6hrmmia0u7dkxld-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:52:01.884Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:52:01.884Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:52:01.884Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03241ed5-317d-470f-8e04-0a1c7e11c9c3",
  "consumerID": "clamp",
  "timestamp": 1654170657429,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4wqw6hrmmia0u7dkxld/1.0/artifacts/service-DemoPnfO4wqw6hrmmia0u7dkxld-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T11:52:01.885Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:52:01.885Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:52:01.885Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03241ed5-317d-470f-8e04-0a1c7e11c9c3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654170657903,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4wqw6hrmmia0u7dkxld/1.0/artifacts/service-DemoPnfO4wqw6hrmmia0u7dkxld-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T11:52:01.885Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:52:01.885Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:52:01.885Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03241ed5-317d-470f-8e04-0a1c7e11c9c3",
  "consumerID": "clamp",
  "timestamp": 1654170658435,
  "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-06-02T11:52:01.889Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 03241ed5-317d-470f-8e04-0a1c7e11c9c3
2022-06-02T11:52:01.889Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 03241ed5-317d-470f-8e04-0a1c7e11c9c3 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-06-02T11:52:01.896Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:52:01.897Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03241ed5-317d-470f-8e04-0a1c7e11c9c3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654170658910,
  "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-06-02T11:52:01.901Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 03241ed5-317d-470f-8e04-0a1c7e11c9c3
2022-06-02T11:52:01.901Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 03241ed5-317d-470f-8e04-0a1c7e11c9c3 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-06-02T11:52:02.431Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:52:02.431Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-02T11:52:02.432Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"03241ed5-317d-470f-8e04-0a1c7e11c9c3","serviceName":"Demo_pNF_O4WQw6HRmMia0u7dkxlD","serviceVersion":"1.0","serviceUUID":"343169fe-888f-4403-b368-11ec3fee5c49","serviceDescription":"catalog service description","serviceInvariantUUID":"a0718616-7923-4820-95bf-ec48d0554b3d","resources":[{"resourceInstanceName":"pNF 732b45b4-6b97 0","resourceName":"pNF 732b45b4-6b97","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"48440a17-90f0-4a9e-9964-85cc5b29485e","resourceInvariantUUID":"c2644b76-e988-4096-a8e8-8d4d92c3dc17","resourceCustomizationUUID":"7a39da4c-f53b-45e0-803f-5ceff84707e9","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfO4wqw6hrmmia0u7dkxld/1.0/resourceInstances/pnf732b45b46b970/artifacts/vf-license-model.xml","artifactChecksum":"YmQ0MjBmYmI3MWM5YWYwMWYxYjBhNDMxOTIyNWQ3ZTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"25343160-8329-4788-a1ca-edac12491f95","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfO4wqw6hrmmia0u7dkxld/1.0/resourceInstances/pnf732b45b46b970/artifacts/pNF.csar","artifactChecksum":"YjMxNmYxMjM1ZTk4MjM4MjFhZmFlODA5YzA2M2FmY2Y\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f8fbf32d-31e3-441d-8757-93e8763fe84f","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfO4wqw6hrmmia0u7dkxld/1.0/resourceInstances/pnf732b45b46b970/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"473911f7-ee36-4e5f-aed5-aaaceb449b07","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfO4wqw6hrmmia0u7dkxld/1.0/resourceInstances/pnf732b45b46b970/artifacts/vendor-license-model.xml","artifactChecksum":"NjcyMTcxMDJhNTA2ZmEyZTFhYjVhZTI5YWZhNjI5MDM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a7514610-6ee2-4f54-855c-096f2add03d9","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfO4wqw6hrmmia0u7dkxld/1.0/resourceInstances/pnf732b45b46b970/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a8403170-beab-407f-879c-afbe62aef04c","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfO4wqw6hrmmia0u7dkxld/1.0/resourceInstances/pnf732b45b46b970/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"96dc865e-cb3d-4e22-9141-7b39ce79ff1f","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfO4wqw6hrmmia0u7dkxld-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfO4wqw6hrmmia0u7dkxld/1.0/artifacts/service-DemoPnfO4wqw6hrmmia0u7dkxld-template.yml","artifactChecksum":"ODAzODQ4NmI4ZmVlMmE2YmJlMGZkMGYzMzRlODEzZjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8c1fb170-aa2d-45e4-af00-57e67a1a6f76","artifactVersion":"1"},{"artifactName":"service-DemoPnfO4wqw6hrmmia0u7dkxld-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfO4wqw6hrmmia0u7dkxld/1.0/artifacts/service-DemoPnfO4wqw6hrmmia0u7dkxld-csar.csar","artifactChecksum":"MDE4NGM4ZTAyNTYyMmM2NzU2YzNhOTc0YTc0YzgxMmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"18648fb1-f3f0-4f96-aeff-cf551c3e2676","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-02T11:52:02.433Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T11:52:02.434Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:52:02.436Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:52:02.436Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "03241ed5-317d-470f-8e04-0a1c7e11c9c3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170717933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4wqw6hrmmia0u7dkxld/1.0/resourceInstances/pnf732b45b46b970/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:52:02.537Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:52:02.538Z||pool-153-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T11:52:02.538Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:52:02.570Z||pool-153-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:52:02.572Z||pool-153-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1}
2022-06-02T11:52:03.437Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T11:52:03.438Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:52:03.440Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:52:03.440Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "03241ed5-317d-470f-8e04-0a1c7e11c9c3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170717933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4wqw6hrmmia0u7dkxld/1.0/resourceInstances/pnf732b45b46b970/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:52:03.540Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-02T11:52:03.540Z||pool-154-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T11:52:03.540Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:52:03.562Z||pool-154-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:52:03.563Z||pool-154-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-06-02T11:52:04.441Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T11:52:04.441Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:52:04.443Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:52:04.443Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "03241ed5-317d-470f-8e04-0a1c7e11c9c3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170717933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4wqw6hrmmia0u7dkxld/1.0/resourceInstances/pnf732b45b46b970/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:52:04.543Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:52:04.544Z||pool-155-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T11:52:04.545Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:52:04.589Z||pool-155-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:52:04.590Z||pool-155-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":1,"count":1}
2022-06-02T11:52:05.444Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T11:52:05.444Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:52:05.446Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:52:05.446Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "03241ed5-317d-470f-8e04-0a1c7e11c9c3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170717933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4wqw6hrmmia0u7dkxld/1.0/resourceInstances/pnf732b45b46b970/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:52:05.547Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:52:05.548Z||pool-156-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T11:52:05.548Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:52:05.573Z||pool-156-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:52:05.573Z||pool-156-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:52:06.447Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T11:52:06.448Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:52:06.451Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:52:06.451Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "03241ed5-317d-470f-8e04-0a1c7e11c9c3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170717933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4wqw6hrmmia0u7dkxld/1.0/resourceInstances/pnf732b45b46b970/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:52:06.552Z||pool-157-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-02T11:52:06.552Z||pool-157-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T11:52:06.553Z||pool-157-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:52:06.592Z||pool-157-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:52:06.592Z||pool-157-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:52:07.452Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T11:52:07.453Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:52:07.455Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:52:07.455Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "03241ed5-317d-470f-8e04-0a1c7e11c9c3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170717933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4wqw6hrmmia0u7dkxld/1.0/resourceInstances/pnf732b45b46b970/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:52:07.555Z||pool-158-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:52:07.556Z||pool-158-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T11:52:07.556Z||pool-158-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:52:07.573Z||pool-158-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:52:07.573Z||pool-158-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-02T11:52:08.461Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T11:52:08.461Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:52:08.476Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:52:08.477Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "03241ed5-317d-470f-8e04-0a1c7e11c9c3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170717933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4wqw6hrmmia0u7dkxld/1.0/artifacts/service-DemoPnfO4wqw6hrmmia0u7dkxld-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:52:08.572Z||pool-159-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-06-02T11:52:08.573Z||pool-159-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T11:52:08.573Z||pool-159-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:52:08.595Z||pool-159-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:52:08.596Z||pool-159-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:52:09.477Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T11:52:09.478Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:52:09.480Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:52:09.480Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "03241ed5-317d-470f-8e04-0a1c7e11c9c3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170717933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4wqw6hrmmia0u7dkxld/1.0/artifacts/service-DemoPnfO4wqw6hrmmia0u7dkxld-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T11:52:09.581Z||pool-160-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-02T11:52:09.582Z||pool-160-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T11:52:09.582Z||pool-160-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:52:09.613Z||pool-160-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:52:09.613Z||pool-160-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:52:10.481Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "03241ed5-317d-470f-8e04-0a1c7e11c9c3",
  "serviceName": "Demo_pNF_O4WQw6HRmMia0u7dkxlD",
  "serviceVersion": "1.0",
  "serviceUUID": "343169fe-888f-4403-b368-11ec3fee5c49",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "a0718616-7923-4820-95bf-ec48d0554b3d",
  "resources": [
    {
      "resourceInstanceName": "pNF 732b45b4-6b97 0",
      "resourceCustomizationUUID": "7a39da4c-f53b-45e0-803f-5ceff84707e9",
      "resourceName": "pNF 732b45b4-6b97",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "48440a17-90f0-4a9e-9964-85cc5b29485e",
      "resourceInvariantUUID": "c2644b76-e988-4096-a8e8-8d4d92c3dc17",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfO4wqw6hrmmia0u7dkxld-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4wqw6hrmmia0u7dkxld/1.0/artifacts/service-DemoPnfO4wqw6hrmmia0u7dkxld-csar.csar",
      "artifactChecksum": "MDE4NGM4ZTAyNTYyMmM2NzU2YzNhOTc0YTc0YzgxMmI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "18648fb1-f3f0-4f96-aeff-cf551c3e2676"
    }
  ],
  "workloadContext": "Production"
}
2022-06-02T11:52:10.481Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-02T11:52:10.482Z|ceb7ab11-5abb-46bb-ad4c-de913255336e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 343169fe-888f-4403-b368-11ec3fee5c49 ASDC
2022-06-02T11:52:10.482Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:03241ed5-317d-470f-8e04-0a1c7e11c9c3
ServiceName:Demo_pNF_O4WQw6HRmMia0u7dkxlD
ServiceVersion:1.0
ServiceUUID:343169fe-888f-4403-b368-11ec3fee5c49
ServiceInvariantUUID:a0718616-7923-4820-95bf-ec48d0554b3d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfO4wqw6hrmmia0u7dkxld-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfO4wqw6hrmmia0u7dkxld/1.0/artifacts/service-DemoPnfO4wqw6hrmmia0u7dkxld-csar.csar
ArtifactUUID:18648fb1-f3f0-4f96-aeff-cf551c3e2676
ArtifactChecksum:MDE4NGM4ZTAyNTYyMmM2NzU2YzNhOTc0YTc0YzgxMmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 732b45b4-6b97 0
ResourceCustomizationUUID:7a39da4c-f53b-45e0-803f-5ceff84707e9
ResourceInvariantUUID:c2644b76-e988-4096-a8e8-8d4d92c3dc17
ResourceName:pNF 732b45b4-6b97
ResourceType:PNF
ResourceUUID:48440a17-90f0-4a9e-9964-85cc5b29485e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-06-02T11:52:10.482Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 343169fe-888f-4403-b368-11ec3fee5c49 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-06-02T11:52:10.506Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-02T11:52:10.507Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-06-02T11:52:10.507Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-06-02T11:52:10.507Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 18648fb1-f3f0-4f96-aeff-cf551c3e2676 from URL: /sdc/v1/catalog/services/DemoPnfO4wqw6hrmmia0u7dkxld/1.0/artifacts/service-DemoPnfO4wqw6hrmmia0u7dkxld-csar.csar
2022-06-02T11:52:10.507Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-06-02T11:52:10.507Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfO4wqw6hrmmia0u7dkxld/1.0/artifacts/service-DemoPnfO4wqw6hrmmia0u7dkxld-csar.csar
2022-06-02T11:52:11.018Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-06-02T11:52:11.021Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfO4wqw6hrmmia0u7dkxld/1.0/artifacts/service-DemoPnfO4wqw6hrmmia0u7dkxld-csar.csar 18648fb1-f3f0-4f96-aeff-cf551c3e2676 82650
2022-06-02T11:52:11.021Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfO4wqw6hrmmia0u7dkxld/1.0/artifacts/service-DemoPnfO4wqw6hrmmia0u7dkxld-csar.csar ASDC sendASDCNotification
2022-06-02T11:52:11.021Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfO4wqw6hrmmia0u7dkxld/1.0/artifacts/service-DemoPnfO4wqw6hrmmia0u7dkxld-csar.csar
2022-06-02T11:52:11.021Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T11:52:11.022Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:52:11.024Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:52:11.024Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "03241ed5-317d-470f-8e04-0a1c7e11c9c3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170731021,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4wqw6hrmmia0u7dkxld/1.0/artifacts/service-DemoPnfO4wqw6hrmmia0u7dkxld-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:52:11.124Z||pool-161-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:52:11.125Z||pool-161-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T11:52:11.125Z||pool-161-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:52:11.191Z||pool-161-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:52:11.192Z||pool-161-thread-1|||||INFO|500||cambria reply ok (68 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:52:12.024Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-02T11:52:12.026Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-06-02T11:52:12.026Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 18648fb1-f3f0-4f96-aeff-cf551c3e2676, URL: /sdc/v1/catalog/services/DemoPnfO4wqw6hrmmia0u7dkxld/1.0/artifacts/service-DemoPnfO4wqw6hrmmia0u7dkxld-csar.csar to file: /app/ASDC/1/service-DemoPnfO4wqw6hrmmia0u7dkxld-csar.csar
2022-06-02T11:52:12.027Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfO4wqw6hrmmia0u7dkxld-csar.csar
2022-06-02T11:52:12.028Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfO4wqw6hrmmia0u7dkxld-csar.csar
2022-06-02T11:52:12.028Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfO4wqw6hrmmia0u7dkxld-csar.csar
2022-06-02T11:52:12.128Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10047728102119277350/Definitions/service-DemoPnfO4wqw6hrmmia0u7dkxld-template.yml
2022-06-02T11:52:12.843Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-02T11:52:12.844Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-06-02T11:52:12.844Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfO4wqw6hrmmia0u7dkxld-csar.csar
2022-06-02T11:52:12.844Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-02T11:52:12.844Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 732b45b4-6b97 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-DemoPnfO4wqw6hrmmia0u7dkxld-csar.csar
2022-06-02T11:52:12.845Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|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-DemoPnfO4wqw6hrmmia0u7dkxld-csar.csar
2022-06-02T11:52:12.845Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|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-DemoPnfO4wqw6hrmmia0u7dkxld-csar.csar
2022-06-02T11:52:12.845Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|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-DemoPnfO4wqw6hrmmia0u7dkxld-csar.csar
2022-06-02T11:52:12.845Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|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-DemoPnfO4wqw6hrmmia0u7dkxld-csar.csar
2022-06-02T11:52:12.845Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|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-DemoPnfO4wqw6hrmmia0u7dkxld-csar.csar
2022-06-02T11:52:12.845Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|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-DemoPnfO4wqw6hrmmia0u7dkxld-csar.csar
2022-06-02T11:52:12.845Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-06-02T11:52:12.845Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:52:12.846Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_O4WQw6HRmMia0u7dkxlD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:52:12.846Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||DEBUG|500||Node template pNF 732b45b4-6b97 0 is matching search criteria
2022-06-02T11:52:12.846Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-06-02T11:52:12.846Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 732b45b4-6b97 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-02T11:52:12.847Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:52:12.847Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_O4WQw6HRmMia0u7dkxlD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:52:12.847Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||DEBUG|500||Node template pNF 732b45b4-6b97 0 is matching search criteria
2022-06-02T11:52:12.847Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-06-02T11:52:12.847Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 732b45b4-6b97 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-02T11:52:12.848Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:52:12.848Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_O4WQw6HRmMia0u7dkxlD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:52:12.848Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:52:12.848Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_O4WQw6HRmMia0u7dkxlD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:52:12.848Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:52:12.848Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_O4WQw6HRmMia0u7dkxlD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:52:12.848Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:52:12.848Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_O4WQw6HRmMia0u7dkxlD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:52:12.848Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:52:12.849Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_O4WQw6HRmMia0u7dkxlD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:52:12.849Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_O4WQw6HRmMia0u7dkxlD
Description:catalog service description
Model UUID:343169fe-888f-4403-b368-11ec3fee5c49
Model Version:NULL
Model InvariantUuid:a0718616-7923-4820-95bf-ec48d0554b3d
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-06-02T11:52:12.861Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: 48440a17-90f0-4a9e-9964-85cc5b29485e
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-06-02T11:52:12.864Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||INFO|500||pNF 732b45b4-6b97 0
2022-06-02T11:52:12.864Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 48440a17-90f0-4a9e-9964-85cc5b29485e
2022-06-02T11:52:12.864Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 343169fe-888f-4403-b368-11ec3fee5c49
2022-06-02T11:52:12.864Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 343169fe-888f-4403-b368-11ec3fee5c49
2022-06-02T11:52:12.864Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 732b45b4-6b97 0 48440a17-90f0-4a9e-9964-85cc5b29485e 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-06-02T11:52:12.869Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2d016729, org.onap.sdc.toscaparser.api.parameters.Input@3a0ce234, org.onap.sdc.toscaparser.api.parameters.Input@3870efb9, org.onap.sdc.toscaparser.api.parameters.Input@22f7fdfe, org.onap.sdc.toscaparser.api.parameters.Input@469fea6]
2022-06-02T11:52:12.869Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:52:12.870Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_O4WQw6HRmMia0u7dkxlD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:52:12.870Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 343169fe-888f-4403-b368-11ec3fee5c49: pNF 732b45b4-6b97
2022-06-02T11:52:12.870Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||INFO|500||Processing PNF resource: 48440a17-90f0-4a9e-9964-85cc5b29485e
2022-06-02T11:52:12.870Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:52:12.870Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_O4WQw6HRmMia0u7dkxlD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:52:12.871Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||INFO|500||Resource customization UUID: 7a39da4c-f53b-45e0-803f-5ceff84707e9 is the same as notified resource customizationUUID: 7a39da4c-f53b-45e0-803f-5ceff84707e9
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-06-02T11:52:12.906Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 732b45b4-6b97 48440a17-90f0-4a9e-9964-85cc5b29485e 0 ASDC deployResourceStructure
2022-06-02T11:52:12.907Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfO4wqw6hrmmia0u7dkxld/1.0/artifacts/service-DemoPnfO4wqw6hrmmia0u7dkxld-csar.csar ASDC sendASDCNotification
2022-06-02T11:52:12.907Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfO4wqw6hrmmia0u7dkxld/1.0/artifacts/service-DemoPnfO4wqw6hrmmia0u7dkxld-csar.csar
2022-06-02T11:52:12.907Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T11:52:12.907Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:52:12.909Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:52:12.910Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "03241ed5-317d-470f-8e04-0a1c7e11c9c3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170732907,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4wqw6hrmmia0u7dkxld/1.0/artifacts/service-DemoPnfO4wqw6hrmmia0u7dkxld-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T11:52:13.010Z||pool-162-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:52:13.011Z||pool-162-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T11:52:13.011Z||pool-162-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:52:13.030Z||pool-162-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:52:13.031Z||pool-162-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-02T11:52:13.910Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 03241ed5-317d-470f-8e04-0a1c7e11c9c3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-02T11:52:13.920Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 03241ed5-317d-470f-8e04-0a1c7e11c9c3
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-06-02T11:52:13.922Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T11:52:13.923Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-02T11:52:13.923Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-02T11:52:13.923Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-02T11:52:13.923Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-02T11:52:13.923Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-06-02T11:52:13.923Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-06-02T11:52:13.926Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-02T11:52:43.926Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 03241ed5-317d-470f-8e04-0a1c7e11c9c3 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-06-02T11:52:43.932Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 03241ed5-317d-470f-8e04-0a1c7e11c9c3 and serviceModelVersionId: 343169fe-888f-4403-b368-11ec3fee5c49
2022-06-02T11:52:43.932Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a0718616-7923-4820-95bf-ec48d0554b3d
2022-06-02T11:52:43.933Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a0718616-7923-4820-95bf-ec48d0554b3d/model-vers/model-ver/343169fe-888f-4403-b368-11ec3fee5c49?depth=0
2022-06-02T11:52:43.938Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-06-02T11:52:43.971Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0718616-7923-4820-95bf-ec48d0554b3d/model-vers/model-ver/343169fe-888f-4403-b368-11ec3fee5c49?depth=0|INFO|500||Invoke
2022-06-02T11:52:43.971Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0718616-7923-4820-95bf-ec48d0554b3d/model-vers/model-ver/343169fe-888f-4403-b368-11ec3fee5c49?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0718616-7923-4820-95bf-ec48d0554b3d/model-vers/model-ver/343169fe-888f-4403-b368-11ec3fee5c49?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[03241ed5-317d-470f-8e04-0a1c7e11c9c3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[dd9b2a9d-2258-4c07-b835-db83a6c63cc1], X-ECOMP-RequestID=[03241ed5-317d-470f-8e04-0a1c7e11c9c3], X-TransactionId=[], X-ONAP-RequestID=[03241ed5-317d-470f-8e04-0a1c7e11c9c3], Content-Type=[application/merge-patch+json]}
2022-06-02T11:52:43.990Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0718616-7923-4820-95bf-ec48d0554b3d/model-vers/model-ver/343169fe-888f-4403-b368-11ec3fee5c49?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-06-02T11:52:44.117Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0718616-7923-4820-95bf-ec48d0554b3d/model-vers/model-ver/343169fe-888f-4403-b368-11ec3fee5c49?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/a0718616-7923-4820-95bf-ec48d0554b3d/model-vers/model-ver/343169fe-888f-4403-b368-11ec3fee5c49?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220602-11:52:43:860-52597], Content-Length=[495], Date=[Thu, 02 Jun 2022 11:52:43 GMT], Content-Type=[application/json]}
2022-06-02T11:52:44.118Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0718616-7923-4820-95bf-ec48d0554b3d/model-vers/model-ver/343169fe-888f-4403-b368-11ec3fee5c49?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/a0718616-7923-4820-95bf-ec48d0554b3d/model-vers/model-ver/343169fe-888f-4403-b368-11ec3fee5c49","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a0718616-7923-4820-95bf-ec48d0554b3d/model-vers/model-ver/343169fe-888f-4403-b368-11ec3fee5c49","ERR.5.4.6114"]}}}

2022-06-02T11:52:44.121Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0718616-7923-4820-95bf-ec48d0554b3d/model-vers/model-ver/343169fe-888f-4403-b368-11ec3fee5c49?depth=0|INFO|404|Not Found|InvokeReturn
2022-06-02T11:52:44.128Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=03241ed5-317d-470f-8e04-0a1c7e11c9c3 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a0718616-7923-4820-95bf-ec48d0554b3d/model-vers/model-ver/343169fe-888f-4403-b368-11ec3fee5c49 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a0718616-7923-4820-95bf-ec48d0554b3d/model-vers/model-ver/343169fe-888f-4403-b368-11ec3fee5c49) (ec=ERR.5.4.6114)
2022-06-02T11:52:44.128Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=03241ed5-317d-470f-8e04-0a1c7e11c9c3 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a0718616-7923-4820-95bf-ec48d0554b3d/model-vers/model-ver/343169fe-888f-4403-b368-11ec3fee5c49 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a0718616-7923-4820-95bf-ec48d0554b3d/model-vers/model-ver/343169fe-888f-4403-b368-11ec3fee5c49) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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-06-02T11:52:44.129Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=03241ed5-317d-470f-8e04-0a1c7e11c9c3 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a0718616-7923-4820-95bf-ec48d0554b3d/model-vers/model-ver/343169fe-888f-4403-b368-11ec3fee5c49 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a0718616-7923-4820-95bf-ec48d0554b3d/model-vers/model-ver/343169fe-888f-4403-b368-11ec3fee5c49) (ec=ERR.5.4.6114)
2022-06-02T11:52:44.129Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=03241ed5-317d-470f-8e04-0a1c7e11c9c3 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a0718616-7923-4820-95bf-ec48d0554b3d/model-vers/model-ver/343169fe-888f-4403-b368-11ec3fee5c49 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a0718616-7923-4820-95bf-ec48d0554b3d/model-vers/model-ver/343169fe-888f-4403-b368-11ec3fee5c49) (ec=ERR.5.4.6114)
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-06-02T11:52:44.136Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|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-06-02T11:52:44.136Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 03241ed5-317d-470f-8e04-0a1c7e11c9c3 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=03241ed5-317d-470f-8e04-0a1c7e11c9c3 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a0718616-7923-4820-95bf-ec48d0554b3d/model-vers/model-ver/343169fe-888f-4403-b368-11ec3fee5c49 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a0718616-7923-4820-95bf-ec48d0554b3d/model-vers/model-ver/343169fe-888f-4403-b368-11ec3fee5c49) (ec=ERR.5.4.6114)
2022-06-02T11:52:44.136Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-02T11:52:44.136Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:52:44.138Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:52:44.139Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "03241ed5-317d-470f-8e04-0a1c7e11c9c3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170764136,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d03241ed5-317d-470f-8e04-0a1c7e11c9c3 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a0718616-7923-4820-95bf-ec48d0554b3d/model-vers/model-ver/343169fe-888f-4403-b368-11ec3fee5c49 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a0718616-7923-4820-95bf-ec48d0554b3d/model-vers/model-ver/343169fe-888f-4403-b368-11ec3fee5c49) (ec\u003dERR.5.4.6114)"
}
2022-06-02T11:52:44.239Z||pool-163-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:52:44.239Z||pool-163-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T11:52:44.240Z||pool-163-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:52:44.261Z||pool-163-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:52:44.262Z||pool-163-thread-1|||||INFO|500||cambria reply ok (23 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-06-02T11:52:45.149Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:52:45.149Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|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-06-02T11:52:45.149Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:52:54.732Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:52:54.732Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:52:54.733Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|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-06-02T11:52:54.733Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:53:01.711Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:53:01.712Z||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-06-02T11:53:01.712Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:53:01.757Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:53:01.758Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:53:01.758Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ceb7ab11-5abb-46bb-ad4c-de913255336e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170716918,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003dceb7ab11-5abb-46bb-ad4c-de913255336e Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/854969ff-3aee-444e-b137-51322273ef13/model-vers/model-ver/db0d128b-5711-4a52-8437-56c49b50f62a (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/854969ff-3aee-444e-b137-51322273ef13/model-vers/model-ver/db0d128b-5711-4a52-8437-56c49b50f62a) (ec\u003dERR.5.4.6114)"
}
2022-06-02T11:53:01.759Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:53:04.304Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:53:04.305Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:53:04.306Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|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-06-02T11:53:04.307Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:53:13.889Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:54:01.708Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:54:01.710Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|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-06-02T11:54:01.710Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:54:01.711Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:54:01.711Z||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-06-02T11:54:01.711Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:54:01.799Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:54:01.799Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:54:01.800Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03241ed5-317d-470f-8e04-0a1c7e11c9c3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170717933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4wqw6hrmmia0u7dkxld/1.0/resourceInstances/pnf732b45b46b970/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:54:01.801Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:54:01.801Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:54:01.801Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03241ed5-317d-470f-8e04-0a1c7e11c9c3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170717933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4wqw6hrmmia0u7dkxld/1.0/resourceInstances/pnf732b45b46b970/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:54:01.801Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:54:01.801Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:54:01.802Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03241ed5-317d-470f-8e04-0a1c7e11c9c3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170717933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4wqw6hrmmia0u7dkxld/1.0/resourceInstances/pnf732b45b46b970/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:54:01.802Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:54:01.802Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:54:01.802Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03241ed5-317d-470f-8e04-0a1c7e11c9c3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170717933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4wqw6hrmmia0u7dkxld/1.0/resourceInstances/pnf732b45b46b970/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:54:01.802Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:54:01.802Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:54:01.802Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03241ed5-317d-470f-8e04-0a1c7e11c9c3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170717933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4wqw6hrmmia0u7dkxld/1.0/resourceInstances/pnf732b45b46b970/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:54:01.802Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:54:01.802Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:54:01.802Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03241ed5-317d-470f-8e04-0a1c7e11c9c3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170717933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4wqw6hrmmia0u7dkxld/1.0/resourceInstances/pnf732b45b46b970/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:54:01.803Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:54:01.803Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:54:01.803Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03241ed5-317d-470f-8e04-0a1c7e11c9c3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170717933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4wqw6hrmmia0u7dkxld/1.0/artifacts/service-DemoPnfO4wqw6hrmmia0u7dkxld-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:54:01.803Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:54:01.803Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:54:01.803Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03241ed5-317d-470f-8e04-0a1c7e11c9c3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170717933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4wqw6hrmmia0u7dkxld/1.0/artifacts/service-DemoPnfO4wqw6hrmmia0u7dkxld-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T11:54:01.803Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:54:01.803Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:54:01.804Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03241ed5-317d-470f-8e04-0a1c7e11c9c3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170731021,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4wqw6hrmmia0u7dkxld/1.0/artifacts/service-DemoPnfO4wqw6hrmmia0u7dkxld-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:54:01.804Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:54:01.804Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:54:01.804Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03241ed5-317d-470f-8e04-0a1c7e11c9c3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170732907,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4wqw6hrmmia0u7dkxld/1.0/artifacts/service-DemoPnfO4wqw6hrmmia0u7dkxld-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T11:54:01.804Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:54:01.804Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:54:01.804Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03241ed5-317d-470f-8e04-0a1c7e11c9c3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170764136,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d03241ed5-317d-470f-8e04-0a1c7e11c9c3 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a0718616-7923-4820-95bf-ec48d0554b3d/model-vers/model-ver/343169fe-888f-4403-b368-11ec3fee5c49 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a0718616-7923-4820-95bf-ec48d0554b3d/model-vers/model-ver/343169fe-888f-4403-b368-11ec3fee5c49) (ec\u003dERR.5.4.6114)"
}
2022-06-02T11:54:01.805Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:54:02.434Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:54:02.435Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-02T11:54:02.435Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"36f74a9e-28d3-46cd-8f6d-db5f97cbeaac","serviceName":"Demo_pNF_IVm1w1w4zUKBmCfy2RWn","serviceVersion":"1.0","serviceUUID":"ab088720-4052-4354-9cba-48766aea8f49","serviceDescription":"catalog service description","serviceInvariantUUID":"6369959f-5b42-41fa-bf7c-247c73dc2eaf","resources":[{"resourceInstanceName":"pNF 0dc903e9-a6da 0","resourceName":"pNF 0dc903e9-a6da","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"33fdbde2-fcaa-4466-ac8f-cea8fae7ada5","resourceInvariantUUID":"72c4552b-6bb2-4011-a58d-c0f2624c2f60","resourceCustomizationUUID":"bf47efcb-edf1-493b-9ba4-452eb9ea1e0f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIvm1w1w4zukbmcfy2rwn/1.0/resourceInstances/pnf0dc903e9a6da0/artifacts/vf-license-model.xml","artifactChecksum":"ZjgxMDZmNmFjMjIzOWNkZTJmODgzNmZmODFlYjA3MDI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ec49d465-72dc-4104-9727-90e61490d497","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIvm1w1w4zukbmcfy2rwn/1.0/resourceInstances/pnf0dc903e9a6da0/artifacts/pNF.csar","artifactChecksum":"YjMxNmYxMjM1ZTk4MjM4MjFhZmFlODA5YzA2M2FmY2Y\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"04f94ed5-1d62-4bb7-90b1-26ac3079839b","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIvm1w1w4zukbmcfy2rwn/1.0/resourceInstances/pnf0dc903e9a6da0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a0aa2d85-0609-4370-9b46-0fa4ce3dd7cf","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIvm1w1w4zukbmcfy2rwn/1.0/resourceInstances/pnf0dc903e9a6da0/artifacts/vendor-license-model.xml","artifactChecksum":"MzY0YjUwYjMzYjJjNDk1YWJhM2RkMWZiZmE3MzAzZjM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4ee7d0ea-a0c6-4491-8ce2-f470f061ee0a","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfIvm1w1w4zukbmcfy2rwn/1.0/resourceInstances/pnf0dc903e9a6da0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ce7b4ebd-2160-45b1-a063-9567b43073f3","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfIvm1w1w4zukbmcfy2rwn/1.0/resourceInstances/pnf0dc903e9a6da0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"726f61f8-b538-4f35-a29e-4f1145a58441","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfIvm1w1w4zukbmcfy2rwn-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIvm1w1w4zukbmcfy2rwn/1.0/artifacts/service-DemoPnfIvm1w1w4zukbmcfy2rwn-template.yml","artifactChecksum":"NTVlNGIxYjhiMzUwMzU3OWIxZjU2M2JlY2FlN2Q3Yzc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f4d51f13-528b-43f2-898e-994064f60e2c","artifactVersion":"1"},{"artifactName":"service-DemoPnfIvm1w1w4zukbmcfy2rwn-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfIvm1w1w4zukbmcfy2rwn/1.0/artifacts/service-DemoPnfIvm1w1w4zukbmcfy2rwn-csar.csar","artifactChecksum":"OGIwNDg3Njg2NjI1YmE3MjZiMDQyYWRjMDRiZjhhNGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cb0a3107-eccf-4c6e-9d01-9494287d2d06","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-02T11:54:02.439Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T11:54:02.441Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:54:02.445Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:54:02.445Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "36f74a9e-28d3-46cd-8f6d-db5f97cbeaac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170841708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvm1w1w4zukbmcfy2rwn/1.0/resourceInstances/pnf0dc903e9a6da0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:54:02.545Z||pool-164-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-02T11:54:02.546Z||pool-164-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T11:54:02.546Z||pool-164-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:54:02.581Z||pool-164-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:54:02.582Z||pool-164-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1}
2022-06-02T11:54:03.447Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T11:54:03.447Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:54:03.449Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:54:03.449Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "36f74a9e-28d3-46cd-8f6d-db5f97cbeaac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170841708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvm1w1w4zukbmcfy2rwn/1.0/resourceInstances/pnf0dc903e9a6da0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:54:03.549Z||pool-165-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:54:03.550Z||pool-165-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T11:54:03.551Z||pool-165-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:54:03.577Z||pool-165-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:54:03.578Z||pool-165-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-06-02T11:54:04.450Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T11:54:04.451Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:54:04.453Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:54:04.453Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "36f74a9e-28d3-46cd-8f6d-db5f97cbeaac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170841708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvm1w1w4zukbmcfy2rwn/1.0/resourceInstances/pnf0dc903e9a6da0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:54:04.554Z||pool-166-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-02T11:54:04.556Z||pool-166-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T11:54:04.557Z||pool-166-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:54:04.583Z||pool-166-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:54:04.584Z||pool-166-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:54:05.454Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T11:54:05.454Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:54:05.456Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:54:05.457Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "36f74a9e-28d3-46cd-8f6d-db5f97cbeaac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170841708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvm1w1w4zukbmcfy2rwn/1.0/resourceInstances/pnf0dc903e9a6da0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:54:05.557Z||pool-167-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:54:05.558Z||pool-167-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T11:54:05.558Z||pool-167-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:54:05.587Z||pool-167-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:54:05.588Z||pool-167-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:54:06.457Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T11:54:06.458Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:54:06.461Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:54:06.461Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "36f74a9e-28d3-46cd-8f6d-db5f97cbeaac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170841708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvm1w1w4zukbmcfy2rwn/1.0/resourceInstances/pnf0dc903e9a6da0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:54:06.561Z||pool-168-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:54:06.561Z||pool-168-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T11:54:06.561Z||pool-168-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:54:06.650Z||pool-168-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:54:06.651Z||pool-168-thread-1|||||INFO|500||cambria reply ok (90 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:54:07.461Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T11:54:07.462Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:54:07.464Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:54:07.464Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "36f74a9e-28d3-46cd-8f6d-db5f97cbeaac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170841708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvm1w1w4zukbmcfy2rwn/1.0/resourceInstances/pnf0dc903e9a6da0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:54:07.564Z||pool-169-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:54:07.565Z||pool-169-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T11:54:07.565Z||pool-169-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:54:07.583Z||pool-169-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:54:07.584Z||pool-169-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-02T11:54:08.464Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T11:54:08.465Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:54:08.467Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:54:08.467Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "36f74a9e-28d3-46cd-8f6d-db5f97cbeaac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170841708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvm1w1w4zukbmcfy2rwn/1.0/artifacts/service-DemoPnfIvm1w1w4zukbmcfy2rwn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:54:08.567Z||pool-170-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:54:08.568Z||pool-170-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T11:54:08.568Z||pool-170-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:54:08.601Z||pool-170-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:54:08.601Z||pool-170-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:54:09.467Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T11:54:09.468Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:54:09.470Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:54:09.471Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "36f74a9e-28d3-46cd-8f6d-db5f97cbeaac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170841708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvm1w1w4zukbmcfy2rwn/1.0/artifacts/service-DemoPnfIvm1w1w4zukbmcfy2rwn-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T11:54:09.570Z||pool-171-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-02T11:54:09.571Z||pool-171-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T11:54:09.572Z||pool-171-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:54:09.615Z||pool-171-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:54:09.615Z||pool-171-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:54:10.471Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "36f74a9e-28d3-46cd-8f6d-db5f97cbeaac",
  "serviceName": "Demo_pNF_IVm1w1w4zUKBmCfy2RWn",
  "serviceVersion": "1.0",
  "serviceUUID": "ab088720-4052-4354-9cba-48766aea8f49",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "6369959f-5b42-41fa-bf7c-247c73dc2eaf",
  "resources": [
    {
      "resourceInstanceName": "pNF 0dc903e9-a6da 0",
      "resourceCustomizationUUID": "bf47efcb-edf1-493b-9ba4-452eb9ea1e0f",
      "resourceName": "pNF 0dc903e9-a6da",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "33fdbde2-fcaa-4466-ac8f-cea8fae7ada5",
      "resourceInvariantUUID": "72c4552b-6bb2-4011-a58d-c0f2624c2f60",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfIvm1w1w4zukbmcfy2rwn-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvm1w1w4zukbmcfy2rwn/1.0/artifacts/service-DemoPnfIvm1w1w4zukbmcfy2rwn-csar.csar",
      "artifactChecksum": "OGIwNDg3Njg2NjI1YmE3MjZiMDQyYWRjMDRiZjhhNGU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "cb0a3107-eccf-4c6e-9d01-9494287d2d06"
    }
  ],
  "workloadContext": "Production"
}
2022-06-02T11:54:10.472Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-02T11:54:10.472Z|03241ed5-317d-470f-8e04-0a1c7e11c9c3|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ab088720-4052-4354-9cba-48766aea8f49 ASDC
2022-06-02T11:54:10.473Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:36f74a9e-28d3-46cd-8f6d-db5f97cbeaac
ServiceName:Demo_pNF_IVm1w1w4zUKBmCfy2RWn
ServiceVersion:1.0
ServiceUUID:ab088720-4052-4354-9cba-48766aea8f49
ServiceInvariantUUID:6369959f-5b42-41fa-bf7c-247c73dc2eaf
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfIvm1w1w4zukbmcfy2rwn-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfIvm1w1w4zukbmcfy2rwn/1.0/artifacts/service-DemoPnfIvm1w1w4zukbmcfy2rwn-csar.csar
ArtifactUUID:cb0a3107-eccf-4c6e-9d01-9494287d2d06
ArtifactChecksum:OGIwNDg3Njg2NjI1YmE3MjZiMDQyYWRjMDRiZjhhNGU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 0dc903e9-a6da 0
ResourceCustomizationUUID:bf47efcb-edf1-493b-9ba4-452eb9ea1e0f
ResourceInvariantUUID:72c4552b-6bb2-4011-a58d-c0f2624c2f60
ResourceName:pNF 0dc903e9-a6da
ResourceType:PNF
ResourceUUID:33fdbde2-fcaa-4466-ac8f-cea8fae7ada5
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-06-02T11:54:10.473Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ab088720-4052-4354-9cba-48766aea8f49 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-06-02T11:54:10.510Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-02T11:54:10.512Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-06-02T11:54:10.512Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-06-02T11:54:10.513Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: cb0a3107-eccf-4c6e-9d01-9494287d2d06 from URL: /sdc/v1/catalog/services/DemoPnfIvm1w1w4zukbmcfy2rwn/1.0/artifacts/service-DemoPnfIvm1w1w4zukbmcfy2rwn-csar.csar
2022-06-02T11:54:10.513Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-06-02T11:54:10.513Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfIvm1w1w4zukbmcfy2rwn/1.0/artifacts/service-DemoPnfIvm1w1w4zukbmcfy2rwn-csar.csar
2022-06-02T11:54:10.719Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-06-02T11:54:10.726Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfIvm1w1w4zukbmcfy2rwn/1.0/artifacts/service-DemoPnfIvm1w1w4zukbmcfy2rwn-csar.csar cb0a3107-eccf-4c6e-9d01-9494287d2d06 82650
2022-06-02T11:54:10.727Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfIvm1w1w4zukbmcfy2rwn/1.0/artifacts/service-DemoPnfIvm1w1w4zukbmcfy2rwn-csar.csar ASDC sendASDCNotification
2022-06-02T11:54:10.727Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfIvm1w1w4zukbmcfy2rwn/1.0/artifacts/service-DemoPnfIvm1w1w4zukbmcfy2rwn-csar.csar
2022-06-02T11:54:10.727Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T11:54:10.727Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:54:10.729Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:54:10.729Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "36f74a9e-28d3-46cd-8f6d-db5f97cbeaac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170850726,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvm1w1w4zukbmcfy2rwn/1.0/artifacts/service-DemoPnfIvm1w1w4zukbmcfy2rwn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:54:10.830Z||pool-172-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:54:10.831Z||pool-172-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T11:54:10.831Z||pool-172-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:54:10.848Z||pool-172-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:54:10.848Z||pool-172-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:54:11.730Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-02T11:54:11.730Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-06-02T11:54:11.731Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: cb0a3107-eccf-4c6e-9d01-9494287d2d06, URL: /sdc/v1/catalog/services/DemoPnfIvm1w1w4zukbmcfy2rwn/1.0/artifacts/service-DemoPnfIvm1w1w4zukbmcfy2rwn-csar.csar to file: /app/ASDC/1/service-DemoPnfIvm1w1w4zukbmcfy2rwn-csar.csar
2022-06-02T11:54:11.731Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfIvm1w1w4zukbmcfy2rwn-csar.csar
2022-06-02T11:54:11.732Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfIvm1w1w4zukbmcfy2rwn-csar.csar
2022-06-02T11:54:11.732Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfIvm1w1w4zukbmcfy2rwn-csar.csar
2022-06-02T11:54:11.886Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11772723364249703968/Definitions/service-DemoPnfIvm1w1w4zukbmcfy2rwn-template.yml
2022-06-02T11:54:12.895Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-02T11:54:12.896Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-06-02T11:54:12.896Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfIvm1w1w4zukbmcfy2rwn-csar.csar
2022-06-02T11:54:12.896Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-02T11:54:12.896Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 0dc903e9-a6da 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-DemoPnfIvm1w1w4zukbmcfy2rwn-csar.csar
2022-06-02T11:54:12.896Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|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-DemoPnfIvm1w1w4zukbmcfy2rwn-csar.csar
2022-06-02T11:54:12.896Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|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-DemoPnfIvm1w1w4zukbmcfy2rwn-csar.csar
2022-06-02T11:54:12.896Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|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-DemoPnfIvm1w1w4zukbmcfy2rwn-csar.csar
2022-06-02T11:54:12.897Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|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-DemoPnfIvm1w1w4zukbmcfy2rwn-csar.csar
2022-06-02T11:54:12.897Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|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-DemoPnfIvm1w1w4zukbmcfy2rwn-csar.csar
2022-06-02T11:54:12.897Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|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-DemoPnfIvm1w1w4zukbmcfy2rwn-csar.csar
2022-06-02T11:54:12.897Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-06-02T11:54:12.897Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:54:12.897Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_IVm1w1w4zUKBmCfy2RWn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:54:12.898Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||DEBUG|500||Node template pNF 0dc903e9-a6da 0 is matching search criteria
2022-06-02T11:54:12.898Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-06-02T11:54:12.898Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 0dc903e9-a6da 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-02T11:54:12.898Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:54:12.899Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_IVm1w1w4zUKBmCfy2RWn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:54:12.899Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||DEBUG|500||Node template pNF 0dc903e9-a6da 0 is matching search criteria
2022-06-02T11:54:12.899Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-06-02T11:54:12.899Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 0dc903e9-a6da 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-02T11:54:12.899Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:54:12.899Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_IVm1w1w4zUKBmCfy2RWn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:54:12.900Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:54:12.900Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_IVm1w1w4zUKBmCfy2RWn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:54:12.900Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:54:12.900Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_IVm1w1w4zUKBmCfy2RWn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:54:12.900Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:54:12.900Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_IVm1w1w4zUKBmCfy2RWn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:54:12.901Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:54:12.901Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_IVm1w1w4zUKBmCfy2RWn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:54:12.901Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_IVm1w1w4zUKBmCfy2RWn
Description:catalog service description
Model UUID:ab088720-4052-4354-9cba-48766aea8f49
Model Version:NULL
Model InvariantUuid:6369959f-5b42-41fa-bf7c-247c73dc2eaf
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-06-02T11:54:12.909Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: 33fdbde2-fcaa-4466-ac8f-cea8fae7ada5
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-06-02T11:54:12.915Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||INFO|500||pNF 0dc903e9-a6da 0
2022-06-02T11:54:12.915Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 33fdbde2-fcaa-4466-ac8f-cea8fae7ada5
2022-06-02T11:54:12.915Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||DEBUG|500||No resources found for Service: ab088720-4052-4354-9cba-48766aea8f49
2022-06-02T11:54:12.915Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: ab088720-4052-4354-9cba-48766aea8f49
2022-06-02T11:54:12.916Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 0dc903e9-a6da 0 33fdbde2-fcaa-4466-ac8f-cea8fae7ada5 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-06-02T11:54:12.920Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@695020ec, org.onap.sdc.toscaparser.api.parameters.Input@571ce214, org.onap.sdc.toscaparser.api.parameters.Input@420621b0, org.onap.sdc.toscaparser.api.parameters.Input@1bee0046, org.onap.sdc.toscaparser.api.parameters.Input@73511497]
2022-06-02T11:54:12.920Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:54:12.921Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_IVm1w1w4zUKBmCfy2RWn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:54:12.921Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid ab088720-4052-4354-9cba-48766aea8f49: pNF 0dc903e9-a6da
2022-06-02T11:54:12.921Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||INFO|500||Processing PNF resource: 33fdbde2-fcaa-4466-ac8f-cea8fae7ada5
2022-06-02T11:54:12.921Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:54:12.922Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_IVm1w1w4zUKBmCfy2RWn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:54:12.922Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||INFO|500||Resource customization UUID: bf47efcb-edf1-493b-9ba4-452eb9ea1e0f is the same as notified resource customizationUUID: bf47efcb-edf1-493b-9ba4-452eb9ea1e0f
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-06-02T11:54:12.968Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 0dc903e9-a6da 33fdbde2-fcaa-4466-ac8f-cea8fae7ada5 0 ASDC deployResourceStructure
2022-06-02T11:54:12.968Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfIvm1w1w4zukbmcfy2rwn/1.0/artifacts/service-DemoPnfIvm1w1w4zukbmcfy2rwn-csar.csar ASDC sendASDCNotification
2022-06-02T11:54:12.968Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfIvm1w1w4zukbmcfy2rwn/1.0/artifacts/service-DemoPnfIvm1w1w4zukbmcfy2rwn-csar.csar
2022-06-02T11:54:12.968Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T11:54:12.969Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:54:12.971Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:54:12.971Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "36f74a9e-28d3-46cd-8f6d-db5f97cbeaac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170852968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvm1w1w4zukbmcfy2rwn/1.0/artifacts/service-DemoPnfIvm1w1w4zukbmcfy2rwn-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T11:54:13.071Z||pool-173-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:54:13.072Z||pool-173-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T11:54:13.073Z||pool-173-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:54:13.118Z||pool-173-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:54:13.119Z||pool-173-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":3,"count":1}
2022-06-02T11:54:13.972Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 36f74a9e-28d3-46cd-8f6d-db5f97cbeaac
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-02T11:54:13.980Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 36f74a9e-28d3-46cd-8f6d-db5f97cbeaac
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-06-02T11:54:13.981Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T11:54:13.982Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-02T11:54:13.982Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-02T11:54:43.982Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 36f74a9e-28d3-46cd-8f6d-db5f97cbeaac
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-02T11:54:43.990Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 36f74a9e-28d3-46cd-8f6d-db5f97cbeaac
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-06-02T11:54:43.991Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T11:54:43.991Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-02T11:54:43.991Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-02T11:55:01.711Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:55:01.712Z||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-06-02T11:55:01.712Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:55:01.786Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:55:01.787Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:55:01.787Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f74a9e-28d3-46cd-8f6d-db5f97cbeaac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654170796636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvm1w1w4zukbmcfy2rwn/1.0/resourceInstances/pnf0dc903e9a6da0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:55:01.788Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:55:01.788Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:55:01.788Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f74a9e-28d3-46cd-8f6d-db5f97cbeaac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654170796903,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvm1w1w4zukbmcfy2rwn/1.0/resourceInstances/pnf0dc903e9a6da0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:55:01.788Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:55:01.789Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:55:01.789Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f74a9e-28d3-46cd-8f6d-db5f97cbeaac",
  "consumerID": "policy-id",
  "timestamp": 1654170804763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvm1w1w4zukbmcfy2rwn/1.0/resourceInstances/pnf0dc903e9a6da0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:55:01.789Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:55:01.789Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:55:01.789Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f74a9e-28d3-46cd-8f6d-db5f97cbeaac",
  "consumerID": "cds",
  "timestamp": 1654170801252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvm1w1w4zukbmcfy2rwn/1.0/resourceInstances/pnf0dc903e9a6da0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:55:01.789Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:55:01.789Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:55:01.789Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f74a9e-28d3-46cd-8f6d-db5f97cbeaac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654170796636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvm1w1w4zukbmcfy2rwn/1.0/resourceInstances/pnf0dc903e9a6da0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:55:01.789Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:55:01.789Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:55:01.789Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f74a9e-28d3-46cd-8f6d-db5f97cbeaac",
  "consumerID": "cds",
  "timestamp": 1654170801252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvm1w1w4zukbmcfy2rwn/1.0/resourceInstances/pnf0dc903e9a6da0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:55:01.789Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:55:01.789Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:55:01.790Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f74a9e-28d3-46cd-8f6d-db5f97cbeaac",
  "consumerID": "policy-id",
  "timestamp": 1654170804763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvm1w1w4zukbmcfy2rwn/1.0/resourceInstances/pnf0dc903e9a6da0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:55:01.790Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:55:01.790Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:55:01.790Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f74a9e-28d3-46cd-8f6d-db5f97cbeaac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654170796903,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvm1w1w4zukbmcfy2rwn/1.0/resourceInstances/pnf0dc903e9a6da0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:55:01.790Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:55:01.790Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:55:01.790Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f74a9e-28d3-46cd-8f6d-db5f97cbeaac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654170796636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvm1w1w4zukbmcfy2rwn/1.0/resourceInstances/pnf0dc903e9a6da0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:55:01.790Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:55:01.790Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:55:01.790Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f74a9e-28d3-46cd-8f6d-db5f97cbeaac",
  "consumerID": "policy-id",
  "timestamp": 1654170804763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvm1w1w4zukbmcfy2rwn/1.0/resourceInstances/pnf0dc903e9a6da0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:55:01.790Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:55:01.790Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:55:01.791Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f74a9e-28d3-46cd-8f6d-db5f97cbeaac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654170796903,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvm1w1w4zukbmcfy2rwn/1.0/resourceInstances/pnf0dc903e9a6da0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:55:01.791Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:55:01.791Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:55:01.791Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f74a9e-28d3-46cd-8f6d-db5f97cbeaac",
  "consumerID": "cds",
  "timestamp": 1654170801252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvm1w1w4zukbmcfy2rwn/1.0/resourceInstances/pnf0dc903e9a6da0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:55:01.791Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:55:01.791Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:55:01.791Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f74a9e-28d3-46cd-8f6d-db5f97cbeaac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654170796636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvm1w1w4zukbmcfy2rwn/1.0/resourceInstances/pnf0dc903e9a6da0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:55:01.791Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:55:01.791Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:55:01.791Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f74a9e-28d3-46cd-8f6d-db5f97cbeaac",
  "consumerID": "policy-id",
  "timestamp": 1654170804763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvm1w1w4zukbmcfy2rwn/1.0/resourceInstances/pnf0dc903e9a6da0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:55:01.791Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:55:01.792Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:55:01.792Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f74a9e-28d3-46cd-8f6d-db5f97cbeaac",
  "consumerID": "cds",
  "timestamp": 1654170801252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvm1w1w4zukbmcfy2rwn/1.0/resourceInstances/pnf0dc903e9a6da0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:55:01.792Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:55:01.792Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:55:01.792Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f74a9e-28d3-46cd-8f6d-db5f97cbeaac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654170796903,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvm1w1w4zukbmcfy2rwn/1.0/resourceInstances/pnf0dc903e9a6da0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:55:01.792Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:55:01.792Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:55:01.792Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f74a9e-28d3-46cd-8f6d-db5f97cbeaac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654170796636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvm1w1w4zukbmcfy2rwn/1.0/resourceInstances/pnf0dc903e9a6da0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:55:01.792Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:55:01.792Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:55:01.792Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f74a9e-28d3-46cd-8f6d-db5f97cbeaac",
  "consumerID": "cds",
  "timestamp": 1654170801252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvm1w1w4zukbmcfy2rwn/1.0/resourceInstances/pnf0dc903e9a6da0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:55:01.793Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:55:01.793Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:55:01.793Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f74a9e-28d3-46cd-8f6d-db5f97cbeaac",
  "consumerID": "policy-id",
  "timestamp": 1654170804763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvm1w1w4zukbmcfy2rwn/1.0/resourceInstances/pnf0dc903e9a6da0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:55:01.793Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:55:01.793Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:55:01.793Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f74a9e-28d3-46cd-8f6d-db5f97cbeaac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654170796903,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvm1w1w4zukbmcfy2rwn/1.0/resourceInstances/pnf0dc903e9a6da0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:55:01.793Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:55:01.793Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:55:01.794Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f74a9e-28d3-46cd-8f6d-db5f97cbeaac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654170796636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvm1w1w4zukbmcfy2rwn/1.0/resourceInstances/pnf0dc903e9a6da0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:55:01.794Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:55:01.794Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:55:01.794Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f74a9e-28d3-46cd-8f6d-db5f97cbeaac",
  "consumerID": "policy-id",
  "timestamp": 1654170804763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvm1w1w4zukbmcfy2rwn/1.0/resourceInstances/pnf0dc903e9a6da0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:55:01.794Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:55:01.794Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:55:01.794Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f74a9e-28d3-46cd-8f6d-db5f97cbeaac",
  "consumerID": "cds",
  "timestamp": 1654170801252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvm1w1w4zukbmcfy2rwn/1.0/resourceInstances/pnf0dc903e9a6da0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:55:01.794Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:55:01.794Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:55:01.794Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f74a9e-28d3-46cd-8f6d-db5f97cbeaac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654170796903,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvm1w1w4zukbmcfy2rwn/1.0/resourceInstances/pnf0dc903e9a6da0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:55:01.794Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:55:01.794Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:55:01.794Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f74a9e-28d3-46cd-8f6d-db5f97cbeaac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654170796636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvm1w1w4zukbmcfy2rwn/1.0/artifacts/service-DemoPnfIvm1w1w4zukbmcfy2rwn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:55:01.795Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:55:01.795Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:55:01.795Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f74a9e-28d3-46cd-8f6d-db5f97cbeaac",
  "consumerID": "policy-id",
  "timestamp": 1654170804763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvm1w1w4zukbmcfy2rwn/1.0/artifacts/service-DemoPnfIvm1w1w4zukbmcfy2rwn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:55:01.795Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:55:01.795Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:55:01.795Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f74a9e-28d3-46cd-8f6d-db5f97cbeaac",
  "consumerID": "cds",
  "timestamp": 1654170801252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvm1w1w4zukbmcfy2rwn/1.0/artifacts/service-DemoPnfIvm1w1w4zukbmcfy2rwn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:55:01.795Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:55:01.795Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:55:01.795Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f74a9e-28d3-46cd-8f6d-db5f97cbeaac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654170796903,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvm1w1w4zukbmcfy2rwn/1.0/artifacts/service-DemoPnfIvm1w1w4zukbmcfy2rwn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:55:01.796Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:55:01.796Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:55:01.796Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f74a9e-28d3-46cd-8f6d-db5f97cbeaac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654170796636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvm1w1w4zukbmcfy2rwn/1.0/artifacts/service-DemoPnfIvm1w1w4zukbmcfy2rwn-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T11:55:01.796Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:55:01.796Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:55:01.796Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f74a9e-28d3-46cd-8f6d-db5f97cbeaac",
  "consumerID": "cds",
  "timestamp": 1654170801252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvm1w1w4zukbmcfy2rwn/1.0/artifacts/service-DemoPnfIvm1w1w4zukbmcfy2rwn-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T11:55:01.796Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:55:01.796Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:55:01.796Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f74a9e-28d3-46cd-8f6d-db5f97cbeaac",
  "consumerID": "policy-id",
  "timestamp": 1654170804763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvm1w1w4zukbmcfy2rwn/1.0/artifacts/service-DemoPnfIvm1w1w4zukbmcfy2rwn-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T11:55:01.796Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:55:01.797Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:55:01.797Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f74a9e-28d3-46cd-8f6d-db5f97cbeaac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654170796903,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvm1w1w4zukbmcfy2rwn/1.0/artifacts/service-DemoPnfIvm1w1w4zukbmcfy2rwn-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T11:55:01.797Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:55:01.797Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:55:01.797Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f74a9e-28d3-46cd-8f6d-db5f97cbeaac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654170814991,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvm1w1w4zukbmcfy2rwn/1.0/artifacts/service-DemoPnfIvm1w1w4zukbmcfy2rwn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:55:01.797Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:55:01.797Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:55:01.797Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f74a9e-28d3-46cd-8f6d-db5f97cbeaac",
  "consumerID": "cds",
  "timestamp": 1654170815165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvm1w1w4zukbmcfy2rwn/1.0/artifacts/service-DemoPnfIvm1w1w4zukbmcfy2rwn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:55:01.797Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:55:01.797Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:55:01.797Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f74a9e-28d3-46cd-8f6d-db5f97cbeaac",
  "consumerID": "policy-id",
  "timestamp": 1654170814837,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvm1w1w4zukbmcfy2rwn/1.0/artifacts/service-DemoPnfIvm1w1w4zukbmcfy2rwn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:55:01.798Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:55:01.798Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:55:01.798Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f74a9e-28d3-46cd-8f6d-db5f97cbeaac",
  "consumerID": "clamp",
  "timestamp": 1654170814755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvm1w1w4zukbmcfy2rwn/1.0/resourceInstances/pnf0dc903e9a6da0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:55:01.798Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:55:01.798Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:55:01.798Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f74a9e-28d3-46cd-8f6d-db5f97cbeaac",
  "consumerID": "cds",
  "timestamp": 1654170816184,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvm1w1w4zukbmcfy2rwn/1.0/artifacts/service-DemoPnfIvm1w1w4zukbmcfy2rwn-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-06-02T11:55:01.804Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 36f74a9e-28d3-46cd-8f6d-db5f97cbeaac
2022-06-02T11:55:01.804Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 36f74a9e-28d3-46cd-8f6d-db5f97cbeaac 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-06-02T11:55:01.810Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:55:01.810Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f74a9e-28d3-46cd-8f6d-db5f97cbeaac",
  "consumerID": "policy-id",
  "timestamp": 1654170815843,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvm1w1w4zukbmcfy2rwn/1.0/artifacts/service-DemoPnfIvm1w1w4zukbmcfy2rwn-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T11:55:01.810Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:55:01.810Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:55:01.810Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f74a9e-28d3-46cd-8f6d-db5f97cbeaac",
  "consumerID": "clamp",
  "timestamp": 1654170814755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvm1w1w4zukbmcfy2rwn/1.0/resourceInstances/pnf0dc903e9a6da0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:55:01.810Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:55:01.810Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:55:01.810Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f74a9e-28d3-46cd-8f6d-db5f97cbeaac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654170815893,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvm1w1w4zukbmcfy2rwn/1.0/resourceInstances/pnf0dc903e9a6da0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:55:01.810Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:55:01.810Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:55:01.811Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f74a9e-28d3-46cd-8f6d-db5f97cbeaac",
  "consumerID": "policy-id",
  "timestamp": 1654170816845,
  "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-06-02T11:55:01.813Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 36f74a9e-28d3-46cd-8f6d-db5f97cbeaac
2022-06-02T11:55:01.813Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 36f74a9e-28d3-46cd-8f6d-db5f97cbeaac 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-06-02T11:55:01.818Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:55:01.818Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f74a9e-28d3-46cd-8f6d-db5f97cbeaac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654170817446,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvm1w1w4zukbmcfy2rwn/1.0/artifacts/service-DemoPnfIvm1w1w4zukbmcfy2rwn-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T11:55:01.818Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:55:01.818Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:55:01.818Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f74a9e-28d3-46cd-8f6d-db5f97cbeaac",
  "consumerID": "clamp",
  "timestamp": 1654170814755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvm1w1w4zukbmcfy2rwn/1.0/resourceInstances/pnf0dc903e9a6da0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:55:01.818Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:55:01.818Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:55:01.818Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f74a9e-28d3-46cd-8f6d-db5f97cbeaac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654170815893,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvm1w1w4zukbmcfy2rwn/1.0/resourceInstances/pnf0dc903e9a6da0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:55:01.819Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:55:01.819Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:55:01.819Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f74a9e-28d3-46cd-8f6d-db5f97cbeaac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654170818450,
  "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-06-02T11:55:01.821Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 36f74a9e-28d3-46cd-8f6d-db5f97cbeaac
2022-06-02T11:55:01.821Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 36f74a9e-28d3-46cd-8f6d-db5f97cbeaac 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-06-02T11:55:01.828Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:55:01.828Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f74a9e-28d3-46cd-8f6d-db5f97cbeaac",
  "consumerID": "clamp",
  "timestamp": 1654170814755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvm1w1w4zukbmcfy2rwn/1.0/resourceInstances/pnf0dc903e9a6da0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:55:01.828Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:55:01.828Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:55:01.828Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f74a9e-28d3-46cd-8f6d-db5f97cbeaac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654170815893,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvm1w1w4zukbmcfy2rwn/1.0/resourceInstances/pnf0dc903e9a6da0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:55:01.828Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:55:01.828Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:55:01.828Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f74a9e-28d3-46cd-8f6d-db5f97cbeaac",
  "consumerID": "clamp",
  "timestamp": 1654170814755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvm1w1w4zukbmcfy2rwn/1.0/resourceInstances/pnf0dc903e9a6da0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:55:01.828Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:55:01.828Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:55:01.828Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f74a9e-28d3-46cd-8f6d-db5f97cbeaac",
  "consumerID": "aai-ml",
  "timestamp": 1654170818714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvm1w1w4zukbmcfy2rwn/1.0/resourceInstances/pnf0dc903e9a6da0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:55:01.828Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:55:01.828Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:55:01.828Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f74a9e-28d3-46cd-8f6d-db5f97cbeaac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654170815893,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvm1w1w4zukbmcfy2rwn/1.0/resourceInstances/pnf0dc903e9a6da0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:55:01.828Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:55:01.829Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:55:01.829Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f74a9e-28d3-46cd-8f6d-db5f97cbeaac",
  "consumerID": "clamp",
  "timestamp": 1654170814755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvm1w1w4zukbmcfy2rwn/1.0/resourceInstances/pnf0dc903e9a6da0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:55:01.829Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:55:01.829Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:55:01.829Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f74a9e-28d3-46cd-8f6d-db5f97cbeaac",
  "consumerID": "aai-ml",
  "timestamp": 1654170818714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvm1w1w4zukbmcfy2rwn/1.0/resourceInstances/pnf0dc903e9a6da0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:55:01.829Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:55:01.829Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:55:01.829Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f74a9e-28d3-46cd-8f6d-db5f97cbeaac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654170815893,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvm1w1w4zukbmcfy2rwn/1.0/resourceInstances/pnf0dc903e9a6da0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:55:01.829Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:55:01.829Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:55:01.829Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f74a9e-28d3-46cd-8f6d-db5f97cbeaac",
  "consumerID": "clamp",
  "timestamp": 1654170814755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvm1w1w4zukbmcfy2rwn/1.0/artifacts/service-DemoPnfIvm1w1w4zukbmcfy2rwn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:55:01.829Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:55:01.829Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:55:01.829Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f74a9e-28d3-46cd-8f6d-db5f97cbeaac",
  "consumerID": "aai-ml",
  "timestamp": 1654170818714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvm1w1w4zukbmcfy2rwn/1.0/resourceInstances/pnf0dc903e9a6da0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:55:01.831Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:55:01.831Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:55:01.831Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f74a9e-28d3-46cd-8f6d-db5f97cbeaac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654170815893,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvm1w1w4zukbmcfy2rwn/1.0/resourceInstances/pnf0dc903e9a6da0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-06-02T11:55:01.831Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:55:01.831Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:55:01.831Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f74a9e-28d3-46cd-8f6d-db5f97cbeaac",
  "consumerID": "clamp",
  "timestamp": 1654170814755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvm1w1w4zukbmcfy2rwn/1.0/artifacts/service-DemoPnfIvm1w1w4zukbmcfy2rwn-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T11:55:01.831Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:55:01.831Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:55:01.831Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f74a9e-28d3-46cd-8f6d-db5f97cbeaac",
  "consumerID": "aai-ml",
  "timestamp": 1654170818714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvm1w1w4zukbmcfy2rwn/1.0/resourceInstances/pnf0dc903e9a6da0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:55:01.832Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:55:01.832Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:55:01.832Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f74a9e-28d3-46cd-8f6d-db5f97cbeaac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654170815893,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvm1w1w4zukbmcfy2rwn/1.0/artifacts/service-DemoPnfIvm1w1w4zukbmcfy2rwn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:55:01.832Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:55:01.832Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:55:01.832Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f74a9e-28d3-46cd-8f6d-db5f97cbeaac",
  "consumerID": "aai-ml",
  "timestamp": 1654170818714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvm1w1w4zukbmcfy2rwn/1.0/resourceInstances/pnf0dc903e9a6da0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:55:01.832Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:55:01.832Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:55:01.832Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f74a9e-28d3-46cd-8f6d-db5f97cbeaac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654170815893,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvm1w1w4zukbmcfy2rwn/1.0/artifacts/service-DemoPnfIvm1w1w4zukbmcfy2rwn-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:55:01.832Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:55:01.832Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:55:01.832Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f74a9e-28d3-46cd-8f6d-db5f97cbeaac",
  "consumerID": "aai-ml",
  "timestamp": 1654170818714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvm1w1w4zukbmcfy2rwn/1.0/resourceInstances/pnf0dc903e9a6da0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:55:01.832Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:55:01.833Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:55:01.833Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f74a9e-28d3-46cd-8f6d-db5f97cbeaac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654170824930,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvm1w1w4zukbmcfy2rwn/1.0/resourceInstances/pnf0dc903e9a6da0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:55:01.833Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:55:01.833Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:55:01.833Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f74a9e-28d3-46cd-8f6d-db5f97cbeaac",
  "consumerID": "aai-ml",
  "timestamp": 1654170818714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvm1w1w4zukbmcfy2rwn/1.0/artifacts/service-DemoPnfIvm1w1w4zukbmcfy2rwn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:55:01.833Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:55:01.833Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:55:01.833Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f74a9e-28d3-46cd-8f6d-db5f97cbeaac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654170825986,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvm1w1w4zukbmcfy2rwn/1.0/resourceInstances/pnf0dc903e9a6da0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-06-02T11:55:01.833Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:55:01.833Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:55:01.834Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f74a9e-28d3-46cd-8f6d-db5f97cbeaac",
  "consumerID": "aai-ml",
  "timestamp": 1654170818714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvm1w1w4zukbmcfy2rwn/1.0/artifacts/service-DemoPnfIvm1w1w4zukbmcfy2rwn-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T11:55:01.834Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:55:01.834Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:55:01.834Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f74a9e-28d3-46cd-8f6d-db5f97cbeaac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654170826992,
  "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-06-02T11:55:01.841Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 36f74a9e-28d3-46cd-8f6d-db5f97cbeaac
2022-06-02T11:55:01.841Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 36f74a9e-28d3-46cd-8f6d-db5f97cbeaac 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-06-02T11:55:01.847Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:55:01.847Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f74a9e-28d3-46cd-8f6d-db5f97cbeaac",
  "consumerID": "aai-ml",
  "timestamp": 1654170828138,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvm1w1w4zukbmcfy2rwn/1.0/artifacts/service-DemoPnfIvm1w1w4zukbmcfy2rwn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:55:01.847Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:55:01.847Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:55:01.848Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f74a9e-28d3-46cd-8f6d-db5f97cbeaac",
  "consumerID": "aai-ml",
  "timestamp": 1654170833896,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvm1w1w4zukbmcfy2rwn/1.0/artifacts/service-DemoPnfIvm1w1w4zukbmcfy2rwn-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-06-02T11:55:01.848Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:55:01.848Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:55:01.848Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f74a9e-28d3-46cd-8f6d-db5f97cbeaac",
  "consumerID": "clamp",
  "timestamp": 1654170834456,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvm1w1w4zukbmcfy2rwn/1.0/artifacts/service-DemoPnfIvm1w1w4zukbmcfy2rwn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:55:01.849Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:55:01.849Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:55:01.849Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f74a9e-28d3-46cd-8f6d-db5f97cbeaac",
  "consumerID": "aai-ml",
  "timestamp": 1654170834901,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "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-06-02T11:55:01.851Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 36f74a9e-28d3-46cd-8f6d-db5f97cbeaac
2022-06-02T11:55:01.851Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 36f74a9e-28d3-46cd-8f6d-db5f97cbeaac 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-06-02T11:55:01.856Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:55:01.856Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f74a9e-28d3-46cd-8f6d-db5f97cbeaac",
  "consumerID": "clamp",
  "timestamp": 1654170837459,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvm1w1w4zukbmcfy2rwn/1.0/artifacts/service-DemoPnfIvm1w1w4zukbmcfy2rwn-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T11:55:01.856Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:55:01.856Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:55:01.857Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f74a9e-28d3-46cd-8f6d-db5f97cbeaac",
  "consumerID": "clamp",
  "timestamp": 1654170838474,
  "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-06-02T11:55:01.859Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 36f74a9e-28d3-46cd-8f6d-db5f97cbeaac
2022-06-02T11:55:01.859Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 36f74a9e-28d3-46cd-8f6d-db5f97cbeaac 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-06-02T11:55:13.992Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 36f74a9e-28d3-46cd-8f6d-db5f97cbeaac
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-02T11:55:14.002Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 36f74a9e-28d3-46cd-8f6d-db5f97cbeaac
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-06-02T11:55:14.004Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T11:55:14.004Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-02T11:55:14.004Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-02T11:55:14.004Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-02T11:55:14.004Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-02T11:55:14.004Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-06-02T11:55:14.005Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-06-02T11:55:14.007Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-02T11:55:44.007Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 36f74a9e-28d3-46cd-8f6d-db5f97cbeaac 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-06-02T11:55:44.013Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 36f74a9e-28d3-46cd-8f6d-db5f97cbeaac and serviceModelVersionId: ab088720-4052-4354-9cba-48766aea8f49
2022-06-02T11:55:44.013Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6369959f-5b42-41fa-bf7c-247c73dc2eaf
2022-06-02T11:55:44.015Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6369959f-5b42-41fa-bf7c-247c73dc2eaf/model-vers/model-ver/ab088720-4052-4354-9cba-48766aea8f49?depth=0
2022-06-02T11:55:44.019Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-06-02T11:55:44.059Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|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/6369959f-5b42-41fa-bf7c-247c73dc2eaf/model-vers/model-ver/ab088720-4052-4354-9cba-48766aea8f49?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-06-02T11:55:44.061Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6369959f-5b42-41fa-bf7c-247c73dc2eaf/model-vers/model-ver/ab088720-4052-4354-9cba-48766aea8f49?depth=0|INFO|500||Invoke
2022-06-02T11:55:44.083Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6369959f-5b42-41fa-bf7c-247c73dc2eaf/model-vers/model-ver/ab088720-4052-4354-9cba-48766aea8f49?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-06-02T11:55:44.141Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6369959f-5b42-41fa-bf7c-247c73dc2eaf/model-vers/model-ver/ab088720-4052-4354-9cba-48766aea8f49?depth=0|INFO|404|Not Found|InvokeReturn
2022-06-02T11:55:44.141Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|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/6369959f-5b42-41fa-bf7c-247c73dc2eaf/model-vers/model-ver/ab088720-4052-4354-9cba-48766aea8f49?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220602-11:55:43:952-49148], Content-Length=[495], Date=[Thu, 02 Jun 2022 11:55:43 GMT], Content-Type=[application/json]}
2022-06-02T11:55:44.142Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/6369959f-5b42-41fa-bf7c-247c73dc2eaf/model-vers/model-ver/ab088720-4052-4354-9cba-48766aea8f49","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6369959f-5b42-41fa-bf7c-247c73dc2eaf/model-vers/model-ver/ab088720-4052-4354-9cba-48766aea8f49","ERR.5.4.6114"]}}}

2022-06-02T11:55:44.146Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=36f74a9e-28d3-46cd-8f6d-db5f97cbeaac Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/6369959f-5b42-41fa-bf7c-247c73dc2eaf/model-vers/model-ver/ab088720-4052-4354-9cba-48766aea8f49 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6369959f-5b42-41fa-bf7c-247c73dc2eaf/model-vers/model-ver/ab088720-4052-4354-9cba-48766aea8f49) (ec=ERR.5.4.6114)
2022-06-02T11:55:44.146Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=36f74a9e-28d3-46cd-8f6d-db5f97cbeaac Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/6369959f-5b42-41fa-bf7c-247c73dc2eaf/model-vers/model-ver/ab088720-4052-4354-9cba-48766aea8f49 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6369959f-5b42-41fa-bf7c-247c73dc2eaf/model-vers/model-ver/ab088720-4052-4354-9cba-48766aea8f49) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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-06-02T11:55:44.147Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=36f74a9e-28d3-46cd-8f6d-db5f97cbeaac Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/6369959f-5b42-41fa-bf7c-247c73dc2eaf/model-vers/model-ver/ab088720-4052-4354-9cba-48766aea8f49 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6369959f-5b42-41fa-bf7c-247c73dc2eaf/model-vers/model-ver/ab088720-4052-4354-9cba-48766aea8f49) (ec=ERR.5.4.6114)
2022-06-02T11:55:44.147Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=36f74a9e-28d3-46cd-8f6d-db5f97cbeaac Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/6369959f-5b42-41fa-bf7c-247c73dc2eaf/model-vers/model-ver/ab088720-4052-4354-9cba-48766aea8f49 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6369959f-5b42-41fa-bf7c-247c73dc2eaf/model-vers/model-ver/ab088720-4052-4354-9cba-48766aea8f49) (ec=ERR.5.4.6114)
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-06-02T11:55:44.153Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|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-06-02T11:55:44.154Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 36f74a9e-28d3-46cd-8f6d-db5f97cbeaac and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=36f74a9e-28d3-46cd-8f6d-db5f97cbeaac Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/6369959f-5b42-41fa-bf7c-247c73dc2eaf/model-vers/model-ver/ab088720-4052-4354-9cba-48766aea8f49 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6369959f-5b42-41fa-bf7c-247c73dc2eaf/model-vers/model-ver/ab088720-4052-4354-9cba-48766aea8f49) (ec=ERR.5.4.6114)
2022-06-02T11:55:44.154Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-02T11:55:44.154Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:55:44.157Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:55:44.157Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "36f74a9e-28d3-46cd-8f6d-db5f97cbeaac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170944154,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d36f74a9e-28d3-46cd-8f6d-db5f97cbeaac Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/6369959f-5b42-41fa-bf7c-247c73dc2eaf/model-vers/model-ver/ab088720-4052-4354-9cba-48766aea8f49 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6369959f-5b42-41fa-bf7c-247c73dc2eaf/model-vers/model-ver/ab088720-4052-4354-9cba-48766aea8f49) (ec\u003dERR.5.4.6114)"
}
2022-06-02T11:55:44.257Z||pool-174-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:55:44.258Z||pool-174-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T11:55:44.258Z||pool-174-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:55:44.278Z||pool-174-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:55:44.279Z||pool-174-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-02T11:55:45.169Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:55:45.169Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|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-06-02T11:55:45.169Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:55:54.737Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:56:01.708Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:56:01.709Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|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-06-02T11:56:01.709Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:56:01.711Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:56:01.711Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|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-06-02T11:56:01.711Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:56:01.743Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:56:01.744Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:56:01.744Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f74a9e-28d3-46cd-8f6d-db5f97cbeaac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170841708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvm1w1w4zukbmcfy2rwn/1.0/resourceInstances/pnf0dc903e9a6da0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:56:01.745Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:56:01.745Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:56:01.745Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f74a9e-28d3-46cd-8f6d-db5f97cbeaac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170841708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvm1w1w4zukbmcfy2rwn/1.0/resourceInstances/pnf0dc903e9a6da0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:56:01.745Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:56:01.745Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:56:01.745Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f74a9e-28d3-46cd-8f6d-db5f97cbeaac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170841708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvm1w1w4zukbmcfy2rwn/1.0/resourceInstances/pnf0dc903e9a6da0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:56:01.745Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:56:01.746Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:56:01.746Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f74a9e-28d3-46cd-8f6d-db5f97cbeaac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170841708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvm1w1w4zukbmcfy2rwn/1.0/resourceInstances/pnf0dc903e9a6da0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:56:01.746Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:56:01.746Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:56:01.746Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f74a9e-28d3-46cd-8f6d-db5f97cbeaac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170841708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvm1w1w4zukbmcfy2rwn/1.0/resourceInstances/pnf0dc903e9a6da0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:56:01.746Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:56:01.746Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:56:01.746Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f74a9e-28d3-46cd-8f6d-db5f97cbeaac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170841708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvm1w1w4zukbmcfy2rwn/1.0/resourceInstances/pnf0dc903e9a6da0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:56:01.747Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:56:01.747Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:56:01.747Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f74a9e-28d3-46cd-8f6d-db5f97cbeaac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170841708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvm1w1w4zukbmcfy2rwn/1.0/artifacts/service-DemoPnfIvm1w1w4zukbmcfy2rwn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:56:01.747Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:56:01.747Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:56:01.747Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f74a9e-28d3-46cd-8f6d-db5f97cbeaac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170841708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvm1w1w4zukbmcfy2rwn/1.0/artifacts/service-DemoPnfIvm1w1w4zukbmcfy2rwn-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T11:56:01.747Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:56:01.747Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:56:01.748Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f74a9e-28d3-46cd-8f6d-db5f97cbeaac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170850726,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvm1w1w4zukbmcfy2rwn/1.0/artifacts/service-DemoPnfIvm1w1w4zukbmcfy2rwn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:56:01.748Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:56:01.748Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:56:01.748Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f74a9e-28d3-46cd-8f6d-db5f97cbeaac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170852968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvm1w1w4zukbmcfy2rwn/1.0/artifacts/service-DemoPnfIvm1w1w4zukbmcfy2rwn-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T11:56:01.748Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:56:11.276Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:57:01.708Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:57:01.710Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|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-06-02T11:57:01.710Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:57:01.710Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:57:01.711Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|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-06-02T11:57:01.711Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:57:02.249Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:57:02.250Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:57:02.250Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f74a9e-28d3-46cd-8f6d-db5f97cbeaac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654170944154,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d36f74a9e-28d3-46cd-8f6d-db5f97cbeaac Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/6369959f-5b42-41fa-bf7c-247c73dc2eaf/model-vers/model-ver/ab088720-4052-4354-9cba-48766aea8f49 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6369959f-5b42-41fa-bf7c-247c73dc2eaf/model-vers/model-ver/ab088720-4052-4354-9cba-48766aea8f49) (ec\u003dERR.5.4.6114)"
}
2022-06-02T11:57:02.251Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:57:11.297Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:58:01.708Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:58:01.710Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|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-06-02T11:58:01.710Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:58:01.711Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:58:01.711Z||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-06-02T11:58:01.711Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:58:02.353Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:58:02.354Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-02T11:58:02.354Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"ec57bf01-71ba-435d-bbf6-9fd591f14864","serviceName":"vFW 2022-06-02 11-54-58","serviceVersion":"1.0","serviceUUID":"267dba83-dab6-43ac-b650-bbf465c71fd1","serviceDescription":"catalog service description","serviceInvariantUUID":"d3d71647-c125-4206-8027-061bdcc07ae3","resources":[{"resourceInstanceName":"vFW 6ac092fb-c464 0","resourceName":"vFW 6ac092fb-c464","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bbc9a7fc-31d0-4bda-b66e-01d19f426a4d","resourceInvariantUUID":"02263f4e-dc8b-4c1c-b61a-fcf7410fbb4d","resourceCustomizationUUID":"1fa71741-c2b8-409e-aad2-63d16ec0b292","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220602115458/1.0/resourceInstances/vfw6ac092fbc4640/artifacts/vf-license-model.xml","artifactChecksum":"MmZlYmJmYzNhNzUzYTRjNmUwZDhlYzhlMjY0YWM5NGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"46f19096-0b99-41a3-a26e-3cfc8e3b5995","artifactVersion":"1"},{"artifactName":"vfw6ac092fbc4640_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220602115458/1.0/resourceInstances/vfw6ac092fbc4640/artifacts/vfw6ac092fbc4640_modules.json","artifactChecksum":"Mzg3NjhiMzViYzE1NjlmYjY0M2FjNjYwODZkMTI0ZmE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"30788a70-09f4-4ab7-852c-e3e9c14237a1","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220602115458/1.0/resourceInstances/vfw6ac092fbc4640/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2ff29ec7-277e-47ca-89d6-5ac5bfe80ce4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220602115458/1.0/resourceInstances/vfw6ac092fbc4640/artifacts/vendor-license-model.xml","artifactChecksum":"MDhmNjAwODAwMjE4NmQyNDYxZDBjZGFjNzZiZDkxOTE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a474e955-ac07-4f8d-9031-424ecb377398","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220602115458/1.0/resourceInstances/vfw6ac092fbc4640/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2e32ae55-336d-4751-b46f-f85c468bed55","artifactVersion":"2","generatedFromUUID":"2ff29ec7-277e-47ca-89d6-5ac5bfe80ce4"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220602115458-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220602115458/1.0/artifacts/service-Vfw20220602115458-template.yml","artifactChecksum":"NGZhMjMwMjNhYzc3MTlkNTljMjE2ZDhmM2M3ODU3NTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"600597ff-ba0c-4f5e-b5b8-ef533b2fb4ed","artifactVersion":"1"},{"artifactName":"service-Vfw20220602115458-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220602115458/1.0/artifacts/service-Vfw20220602115458-csar.csar","artifactChecksum":"MGNlZjlmMzMxY2M4MWFiNzE4YTBjMWU0NjE1NTMwYjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d37df4f7-fda5-4396-84ce-dba9e736300d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-02T11:58:02.358Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T11:58:02.359Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:58:02.360Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:58:02.361Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:58:02.361Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec57bf01-71ba-435d-bbf6-9fd591f14864",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654171035893,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602115458/1.0/resourceInstances/vfw6ac092fbc4640/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:58:02.362Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:58:02.362Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:58:02.362Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec57bf01-71ba-435d-bbf6-9fd591f14864",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654171036636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602115458/1.0/resourceInstances/vfw6ac092fbc4640/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:58:02.362Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:58:02.362Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:58:02.362Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec57bf01-71ba-435d-bbf6-9fd591f14864",
  "consumerID": "cds",
  "timestamp": 1654171041248,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602115458/1.0/resourceInstances/vfw6ac092fbc4640/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:58:02.362Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:58:02.362Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:58:02.363Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec57bf01-71ba-435d-bbf6-9fd591f14864",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654171036903,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602115458/1.0/resourceInstances/vfw6ac092fbc4640/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:58:02.363Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:58:02.363Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:58:02.363Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec57bf01-71ba-435d-bbf6-9fd591f14864",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654171035893,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602115458/1.0/resourceInstances/vfw6ac092fbc4640/artifacts/vfw6ac092fbc4640_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:58:02.363Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:58:02.363Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:58:02.363Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec57bf01-71ba-435d-bbf6-9fd591f14864",
  "consumerID": "cds",
  "timestamp": 1654171041248,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602115458/1.0/resourceInstances/vfw6ac092fbc4640/artifacts/vfw6ac092fbc4640_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:58:02.363Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:58:02.363Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:58:02.363Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec57bf01-71ba-435d-bbf6-9fd591f14864",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654171036636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602115458/1.0/resourceInstances/vfw6ac092fbc4640/artifacts/vfw6ac092fbc4640_modules.json",
  "status": "NOTIFIED"
}
2022-06-02T11:58:02.363Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:58:02.363Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:58:02.364Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec57bf01-71ba-435d-bbf6-9fd591f14864",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654171036903,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602115458/1.0/resourceInstances/vfw6ac092fbc4640/artifacts/vfw6ac092fbc4640_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:58:02.364Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:58:02.364Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:58:02.364Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec57bf01-71ba-435d-bbf6-9fd591f14864",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654171036636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602115458/1.0/resourceInstances/vfw6ac092fbc4640/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-02T11:58:02.364Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:58:02.364Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:58:02.364Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec57bf01-71ba-435d-bbf6-9fd591f14864",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654171036903,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602115458/1.0/resourceInstances/vfw6ac092fbc4640/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:58:02.364Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:58:02.364Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:58:02.364Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec57bf01-71ba-435d-bbf6-9fd591f14864",
  "consumerID": "cds",
  "timestamp": 1654171041248,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602115458/1.0/resourceInstances/vfw6ac092fbc4640/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:58:02.364Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:58:02.364Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:58:02.365Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec57bf01-71ba-435d-bbf6-9fd591f14864",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654171035893,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602115458/1.0/resourceInstances/vfw6ac092fbc4640/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:58:02.365Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:58:02.365Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:58:02.365Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec57bf01-71ba-435d-bbf6-9fd591f14864",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654171035893,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602115458/1.0/resourceInstances/vfw6ac092fbc4640/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:58:02.365Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:58:02.365Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:58:02.365Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec57bf01-71ba-435d-bbf6-9fd591f14864",
  "consumerID": "cds",
  "timestamp": 1654171041248,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602115458/1.0/resourceInstances/vfw6ac092fbc4640/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:58:02.365Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:58:02.365Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:58:02.365Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec57bf01-71ba-435d-bbf6-9fd591f14864",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654171036636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602115458/1.0/resourceInstances/vfw6ac092fbc4640/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:58:02.366Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:58:02.366Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:58:02.366Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec57bf01-71ba-435d-bbf6-9fd591f14864",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654171036903,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602115458/1.0/resourceInstances/vfw6ac092fbc4640/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:58:02.366Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:58:02.366Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:58:02.366Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec57bf01-71ba-435d-bbf6-9fd591f14864",
  "consumerID": "policy-id",
  "timestamp": 1654171044763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602115458/1.0/resourceInstances/vfw6ac092fbc4640/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:58:02.366Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:58:02.366Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:58:02.366Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec57bf01-71ba-435d-bbf6-9fd591f14864",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654171035893,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602115458/1.0/resourceInstances/vfw6ac092fbc4640/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:58:02.366Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:58:02.366Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:58:02.366Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:58:02.366Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec57bf01-71ba-435d-bbf6-9fd591f14864",
  "consumerID": "cds",
  "timestamp": 1654171041248,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602115458/1.0/resourceInstances/vfw6ac092fbc4640/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:58:02.366Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ec57bf01-71ba-435d-bbf6-9fd591f14864",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171081708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602115458/1.0/resourceInstances/vfw6ac092fbc4640/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:58:02.367Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:58:02.367Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:58:02.367Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec57bf01-71ba-435d-bbf6-9fd591f14864",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654171036903,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602115458/1.0/resourceInstances/vfw6ac092fbc4640/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:58:02.367Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:58:02.367Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:58:02.367Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec57bf01-71ba-435d-bbf6-9fd591f14864",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654171036636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602115458/1.0/resourceInstances/vfw6ac092fbc4640/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-02T11:58:02.367Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:58:02.367Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:58:02.367Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec57bf01-71ba-435d-bbf6-9fd591f14864",
  "consumerID": "policy-id",
  "timestamp": 1654171044763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602115458/1.0/resourceInstances/vfw6ac092fbc4640/artifacts/vfw6ac092fbc4640_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:58:02.367Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:58:02.367Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:58:02.367Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec57bf01-71ba-435d-bbf6-9fd591f14864",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654171035893,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602115458/1.0/artifacts/service-Vfw20220602115458-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:58:02.368Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:58:02.368Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:58:02.368Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec57bf01-71ba-435d-bbf6-9fd591f14864",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654171036636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602115458/1.0/artifacts/service-Vfw20220602115458-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:58:02.368Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:58:02.368Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:58:02.368Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec57bf01-71ba-435d-bbf6-9fd591f14864",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654171036903,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602115458/1.0/artifacts/service-Vfw20220602115458-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:58:02.368Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:58:02.368Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:58:02.368Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec57bf01-71ba-435d-bbf6-9fd591f14864",
  "consumerID": "cds",
  "timestamp": 1654171041248,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602115458/1.0/artifacts/service-Vfw20220602115458-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:58:02.368Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:58:02.368Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:58:02.368Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec57bf01-71ba-435d-bbf6-9fd591f14864",
  "consumerID": "policy-id",
  "timestamp": 1654171044763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602115458/1.0/resourceInstances/vfw6ac092fbc4640/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-02T11:58:02.369Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:58:02.369Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:58:02.369Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec57bf01-71ba-435d-bbf6-9fd591f14864",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654171035893,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602115458/1.0/artifacts/service-Vfw20220602115458-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:58:02.369Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:58:02.369Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:58:02.369Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec57bf01-71ba-435d-bbf6-9fd591f14864",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654171036636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602115458/1.0/artifacts/service-Vfw20220602115458-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T11:58:02.369Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:58:02.369Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:58:02.369Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec57bf01-71ba-435d-bbf6-9fd591f14864",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654171036903,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602115458/1.0/artifacts/service-Vfw20220602115458-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T11:58:02.369Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:58:02.369Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:58:02.369Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec57bf01-71ba-435d-bbf6-9fd591f14864",
  "consumerID": "cds",
  "timestamp": 1654171041248,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602115458/1.0/artifacts/service-Vfw20220602115458-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T11:58:02.369Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:58:02.370Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:58:02.370Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec57bf01-71ba-435d-bbf6-9fd591f14864",
  "consumerID": "policy-id",
  "timestamp": 1654171044763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602115458/1.0/resourceInstances/vfw6ac092fbc4640/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:58:02.370Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:58:02.370Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:58:02.370Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec57bf01-71ba-435d-bbf6-9fd591f14864",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654171049131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602115458/1.0/resourceInstances/vfw6ac092fbc4640/artifacts/vfw6ac092fbc4640_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:58:02.370Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:58:02.370Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:58:02.370Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec57bf01-71ba-435d-bbf6-9fd591f14864",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654171049359,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602115458/1.0/artifacts/service-Vfw20220602115458-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:58:02.370Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:58:02.370Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:58:02.370Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec57bf01-71ba-435d-bbf6-9fd591f14864",
  "consumerID": "cds",
  "timestamp": 1654171049342,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602115458/1.0/artifacts/service-Vfw20220602115458-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:58:02.371Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:58:02.371Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:58:02.371Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec57bf01-71ba-435d-bbf6-9fd591f14864",
  "consumerID": "policy-id",
  "timestamp": 1654171044763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602115458/1.0/resourceInstances/vfw6ac092fbc4640/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:58:02.371Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:58:02.371Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:58:02.371Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec57bf01-71ba-435d-bbf6-9fd591f14864",
  "consumerID": "cds",
  "timestamp": 1654171050350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602115458/1.0/artifacts/service-Vfw20220602115458-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-06-02T11:58:02.383Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ec57bf01-71ba-435d-bbf6-9fd591f14864
2022-06-02T11:58:02.383Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ec57bf01-71ba-435d-bbf6-9fd591f14864 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-06-02T11:58:02.388Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:58:02.388Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec57bf01-71ba-435d-bbf6-9fd591f14864",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654171050471,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602115458/1.0/resourceInstances/vfw6ac092fbc4640/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:58:02.388Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:58:02.388Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:58:02.388Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec57bf01-71ba-435d-bbf6-9fd591f14864",
  "consumerID": "policy-id",
  "timestamp": 1654171044763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602115458/1.0/artifacts/service-Vfw20220602115458-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:58:02.388Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:58:02.388Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:58:02.388Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec57bf01-71ba-435d-bbf6-9fd591f14864",
  "consumerID": "policy-id",
  "timestamp": 1654171044763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602115458/1.0/artifacts/service-Vfw20220602115458-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T11:58:02.389Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:58:02.389Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:58:02.389Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec57bf01-71ba-435d-bbf6-9fd591f14864",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654171051770,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602115458/1.0/resourceInstances/vfw6ac092fbc4640/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:58:02.389Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:58:02.389Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:58:02.389Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec57bf01-71ba-435d-bbf6-9fd591f14864",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654171052799,
  "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-06-02T11:58:02.392Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ec57bf01-71ba-435d-bbf6-9fd591f14864
2022-06-02T11:58:02.392Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ec57bf01-71ba-435d-bbf6-9fd591f14864 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-06-02T11:58:02.397Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:58:02.397Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec57bf01-71ba-435d-bbf6-9fd591f14864",
  "consumerID": "policy-id",
  "timestamp": 1654171052741,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602115458/1.0/artifacts/service-Vfw20220602115458-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:58:02.397Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:58:02.397Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:58:02.397Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec57bf01-71ba-435d-bbf6-9fd591f14864",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654171053446,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602115458/1.0/artifacts/service-Vfw20220602115458-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T11:58:02.397Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:58:02.397Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:58:02.398Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec57bf01-71ba-435d-bbf6-9fd591f14864",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654171053803,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602115458/1.0/resourceInstances/vfw6ac092fbc4640/artifacts/vfw6ac092fbc4640_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-02T11:58:02.398Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:58:02.398Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:58:02.398Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec57bf01-71ba-435d-bbf6-9fd591f14864",
  "consumerID": "policy-id",
  "timestamp": 1654171053745,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602115458/1.0/artifacts/service-Vfw20220602115458-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T11:58:02.398Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:58:02.398Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:58:02.398Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec57bf01-71ba-435d-bbf6-9fd591f14864",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654171054456,
  "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-06-02T11:58:02.401Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ec57bf01-71ba-435d-bbf6-9fd591f14864
2022-06-02T11:58:02.401Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ec57bf01-71ba-435d-bbf6-9fd591f14864 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-06-02T11:58:02.406Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:58:02.406Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec57bf01-71ba-435d-bbf6-9fd591f14864",
  "consumerID": "policy-id",
  "timestamp": 1654171054748,
  "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-06-02T11:58:02.408Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ec57bf01-71ba-435d-bbf6-9fd591f14864
2022-06-02T11:58:02.408Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ec57bf01-71ba-435d-bbf6-9fd591f14864 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-06-02T11:58:02.413Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:58:02.413Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec57bf01-71ba-435d-bbf6-9fd591f14864",
  "consumerID": "clamp",
  "timestamp": 1654171054755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602115458/1.0/resourceInstances/vfw6ac092fbc4640/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:58:02.413Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:58:02.413Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:58:02.413Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec57bf01-71ba-435d-bbf6-9fd591f14864",
  "consumerID": "clamp",
  "timestamp": 1654171054755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602115458/1.0/resourceInstances/vfw6ac092fbc4640/artifacts/vfw6ac092fbc4640_modules.json",
  "status": "NOTIFIED"
}
2022-06-02T11:58:02.413Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:58:02.413Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:58:02.413Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec57bf01-71ba-435d-bbf6-9fd591f14864",
  "consumerID": "clamp",
  "timestamp": 1654171054755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602115458/1.0/resourceInstances/vfw6ac092fbc4640/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:58:02.414Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:58:02.414Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:58:02.414Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec57bf01-71ba-435d-bbf6-9fd591f14864",
  "consumerID": "clamp",
  "timestamp": 1654171054755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602115458/1.0/resourceInstances/vfw6ac092fbc4640/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:58:02.414Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:58:02.414Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:58:02.414Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec57bf01-71ba-435d-bbf6-9fd591f14864",
  "consumerID": "clamp",
  "timestamp": 1654171054755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602115458/1.0/resourceInstances/vfw6ac092fbc4640/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:58:02.414Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:58:02.415Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:58:02.415Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec57bf01-71ba-435d-bbf6-9fd591f14864",
  "consumerID": "aai-ml",
  "timestamp": 1654171058714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602115458/1.0/resourceInstances/vfw6ac092fbc4640/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:58:02.415Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:58:02.415Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:58:02.415Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec57bf01-71ba-435d-bbf6-9fd591f14864",
  "consumerID": "clamp",
  "timestamp": 1654171054755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602115458/1.0/artifacts/service-Vfw20220602115458-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:58:02.415Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:58:02.415Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:58:02.415Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec57bf01-71ba-435d-bbf6-9fd591f14864",
  "consumerID": "aai-ml",
  "timestamp": 1654171058714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602115458/1.0/resourceInstances/vfw6ac092fbc4640/artifacts/vfw6ac092fbc4640_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:58:02.415Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:58:02.415Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:58:02.415Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec57bf01-71ba-435d-bbf6-9fd591f14864",
  "consumerID": "clamp",
  "timestamp": 1654171054755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602115458/1.0/artifacts/service-Vfw20220602115458-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T11:58:02.416Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:58:02.416Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:58:02.416Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec57bf01-71ba-435d-bbf6-9fd591f14864",
  "consumerID": "aai-ml",
  "timestamp": 1654171058714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602115458/1.0/resourceInstances/vfw6ac092fbc4640/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:58:02.416Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:58:02.416Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:58:02.416Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec57bf01-71ba-435d-bbf6-9fd591f14864",
  "consumerID": "aai-ml",
  "timestamp": 1654171058714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602115458/1.0/resourceInstances/vfw6ac092fbc4640/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:58:02.416Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:58:02.416Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:58:02.416Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec57bf01-71ba-435d-bbf6-9fd591f14864",
  "consumerID": "aai-ml",
  "timestamp": 1654171058714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602115458/1.0/resourceInstances/vfw6ac092fbc4640/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:58:02.416Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:58:02.416Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:58:02.416Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec57bf01-71ba-435d-bbf6-9fd591f14864",
  "consumerID": "aai-ml",
  "timestamp": 1654171058714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602115458/1.0/artifacts/service-Vfw20220602115458-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:58:02.417Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:58:02.417Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:58:02.417Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec57bf01-71ba-435d-bbf6-9fd591f14864",
  "consumerID": "aai-ml",
  "timestamp": 1654171058714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602115458/1.0/artifacts/service-Vfw20220602115458-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T11:58:02.417Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:58:02.417Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:58:02.417Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec57bf01-71ba-435d-bbf6-9fd591f14864",
  "consumerID": "aai-ml",
  "timestamp": 1654171066888,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602115458/1.0/artifacts/service-Vfw20220602115458-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:58:02.417Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:58:02.417Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:58:02.417Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec57bf01-71ba-435d-bbf6-9fd591f14864",
  "consumerID": "clamp",
  "timestamp": 1654171074496,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602115458/1.0/artifacts/service-Vfw20220602115458-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:58:02.417Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:58:02.418Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:58:02.418Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec57bf01-71ba-435d-bbf6-9fd591f14864",
  "consumerID": "aai-ml",
  "timestamp": 1654171075955,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602115458/1.0/artifacts/service-Vfw20220602115458-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-06-02T11:58:02.418Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:58:02.418Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:58:02.418Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec57bf01-71ba-435d-bbf6-9fd591f14864",
  "consumerID": "aai-ml",
  "timestamp": 1654171076967,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "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-06-02T11:58:02.421Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of ec57bf01-71ba-435d-bbf6-9fd591f14864
2022-06-02T11:58:02.421Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ec57bf01-71ba-435d-bbf6-9fd591f14864 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-06-02T11:58:02.429Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:58:02.429Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec57bf01-71ba-435d-bbf6-9fd591f14864",
  "consumerID": "clamp",
  "timestamp": 1654171077503,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602115458/1.0/artifacts/service-Vfw20220602115458-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T11:58:02.430Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:58:02.430Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T11:58:02.430Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec57bf01-71ba-435d-bbf6-9fd591f14864",
  "consumerID": "clamp",
  "timestamp": 1654171078520,
  "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-06-02T11:58:02.435Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ec57bf01-71ba-435d-bbf6-9fd591f14864
2022-06-02T11:58:02.435Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ec57bf01-71ba-435d-bbf6-9fd591f14864 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-06-02T11:58:02.465Z||pool-175-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-02T11:58:02.466Z||pool-175-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T11:58:02.467Z||pool-175-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:58:02.481Z||pool-175-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:58:02.481Z||pool-175-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-06-02T11:58:03.367Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T11:58:03.368Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:58:03.370Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:58:03.370Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ec57bf01-71ba-435d-bbf6-9fd591f14864",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171081708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602115458/1.0/resourceInstances/vfw6ac092fbc4640/artifacts/vfw6ac092fbc4640_modules.json",
  "status": "NOTIFIED"
}
2022-06-02T11:58:03.470Z||pool-176-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:58:03.471Z||pool-176-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T11:58:03.471Z||pool-176-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:58:03.494Z||pool-176-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:58:03.495Z||pool-176-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:58:04.370Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T11:58:04.371Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:58:04.373Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:58:04.373Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ec57bf01-71ba-435d-bbf6-9fd591f14864",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171081708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602115458/1.0/resourceInstances/vfw6ac092fbc4640/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-02T11:58:04.473Z||pool-177-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:58:04.474Z||pool-177-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T11:58:04.474Z||pool-177-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:58:04.489Z||pool-177-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:58:04.489Z||pool-177-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:58:05.373Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T11:58:05.374Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:58:05.376Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:58:05.376Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ec57bf01-71ba-435d-bbf6-9fd591f14864",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171081708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602115458/1.0/resourceInstances/vfw6ac092fbc4640/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:58:05.476Z||pool-178-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:58:05.477Z||pool-178-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T11:58:05.477Z||pool-178-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:58:05.505Z||pool-178-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:58:05.506Z||pool-178-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:58:06.377Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T11:58:06.377Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:58:06.381Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:58:06.381Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ec57bf01-71ba-435d-bbf6-9fd591f14864",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171081708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602115458/1.0/resourceInstances/vfw6ac092fbc4640/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-02T11:58:06.481Z||pool-179-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:58:06.482Z||pool-179-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T11:58:06.482Z||pool-179-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:58:06.520Z||pool-179-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:58:06.521Z||pool-179-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:58:07.382Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T11:58:07.382Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:58:07.385Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:58:07.385Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ec57bf01-71ba-435d-bbf6-9fd591f14864",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171081708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602115458/1.0/artifacts/service-Vfw20220602115458-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:58:07.485Z||pool-180-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:58:07.486Z||pool-180-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T11:58:07.486Z||pool-180-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:58:07.501Z||pool-180-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:58:07.502Z||pool-180-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-02T11:58:08.386Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T11:58:08.386Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:58:08.389Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:58:08.390Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ec57bf01-71ba-435d-bbf6-9fd591f14864",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171081708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602115458/1.0/artifacts/service-Vfw20220602115458-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T11:58:08.490Z||pool-181-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:58:08.491Z||pool-181-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T11:58:08.491Z||pool-181-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:58:08.506Z||pool-181-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:58:08.507Z||pool-181-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:58:09.390Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "ec57bf01-71ba-435d-bbf6-9fd591f14864",
  "serviceName": "vFW 2022-06-02 11-54-58",
  "serviceVersion": "1.0",
  "serviceUUID": "267dba83-dab6-43ac-b650-bbf465c71fd1",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "d3d71647-c125-4206-8027-061bdcc07ae3",
  "resources": [
    {
      "resourceInstanceName": "vFW 6ac092fb-c464 0",
      "resourceCustomizationUUID": "1fa71741-c2b8-409e-aad2-63d16ec0b292",
      "resourceName": "vFW 6ac092fb-c464",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "bbc9a7fc-31d0-4bda-b66e-01d19f426a4d",
      "resourceInvariantUUID": "02263f4e-dc8b-4c1c-b61a-fcf7410fbb4d",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw6ac092fbc4640_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220602115458/1.0/resourceInstances/vfw6ac092fbc4640/artifacts/vfw6ac092fbc4640_modules.json",
          "artifactChecksum": "Mzg3NjhiMzViYzE1NjlmYjY0M2FjNjYwODZkMTI0ZmE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "30788a70-09f4-4ab7-852c-e3e9c14237a1",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220602115458/1.0/resourceInstances/vfw6ac092fbc4640/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "2ff29ec7-277e-47ca-89d6-5ac5bfe80ce4",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220602115458/1.0/resourceInstances/vfw6ac092fbc4640/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "2e32ae55-336d-4751-b46f-f85c468bed55",
            "generatedFromUUID": "2ff29ec7-277e-47ca-89d6-5ac5bfe80ce4"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220602115458/1.0/resourceInstances/vfw6ac092fbc4640/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "2e32ae55-336d-4751-b46f-f85c468bed55",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220602115458-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220602115458/1.0/artifacts/service-Vfw20220602115458-csar.csar",
      "artifactChecksum": "MGNlZjlmMzMxY2M4MWFiNzE4YTBjMWU0NjE1NTMwYjU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d37df4f7-fda5-4396-84ce-dba9e736300d"
    }
  ],
  "workloadContext": "Production"
}
2022-06-02T11:58:09.391Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-02T11:58:09.391Z|36f74a9e-28d3-46cd-8f6d-db5f97cbeaac|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 267dba83-dab6-43ac-b650-bbf465c71fd1 ASDC
2022-06-02T11:58:09.391Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:ec57bf01-71ba-435d-bbf6-9fd591f14864
ServiceName:vFW 2022-06-02 11-54-58
ServiceVersion:1.0
ServiceUUID:267dba83-dab6-43ac-b650-bbf465c71fd1
ServiceInvariantUUID:d3d71647-c125-4206-8027-061bdcc07ae3
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220602115458-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220602115458/1.0/artifacts/service-Vfw20220602115458-csar.csar
ArtifactUUID:d37df4f7-fda5-4396-84ce-dba9e736300d
ArtifactChecksum:MGNlZjlmMzMxY2M4MWFiNzE4YTBjMWU0NjE1NTMwYjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 6ac092fb-c464 0
ResourceCustomizationUUID:1fa71741-c2b8-409e-aad2-63d16ec0b292
ResourceInvariantUUID:02263f4e-dc8b-4c1c-b61a-fcf7410fbb4d
ResourceName:vFW 6ac092fb-c464
ResourceType:VF
ResourceUUID:bbc9a7fc-31d0-4bda-b66e-01d19f426a4d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw6ac092fbc4640_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220602115458/1.0/resourceInstances/vfw6ac092fbc4640/artifacts/vfw6ac092fbc4640_modules.json
ArtifactUUID:30788a70-09f4-4ab7-852c-e3e9c14237a1
ArtifactChecksum:Mzg3NjhiMzViYzE1NjlmYjY0M2FjNjYwODZkMTI0ZmE=
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/Vfw20220602115458/1.0/resourceInstances/vfw6ac092fbc4640/artifacts/base_vfw.yaml
ArtifactUUID:2ff29ec7-277e-47ca-89d6-5ac5bfe80ce4
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/Vfw20220602115458/1.0/resourceInstances/vfw6ac092fbc4640/artifacts/base_vfw.env
ArtifactUUID:2e32ae55-336d-4751-b46f-f85c468bed55
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/Vfw20220602115458/1.0/resourceInstances/vfw6ac092fbc4640/artifacts/base_vfw.env
ArtifactUUID:2e32ae55-336d-4751-b46f-f85c468bed55
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-02T11:58:09.392Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 267dba83-dab6-43ac-b650-bbf465c71fd1 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-06-02T11:58:09.424Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-02T11:58:09.426Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-06-02T11:58:09.426Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-06-02T11:58:09.426Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d37df4f7-fda5-4396-84ce-dba9e736300d from URL: /sdc/v1/catalog/services/Vfw20220602115458/1.0/artifacts/service-Vfw20220602115458-csar.csar
2022-06-02T11:58:09.426Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-06-02T11:58:09.426Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220602115458/1.0/artifacts/service-Vfw20220602115458-csar.csar
2022-06-02T11:58:09.588Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-06-02T11:58:09.594Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220602115458/1.0/artifacts/service-Vfw20220602115458-csar.csar d37df4f7-fda5-4396-84ce-dba9e736300d 99040
2022-06-02T11:58:09.594Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220602115458/1.0/artifacts/service-Vfw20220602115458-csar.csar ASDC sendASDCNotification
2022-06-02T11:58:09.594Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602115458/1.0/artifacts/service-Vfw20220602115458-csar.csar
2022-06-02T11:58:09.594Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T11:58:09.595Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:58:09.601Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:58:09.601Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ec57bf01-71ba-435d-bbf6-9fd591f14864",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171089594,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602115458/1.0/artifacts/service-Vfw20220602115458-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:58:09.698Z||pool-182-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-06-02T11:58:09.698Z||pool-182-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T11:58:09.699Z||pool-182-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:58:09.739Z||pool-182-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:58:09.740Z||pool-182-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:58:10.602Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-02T11:58:10.603Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-06-02T11:58:10.603Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: d37df4f7-fda5-4396-84ce-dba9e736300d, URL: /sdc/v1/catalog/services/Vfw20220602115458/1.0/artifacts/service-Vfw20220602115458-csar.csar to file: /app/ASDC/1/service-Vfw20220602115458-csar.csar
2022-06-02T11:58:10.603Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220602115458-csar.csar
2022-06-02T11:58:10.604Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220602115458-csar.csar
2022-06-02T11:58:10.604Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220602115458-csar.csar
2022-06-02T11:58:10.817Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6445316181435161671/Definitions/service-Vfw20220602115458-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-06-02T11:58:12.928Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-02T11:58:12.929Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-06-02T11:58:12.929Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220602115458-csar.csar
2022-06-02T11:58:12.929Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-02T11:58:12.929Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||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-Vfw20220602115458-csar.csar
2022-06-02T11:58:12.929Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||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-Vfw20220602115458-csar.csar
2022-06-02T11:58:12.930Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|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-Vfw20220602115458-csar.csar
2022-06-02T11:58:12.930Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220602115458-csar.csar
2022-06-02T11:58:12.930Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220602115458-csar.csar
2022-06-02T11:58:12.930Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||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-Vfw20220602115458-csar.csar
2022-06-02T11:58:12.930Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 6ac092fb-c464 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-Vfw20220602115458-csar.csar
2022-06-02T11:58:12.931Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|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-Vfw20220602115458-csar.csar
2022-06-02T11:58:12.931Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|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-Vfw20220602115458-csar.csar
2022-06-02T11:58:12.931Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220602115458-csar.csar
2022-06-02T11:58:12.931Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|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-Vfw20220602115458-csar.csar
2022-06-02T11:58:12.931Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220602115458-csar.csar
2022-06-02T11:58:12.931Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|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-Vfw20220602115458-csar.csar
2022-06-02T11:58:12.932Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-06-02T11:58:12.932Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:58:12.932Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-02 11-54-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:58:12.933Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Node template vFW 6ac092fb-c464 0 is matching search criteria
2022-06-02T11:58:12.933Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-06-02T11:58:12.934Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6ac092fb-c464 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-02T11:58:12.934Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:58:12.934Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-02 11-54-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:58:12.935Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Node template vFW 6ac092fb-c464 0 is matching search criteria
2022-06-02T11:58:12.935Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-06-02T11:58:12.935Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6ac092fb-c464 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-02T11:58:12.936Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:58:12.936Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-02 11-54-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:58:12.936Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:58:12.937Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Node template vFW 6ac092fb-c464 0 is not matching search criteria
2022-06-02T11:58:12.937Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T11:58:12.937Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-02T11:58:12.937Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-02T11:58:12.938Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-02T11:58:12.938Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T11:58:12.938Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-02T11:58:12.938Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T11:58:12.939Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-02T11:58:12.939Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-02T11:58:12.939Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-02T11:58:12.939Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-02T11:58:12.940Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-02T11:58:12.940Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-02T11:58:12.940Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-02T11:58:12.940Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T11:58:12.941Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-02T11:58:12.941Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:58:12.941Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-02 11-54-58 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-02T11:58:12.941Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:58:12.942Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Node template vFW 6ac092fb-c464 0 is matching search criteria
2022-06-02T11:58:12.942Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6ac092fb-c464 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T11:58:12.942Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:58:12.943Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Node template vFW 6ac092fb-c464 0 is matching search criteria
2022-06-02T11:58:12.943Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6ac092fb-c464 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T11:58:12.943Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:58:12.943Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Node template vFW 6ac092fb-c464 0 is matching search criteria
2022-06-02T11:58:12.943Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6ac092fb-c464 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T11:58:12.944Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:58:12.944Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Node template vFW 6ac092fb-c464 0 is not matching search criteria
2022-06-02T11:58:12.944Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T11:58:12.944Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-02T11:58:12.945Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T11:58:12.945Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-02T11:58:12.945Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-02T11:58:12.945Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-02T11:58:12.946Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-02T11:58:12.946Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-02T11:58:12.946Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-02T11:58:12.946Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-02T11:58:12.947Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T11:58:12.947Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=17a88887-e3c2-4374-b0ca-fd86ee615c64
2022-06-02T11:58:12.947Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:58:12.947Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Node template vFW 6ac092fb-c464 0 is not matching search criteria
2022-06-02T11:58:12.948Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T11:58:12.948Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-02T11:58:12.948Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-02T11:58:12.948Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-02T11:58:12.949Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T11:58:12.949Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-02T11:58:12.949Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T11:58:12.950Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-02T11:58:12.951Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-02T11:58:12.951Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-02T11:58:12.951Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-02T11:58:12.951Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T11:58:12.951Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=1ba9041e-b3a7-462a-92c1-586ac0ed4240
2022-06-02T11:58:12.952Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:58:12.952Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Node template vFW 6ac092fb-c464 0 is not matching search criteria
2022-06-02T11:58:12.952Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T11:58:12.952Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-02T11:58:12.953Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-02T11:58:12.953Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-02T11:58:12.953Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T11:58:12.953Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-02T11:58:12.954Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T11:58:12.954Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-02T11:58:12.954Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-02T11:58:12.954Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-02T11:58:12.955Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-02T11:58:12.955Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-02T11:58:12.955Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a551afac-74e9-4edb-acb6-75ccf0d21d03
2022-06-02T11:58:12.956Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:58:12.956Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-02 11-54-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:58:12.956Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:58:12.957Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-02 11-54-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:58:12.957Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:58:12.957Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-02 11-54-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:58:12.957Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:58:12.957Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-02 11-54-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:58:12.958Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-06-02 11-54-58
Description:catalog service description
Model UUID:267dba83-dab6-43ac-b650-bbf465c71fd1
Model Version:NULL
Model InvariantUuid:d3d71647-c125-4206-8027-061bdcc07ae3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 6ac092fb-c464
Model UUID:f2066eb6-dd10-423f-aa94-94afe5684563
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:02263f4e-dc8b-4c1c-b61a-fcf7410fbb4d
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:1fa71741-c2b8-409e-aad2-63d16ec0b292
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:c084b3c1-9b4f-4af2-b928-ee60b68669ed
ModelName:Vfw6ac092fbC464..base_vfw..module-0
ModelUuid:40cefcb8-1173-4e87-8326-96df03f47127
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:17a88887-e3c2-4374-b0ca-fd86ee615c64
ModelInvariantUuid:a8889d0b-ca80-436c-a042-53f6218bad14
ModelName:vFW 6ac092fb-c464-nodes.vfwCvfc
ModelUuid:c68298ae-ec2f-419e-93ea-7df149b3e579
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:3bc0dbce-868e-4c8b-9ba9-0dc9f37b25c3
ModelInvariantUuid:2f4d7784-aae3-42b5-a4e0-3f39339c8e47
ModelName:Vfw6ac092fbC464.compute.nodes.heat.vfw
ModelUuid:3c1e07c6-1fa6-43ac-9020-f29991b022e5
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:1ba9041e-b3a7-462a-92c1-586ac0ed4240
ModelInvariantUuid:bc5ac0d2-ffe7-47c3-b0a4-bff206649c24
ModelName:vFW 6ac092fb-c464-nodes.vsnCvfc
ModelUuid:16956408-2f60-4977-b97e-820393728c7d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:ffa9e635-c9f4-4c9a-b395-5194ea6bdd20
ModelInvariantUuid:9f0e0360-76fc-4b32-828a-142c6ddfc71a
ModelName:Vfw6ac092fbC464.compute.nodes.heat.vsn
ModelUuid:da3c0eb2-622a-47b4-8fc9-f4d7debe48af
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:a551afac-74e9-4edb-acb6-75ccf0d21d03
ModelInvariantUuid:1417eec8-2d99-41c4-be7b-24c0a57daad1
ModelName:vFW 6ac092fb-c464-nodes.vpgCvfc
ModelUuid:576d7419-c78d-471a-b7f3-02aed5f3ece3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:23b12c9c-456d-4f40-9e5c-421a4c45b09b
ModelInvariantUuid:8f8994e2-c02a-4f9e-a8f7-181188f3390d
ModelName:Vfw6ac092fbC464.compute.nodes.heat.vpg
ModelUuid:18bfdb0b-73ae-4737-a0d9-50cf255e773d
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-06-02T11:58:12.967Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: bbc9a7fc-31d0-4bda-b66e-01d19f426a4d
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-06-02T11:58:12.973Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||INFO|500||vFW 6ac092fb-c464 0
2022-06-02T11:58:12.974Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: bbc9a7fc-31d0-4bda-b66e-01d19f426a4d
2022-06-02T11:58:12.974Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 30788a70-09f4-4ab7-852c-e3e9c14237a1 from URL: /sdc/v1/catalog/services/Vfw20220602115458/1.0/resourceInstances/vfw6ac092fbc4640/artifacts/vfw6ac092fbc4640_modules.json
2022-06-02T11:58:12.974Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-06-02T11:58:12.975Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220602115458/1.0/resourceInstances/vfw6ac092fbc4640/artifacts/vfw6ac092fbc4640_modules.json
2022-06-02T11:58:13.133Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-06-02T11:58:13.134Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220602115458/1.0/resourceInstances/vfw6ac092fbc4640/artifacts/vfw6ac092fbc4640_modules.json 30788a70-09f4-4ab7-852c-e3e9c14237a1 785
2022-06-02T11:58:13.134Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220602115458/1.0/resourceInstances/vfw6ac092fbc4640/artifacts/vfw6ac092fbc4640_modules.json ASDC sendASDCNotification
2022-06-02T11:58:13.134Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602115458/1.0/resourceInstances/vfw6ac092fbc4640/artifacts/vfw6ac092fbc4640_modules.json
2022-06-02T11:58:13.135Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T11:58:13.135Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:58:13.137Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:58:13.137Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ec57bf01-71ba-435d-bbf6-9fd591f14864",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171093134,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602115458/1.0/resourceInstances/vfw6ac092fbc4640/artifacts/vfw6ac092fbc4640_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:58:13.238Z||pool-183-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:58:13.238Z||pool-183-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T11:58:13.238Z||pool-183-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:58:13.269Z||pool-183-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:58:13.270Z||pool-183-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-06-02T11:58:14.138Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw6ac092fbC464..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "c084b3c1-9b4f-4af2-b928-ee60b68669ed",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "40cefcb8-1173-4e87-8326-96df03f47127",
    "vfModuleModelCustomizationUUID": "5746b018-246a-44a5-b621-fb011348a4ac",
    "isBase": true,
    "artifacts": [
      "2ff29ec7-277e-47ca-89d6-5ac5bfe80ce4",
      "2e32ae55-336d-4751-b46f-f85c468bed55"
    ],
    "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-06-02T11:58:14.142Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6ac092fbC464..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:40cefcb8-1173-4e87-8326-96df03f47127
VfModuleModelInvariantUUID:c084b3c1-9b4f-4af2-b928-ee60b68669ed
VfModuleModelDescription:NULL
Artifacts UUID List:{
2ff29ec7-277e-47ca-89d6-5ac5bfe80ce4
,
2e32ae55-336d-4751-b46f-f85c468bed55

}
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-06-02T11:58:14.144Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw6ac092fbC464..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "c084b3c1-9b4f-4af2-b928-ee60b68669ed",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "40cefcb8-1173-4e87-8326-96df03f47127",
    "vfModuleModelCustomizationUUID": "5746b018-246a-44a5-b621-fb011348a4ac",
    "isBase": true,
    "artifacts": [
      "2ff29ec7-277e-47ca-89d6-5ac5bfe80ce4",
      "2e32ae55-336d-4751-b46f-f85c468bed55"
    ],
    "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-06-02T11:58:14.144Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6ac092fbC464..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:40cefcb8-1173-4e87-8326-96df03f47127
VfModuleModelInvariantUUID:c084b3c1-9b4f-4af2-b928-ee60b68669ed
VfModuleModelDescription:NULL
Artifacts UUID List:{
2ff29ec7-277e-47ca-89d6-5ac5bfe80ce4
,
2e32ae55-336d-4751-b46f-f85c468bed55

}
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-06-02T11:58:14.145Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 2ff29ec7-277e-47ca-89d6-5ac5bfe80ce4 from URL: /sdc/v1/catalog/services/Vfw20220602115458/1.0/resourceInstances/vfw6ac092fbc4640/artifacts/base_vfw.yaml
2022-06-02T11:58:14.145Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-06-02T11:58:14.145Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220602115458/1.0/resourceInstances/vfw6ac092fbc4640/artifacts/base_vfw.yaml
2022-06-02T11:58:14.411Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-06-02T11:58:14.412Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220602115458/1.0/resourceInstances/vfw6ac092fbc4640/artifacts/base_vfw.yaml 2ff29ec7-277e-47ca-89d6-5ac5bfe80ce4 20368
2022-06-02T11:58:14.412Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220602115458/1.0/resourceInstances/vfw6ac092fbc4640/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-02T11:58:14.412Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602115458/1.0/resourceInstances/vfw6ac092fbc4640/artifacts/base_vfw.yaml
2022-06-02T11:58:14.413Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T11:58:14.413Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:58:14.415Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:58:14.415Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ec57bf01-71ba-435d-bbf6-9fd591f14864",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171094412,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602115458/1.0/resourceInstances/vfw6ac092fbc4640/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:58:14.515Z||pool-184-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:58:14.516Z||pool-184-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T11:58:14.516Z||pool-184-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:58:14.537Z||pool-184-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:58:14.538Z||pool-184-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-06-02T11:58:15.415Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 2e32ae55-336d-4751-b46f-f85c468bed55 from URL: /sdc/v1/catalog/services/Vfw20220602115458/1.0/resourceInstances/vfw6ac092fbc4640/artifacts/base_vfw.env
2022-06-02T11:58:15.416Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-06-02T11:58:15.416Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220602115458/1.0/resourceInstances/vfw6ac092fbc4640/artifacts/base_vfw.env
2022-06-02T11:58:15.748Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-06-02T11:58:15.749Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220602115458/1.0/resourceInstances/vfw6ac092fbc4640/artifacts/base_vfw.env 2e32ae55-336d-4751-b46f-f85c468bed55 2098
2022-06-02T11:58:15.749Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220602115458/1.0/resourceInstances/vfw6ac092fbc4640/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-02T11:58:15.749Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602115458/1.0/resourceInstances/vfw6ac092fbc4640/artifacts/base_vfw.env
2022-06-02T11:58:15.750Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T11:58:15.750Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:58:15.752Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:58:15.752Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ec57bf01-71ba-435d-bbf6-9fd591f14864",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171095749,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602115458/1.0/resourceInstances/vfw6ac092fbc4640/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-02T11:58:15.852Z||pool-185-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:58:15.853Z||pool-185-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T11:58:15.854Z||pool-185-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:58:15.871Z||pool-185-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:58:15.871Z||pool-185-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-02T11:58:16.753Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 267dba83-dab6-43ac-b650-bbf465c71fd1
2022-06-02T11:58:16.753Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 6ac092fb-c464 0 bbc9a7fc-31d0-4bda-b66e-01d19f426a4d ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-02T11:58:16.823Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5bd81081, org.onap.sdc.toscaparser.api.parameters.Input@322b0e51, org.onap.sdc.toscaparser.api.parameters.Input@6329c21f, org.onap.sdc.toscaparser.api.parameters.Input@22f53a80, org.onap.sdc.toscaparser.api.parameters.Input@39b26a47]
2022-06-02T11:58:16.825Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:58:16.825Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-02 11-54-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:58:16.826Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-06-02T11:58:16.826Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 1fa71741-c2b8-409e-aad2-63d16ec0b292
2022-06-02T11:58:16.826Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1fa71741-c2b8-409e-aad2-63d16ec0b292 matches Tosca VF Customization UUID: 1fa71741-c2b8-409e-aad2-63d16ec0b292
2022-06-02T11:58:16.826Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 1fa71741-c2b8-409e-aad2-63d16ec0b292  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-06-02T11:58:16.829Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:58:16.829Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-02 11-54-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:58:16.832Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 1fa71741-c2b8-409e-aad2-63d16ec0b292: {\"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-06-02T11:58:16.832Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@75bfaf8b
2022-06-02T11:58:16.832Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:58:16.832Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-02 11-54-58 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-02T11:58:16.833Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5746b018-246a-44a5-b621-fb011348a4ac
2022-06-02T11:58:16.833Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5746b018-246a-44a5-b621-fb011348a4ac
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-06-02T11:58:16.838Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:58:16.839Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Node template vFW 6ac092fb-c464 0 is matching search criteria
2022-06-02T11:58:16.839Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6ac092fb-c464 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T11:58:16.839Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:58:16.839Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Node template vFW 6ac092fb-c464 0 is matching search criteria
2022-06-02T11:58:16.839Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6ac092fb-c464 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T11:58:16.840Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:58:16.840Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Node template vFW 6ac092fb-c464 0 is not matching search criteria
2022-06-02T11:58:16.840Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T11:58:16.840Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-02T11:58:16.840Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T11:58:16.841Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-02T11:58:16.841Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-02T11:58:16.841Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-02T11:58:16.841Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-02T11:58:16.841Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-02T11:58:16.842Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-02T11:58:16.842Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-02T11:58:16.842Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T11:58:16.842Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=17a88887-e3c2-4374-b0ca-fd86ee615c64
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-06-02T11:58:16.846Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:58:16.846Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Node template vFW 6ac092fb-c464 0 is matching search criteria
2022-06-02T11:58:16.846Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6ac092fb-c464 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T11:58:16.846Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:58:16.846Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Node template vFW 6ac092fb-c464 0 is not matching search criteria
2022-06-02T11:58:16.847Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T11:58:16.847Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-02T11:58:16.847Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-02T11:58:16.847Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-02T11:58:16.847Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T11:58:16.847Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-02T11:58:16.847Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T11:58:16.848Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-02T11:58:16.848Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-02T11:58:16.848Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-02T11:58:16.848Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-02T11:58:16.848Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T11:58:16.848Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=1ba9041e-b3a7-462a-92c1-586ac0ed4240
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-06-02T11:58:16.851Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:58:16.851Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Node template vFW 6ac092fb-c464 0 is matching search criteria
2022-06-02T11:58:16.851Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6ac092fb-c464 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T11:58:16.851Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:58:16.851Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Node template vFW 6ac092fb-c464 0 is not matching search criteria
2022-06-02T11:58:16.852Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T11:58:16.852Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-02T11:58:16.852Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-02T11:58:16.852Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-02T11:58:16.852Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T11:58:16.852Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-02T11:58:16.853Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T11:58:16.853Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-02T11:58:16.853Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-02T11:58:16.853Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-02T11:58:16.853Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-02T11:58:16.854Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-02T11:58:16.854Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a551afac-74e9-4edb-acb6-75ccf0d21d03
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-06-02T11:58:16.856Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:58:16.856Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Node template vFW 6ac092fb-c464 0 is matching search criteria
2022-06-02T11:58:16.857Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6ac092fb-c464 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T11:58:16.857Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:58:16.857Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Node template vFW 6ac092fb-c464 0 is matching search criteria
2022-06-02T11:58:16.857Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6ac092fb-c464 0] matching following query criteria: sdcType=VF, customizationUUID=1fa71741-c2b8-409e-aad2-63d16ec0b292
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-06-02T11:58:16.859Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:58:16.859Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-02 11-54-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:58:16.859Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 267dba83-dab6-43ac-b650-bbf465c71fd1: vFW 6ac092fb-c464
2022-06-02T11:58:16.860Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:58:16.860Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-02 11-54-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:58:16.860Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:58:16.860Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-02 11-54-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:58:16.860Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:58:16.860Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-02 11-54-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:58:16.861Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:58:16.861Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-02 11-54-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:58:16.861Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T11:58:16.861Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-02 11-54-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:58:16.861Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2022-06-02 11-54-58 
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-06-02T11:58:17.227Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 6ac092fb-c464 bbc9a7fc-31d0-4bda-b66e-01d19f426a4d 1 ASDC deployResourceStructure
2022-06-02T11:58:17.227Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220602115458/1.0/resourceInstances/vfw6ac092fbc4640/artifacts/vfw6ac092fbc4640_modules.json ASDC sendASDCNotification
2022-06-02T11:58:17.227Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602115458/1.0/resourceInstances/vfw6ac092fbc4640/artifacts/vfw6ac092fbc4640_modules.json
2022-06-02T11:58:17.227Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T11:58:17.228Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:58:17.230Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:58:17.231Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ec57bf01-71ba-435d-bbf6-9fd591f14864",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171097227,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602115458/1.0/resourceInstances/vfw6ac092fbc4640/artifacts/vfw6ac092fbc4640_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-02T11:58:17.331Z||pool-186-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-02T11:58:17.332Z||pool-186-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T11:58:17.332Z||pool-186-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:58:17.363Z||pool-186-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:58:17.364Z||pool-186-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1}
2022-06-02T11:58:18.231Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220602115458/1.0/resourceInstances/vfw6ac092fbc4640/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-02T11:58:18.232Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602115458/1.0/resourceInstances/vfw6ac092fbc4640/artifacts/base_vfw.yaml
2022-06-02T11:58:18.232Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T11:58:18.232Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:58:18.234Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:58:18.234Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ec57bf01-71ba-435d-bbf6-9fd591f14864",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171098231,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602115458/1.0/resourceInstances/vfw6ac092fbc4640/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-02T11:58:18.334Z||pool-187-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:58:18.335Z||pool-187-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T11:58:18.335Z||pool-187-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:58:18.367Z||pool-187-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:58:18.368Z||pool-187-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:58:19.235Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220602115458/1.0/resourceInstances/vfw6ac092fbc4640/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-02T11:58:19.235Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602115458/1.0/resourceInstances/vfw6ac092fbc4640/artifacts/base_vfw.env
2022-06-02T11:58:19.235Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T11:58:19.235Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:58:19.237Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:58:19.237Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ec57bf01-71ba-435d-bbf6-9fd591f14864",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171099235,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602115458/1.0/resourceInstances/vfw6ac092fbc4640/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-02T11:58:19.337Z||pool-188-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:58:19.338Z||pool-188-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T11:58:19.338Z||pool-188-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:58:19.460Z||pool-188-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:58:19.460Z||pool-188-thread-1|||||INFO|500||cambria reply ok (122 ms):{"serverTimeMs":1,"count":1}
2022-06-02T11:58:20.238Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220602115458/1.0/artifacts/service-Vfw20220602115458-csar.csar ASDC sendASDCNotification
2022-06-02T11:58:20.238Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602115458/1.0/artifacts/service-Vfw20220602115458-csar.csar
2022-06-02T11:58:20.238Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T11:58:20.239Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:58:20.241Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:58:20.241Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ec57bf01-71ba-435d-bbf6-9fd591f14864",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171100238,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602115458/1.0/artifacts/service-Vfw20220602115458-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T11:58:20.341Z||pool-189-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:58:20.342Z||pool-189-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T11:58:20.342Z||pool-189-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:58:20.368Z||pool-189-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:58:20.369Z||pool-189-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-06-02T11:58:21.242Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec57bf01-71ba-435d-bbf6-9fd591f14864
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-02T11:58:21.250Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec57bf01-71ba-435d-bbf6-9fd591f14864
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-06-02T11:58:21.252Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T11:58:21.252Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-02T11:58:21.252Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-02T11:58:21.252Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-02T11:58:21.252Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-06-02T11:58:21.252Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-06-02T11:58:21.254Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-02T11:58:51.255Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ec57bf01-71ba-435d-bbf6-9fd591f14864 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-06-02T11:58:51.258Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ec57bf01-71ba-435d-bbf6-9fd591f14864 and serviceModelVersionId: 267dba83-dab6-43ac-b650-bbf465c71fd1
2022-06-02T11:58:51.258Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d3d71647-c125-4206-8027-061bdcc07ae3
2022-06-02T11:58:51.261Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d3d71647-c125-4206-8027-061bdcc07ae3/model-vers/model-ver/267dba83-dab6-43ac-b650-bbf465c71fd1?depth=0
2022-06-02T11:58:51.266Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-06-02T11:58:51.301Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|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/d3d71647-c125-4206-8027-061bdcc07ae3/model-vers/model-ver/267dba83-dab6-43ac-b650-bbf465c71fd1?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-06-02T11:58:51.304Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3d71647-c125-4206-8027-061bdcc07ae3/model-vers/model-ver/267dba83-dab6-43ac-b650-bbf465c71fd1?depth=0|INFO|500||Invoke
2022-06-02T11:58:51.325Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3d71647-c125-4206-8027-061bdcc07ae3/model-vers/model-ver/267dba83-dab6-43ac-b650-bbf465c71fd1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-06-02T11:58:51.430Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3d71647-c125-4206-8027-061bdcc07ae3/model-vers/model-ver/267dba83-dab6-43ac-b650-bbf465c71fd1?depth=0|INFO|404|Not Found|InvokeReturn
2022-06-02T11:58:51.431Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|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/d3d71647-c125-4206-8027-061bdcc07ae3/model-vers/model-ver/267dba83-dab6-43ac-b650-bbf465c71fd1?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220602-11:58:51:203-80925], Content-Length=[495], Date=[Thu, 02 Jun 2022 11:58:51 GMT], Content-Type=[application/json]}
2022-06-02T11:58:51.432Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/d3d71647-c125-4206-8027-061bdcc07ae3/model-vers/model-ver/267dba83-dab6-43ac-b650-bbf465c71fd1","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d3d71647-c125-4206-8027-061bdcc07ae3/model-vers/model-ver/267dba83-dab6-43ac-b650-bbf465c71fd1","ERR.5.4.6114"]}}}

2022-06-02T11:58:51.436Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=ec57bf01-71ba-435d-bbf6-9fd591f14864 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/d3d71647-c125-4206-8027-061bdcc07ae3/model-vers/model-ver/267dba83-dab6-43ac-b650-bbf465c71fd1 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d3d71647-c125-4206-8027-061bdcc07ae3/model-vers/model-ver/267dba83-dab6-43ac-b650-bbf465c71fd1) (ec=ERR.5.4.6114)
2022-06-02T11:58:51.436Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=ec57bf01-71ba-435d-bbf6-9fd591f14864 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/d3d71647-c125-4206-8027-061bdcc07ae3/model-vers/model-ver/267dba83-dab6-43ac-b650-bbf465c71fd1 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d3d71647-c125-4206-8027-061bdcc07ae3/model-vers/model-ver/267dba83-dab6-43ac-b650-bbf465c71fd1) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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-06-02T11:58:51.437Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=ec57bf01-71ba-435d-bbf6-9fd591f14864 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/d3d71647-c125-4206-8027-061bdcc07ae3/model-vers/model-ver/267dba83-dab6-43ac-b650-bbf465c71fd1 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d3d71647-c125-4206-8027-061bdcc07ae3/model-vers/model-ver/267dba83-dab6-43ac-b650-bbf465c71fd1) (ec=ERR.5.4.6114)
2022-06-02T11:58:51.437Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=ec57bf01-71ba-435d-bbf6-9fd591f14864 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/d3d71647-c125-4206-8027-061bdcc07ae3/model-vers/model-ver/267dba83-dab6-43ac-b650-bbf465c71fd1 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d3d71647-c125-4206-8027-061bdcc07ae3/model-vers/model-ver/267dba83-dab6-43ac-b650-bbf465c71fd1) (ec=ERR.5.4.6114)
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-06-02T11:58:51.445Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|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-06-02T11:58:51.445Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ec57bf01-71ba-435d-bbf6-9fd591f14864 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=ec57bf01-71ba-435d-bbf6-9fd591f14864 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/d3d71647-c125-4206-8027-061bdcc07ae3/model-vers/model-ver/267dba83-dab6-43ac-b650-bbf465c71fd1 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d3d71647-c125-4206-8027-061bdcc07ae3/model-vers/model-ver/267dba83-dab6-43ac-b650-bbf465c71fd1) (ec=ERR.5.4.6114)
2022-06-02T11:58:51.446Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-02T11:58:51.446Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:58:51.448Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:58:51.449Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ec57bf01-71ba-435d-bbf6-9fd591f14864",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171131446,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003dec57bf01-71ba-435d-bbf6-9fd591f14864 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/d3d71647-c125-4206-8027-061bdcc07ae3/model-vers/model-ver/267dba83-dab6-43ac-b650-bbf465c71fd1 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d3d71647-c125-4206-8027-061bdcc07ae3/model-vers/model-ver/267dba83-dab6-43ac-b650-bbf465c71fd1) (ec\u003dERR.5.4.6114)"
}
2022-06-02T11:58:51.549Z||pool-190-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:58:51.550Z||pool-190-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T11:58:51.550Z||pool-190-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:58:51.580Z||pool-190-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:58:51.580Z||pool-190-thread-1|||||INFO|500||cambria reply ok (31 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-06-02T11:59:01.708Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:59:01.709Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|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-06-02T11:59:01.709Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:59:01.711Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:59:01.711Z||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-06-02T11:59:01.711Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:59:01.845Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T11:59:01.845Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T11:59:01.846Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec57bf01-71ba-435d-bbf6-9fd591f14864",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171081708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602115458/1.0/resourceInstances/vfw6ac092fbc4640/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T11:59:01.846Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T11:59:11.280Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:00:01.708Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T12:00:01.711Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T12:00:01.711Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T12:00:01.711Z||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-06-02T12:00:01.712Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T12:00:01.712Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:00:02.252Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:00:02.254Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:00:02.254Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec57bf01-71ba-435d-bbf6-9fd591f14864",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171081708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602115458/1.0/resourceInstances/vfw6ac092fbc4640/artifacts/vfw6ac092fbc4640_modules.json",
  "status": "NOTIFIED"
}
2022-06-02T12:00:02.256Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:00:02.256Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:00:02.256Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec57bf01-71ba-435d-bbf6-9fd591f14864",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171081708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602115458/1.0/resourceInstances/vfw6ac092fbc4640/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-02T12:00:02.256Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:00:02.256Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:00:02.256Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec57bf01-71ba-435d-bbf6-9fd591f14864",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171081708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602115458/1.0/resourceInstances/vfw6ac092fbc4640/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:00:02.256Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:00:02.257Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:00:02.257Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec57bf01-71ba-435d-bbf6-9fd591f14864",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171081708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602115458/1.0/resourceInstances/vfw6ac092fbc4640/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-02T12:00:02.257Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:00:02.257Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:00:02.257Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec57bf01-71ba-435d-bbf6-9fd591f14864",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171081708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602115458/1.0/artifacts/service-Vfw20220602115458-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:00:02.257Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:00:02.257Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:00:02.257Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec57bf01-71ba-435d-bbf6-9fd591f14864",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171081708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602115458/1.0/artifacts/service-Vfw20220602115458-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T12:00:02.258Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:00:02.258Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:00:02.258Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec57bf01-71ba-435d-bbf6-9fd591f14864",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171089594,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602115458/1.0/artifacts/service-Vfw20220602115458-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:00:02.258Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:00:02.258Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:00:02.258Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec57bf01-71ba-435d-bbf6-9fd591f14864",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171093134,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602115458/1.0/resourceInstances/vfw6ac092fbc4640/artifacts/vfw6ac092fbc4640_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:00:02.258Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:00:02.259Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:00:02.259Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec57bf01-71ba-435d-bbf6-9fd591f14864",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171094412,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602115458/1.0/resourceInstances/vfw6ac092fbc4640/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:00:02.259Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:00:02.259Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:00:02.259Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec57bf01-71ba-435d-bbf6-9fd591f14864",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171095749,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602115458/1.0/resourceInstances/vfw6ac092fbc4640/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:00:02.259Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:00:02.259Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:00:02.260Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec57bf01-71ba-435d-bbf6-9fd591f14864",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171097227,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602115458/1.0/resourceInstances/vfw6ac092fbc4640/artifacts/vfw6ac092fbc4640_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-02T12:00:02.260Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:00:02.260Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:00:02.260Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec57bf01-71ba-435d-bbf6-9fd591f14864",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171098231,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602115458/1.0/resourceInstances/vfw6ac092fbc4640/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-02T12:00:02.260Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:00:02.260Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:00:02.260Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec57bf01-71ba-435d-bbf6-9fd591f14864",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171099235,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602115458/1.0/resourceInstances/vfw6ac092fbc4640/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-02T12:00:02.260Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:00:02.261Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:00:02.261Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec57bf01-71ba-435d-bbf6-9fd591f14864",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171100238,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602115458/1.0/artifacts/service-Vfw20220602115458-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T12:00:02.261Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:00:02.261Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:00:02.261Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec57bf01-71ba-435d-bbf6-9fd591f14864",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171131446,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003dec57bf01-71ba-435d-bbf6-9fd591f14864 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/d3d71647-c125-4206-8027-061bdcc07ae3/model-vers/model-ver/267dba83-dab6-43ac-b650-bbf465c71fd1 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d3d71647-c125-4206-8027-061bdcc07ae3/model-vers/model-ver/267dba83-dab6-43ac-b650-bbf465c71fd1) (ec\u003dERR.5.4.6114)"
}
2022-06-02T12:00:02.261Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:00:11.306Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:01:01.709Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T12:01:01.711Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T12:01:01.711Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T12:01:01.711Z||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-06-02T12:01:01.711Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T12:01:01.711Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:01:11.297Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:01:11.302Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:02:01.708Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T12:02:01.709Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T12:02:01.709Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:02:01.711Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T12:02:01.711Z||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-06-02T12:02:01.711Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T12:02:11.285Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:02:11.287Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:03:01.708Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T12:03:01.709Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T12:03:01.709Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:03:01.710Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T12:03:01.711Z||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-06-02T12:03:01.711Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T12:03:02.346Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:03:02.347Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-02T12:03:02.347Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"db4cbd73-d732-46f4-94b9-ace02d4df48b","serviceName":"Demo_pNF_gEbqA7Zg7sI17yUgHCKO","serviceVersion":"1.0","serviceUUID":"0221df74-20bf-4667-8a7d-12966befeb8f","serviceDescription":"catalog service description","serviceInvariantUUID":"ffca6b5c-d38d-471d-9c7f-95416836970f","resources":[{"resourceInstanceName":"pNF b5133bfb-df87 0","resourceName":"pNF b5133bfb-df87","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e7c52c43-2d19-4dfc-9c79-61ff8a38b779","resourceInvariantUUID":"c19f82ae-af87-4893-b9e5-495574903256","resourceCustomizationUUID":"a422d8cc-e5ce-40f9-8d1f-45ceac411853","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGebqa7zg7si17yughcko/1.0/resourceInstances/pnfb5133bfbdf870/artifacts/vf-license-model.xml","artifactChecksum":"ZWUyMWU3NjNkYzFmZjI5OTIzODY0OWQyMmQ5MjUxYjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a48fa9c1-c3cc-4152-9a94-4a3c2cbd6d53","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGebqa7zg7si17yughcko/1.0/resourceInstances/pnfb5133bfbdf870/artifacts/pNF.csar","artifactChecksum":"YjMxNmYxMjM1ZTk4MjM4MjFhZmFlODA5YzA2M2FmY2Y\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"682c2895-d315-418d-bf23-5bd17ccddeaf","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGebqa7zg7si17yughcko/1.0/resourceInstances/pnfb5133bfbdf870/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"05abd8a2-9a59-4f76-a401-4ea80163f545","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGebqa7zg7si17yughcko/1.0/resourceInstances/pnfb5133bfbdf870/artifacts/vendor-license-model.xml","artifactChecksum":"MzIxZDMyYTExNDFiNWU1NDI5YTk5MDY0YWZiN2E0NDY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b01429c6-9991-4759-9c48-bb94c3b5a876","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfGebqa7zg7si17yughcko/1.0/resourceInstances/pnfb5133bfbdf870/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5a9fdb78-8a90-4880-8a26-c0ce98f5c3e0","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfGebqa7zg7si17yughcko/1.0/resourceInstances/pnfb5133bfbdf870/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1de9e541-335b-4087-b0b1-978acb08a42f","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfGebqa7zg7si17yughcko-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGebqa7zg7si17yughcko/1.0/artifacts/service-DemoPnfGebqa7zg7si17yughcko-template.yml","artifactChecksum":"NTUzNTFlNDNlMWI3MTJiMDJmMWY1NWE2MGE3YjlkOWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6de78779-2ec4-4a3a-a4ef-1be63dea1ac2","artifactVersion":"1"},{"artifactName":"service-DemoPnfGebqa7zg7si17yughcko-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfGebqa7zg7si17yughcko/1.0/artifacts/service-DemoPnfGebqa7zg7si17yughcko-csar.csar","artifactChecksum":"ZDc5MTNiNDk1ODA4OTc0NjRlNzZiNzEwNTdlYmUwY2U\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d8b6efb9-7986-4457-94ae-a5c737ab5025","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-02T12:03:02.350Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:03:02.351Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T12:03:02.352Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db4cbd73-d732-46f4-94b9-ace02d4df48b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654171336903,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGebqa7zg7si17yughcko/1.0/resourceInstances/pnfb5133bfbdf870/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:03:02.352Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T12:03:02.352Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:03:02.353Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T12:03:02.353Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db4cbd73-d732-46f4-94b9-ace02d4df48b",
  "consumerID": "aai-ml",
  "timestamp": 1654171328714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGebqa7zg7si17yughcko/1.0/resourceInstances/pnfb5133bfbdf870/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:03:02.353Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:03:02.353Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:03:02.353Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T12:03:02.353Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db4cbd73-d732-46f4-94b9-ace02d4df48b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654171336636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGebqa7zg7si17yughcko/1.0/resourceInstances/pnfb5133bfbdf870/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:03:02.353Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:03:02.353Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T12:03:02.353Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db4cbd73-d732-46f4-94b9-ace02d4df48b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654171335893,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGebqa7zg7si17yughcko/1.0/resourceInstances/pnfb5133bfbdf870/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:03:02.354Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:03:02.354Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T12:03:02.354Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db4cbd73-d732-46f4-94b9-ace02d4df48b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654171336903,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGebqa7zg7si17yughcko/1.0/resourceInstances/pnfb5133bfbdf870/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:03:02.354Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:03:02.354Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T12:03:02.354Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db4cbd73-d732-46f4-94b9-ace02d4df48b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654171336636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGebqa7zg7si17yughcko/1.0/resourceInstances/pnfb5133bfbdf870/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:03:02.354Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:03:02.354Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T12:03:02.355Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db4cbd73-d732-46f4-94b9-ace02d4df48b",
  "consumerID": "aai-ml",
  "timestamp": 1654171328714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGebqa7zg7si17yughcko/1.0/resourceInstances/pnfb5133bfbdf870/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:03:02.355Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:03:02.355Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T12:03:02.355Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db4cbd73-d732-46f4-94b9-ace02d4df48b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654171335893,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGebqa7zg7si17yughcko/1.0/resourceInstances/pnfb5133bfbdf870/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:03:02.355Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:03:02.355Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T12:03:02.355Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db4cbd73-d732-46f4-94b9-ace02d4df48b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654171336636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGebqa7zg7si17yughcko/1.0/resourceInstances/pnfb5133bfbdf870/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:03:02.355Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:03:02.355Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T12:03:02.355Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db4cbd73-d732-46f4-94b9-ace02d4df48b",
  "consumerID": "aai-ml",
  "timestamp": 1654171328714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGebqa7zg7si17yughcko/1.0/resourceInstances/pnfb5133bfbdf870/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:03:02.355Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:03:02.356Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T12:03:02.356Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db4cbd73-d732-46f4-94b9-ace02d4df48b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654171336903,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGebqa7zg7si17yughcko/1.0/resourceInstances/pnfb5133bfbdf870/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:03:02.356Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:03:02.356Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T12:03:02.356Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db4cbd73-d732-46f4-94b9-ace02d4df48b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654171335893,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGebqa7zg7si17yughcko/1.0/resourceInstances/pnfb5133bfbdf870/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:03:02.356Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:03:02.356Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T12:03:02.356Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db4cbd73-d732-46f4-94b9-ace02d4df48b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654171336636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGebqa7zg7si17yughcko/1.0/resourceInstances/pnfb5133bfbdf870/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:03:02.356Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:03:02.357Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T12:03:02.357Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db4cbd73-d732-46f4-94b9-ace02d4df48b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654171336903,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGebqa7zg7si17yughcko/1.0/resourceInstances/pnfb5133bfbdf870/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:03:02.357Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:03:02.357Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T12:03:02.357Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db4cbd73-d732-46f4-94b9-ace02d4df48b",
  "consumerID": "aai-ml",
  "timestamp": 1654171328714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGebqa7zg7si17yughcko/1.0/resourceInstances/pnfb5133bfbdf870/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:03:02.357Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:03:02.358Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T12:03:02.358Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db4cbd73-d732-46f4-94b9-ace02d4df48b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654171335893,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGebqa7zg7si17yughcko/1.0/resourceInstances/pnfb5133bfbdf870/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:03:02.358Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:03:02.358Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T12:03:02.358Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db4cbd73-d732-46f4-94b9-ace02d4df48b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654171336636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGebqa7zg7si17yughcko/1.0/resourceInstances/pnfb5133bfbdf870/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:03:02.358Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:03:02.358Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T12:03:02.358Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db4cbd73-d732-46f4-94b9-ace02d4df48b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654171336903,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGebqa7zg7si17yughcko/1.0/resourceInstances/pnfb5133bfbdf870/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:03:02.358Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:03:02.358Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T12:03:02.359Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db4cbd73-d732-46f4-94b9-ace02d4df48b",
  "consumerID": "aai-ml",
  "timestamp": 1654171328714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGebqa7zg7si17yughcko/1.0/resourceInstances/pnfb5133bfbdf870/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:03:02.359Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:03:02.359Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T12:03:02.359Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db4cbd73-d732-46f4-94b9-ace02d4df48b",
  "consumerID": "cds",
  "timestamp": 1654171341249,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGebqa7zg7si17yughcko/1.0/resourceInstances/pnfb5133bfbdf870/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:03:02.359Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:03:02.359Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T12:03:02.359Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db4cbd73-d732-46f4-94b9-ace02d4df48b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654171335893,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGebqa7zg7si17yughcko/1.0/resourceInstances/pnfb5133bfbdf870/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:03:02.359Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:03:02.359Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T12:03:02.359Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db4cbd73-d732-46f4-94b9-ace02d4df48b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654171336636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGebqa7zg7si17yughcko/1.0/resourceInstances/pnfb5133bfbdf870/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:03:02.360Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:03:02.360Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T12:03:02.360Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db4cbd73-d732-46f4-94b9-ace02d4df48b",
  "consumerID": "aai-ml",
  "timestamp": 1654171328714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGebqa7zg7si17yughcko/1.0/resourceInstances/pnfb5133bfbdf870/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:03:02.360Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:03:02.360Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T12:03:02.360Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db4cbd73-d732-46f4-94b9-ace02d4df48b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654171336903,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGebqa7zg7si17yughcko/1.0/resourceInstances/pnfb5133bfbdf870/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:03:02.360Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:03:02.360Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T12:03:02.360Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db4cbd73-d732-46f4-94b9-ace02d4df48b",
  "consumerID": "cds",
  "timestamp": 1654171341249,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGebqa7zg7si17yughcko/1.0/resourceInstances/pnfb5133bfbdf870/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:03:02.360Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:03:02.360Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T12:03:02.360Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db4cbd73-d732-46f4-94b9-ace02d4df48b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654171335893,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGebqa7zg7si17yughcko/1.0/resourceInstances/pnfb5133bfbdf870/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-06-02T12:03:02.361Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:03:02.361Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T12:03:02.361Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db4cbd73-d732-46f4-94b9-ace02d4df48b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654171336636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGebqa7zg7si17yughcko/1.0/artifacts/service-DemoPnfGebqa7zg7si17yughcko-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:03:02.361Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:03:02.361Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T12:03:02.361Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db4cbd73-d732-46f4-94b9-ace02d4df48b",
  "consumerID": "aai-ml",
  "timestamp": 1654171328714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGebqa7zg7si17yughcko/1.0/artifacts/service-DemoPnfGebqa7zg7si17yughcko-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:03:02.361Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:03:02.361Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T12:03:02.361Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db4cbd73-d732-46f4-94b9-ace02d4df48b",
  "consumerID": "cds",
  "timestamp": 1654171341249,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGebqa7zg7si17yughcko/1.0/resourceInstances/pnfb5133bfbdf870/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:03:02.361Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:03:02.361Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T12:03:02.361Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db4cbd73-d732-46f4-94b9-ace02d4df48b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654171336903,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGebqa7zg7si17yughcko/1.0/artifacts/service-DemoPnfGebqa7zg7si17yughcko-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:03:02.362Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:03:02.362Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T12:03:02.362Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db4cbd73-d732-46f4-94b9-ace02d4df48b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654171335893,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGebqa7zg7si17yughcko/1.0/artifacts/service-DemoPnfGebqa7zg7si17yughcko-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:03:02.362Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:03:02.362Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T12:03:02.362Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db4cbd73-d732-46f4-94b9-ace02d4df48b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654171336636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGebqa7zg7si17yughcko/1.0/artifacts/service-DemoPnfGebqa7zg7si17yughcko-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T12:03:02.362Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:03:02.362Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T12:03:02.362Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db4cbd73-d732-46f4-94b9-ace02d4df48b",
  "consumerID": "aai-ml",
  "timestamp": 1654171328714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGebqa7zg7si17yughcko/1.0/artifacts/service-DemoPnfGebqa7zg7si17yughcko-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T12:03:02.362Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:03:02.363Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T12:03:02.363Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db4cbd73-d732-46f4-94b9-ace02d4df48b",
  "consumerID": "cds",
  "timestamp": 1654171341249,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGebqa7zg7si17yughcko/1.0/resourceInstances/pnfb5133bfbdf870/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:03:02.363Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:03:02.363Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T12:03:02.364Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db4cbd73-d732-46f4-94b9-ace02d4df48b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654171336903,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGebqa7zg7si17yughcko/1.0/artifacts/service-DemoPnfGebqa7zg7si17yughcko-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T12:03:02.364Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:03:02.364Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T12:03:02.364Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db4cbd73-d732-46f4-94b9-ace02d4df48b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654171335893,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGebqa7zg7si17yughcko/1.0/artifacts/service-DemoPnfGebqa7zg7si17yughcko-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:03:02.364Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:03:02.364Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T12:03:02.364Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db4cbd73-d732-46f4-94b9-ace02d4df48b",
  "consumerID": "policy-id",
  "timestamp": 1654171344763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGebqa7zg7si17yughcko/1.0/resourceInstances/pnfb5133bfbdf870/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:03:02.364Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:03:02.364Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:03:02.365Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "db4cbd73-d732-46f4-94b9-ace02d4df48b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171381708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGebqa7zg7si17yughcko/1.0/resourceInstances/pnfb5133bfbdf870/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:03:02.364Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T12:03:02.365Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db4cbd73-d732-46f4-94b9-ace02d4df48b",
  "consumerID": "cds",
  "timestamp": 1654171341249,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGebqa7zg7si17yughcko/1.0/resourceInstances/pnfb5133bfbdf870/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:03:02.365Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:03:02.365Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T12:03:02.365Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db4cbd73-d732-46f4-94b9-ace02d4df48b",
  "consumerID": "aai-ml",
  "timestamp": 1654171346021,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGebqa7zg7si17yughcko/1.0/artifacts/service-DemoPnfGebqa7zg7si17yughcko-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:03:02.365Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:03:02.365Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T12:03:02.365Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db4cbd73-d732-46f4-94b9-ace02d4df48b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654171345975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGebqa7zg7si17yughcko/1.0/resourceInstances/pnfb5133bfbdf870/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:03:02.366Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:03:02.366Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T12:03:02.366Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db4cbd73-d732-46f4-94b9-ace02d4df48b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654171346161,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGebqa7zg7si17yughcko/1.0/artifacts/service-DemoPnfGebqa7zg7si17yughcko-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:03:02.366Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:03:02.366Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T12:03:02.366Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db4cbd73-d732-46f4-94b9-ace02d4df48b",
  "consumerID": "policy-id",
  "timestamp": 1654171344763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGebqa7zg7si17yughcko/1.0/resourceInstances/pnfb5133bfbdf870/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:03:02.366Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:03:02.366Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T12:03:02.366Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db4cbd73-d732-46f4-94b9-ace02d4df48b",
  "consumerID": "cds",
  "timestamp": 1654171341249,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGebqa7zg7si17yughcko/1.0/resourceInstances/pnfb5133bfbdf870/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:03:02.366Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:03:02.367Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T12:03:02.367Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db4cbd73-d732-46f4-94b9-ace02d4df48b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654171347004,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGebqa7zg7si17yughcko/1.0/resourceInstances/pnfb5133bfbdf870/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-06-02T12:03:02.369Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:03:02.369Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T12:03:02.369Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db4cbd73-d732-46f4-94b9-ace02d4df48b",
  "consumerID": "policy-id",
  "timestamp": 1654171344763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGebqa7zg7si17yughcko/1.0/resourceInstances/pnfb5133bfbdf870/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:03:02.369Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:03:02.369Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T12:03:02.370Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db4cbd73-d732-46f4-94b9-ace02d4df48b",
  "consumerID": "cds",
  "timestamp": 1654171341249,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGebqa7zg7si17yughcko/1.0/artifacts/service-DemoPnfGebqa7zg7si17yughcko-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:03:02.370Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:03:02.370Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T12:03:02.370Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db4cbd73-d732-46f4-94b9-ace02d4df48b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654171348008,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-02T12:03:02.393Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of db4cbd73-d732-46f4-94b9-ace02d4df48b
2022-06-02T12:03:02.394Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId db4cbd73-d732-46f4-94b9-ace02d4df48b 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-06-02T12:03:02.400Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T12:03:02.400Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db4cbd73-d732-46f4-94b9-ace02d4df48b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654171348487,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGebqa7zg7si17yughcko/1.0/artifacts/service-DemoPnfGebqa7zg7si17yughcko-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T12:03:02.401Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:03:02.401Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T12:03:02.401Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db4cbd73-d732-46f4-94b9-ace02d4df48b",
  "consumerID": "policy-id",
  "timestamp": 1654171344763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGebqa7zg7si17yughcko/1.0/resourceInstances/pnfb5133bfbdf870/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:03:02.401Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:03:02.401Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T12:03:02.402Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db4cbd73-d732-46f4-94b9-ace02d4df48b",
  "consumerID": "cds",
  "timestamp": 1654171341249,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGebqa7zg7si17yughcko/1.0/artifacts/service-DemoPnfGebqa7zg7si17yughcko-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T12:03:02.402Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:03:02.402Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T12:03:02.402Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db4cbd73-d732-46f4-94b9-ace02d4df48b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654171349496,
  "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-06-02T12:03:02.406Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of db4cbd73-d732-46f4-94b9-ace02d4df48b
2022-06-02T12:03:02.406Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId db4cbd73-d732-46f4-94b9-ace02d4df48b 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-06-02T12:03:02.410Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T12:03:02.411Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db4cbd73-d732-46f4-94b9-ace02d4df48b",
  "consumerID": "policy-id",
  "timestamp": 1654171344763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGebqa7zg7si17yughcko/1.0/resourceInstances/pnfb5133bfbdf870/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:03:02.411Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:03:02.411Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T12:03:02.411Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db4cbd73-d732-46f4-94b9-ace02d4df48b",
  "consumerID": "cds",
  "timestamp": 1654171350180,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGebqa7zg7si17yughcko/1.0/artifacts/service-DemoPnfGebqa7zg7si17yughcko-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:03:02.411Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:03:02.411Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T12:03:02.412Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db4cbd73-d732-46f4-94b9-ace02d4df48b",
  "consumerID": "policy-id",
  "timestamp": 1654171344763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGebqa7zg7si17yughcko/1.0/resourceInstances/pnfb5133bfbdf870/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:03:02.412Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:03:02.412Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T12:03:02.412Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db4cbd73-d732-46f4-94b9-ace02d4df48b",
  "consumerID": "cds",
  "timestamp": 1654171351187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGebqa7zg7si17yughcko/1.0/artifacts/service-DemoPnfGebqa7zg7si17yughcko-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-06-02T12:03:02.414Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of db4cbd73-d732-46f4-94b9-ace02d4df48b
2022-06-02T12:03:02.415Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId db4cbd73-d732-46f4-94b9-ace02d4df48b 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-06-02T12:03:02.420Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T12:03:02.420Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db4cbd73-d732-46f4-94b9-ace02d4df48b",
  "consumerID": "aai-ml",
  "timestamp": 1654171351273,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGebqa7zg7si17yughcko/1.0/artifacts/service-DemoPnfGebqa7zg7si17yughcko-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-06-02T12:03:02.420Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:03:02.421Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T12:03:02.421Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db4cbd73-d732-46f4-94b9-ace02d4df48b",
  "consumerID": "policy-id",
  "timestamp": 1654171344763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGebqa7zg7si17yughcko/1.0/artifacts/service-DemoPnfGebqa7zg7si17yughcko-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:03:02.421Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:03:02.421Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T12:03:02.421Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db4cbd73-d732-46f4-94b9-ace02d4df48b",
  "consumerID": "aai-ml",
  "timestamp": 1654171352277,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "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-06-02T12:03:02.425Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of db4cbd73-d732-46f4-94b9-ace02d4df48b
2022-06-02T12:03:02.425Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId db4cbd73-d732-46f4-94b9-ace02d4df48b 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-06-02T12:03:02.435Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T12:03:02.435Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db4cbd73-d732-46f4-94b9-ace02d4df48b",
  "consumerID": "policy-id",
  "timestamp": 1654171344763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGebqa7zg7si17yughcko/1.0/artifacts/service-DemoPnfGebqa7zg7si17yughcko-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T12:03:02.435Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:03:02.435Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T12:03:02.435Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db4cbd73-d732-46f4-94b9-ace02d4df48b",
  "consumerID": "policy-id",
  "timestamp": 1654171353761,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGebqa7zg7si17yughcko/1.0/artifacts/service-DemoPnfGebqa7zg7si17yughcko-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:03:02.435Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:03:02.435Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T12:03:02.435Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db4cbd73-d732-46f4-94b9-ace02d4df48b",
  "consumerID": "policy-id",
  "timestamp": 1654171354768,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGebqa7zg7si17yughcko/1.0/artifacts/service-DemoPnfGebqa7zg7si17yughcko-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T12:03:02.435Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:03:02.435Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T12:03:02.435Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db4cbd73-d732-46f4-94b9-ace02d4df48b",
  "consumerID": "clamp",
  "timestamp": 1654171354755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGebqa7zg7si17yughcko/1.0/resourceInstances/pnfb5133bfbdf870/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:03:02.436Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:03:02.436Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T12:03:02.436Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db4cbd73-d732-46f4-94b9-ace02d4df48b",
  "consumerID": "policy-id",
  "timestamp": 1654171355771,
  "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-06-02T12:03:02.438Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of db4cbd73-d732-46f4-94b9-ace02d4df48b
2022-06-02T12:03:02.438Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId db4cbd73-d732-46f4-94b9-ace02d4df48b 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-06-02T12:03:02.443Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T12:03:02.443Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db4cbd73-d732-46f4-94b9-ace02d4df48b",
  "consumerID": "clamp",
  "timestamp": 1654171354755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGebqa7zg7si17yughcko/1.0/resourceInstances/pnfb5133bfbdf870/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:03:02.443Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:03:02.443Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T12:03:02.443Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db4cbd73-d732-46f4-94b9-ace02d4df48b",
  "consumerID": "clamp",
  "timestamp": 1654171354755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGebqa7zg7si17yughcko/1.0/resourceInstances/pnfb5133bfbdf870/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:03:02.443Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:03:02.444Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T12:03:02.444Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db4cbd73-d732-46f4-94b9-ace02d4df48b",
  "consumerID": "clamp",
  "timestamp": 1654171354755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGebqa7zg7si17yughcko/1.0/resourceInstances/pnfb5133bfbdf870/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:03:02.444Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:03:02.444Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T12:03:02.444Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db4cbd73-d732-46f4-94b9-ace02d4df48b",
  "consumerID": "clamp",
  "timestamp": 1654171354755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGebqa7zg7si17yughcko/1.0/resourceInstances/pnfb5133bfbdf870/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:03:02.444Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:03:02.444Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T12:03:02.444Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db4cbd73-d732-46f4-94b9-ace02d4df48b",
  "consumerID": "clamp",
  "timestamp": 1654171354755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGebqa7zg7si17yughcko/1.0/resourceInstances/pnfb5133bfbdf870/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:03:02.445Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:03:02.445Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T12:03:02.445Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db4cbd73-d732-46f4-94b9-ace02d4df48b",
  "consumerID": "clamp",
  "timestamp": 1654171354755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGebqa7zg7si17yughcko/1.0/artifacts/service-DemoPnfGebqa7zg7si17yughcko-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:03:02.445Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:03:02.445Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T12:03:02.445Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db4cbd73-d732-46f4-94b9-ace02d4df48b",
  "consumerID": "clamp",
  "timestamp": 1654171354755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGebqa7zg7si17yughcko/1.0/artifacts/service-DemoPnfGebqa7zg7si17yughcko-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T12:03:02.446Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:03:02.446Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T12:03:02.446Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db4cbd73-d732-46f4-94b9-ace02d4df48b",
  "consumerID": "clamp",
  "timestamp": 1654171374558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGebqa7zg7si17yughcko/1.0/artifacts/service-DemoPnfGebqa7zg7si17yughcko-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:03:02.446Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:03:02.446Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T12:03:02.447Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db4cbd73-d732-46f4-94b9-ace02d4df48b",
  "consumerID": "clamp",
  "timestamp": 1654171377555,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGebqa7zg7si17yughcko/1.0/artifacts/service-DemoPnfGebqa7zg7si17yughcko-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T12:03:02.447Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:03:02.447Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T12:03:02.447Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db4cbd73-d732-46f4-94b9-ace02d4df48b",
  "consumerID": "clamp",
  "timestamp": 1654171378560,
  "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-06-02T12:03:02.450Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of db4cbd73-d732-46f4-94b9-ace02d4df48b
2022-06-02T12:03:02.450Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId db4cbd73-d732-46f4-94b9-ace02d4df48b 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-06-02T12:03:02.464Z||pool-191-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-02T12:03:02.465Z||pool-191-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:03:02.465Z||pool-191-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:03:02.482Z||pool-191-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:03:02.483Z||pool-191-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-02T12:03:03.365Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T12:03:03.366Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:03:03.376Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:03:03.376Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "db4cbd73-d732-46f4-94b9-ace02d4df48b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171381708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGebqa7zg7si17yughcko/1.0/resourceInstances/pnfb5133bfbdf870/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:03:03.476Z||pool-192-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T12:03:03.477Z||pool-192-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:03:03.478Z||pool-192-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:03:03.497Z||pool-192-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:03:03.498Z||pool-192-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-02T12:03:04.377Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T12:03:04.377Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:03:04.380Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:03:04.380Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "db4cbd73-d732-46f4-94b9-ace02d4df48b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171381708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGebqa7zg7si17yughcko/1.0/resourceInstances/pnfb5133bfbdf870/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:03:04.480Z||pool-193-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T12:03:04.481Z||pool-193-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:03:04.481Z||pool-193-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:03:04.500Z||pool-193-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:03:04.500Z||pool-193-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-02T12:03:05.381Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T12:03:05.381Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:03:05.384Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:03:05.384Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "db4cbd73-d732-46f4-94b9-ace02d4df48b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171381708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGebqa7zg7si17yughcko/1.0/resourceInstances/pnfb5133bfbdf870/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:03:05.484Z||pool-194-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-02T12:03:05.487Z||pool-194-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:03:05.487Z||pool-194-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:03:05.503Z||pool-194-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:03:05.504Z||pool-194-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-02T12:03:06.385Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T12:03:06.386Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:03:06.389Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:03:06.389Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "db4cbd73-d732-46f4-94b9-ace02d4df48b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171381708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGebqa7zg7si17yughcko/1.0/resourceInstances/pnfb5133bfbdf870/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:03:06.489Z||pool-195-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T12:03:06.490Z||pool-195-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:03:06.490Z||pool-195-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:03:06.509Z||pool-195-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:03:06.509Z||pool-195-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-02T12:03:07.390Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T12:03:07.390Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:03:07.393Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:03:07.393Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "db4cbd73-d732-46f4-94b9-ace02d4df48b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171381708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGebqa7zg7si17yughcko/1.0/resourceInstances/pnfb5133bfbdf870/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:03:07.493Z||pool-196-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T12:03:07.494Z||pool-196-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:03:07.494Z||pool-196-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:03:07.513Z||pool-196-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:03:07.514Z||pool-196-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-02T12:03:08.393Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T12:03:08.394Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:03:08.397Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:03:08.397Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "db4cbd73-d732-46f4-94b9-ace02d4df48b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171381708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGebqa7zg7si17yughcko/1.0/artifacts/service-DemoPnfGebqa7zg7si17yughcko-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:03:08.497Z||pool-197-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T12:03:08.498Z||pool-197-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:03:08.498Z||pool-197-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:03:08.514Z||pool-197-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:03:08.515Z||pool-197-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-02T12:03:09.398Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T12:03:09.398Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:03:09.402Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:03:09.402Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "db4cbd73-d732-46f4-94b9-ace02d4df48b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171381708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGebqa7zg7si17yughcko/1.0/artifacts/service-DemoPnfGebqa7zg7si17yughcko-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T12:03:09.501Z||pool-198-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-02T12:03:09.502Z||pool-198-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:03:09.502Z||pool-198-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:03:09.537Z||pool-198-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:03:09.538Z||pool-198-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-06-02T12:03:10.403Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "db4cbd73-d732-46f4-94b9-ace02d4df48b",
  "serviceName": "Demo_pNF_gEbqA7Zg7sI17yUgHCKO",
  "serviceVersion": "1.0",
  "serviceUUID": "0221df74-20bf-4667-8a7d-12966befeb8f",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "ffca6b5c-d38d-471d-9c7f-95416836970f",
  "resources": [
    {
      "resourceInstanceName": "pNF b5133bfb-df87 0",
      "resourceCustomizationUUID": "a422d8cc-e5ce-40f9-8d1f-45ceac411853",
      "resourceName": "pNF b5133bfb-df87",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "e7c52c43-2d19-4dfc-9c79-61ff8a38b779",
      "resourceInvariantUUID": "c19f82ae-af87-4893-b9e5-495574903256",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfGebqa7zg7si17yughcko-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfGebqa7zg7si17yughcko/1.0/artifacts/service-DemoPnfGebqa7zg7si17yughcko-csar.csar",
      "artifactChecksum": "ZDc5MTNiNDk1ODA4OTc0NjRlNzZiNzEwNTdlYmUwY2U\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d8b6efb9-7986-4457-94ae-a5c737ab5025"
    }
  ],
  "workloadContext": "Production"
}
2022-06-02T12:03:10.403Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-02T12:03:10.403Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0221df74-20bf-4667-8a7d-12966befeb8f ASDC
2022-06-02T12:03:10.404Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:db4cbd73-d732-46f4-94b9-ace02d4df48b
ServiceName:Demo_pNF_gEbqA7Zg7sI17yUgHCKO
ServiceVersion:1.0
ServiceUUID:0221df74-20bf-4667-8a7d-12966befeb8f
ServiceInvariantUUID:ffca6b5c-d38d-471d-9c7f-95416836970f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfGebqa7zg7si17yughcko-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfGebqa7zg7si17yughcko/1.0/artifacts/service-DemoPnfGebqa7zg7si17yughcko-csar.csar
ArtifactUUID:d8b6efb9-7986-4457-94ae-a5c737ab5025
ArtifactChecksum:ZDc5MTNiNDk1ODA4OTc0NjRlNzZiNzEwNTdlYmUwY2U=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF b5133bfb-df87 0
ResourceCustomizationUUID:a422d8cc-e5ce-40f9-8d1f-45ceac411853
ResourceInvariantUUID:c19f82ae-af87-4893-b9e5-495574903256
ResourceName:pNF b5133bfb-df87
ResourceType:PNF
ResourceUUID:e7c52c43-2d19-4dfc-9c79-61ff8a38b779
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-06-02T12:03:10.405Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0221df74-20bf-4667-8a7d-12966befeb8f 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-06-02T12:03:10.444Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-02T12:03:10.446Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-02T12:03:10.447Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-02T12:03:10.447Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: d8b6efb9-7986-4457-94ae-a5c737ab5025 from URL: /sdc/v1/catalog/services/DemoPnfGebqa7zg7si17yughcko/1.0/artifacts/service-DemoPnfGebqa7zg7si17yughcko-csar.csar
2022-06-02T12:03:10.447Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-02T12:03:10.447Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfGebqa7zg7si17yughcko/1.0/artifacts/service-DemoPnfGebqa7zg7si17yughcko-csar.csar
2022-06-02T12:03:10.632Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-02T12:03:10.636Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfGebqa7zg7si17yughcko/1.0/artifacts/service-DemoPnfGebqa7zg7si17yughcko-csar.csar d8b6efb9-7986-4457-94ae-a5c737ab5025 82666
2022-06-02T12:03:10.636Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfGebqa7zg7si17yughcko/1.0/artifacts/service-DemoPnfGebqa7zg7si17yughcko-csar.csar ASDC sendASDCNotification
2022-06-02T12:03:10.636Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGebqa7zg7si17yughcko/1.0/artifacts/service-DemoPnfGebqa7zg7si17yughcko-csar.csar
2022-06-02T12:03:10.637Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T12:03:10.637Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:03:10.639Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:03:10.639Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "db4cbd73-d732-46f4-94b9-ace02d4df48b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171390636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGebqa7zg7si17yughcko/1.0/artifacts/service-DemoPnfGebqa7zg7si17yughcko-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:03:10.739Z||pool-199-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-02T12:03:10.740Z||pool-199-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:03:10.741Z||pool-199-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:03:10.757Z||pool-199-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:03:10.757Z||pool-199-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-02T12:03:11.640Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-02T12:03:11.641Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-02T12:03:11.641Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: d8b6efb9-7986-4457-94ae-a5c737ab5025, URL: /sdc/v1/catalog/services/DemoPnfGebqa7zg7si17yughcko/1.0/artifacts/service-DemoPnfGebqa7zg7si17yughcko-csar.csar to file: /app/ASDC/1/service-DemoPnfGebqa7zg7si17yughcko-csar.csar
2022-06-02T12:03:11.642Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfGebqa7zg7si17yughcko-csar.csar
2022-06-02T12:03:11.642Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfGebqa7zg7si17yughcko-csar.csar
2022-06-02T12:03:11.642Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfGebqa7zg7si17yughcko-csar.csar
2022-06-02T12:03:11.849Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2634542022033235334/Definitions/service-DemoPnfGebqa7zg7si17yughcko-template.yml
2022-06-02T12:03:12.831Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-02T12:03:12.832Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-02T12:03:12.832Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfGebqa7zg7si17yughcko-csar.csar
2022-06-02T12:03:12.832Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-02T12:03:12.832Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfGebqa7zg7si17yughcko-csar.csar
2022-06-02T12:03:12.832Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfGebqa7zg7si17yughcko-csar.csar
2022-06-02T12:03:12.832Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfGebqa7zg7si17yughcko-csar.csar
2022-06-02T12:03:12.832Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfGebqa7zg7si17yughcko-csar.csar
2022-06-02T12:03:12.833Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfGebqa7zg7si17yughcko-csar.csar
2022-06-02T12:03:12.833Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF b5133bfb-df87 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-DemoPnfGebqa7zg7si17yughcko-csar.csar
2022-06-02T12:03:12.833Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfGebqa7zg7si17yughcko-csar.csar
2022-06-02T12:03:12.833Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-02T12:03:12.833Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:03:12.833Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_gEbqA7Zg7sI17yUgHCKO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T12:03:12.833Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||DEBUG|500||Node template pNF b5133bfb-df87 0 is matching search criteria
2022-06-02T12:03:12.834Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-02T12:03:12.834Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF b5133bfb-df87 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-02T12:03:12.834Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:03:12.834Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_gEbqA7Zg7sI17yUgHCKO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T12:03:12.834Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||DEBUG|500||Node template pNF b5133bfb-df87 0 is matching search criteria
2022-06-02T12:03:12.834Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-02T12:03:12.835Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF b5133bfb-df87 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-02T12:03:12.835Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:03:12.835Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_gEbqA7Zg7sI17yUgHCKO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T12:03:12.835Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:03:12.835Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_gEbqA7Zg7sI17yUgHCKO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T12:03:12.835Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:03:12.835Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_gEbqA7Zg7sI17yUgHCKO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T12:03:12.835Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:03:12.836Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_gEbqA7Zg7sI17yUgHCKO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T12:03:12.836Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:03:12.836Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_gEbqA7Zg7sI17yUgHCKO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T12:03:12.836Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_gEbqA7Zg7sI17yUgHCKO
Description:catalog service description
Model UUID:0221df74-20bf-4667-8a7d-12966befeb8f
Model Version:NULL
Model InvariantUuid:ffca6b5c-d38d-471d-9c7f-95416836970f
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-06-02T12:03:12.846Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: e7c52c43-2d19-4dfc-9c79-61ff8a38b779
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-06-02T12:03:12.851Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||INFO|500||pNF b5133bfb-df87 0
2022-06-02T12:03:12.851Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: e7c52c43-2d19-4dfc-9c79-61ff8a38b779
2022-06-02T12:03:12.851Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 0221df74-20bf-4667-8a7d-12966befeb8f
2022-06-02T12:03:12.851Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 0221df74-20bf-4667-8a7d-12966befeb8f
2022-06-02T12:03:12.852Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF b5133bfb-df87 0 e7c52c43-2d19-4dfc-9c79-61ff8a38b779 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-06-02T12:03:12.857Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@24163066, org.onap.sdc.toscaparser.api.parameters.Input@3a436e59, org.onap.sdc.toscaparser.api.parameters.Input@6ebac5d8, org.onap.sdc.toscaparser.api.parameters.Input@68532f8f, org.onap.sdc.toscaparser.api.parameters.Input@7d53a7e3]
2022-06-02T12:03:12.858Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:03:12.858Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_gEbqA7Zg7sI17yUgHCKO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T12:03:12.858Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 0221df74-20bf-4667-8a7d-12966befeb8f: pNF b5133bfb-df87
2022-06-02T12:03:12.861Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||INFO|500||Processing PNF resource: e7c52c43-2d19-4dfc-9c79-61ff8a38b779
2022-06-02T12:03:12.861Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:03:12.861Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_gEbqA7Zg7sI17yUgHCKO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T12:03:12.861Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||INFO|500||Resource customization UUID: a422d8cc-e5ce-40f9-8d1f-45ceac411853 is the same as notified resource customizationUUID: a422d8cc-e5ce-40f9-8d1f-45ceac411853
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-06-02T12:03:12.926Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF b5133bfb-df87 e7c52c43-2d19-4dfc-9c79-61ff8a38b779 0 ASDC deployResourceStructure
2022-06-02T12:03:12.926Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfGebqa7zg7si17yughcko/1.0/artifacts/service-DemoPnfGebqa7zg7si17yughcko-csar.csar ASDC sendASDCNotification
2022-06-02T12:03:12.926Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGebqa7zg7si17yughcko/1.0/artifacts/service-DemoPnfGebqa7zg7si17yughcko-csar.csar
2022-06-02T12:03:12.926Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T12:03:12.927Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:03:12.928Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:03:12.929Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "db4cbd73-d732-46f4-94b9-ace02d4df48b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171392926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGebqa7zg7si17yughcko/1.0/artifacts/service-DemoPnfGebqa7zg7si17yughcko-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T12:03:13.029Z||pool-200-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-02T12:03:13.030Z||pool-200-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:03:13.030Z||pool-200-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:03:13.049Z||pool-200-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:03:13.049Z||pool-200-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-02T12:03:13.929Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: db4cbd73-d732-46f4-94b9-ace02d4df48b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-02T12:03:13.938Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: db4cbd73-d732-46f4-94b9-ace02d4df48b
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-06-02T12:03:13.941Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T12:03:13.941Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-02T12:03:13.941Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-02T12:03:13.942Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-02T12:03:13.942Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-02T12:03:13.942Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-06-02T12:03:13.942Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-06-02T12:03:13.945Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-02T12:03:43.946Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: db4cbd73-d732-46f4-94b9-ace02d4df48b 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-06-02T12:03:43.949Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: db4cbd73-d732-46f4-94b9-ace02d4df48b and serviceModelVersionId: 0221df74-20bf-4667-8a7d-12966befeb8f
2022-06-02T12:03:43.949Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ffca6b5c-d38d-471d-9c7f-95416836970f
2022-06-02T12:03:43.950Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ffca6b5c-d38d-471d-9c7f-95416836970f/model-vers/model-ver/0221df74-20bf-4667-8a7d-12966befeb8f?depth=0
2022-06-02T12:03:43.956Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-06-02T12:03:43.997Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffca6b5c-d38d-471d-9c7f-95416836970f/model-vers/model-ver/0221df74-20bf-4667-8a7d-12966befeb8f?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-06-02T12:03:43.999Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffca6b5c-d38d-471d-9c7f-95416836970f/model-vers/model-ver/0221df74-20bf-4667-8a7d-12966befeb8f?depth=0|INFO|500||Invoke
2022-06-02T12:03:44.022Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffca6b5c-d38d-471d-9c7f-95416836970f/model-vers/model-ver/0221df74-20bf-4667-8a7d-12966befeb8f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-06-02T12:03:44.062Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffca6b5c-d38d-471d-9c7f-95416836970f/model-vers/model-ver/0221df74-20bf-4667-8a7d-12966befeb8f?depth=0|INFO|404|Not Found|InvokeReturn
2022-06-02T12:03:44.062Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffca6b5c-d38d-471d-9c7f-95416836970f/model-vers/model-ver/0221df74-20bf-4667-8a7d-12966befeb8f?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220602-12:03:43:890-29747], Content-Length=[495], Date=[Thu, 02 Jun 2022 12:03:43 GMT], Content-Type=[application/json]}
2022-06-02T12:03:44.063Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/ffca6b5c-d38d-471d-9c7f-95416836970f/model-vers/model-ver/0221df74-20bf-4667-8a7d-12966befeb8f","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ffca6b5c-d38d-471d-9c7f-95416836970f/model-vers/model-ver/0221df74-20bf-4667-8a7d-12966befeb8f","ERR.5.4.6114"]}}}

2022-06-02T12:03:44.068Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=db4cbd73-d732-46f4-94b9-ace02d4df48b Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ffca6b5c-d38d-471d-9c7f-95416836970f/model-vers/model-ver/0221df74-20bf-4667-8a7d-12966befeb8f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ffca6b5c-d38d-471d-9c7f-95416836970f/model-vers/model-ver/0221df74-20bf-4667-8a7d-12966befeb8f) (ec=ERR.5.4.6114)
2022-06-02T12:03:44.068Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=db4cbd73-d732-46f4-94b9-ace02d4df48b Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ffca6b5c-d38d-471d-9c7f-95416836970f/model-vers/model-ver/0221df74-20bf-4667-8a7d-12966befeb8f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ffca6b5c-d38d-471d-9c7f-95416836970f/model-vers/model-ver/0221df74-20bf-4667-8a7d-12966befeb8f) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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-06-02T12:03:44.068Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=db4cbd73-d732-46f4-94b9-ace02d4df48b Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ffca6b5c-d38d-471d-9c7f-95416836970f/model-vers/model-ver/0221df74-20bf-4667-8a7d-12966befeb8f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ffca6b5c-d38d-471d-9c7f-95416836970f/model-vers/model-ver/0221df74-20bf-4667-8a7d-12966befeb8f) (ec=ERR.5.4.6114)
2022-06-02T12:03:44.068Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=db4cbd73-d732-46f4-94b9-ace02d4df48b Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ffca6b5c-d38d-471d-9c7f-95416836970f/model-vers/model-ver/0221df74-20bf-4667-8a7d-12966befeb8f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ffca6b5c-d38d-471d-9c7f-95416836970f/model-vers/model-ver/0221df74-20bf-4667-8a7d-12966befeb8f) (ec=ERR.5.4.6114)
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-06-02T12:03:44.083Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-02T12:03:44.083Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID db4cbd73-d732-46f4-94b9-ace02d4df48b and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=db4cbd73-d732-46f4-94b9-ace02d4df48b Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ffca6b5c-d38d-471d-9c7f-95416836970f/model-vers/model-ver/0221df74-20bf-4667-8a7d-12966befeb8f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ffca6b5c-d38d-471d-9c7f-95416836970f/model-vers/model-ver/0221df74-20bf-4667-8a7d-12966befeb8f) (ec=ERR.5.4.6114)
2022-06-02T12:03:44.084Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-02T12:03:44.084Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:03:44.086Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:03:44.086Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "db4cbd73-d732-46f4-94b9-ace02d4df48b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171424084,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003ddb4cbd73-d732-46f4-94b9-ace02d4df48b Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ffca6b5c-d38d-471d-9c7f-95416836970f/model-vers/model-ver/0221df74-20bf-4667-8a7d-12966befeb8f (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ffca6b5c-d38d-471d-9c7f-95416836970f/model-vers/model-ver/0221df74-20bf-4667-8a7d-12966befeb8f) (ec\u003dERR.5.4.6114)"
}
2022-06-02T12:03:44.186Z||pool-201-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T12:03:44.187Z||pool-201-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:03:44.187Z||pool-201-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:03:44.226Z||pool-201-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:03:44.226Z||pool-201-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-02T12:04:01.708Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T12:04:01.709Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T12:04:01.709Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:04:01.710Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T12:04:01.711Z||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-06-02T12:04:01.711Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T12:04:01.842Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:04:01.842Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:04:01.842Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db4cbd73-d732-46f4-94b9-ace02d4df48b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171381708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGebqa7zg7si17yughcko/1.0/resourceInstances/pnfb5133bfbdf870/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:04:01.843Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:04:11.289Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:05:01.708Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T12:05:01.709Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T12:05:01.709Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:05:01.710Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T12:05:01.711Z||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-06-02T12:05:01.711Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T12:05:02.312Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:05:02.313Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:05:02.313Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db4cbd73-d732-46f4-94b9-ace02d4df48b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171381708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGebqa7zg7si17yughcko/1.0/resourceInstances/pnfb5133bfbdf870/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:05:02.314Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:05:02.314Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:05:02.314Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db4cbd73-d732-46f4-94b9-ace02d4df48b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171381708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGebqa7zg7si17yughcko/1.0/resourceInstances/pnfb5133bfbdf870/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:05:02.315Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:05:02.315Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:05:02.315Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db4cbd73-d732-46f4-94b9-ace02d4df48b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171381708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGebqa7zg7si17yughcko/1.0/resourceInstances/pnfb5133bfbdf870/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:05:02.315Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:05:02.315Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:05:02.315Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db4cbd73-d732-46f4-94b9-ace02d4df48b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171381708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGebqa7zg7si17yughcko/1.0/resourceInstances/pnfb5133bfbdf870/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:05:02.316Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:05:02.316Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:05:02.316Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db4cbd73-d732-46f4-94b9-ace02d4df48b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171381708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGebqa7zg7si17yughcko/1.0/resourceInstances/pnfb5133bfbdf870/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:05:02.316Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:05:02.316Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:05:02.316Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db4cbd73-d732-46f4-94b9-ace02d4df48b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171381708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGebqa7zg7si17yughcko/1.0/artifacts/service-DemoPnfGebqa7zg7si17yughcko-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:05:02.317Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:05:02.317Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:05:02.317Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db4cbd73-d732-46f4-94b9-ace02d4df48b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171381708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGebqa7zg7si17yughcko/1.0/artifacts/service-DemoPnfGebqa7zg7si17yughcko-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T12:05:02.317Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:05:02.317Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:05:02.317Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db4cbd73-d732-46f4-94b9-ace02d4df48b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171390636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGebqa7zg7si17yughcko/1.0/artifacts/service-DemoPnfGebqa7zg7si17yughcko-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:05:02.318Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:05:02.318Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:05:02.318Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db4cbd73-d732-46f4-94b9-ace02d4df48b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171392926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGebqa7zg7si17yughcko/1.0/artifacts/service-DemoPnfGebqa7zg7si17yughcko-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T12:05:02.318Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:05:02.318Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:05:02.318Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db4cbd73-d732-46f4-94b9-ace02d4df48b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171424084,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003ddb4cbd73-d732-46f4-94b9-ace02d4df48b Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ffca6b5c-d38d-471d-9c7f-95416836970f/model-vers/model-ver/0221df74-20bf-4667-8a7d-12966befeb8f (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ffca6b5c-d38d-471d-9c7f-95416836970f/model-vers/model-ver/0221df74-20bf-4667-8a7d-12966befeb8f) (ec\u003dERR.5.4.6114)"
}
2022-06-02T12:05:02.319Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:05:11.362Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:06:01.708Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T12:06:01.710Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T12:06:01.710Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:06:01.711Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T12:06:01.711Z|a81f5707-6042-437b-a414-75f55f2c3bcc|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-06-02T12:06:01.711Z|a81f5707-6042-437b-a414-75f55f2c3bcc|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 vhEFpQtZO3nowL1S) ...
2022-06-02T12:06:11.314Z|a81f5707-6042-437b-a414-75f55f2c3bcc|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:06:11.318Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:07:01.708Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T12:07:01.711Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T12:07:01.711Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T12:07:01.711Z||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-06-02T12:07:01.711Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:07:01.711Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T12:07:11.339Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:07:11.359Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:08:01.708Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T12:08:01.709Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T12:08:01.709Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:08:01.710Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T12:08:01.711Z||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-06-02T12:08:01.711Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T12:08:11.341Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:08:11.360Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:09:01.708Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T12:09:01.709Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|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-06-02T12:09:01.709Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|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 vhEFpQtZO3nowL1S) ...
2022-06-02T12:09:01.711Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T12:09:01.711Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|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-06-02T12:09:01.712Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|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 vhEFpQtZO3nowL1S) ...
2022-06-02T12:09:01.929Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:09:01.963Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:01.964Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd2e766-15b2-430c-8f1c-31bb32943353",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654171695893,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:09:01.965Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:01.965Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:01.965Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd2e766-15b2-430c-8f1c-31bb32943353",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654171696903,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:09:01.966Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:01.966Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:01.966Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd2e766-15b2-430c-8f1c-31bb32943353",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654171696637,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:09:01.966Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:01.966Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:01.966Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd2e766-15b2-430c-8f1c-31bb32943353",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654171695893,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:09:01.966Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:01.966Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:01.966Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd2e766-15b2-430c-8f1c-31bb32943353",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654171696903,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:09:01.967Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:01.967Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:01.967Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd2e766-15b2-430c-8f1c-31bb32943353",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654171696637,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:09:01.967Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:01.967Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:01.967Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd2e766-15b2-430c-8f1c-31bb32943353",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654171695893,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:09:01.967Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:01.967Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:01.967Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd2e766-15b2-430c-8f1c-31bb32943353",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654171696903,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:09:01.967Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:01.967Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:01.967Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd2e766-15b2-430c-8f1c-31bb32943353",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654171696637,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-06-02T12:09:01.968Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:01.968Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:01.968Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd2e766-15b2-430c-8f1c-31bb32943353",
  "consumerID": "cds",
  "timestamp": 1654171701248,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:09:01.968Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:01.968Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:01.968Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd2e766-15b2-430c-8f1c-31bb32943353",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654171695893,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:09:01.968Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:01.968Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:01.968Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd2e766-15b2-430c-8f1c-31bb32943353",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654171696903,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:09:01.968Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:01.968Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:01.969Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd2e766-15b2-430c-8f1c-31bb32943353",
  "consumerID": "cds",
  "timestamp": 1654171701248,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:09:01.969Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:01.969Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:01.969Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd2e766-15b2-430c-8f1c-31bb32943353",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654171696637,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-02T12:09:01.969Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:01.969Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:01.969Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd2e766-15b2-430c-8f1c-31bb32943353",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654171695893,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:09:01.969Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:01.969Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:01.969Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd2e766-15b2-430c-8f1c-31bb32943353",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654171696903,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:09:01.969Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:01.969Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:01.969Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd2e766-15b2-430c-8f1c-31bb32943353",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654171696637,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:09:01.970Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:01.970Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:01.970Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd2e766-15b2-430c-8f1c-31bb32943353",
  "consumerID": "cds",
  "timestamp": 1654171701248,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:09:01.970Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:01.970Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:01.970Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd2e766-15b2-430c-8f1c-31bb32943353",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654171695893,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:09:01.970Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:01.970Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:01.970Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd2e766-15b2-430c-8f1c-31bb32943353",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654171696903,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:09:01.971Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:01.971Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:01.971Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd2e766-15b2-430c-8f1c-31bb32943353",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654171696637,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-02T12:09:01.971Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:01.971Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:01.971Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd2e766-15b2-430c-8f1c-31bb32943353",
  "consumerID": "cds",
  "timestamp": 1654171701248,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:09:01.971Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:01.971Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:01.971Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd2e766-15b2-430c-8f1c-31bb32943353",
  "consumerID": "policy-id",
  "timestamp": 1654171704763,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:09:01.971Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:01.971Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:01.972Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd2e766-15b2-430c-8f1c-31bb32943353",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654171695893,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:09:01.972Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:01.972Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:01.972Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd2e766-15b2-430c-8f1c-31bb32943353",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654171696903,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:09:01.972Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:01.972Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:01.972Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd2e766-15b2-430c-8f1c-31bb32943353",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654171696637,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:09:01.972Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:01.972Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:01.973Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd2e766-15b2-430c-8f1c-31bb32943353",
  "consumerID": "cds",
  "timestamp": 1654171701248,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:09:01.973Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:01.973Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:01.973Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd2e766-15b2-430c-8f1c-31bb32943353",
  "consumerID": "policy-id",
  "timestamp": 1654171704763,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:09:01.973Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:01.973Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:01.973Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd2e766-15b2-430c-8f1c-31bb32943353",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654171695893,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:09:01.974Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:01.974Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:01.974Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd2e766-15b2-430c-8f1c-31bb32943353",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654171696903,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T12:09:01.974Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:01.974Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:01.974Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd2e766-15b2-430c-8f1c-31bb32943353",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654171696637,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T12:09:01.975Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:01.975Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:01.975Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd2e766-15b2-430c-8f1c-31bb32943353",
  "consumerID": "cds",
  "timestamp": 1654171701248,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:09:01.975Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:01.975Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:01.975Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd2e766-15b2-430c-8f1c-31bb32943353",
  "consumerID": "policy-id",
  "timestamp": 1654171704763,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:09:01.975Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:01.976Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:01.976Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd2e766-15b2-430c-8f1c-31bb32943353",
  "consumerID": "cds",
  "timestamp": 1654171701248,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:09:01.976Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:01.976Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:01.976Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd2e766-15b2-430c-8f1c-31bb32943353",
  "consumerID": "policy-id",
  "timestamp": 1654171704763,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-02T12:09:01.976Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:01.976Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:01.976Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd2e766-15b2-430c-8f1c-31bb32943353",
  "consumerID": "cds",
  "timestamp": 1654171701248,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T12:09:01.977Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:01.977Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:01.977Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd2e766-15b2-430c-8f1c-31bb32943353",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654171709279,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:09:01.977Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:09:01.977Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:01.977Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd2e766-15b2-430c-8f1c-31bb32943353",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654171709140,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:09:01.977Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:09:01.977Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:01.977Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd2e766-15b2-430c-8f1c-31bb32943353",
  "consumerID": "policy-id",
  "timestamp": 1654171704763,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:09:01.978Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:01.978Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:01.978Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd2e766-15b2-430c-8f1c-31bb32943353",
  "consumerID": "cds",
  "timestamp": 1654171710476,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:09:01.978Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:09:01.978Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:01.978Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd2e766-15b2-430c-8f1c-31bb32943353",
  "consumerID": "policy-id",
  "timestamp": 1654171704763,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:09:01.978Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:01.978Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:01.978Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd2e766-15b2-430c-8f1c-31bb32943353",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654171710772,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:09:01.978Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:09:01.978Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:01.979Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd2e766-15b2-430c-8f1c-31bb32943353",
  "consumerID": "cds",
  "timestamp": 1654171711485,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-02T12:09:02.007Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1cd2e766-15b2-430c-8f1c-31bb32943353
2022-06-02T12:09:02.008Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1cd2e766-15b2-430c-8f1c-31bb32943353 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-06-02T12:09:02.015Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:02.015Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd2e766-15b2-430c-8f1c-31bb32943353",
  "consumerID": "policy-id",
  "timestamp": 1654171704763,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:09:02.016Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:02.016Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:02.016Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd2e766-15b2-430c-8f1c-31bb32943353",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654171712185,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:09:02.016Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:09:02.016Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:02.016Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd2e766-15b2-430c-8f1c-31bb32943353",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654171712636,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T12:09:02.016Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:09:02.017Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:02.017Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd2e766-15b2-430c-8f1c-31bb32943353",
  "consumerID": "policy-id",
  "timestamp": 1654171704763,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T12:09:02.017Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:02.017Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:02.017Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd2e766-15b2-430c-8f1c-31bb32943353",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654171713224,
  "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-06-02T12:09:02.021Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1cd2e766-15b2-430c-8f1c-31bb32943353
2022-06-02T12:09:02.021Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1cd2e766-15b2-430c-8f1c-31bb32943353 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-06-02T12:09:02.027Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:02.027Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd2e766-15b2-430c-8f1c-31bb32943353",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654171713640,
  "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-06-02T12:09:02.030Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1cd2e766-15b2-430c-8f1c-31bb32943353
2022-06-02T12:09:02.030Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1cd2e766-15b2-430c-8f1c-31bb32943353 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-06-02T12:09:02.036Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:02.037Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd2e766-15b2-430c-8f1c-31bb32943353",
  "consumerID": "policy-id",
  "timestamp": 1654171713755,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:09:02.037Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:09:02.037Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:02.037Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd2e766-15b2-430c-8f1c-31bb32943353",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654171714230,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-02T12:09:02.038Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:09:02.038Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:02.038Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd2e766-15b2-430c-8f1c-31bb32943353",
  "consumerID": "policy-id",
  "timestamp": 1654171714759,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T12:09:02.038Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:09:02.038Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:02.039Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd2e766-15b2-430c-8f1c-31bb32943353",
  "consumerID": "clamp",
  "timestamp": 1654171714755,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:09:02.039Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:02.039Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:02.040Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd2e766-15b2-430c-8f1c-31bb32943353",
  "consumerID": "policy-id",
  "timestamp": 1654171715762,
  "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-06-02T12:09:02.043Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1cd2e766-15b2-430c-8f1c-31bb32943353
2022-06-02T12:09:02.043Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1cd2e766-15b2-430c-8f1c-31bb32943353 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-06-02T12:09:02.048Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:02.048Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd2e766-15b2-430c-8f1c-31bb32943353",
  "consumerID": "clamp",
  "timestamp": 1654171714755,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:09:02.048Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:02.048Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:02.049Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd2e766-15b2-430c-8f1c-31bb32943353",
  "consumerID": "clamp",
  "timestamp": 1654171714755,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-06-02T12:09:02.049Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:02.049Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:02.049Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3df8b88f-0b9f-43f4-b21e-48da638c92e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654171715895,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGyqiruucyteeqlqzye1g/1.0/resourceInstances/pnf61e2933fce3b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:09:02.050Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:02.050Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:02.050Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3df8b88f-0b9f-43f4-b21e-48da638c92e5",
  "consumerID": "cds",
  "timestamp": 1654171716249,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGyqiruucyteeqlqzye1g/1.0/resourceInstances/pnf61e2933fce3b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:09:02.050Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:02.051Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:02.051Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3df8b88f-0b9f-43f4-b21e-48da638c92e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654171716636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGyqiruucyteeqlqzye1g/1.0/resourceInstances/pnf61e2933fce3b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:09:02.051Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:02.051Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:02.051Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd2e766-15b2-430c-8f1c-31bb32943353",
  "consumerID": "clamp",
  "timestamp": 1654171714755,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:09:02.052Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:02.052Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:02.052Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3df8b88f-0b9f-43f4-b21e-48da638c92e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654171716636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGyqiruucyteeqlqzye1g/1.0/resourceInstances/pnf61e2933fce3b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:09:02.052Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:02.053Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:02.053Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3df8b88f-0b9f-43f4-b21e-48da638c92e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654171715895,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGyqiruucyteeqlqzye1g/1.0/resourceInstances/pnf61e2933fce3b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:09:02.053Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:02.053Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:02.053Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3df8b88f-0b9f-43f4-b21e-48da638c92e5",
  "consumerID": "cds",
  "timestamp": 1654171716249,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGyqiruucyteeqlqzye1g/1.0/resourceInstances/pnf61e2933fce3b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:09:02.054Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:02.054Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:02.054Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd2e766-15b2-430c-8f1c-31bb32943353",
  "consumerID": "aai-ml",
  "timestamp": 1654171718714,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:09:02.054Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:02.055Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:02.055Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd2e766-15b2-430c-8f1c-31bb32943353",
  "consumerID": "clamp",
  "timestamp": 1654171714755,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:09:02.055Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:02.055Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:02.055Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3df8b88f-0b9f-43f4-b21e-48da638c92e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654171716636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGyqiruucyteeqlqzye1g/1.0/resourceInstances/pnf61e2933fce3b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:09:02.056Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:02.056Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:02.056Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3df8b88f-0b9f-43f4-b21e-48da638c92e5",
  "consumerID": "cds",
  "timestamp": 1654171716249,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGyqiruucyteeqlqzye1g/1.0/resourceInstances/pnf61e2933fce3b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:09:02.056Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:02.056Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:02.057Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3df8b88f-0b9f-43f4-b21e-48da638c92e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654171715895,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGyqiruucyteeqlqzye1g/1.0/resourceInstances/pnf61e2933fce3b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:09:02.057Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:02.057Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:02.057Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd2e766-15b2-430c-8f1c-31bb32943353",
  "consumerID": "aai-ml",
  "timestamp": 1654171718714,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:09:02.058Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:02.058Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:02.058Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd2e766-15b2-430c-8f1c-31bb32943353",
  "consumerID": "clamp",
  "timestamp": 1654171714755,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:09:02.058Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:02.059Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:02.059Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3df8b88f-0b9f-43f4-b21e-48da638c92e5",
  "consumerID": "cds",
  "timestamp": 1654171716249,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGyqiruucyteeqlqzye1g/1.0/resourceInstances/pnf61e2933fce3b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:09:02.059Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:02.059Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:02.060Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3df8b88f-0b9f-43f4-b21e-48da638c92e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654171716636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGyqiruucyteeqlqzye1g/1.0/resourceInstances/pnf61e2933fce3b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:09:02.060Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:02.060Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:02.060Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3df8b88f-0b9f-43f4-b21e-48da638c92e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654171715895,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGyqiruucyteeqlqzye1g/1.0/resourceInstances/pnf61e2933fce3b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:09:02.061Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:02.061Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:02.061Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd2e766-15b2-430c-8f1c-31bb32943353",
  "consumerID": "aai-ml",
  "timestamp": 1654171718714,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:09:02.061Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:02.061Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:02.061Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd2e766-15b2-430c-8f1c-31bb32943353",
  "consumerID": "clamp",
  "timestamp": 1654171714755,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:09:02.062Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:02.062Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:02.062Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3df8b88f-0b9f-43f4-b21e-48da638c92e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654171716636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGyqiruucyteeqlqzye1g/1.0/resourceInstances/pnf61e2933fce3b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:09:02.062Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:02.062Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:02.062Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3df8b88f-0b9f-43f4-b21e-48da638c92e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654171715895,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGyqiruucyteeqlqzye1g/1.0/resourceInstances/pnf61e2933fce3b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:09:02.063Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:02.063Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:02.063Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3df8b88f-0b9f-43f4-b21e-48da638c92e5",
  "consumerID": "cds",
  "timestamp": 1654171716249,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGyqiruucyteeqlqzye1g/1.0/resourceInstances/pnf61e2933fce3b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:09:02.063Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:02.063Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:02.063Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd2e766-15b2-430c-8f1c-31bb32943353",
  "consumerID": "aai-ml",
  "timestamp": 1654171718714,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:09:02.064Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:02.064Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:02.064Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd2e766-15b2-430c-8f1c-31bb32943353",
  "consumerID": "clamp",
  "timestamp": 1654171714755,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T12:09:02.064Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:02.064Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:02.064Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3df8b88f-0b9f-43f4-b21e-48da638c92e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654171716636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGyqiruucyteeqlqzye1g/1.0/resourceInstances/pnf61e2933fce3b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:09:02.064Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:02.065Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:02.065Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3df8b88f-0b9f-43f4-b21e-48da638c92e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654171715895,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGyqiruucyteeqlqzye1g/1.0/resourceInstances/pnf61e2933fce3b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-06-02T12:09:02.065Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:02.065Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:02.065Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3df8b88f-0b9f-43f4-b21e-48da638c92e5",
  "consumerID": "cds",
  "timestamp": 1654171716249,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGyqiruucyteeqlqzye1g/1.0/resourceInstances/pnf61e2933fce3b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:09:02.065Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:02.065Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:02.066Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd2e766-15b2-430c-8f1c-31bb32943353",
  "consumerID": "aai-ml",
  "timestamp": 1654171718714,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:09:02.066Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:02.066Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:02.066Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3df8b88f-0b9f-43f4-b21e-48da638c92e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654171716636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGyqiruucyteeqlqzye1g/1.0/artifacts/service-DemoPnfGyqiruucyteeqlqzye1g-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:09:02.066Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:02.066Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:02.066Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3df8b88f-0b9f-43f4-b21e-48da638c92e5",
  "consumerID": "cds",
  "timestamp": 1654171716249,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGyqiruucyteeqlqzye1g/1.0/artifacts/service-DemoPnfGyqiruucyteeqlqzye1g-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:09:02.067Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:02.067Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:02.067Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3df8b88f-0b9f-43f4-b21e-48da638c92e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654171715895,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGyqiruucyteeqlqzye1g/1.0/artifacts/service-DemoPnfGyqiruucyteeqlqzye1g-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:09:02.067Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:02.067Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:02.067Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd2e766-15b2-430c-8f1c-31bb32943353",
  "consumerID": "aai-ml",
  "timestamp": 1654171718714,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:09:02.068Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:02.068Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:02.068Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3df8b88f-0b9f-43f4-b21e-48da638c92e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654171716636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGyqiruucyteeqlqzye1g/1.0/artifacts/service-DemoPnfGyqiruucyteeqlqzye1g-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T12:09:02.068Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:02.068Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:02.068Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3df8b88f-0b9f-43f4-b21e-48da638c92e5",
  "consumerID": "cds",
  "timestamp": 1654171716249,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGyqiruucyteeqlqzye1g/1.0/artifacts/service-DemoPnfGyqiruucyteeqlqzye1g-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T12:09:02.068Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:02.069Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:02.069Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3df8b88f-0b9f-43f4-b21e-48da638c92e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654171715895,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGyqiruucyteeqlqzye1g/1.0/artifacts/service-DemoPnfGyqiruucyteeqlqzye1g-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:09:02.069Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:02.069Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:02.069Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd2e766-15b2-430c-8f1c-31bb32943353",
  "consumerID": "aai-ml",
  "timestamp": 1654171718714,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:09:02.069Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:02.070Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:02.070Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3df8b88f-0b9f-43f4-b21e-48da638c92e5",
  "consumerID": "policy-id",
  "timestamp": 1654171724763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGyqiruucyteeqlqzye1g/1.0/resourceInstances/pnf61e2933fce3b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:09:02.070Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:02.070Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:02.070Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd2e766-15b2-430c-8f1c-31bb32943353",
  "consumerID": "aai-ml",
  "timestamp": 1654171718714,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T12:09:02.070Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:02.070Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:02.071Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3df8b88f-0b9f-43f4-b21e-48da638c92e5",
  "consumerID": "cds",
  "timestamp": 1654171726681,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGyqiruucyteeqlqzye1g/1.0/artifacts/service-DemoPnfGyqiruucyteeqlqzye1g-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:09:02.071Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:09:02.071Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:02.071Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3df8b88f-0b9f-43f4-b21e-48da638c92e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654171726531,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGyqiruucyteeqlqzye1g/1.0/resourceInstances/pnf61e2933fce3b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:09:02.071Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:09:02.071Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:02.071Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3df8b88f-0b9f-43f4-b21e-48da638c92e5",
  "consumerID": "policy-id",
  "timestamp": 1654171724763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGyqiruucyteeqlqzye1g/1.0/resourceInstances/pnf61e2933fce3b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:09:02.072Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:02.072Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:02.072Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3df8b88f-0b9f-43f4-b21e-48da638c92e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654171726903,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGyqiruucyteeqlqzye1g/1.0/resourceInstances/pnf61e2933fce3b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:09:02.072Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:02.072Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:02.072Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3df8b88f-0b9f-43f4-b21e-48da638c92e5",
  "consumerID": "cds",
  "timestamp": 1654171727702,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGyqiruucyteeqlqzye1g/1.0/artifacts/service-DemoPnfGyqiruucyteeqlqzye1g-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-06-02T12:09:02.083Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3df8b88f-0b9f-43f4-b21e-48da638c92e5
2022-06-02T12:09:02.084Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3df8b88f-0b9f-43f4-b21e-48da638c92e5 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-06-02T12:09:02.089Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:02.089Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3df8b88f-0b9f-43f4-b21e-48da638c92e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654171727558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGyqiruucyteeqlqzye1g/1.0/resourceInstances/pnf61e2933fce3b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-06-02T12:09:02.089Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:09:02.089Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:02.089Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3df8b88f-0b9f-43f4-b21e-48da638c92e5",
  "consumerID": "policy-id",
  "timestamp": 1654171724763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGyqiruucyteeqlqzye1g/1.0/resourceInstances/pnf61e2933fce3b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:09:02.090Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:02.090Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:02.090Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd2e766-15b2-430c-8f1c-31bb32943353",
  "consumerID": "aai-ml",
  "timestamp": 1654171728073,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:09:02.090Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:09:02.090Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:02.090Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3df8b88f-0b9f-43f4-b21e-48da638c92e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654171726903,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGyqiruucyteeqlqzye1g/1.0/resourceInstances/pnf61e2933fce3b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:09:02.090Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:02.091Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:02.091Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3df8b88f-0b9f-43f4-b21e-48da638c92e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654171728562,
  "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-06-02T12:09:02.093Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 3df8b88f-0b9f-43f4-b21e-48da638c92e5
2022-06-02T12:09:02.093Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3df8b88f-0b9f-43f4-b21e-48da638c92e5 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-06-02T12:09:02.111Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:02.112Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3df8b88f-0b9f-43f4-b21e-48da638c92e5",
  "consumerID": "policy-id",
  "timestamp": 1654171724763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGyqiruucyteeqlqzye1g/1.0/resourceInstances/pnf61e2933fce3b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:09:02.112Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:02.112Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:02.112Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3df8b88f-0b9f-43f4-b21e-48da638c92e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654171726903,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGyqiruucyteeqlqzye1g/1.0/resourceInstances/pnf61e2933fce3b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:09:02.112Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:02.113Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:02.113Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3df8b88f-0b9f-43f4-b21e-48da638c92e5",
  "consumerID": "policy-id",
  "timestamp": 1654171724763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGyqiruucyteeqlqzye1g/1.0/resourceInstances/pnf61e2933fce3b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:09:02.113Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:02.113Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:02.113Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3df8b88f-0b9f-43f4-b21e-48da638c92e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654171726903,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGyqiruucyteeqlqzye1g/1.0/resourceInstances/pnf61e2933fce3b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:09:02.113Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:02.114Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:02.114Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3df8b88f-0b9f-43f4-b21e-48da638c92e5",
  "consumerID": "policy-id",
  "timestamp": 1654171724763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGyqiruucyteeqlqzye1g/1.0/resourceInstances/pnf61e2933fce3b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:09:02.114Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:02.114Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:02.114Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3df8b88f-0b9f-43f4-b21e-48da638c92e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654171726903,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGyqiruucyteeqlqzye1g/1.0/resourceInstances/pnf61e2933fce3b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:09:02.114Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:02.115Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:02.115Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3df8b88f-0b9f-43f4-b21e-48da638c92e5",
  "consumerID": "policy-id",
  "timestamp": 1654171724763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGyqiruucyteeqlqzye1g/1.0/artifacts/service-DemoPnfGyqiruucyteeqlqzye1g-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:09:02.115Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:02.115Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:02.115Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "cds",
  "timestamp": 1654171731248,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:09:02.115Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:02.116Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:02.116Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3df8b88f-0b9f-43f4-b21e-48da638c92e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654171726903,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGyqiruucyteeqlqzye1g/1.0/resourceInstances/pnf61e2933fce3b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:09:02.116Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:02.116Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:02.116Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3df8b88f-0b9f-43f4-b21e-48da638c92e5",
  "consumerID": "policy-id",
  "timestamp": 1654171724763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGyqiruucyteeqlqzye1g/1.0/artifacts/service-DemoPnfGyqiruucyteeqlqzye1g-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T12:09:02.116Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:02.116Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:02.117Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "cds",
  "timestamp": 1654171731248,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:09:02.117Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:02.117Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:02.117Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3df8b88f-0b9f-43f4-b21e-48da638c92e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654171726903,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGyqiruucyteeqlqzye1g/1.0/artifacts/service-DemoPnfGyqiruucyteeqlqzye1g-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:09:02.117Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:02.117Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:02.118Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "cds",
  "timestamp": 1654171731248,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:09:02.118Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:02.118Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:02.118Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3df8b88f-0b9f-43f4-b21e-48da638c92e5",
  "consumerID": "policy-id",
  "timestamp": 1654171734156,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGyqiruucyteeqlqzye1g/1.0/artifacts/service-DemoPnfGyqiruucyteeqlqzye1g-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:09:02.118Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:09:02.118Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:02.118Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3df8b88f-0b9f-43f4-b21e-48da638c92e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654171726903,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGyqiruucyteeqlqzye1g/1.0/artifacts/service-DemoPnfGyqiruucyteeqlqzye1g-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T12:09:02.119Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:02.119Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:02.119Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "cds",
  "timestamp": 1654171731248,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:09:02.119Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:02.119Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:02.119Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd2e766-15b2-430c-8f1c-31bb32943353",
  "consumerID": "aai-ml",
  "timestamp": 1654171735229,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-06-02T12:09:02.120Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:09:02.120Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:02.120Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3df8b88f-0b9f-43f4-b21e-48da638c92e5",
  "consumerID": "policy-id",
  "timestamp": 1654171735160,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGyqiruucyteeqlqzye1g/1.0/artifacts/service-DemoPnfGyqiruucyteeqlqzye1g-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T12:09:02.120Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:09:02.120Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:02.120Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "cds",
  "timestamp": 1654171731248,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:09:02.121Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:02.121Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:02.121Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3df8b88f-0b9f-43f4-b21e-48da638c92e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654171736266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGyqiruucyteeqlqzye1g/1.0/artifacts/service-DemoPnfGyqiruucyteeqlqzye1g-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:09:02.121Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:09:02.121Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:02.121Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd2e766-15b2-430c-8f1c-31bb32943353",
  "consumerID": "aai-ml",
  "timestamp": 1654171736237,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "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-06-02T12:09:02.124Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 1cd2e766-15b2-430c-8f1c-31bb32943353
2022-06-02T12:09:02.124Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1cd2e766-15b2-430c-8f1c-31bb32943353 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-06-02T12:09:02.132Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:02.132Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3df8b88f-0b9f-43f4-b21e-48da638c92e5",
  "consumerID": "policy-id",
  "timestamp": 1654171736163,
  "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-06-02T12:09:02.134Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3df8b88f-0b9f-43f4-b21e-48da638c92e5
2022-06-02T12:09:02.134Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3df8b88f-0b9f-43f4-b21e-48da638c92e5 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-06-02T12:09:02.142Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:02.142Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd2e766-15b2-430c-8f1c-31bb32943353",
  "consumerID": "clamp",
  "timestamp": 1654171736634,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:09:02.143Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:09:02.143Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:02.143Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654171735893,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:09:02.143Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:02.143Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:02.143Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "cds",
  "timestamp": 1654171731248,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:09:02.143Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:02.144Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:02.144Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3df8b88f-0b9f-43f4-b21e-48da638c92e5",
  "consumerID": "aai-ml",
  "timestamp": 1654171718714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGyqiruucyteeqlqzye1g/1.0/resourceInstances/pnf61e2933fce3b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:09:02.144Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:02.144Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:02.144Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "policy-id",
  "timestamp": 1654171724763,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:09:02.144Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:02.144Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:02.144Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654171736636,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:09:02.144Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:02.144Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:02.144Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd2e766-15b2-430c-8f1c-31bb32943353",
  "consumerID": "clamp",
  "timestamp": 1654171737641,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:09:02.145Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:09:02.145Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:02.145Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654171735893,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:09:02.145Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:02.145Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:02.145Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "cds",
  "timestamp": 1654171731248,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:09:02.145Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:02.145Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:02.145Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3df8b88f-0b9f-43f4-b21e-48da638c92e5",
  "consumerID": "aai-ml",
  "timestamp": 1654171718714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGyqiruucyteeqlqzye1g/1.0/resourceInstances/pnf61e2933fce3b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:09:02.145Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:02.145Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:02.145Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "policy-id",
  "timestamp": 1654171724763,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:09:02.146Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:02.146Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:02.146Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654171736636,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-02T12:09:02.146Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:02.146Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:02.146Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3df8b88f-0b9f-43f4-b21e-48da638c92e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654171738669,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGyqiruucyteeqlqzye1g/1.0/artifacts/service-DemoPnfGyqiruucyteeqlqzye1g-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T12:09:02.146Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:09:02.146Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:02.147Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654171735893,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:09:02.147Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:02.147Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:02.147Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "cds",
  "timestamp": 1654171731248,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:09:02.147Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:02.147Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:02.147Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3df8b88f-0b9f-43f4-b21e-48da638c92e5",
  "consumerID": "aai-ml",
  "timestamp": 1654171718714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGyqiruucyteeqlqzye1g/1.0/resourceInstances/pnf61e2933fce3b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:09:02.147Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:02.147Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:02.147Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654171736636,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-02T12:09:02.147Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:02.148Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:02.148Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "policy-id",
  "timestamp": 1654171724763,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-02T12:09:02.148Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:02.148Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:02.148Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3df8b88f-0b9f-43f4-b21e-48da638c92e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654171739673,
  "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-06-02T12:09:02.151Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3df8b88f-0b9f-43f4-b21e-48da638c92e5
2022-06-02T12:09:02.151Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3df8b88f-0b9f-43f4-b21e-48da638c92e5 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-06-02T12:09:02.157Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:02.157Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654171735893,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:09:02.157Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:02.158Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:02.158Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "cds",
  "timestamp": 1654171731248,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:09:02.158Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:02.158Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:02.158Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3df8b88f-0b9f-43f4-b21e-48da638c92e5",
  "consumerID": "aai-ml",
  "timestamp": 1654171718714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGyqiruucyteeqlqzye1g/1.0/resourceInstances/pnf61e2933fce3b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:09:02.158Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:02.158Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:02.158Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654171736636,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:09:02.159Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:02.159Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:02.159Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "policy-id",
  "timestamp": 1654171724763,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:09:02.159Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:02.159Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:02.159Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654171726903,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:09:02.159Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:02.160Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:02.160Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654171735893,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:09:02.160Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:02.160Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:02.160Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "cds",
  "timestamp": 1654171731248,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T12:09:02.160Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:02.160Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:02.161Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3df8b88f-0b9f-43f4-b21e-48da638c92e5",
  "consumerID": "aai-ml",
  "timestamp": 1654171718714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGyqiruucyteeqlqzye1g/1.0/resourceInstances/pnf61e2933fce3b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:09:02.161Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:02.161Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:09:02.161Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654171736636,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-06-02T12:09:02.161Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:09:02.419Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:09:02.420Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-02T12:09:02.420Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"1cd2e766-15b2-430c-8f1c-31bb32943353","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"b44ee7bf-55c8-4fb6-a507-c63869f8f061","serviceDescription":"service","serviceInvariantUUID":"607c9d43-5e88-43ba-a5f7-c4b58840b7eb","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ded4a197-54ac-473d-bdf7-c4a7bda0148e","resourceInvariantUUID":"4150139d-47ed-48af-ba2f-e36468309311","resourceCustomizationUUID":"a0c0fd2a-9544-4141-8f65-933547221d7a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"Y2I4ZmU1ZmViOTRjZTk5MmViMjQ2ZTZmZTMzNjYzZWE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"4308463c-3ca9-4fc4-ac8a-998ac4769daa","artifactVersion":"1"},{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml","artifactChecksum":"NGRmNjA2MTlmNDVkMTcyZWI5ZTM5YWU3NTYwMDMwM2I\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"10910790-5f43-45cb-bf6a-9569ebe19460","artifactVersion":"1"},{"artifactName":"basicclamp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json","artifactChecksum":"MjgxMjQwOGQ4MjE3NjQ4ODE2ODBlMTYxZjgyYTM4OGI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"59ba2907-353b-40dc-8a8b-a642a1048339","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"39558e47-94b4-4a43-97ec-59a775882d29","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml","artifactChecksum":"YjcyZGVmNGE4ZjdlNGFiNTFmNjNhOWVkMzg1MDI0YzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"187ae62a-8e70-4d4c-90b7-b6e38bbd2c47","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"4afa069f-45ee-44ed-bdfd-43a463ce536e","artifactVersion":"2","generatedFromUUID":"39558e47-94b4-4a43-97ec-59a775882d29"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"NGU2MzQ5YzNlNDJhMmRlMDYwM2M0MTc4MmE2Y2U3MTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fe237827-dea0-4130-98b6-1d614b273353","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"NTY2YmIyYjg4M2ZkMjlhMGRmYzg4YTk2MzM1ZWE3MTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b96a74ee-5df3-4271-8518-7f66038d0e9c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-02T12:09:02.423Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T12:09:02.424Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:09:02.429Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:09:02.429Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1cd2e766-15b2-430c-8f1c-31bb32943353",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171741708,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:09:02.531Z||pool-202-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-02T12:09:02.532Z||pool-202-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:09:02.534Z||pool-202-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:09:02.583Z||pool-202-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:09:02.584Z||pool-202-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":0,"count":1}
2022-06-02T12:09:03.430Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T12:09:03.431Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:09:03.432Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:09:03.433Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1cd2e766-15b2-430c-8f1c-31bb32943353",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171741708,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:09:03.535Z||pool-203-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-02T12:09:03.535Z||pool-203-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:09:03.535Z||pool-203-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:09:03.559Z||pool-203-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:09:03.559Z||pool-203-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-02T12:09:04.433Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T12:09:04.434Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:09:04.436Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:09:04.436Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1cd2e766-15b2-430c-8f1c-31bb32943353",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171741708,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-06-02T12:09:04.537Z||pool-204-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-02T12:09:04.537Z||pool-204-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:09:04.538Z||pool-204-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:09:04.572Z||pool-204-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:09:04.573Z||pool-204-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-06-02T12:09:05.437Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T12:09:05.438Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:09:05.441Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:09:05.441Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1cd2e766-15b2-430c-8f1c-31bb32943353",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171741708,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-02T12:09:05.541Z||pool-205-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-02T12:09:05.542Z||pool-205-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:09:05.542Z||pool-205-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:09:05.583Z||pool-205-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:09:05.584Z||pool-205-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":1,"count":1}
2022-06-02T12:09:06.442Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T12:09:06.442Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:09:06.445Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:09:06.445Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1cd2e766-15b2-430c-8f1c-31bb32943353",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171741708,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:09:06.545Z||pool-206-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T12:09:06.546Z||pool-206-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:09:06.546Z||pool-206-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:09:06.631Z||pool-206-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:09:06.632Z||pool-206-thread-1|||||INFO|500||cambria reply ok (87 ms):{"serverTimeMs":2,"count":1}
2022-06-02T12:09:07.446Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T12:09:07.447Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:09:07.455Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:09:07.461Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1cd2e766-15b2-430c-8f1c-31bb32943353",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171741708,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-02T12:09:07.554Z||pool-207-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-06-02T12:09:07.555Z||pool-207-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:09:07.555Z||pool-207-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:09:07.580Z||pool-207-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:09:07.581Z||pool-207-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-06-02T12:09:08.465Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T12:09:08.465Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:09:08.471Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:09:08.471Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1cd2e766-15b2-430c-8f1c-31bb32943353",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171741708,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:09:08.568Z||pool-208-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-06-02T12:09:08.569Z||pool-208-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:09:08.569Z||pool-208-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:09:08.619Z||pool-208-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:09:08.620Z||pool-208-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":1,"count":1}
2022-06-02T12:09:09.473Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T12:09:09.473Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:09:09.476Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:09:09.476Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1cd2e766-15b2-430c-8f1c-31bb32943353",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171741708,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T12:09:09.580Z||pool-209-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-06-02T12:09:09.580Z||pool-209-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:09:09.580Z||pool-209-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:09:09.681Z||pool-209-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:09:09.682Z||pool-209-thread-1|||||INFO|500||cambria reply ok (102 ms):{"serverTimeMs":1,"count":1}
2022-06-02T12:09:10.478Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "1cd2e766-15b2-430c-8f1c-31bb32943353",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "b44ee7bf-55c8-4fb6-a507-c63869f8f061",
  "serviceDescription": "service",
  "serviceInvariantUUID": "607c9d43-5e88-43ba-a5f7-c4b58840b7eb",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "a0c0fd2a-9544-4141-8f65-933547221d7a",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "ded4a197-54ac-473d-bdf7-c4a7bda0148e",
      "resourceInvariantUUID": "4150139d-47ed-48af-ba2f-e36468309311",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basicclamp0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
          "artifactChecksum": "MjgxMjQwOGQ4MjE3NjQ4ODE2ODBlMTYxZjgyYTM4OGI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "59ba2907-353b-40dc-8a8b-a642a1048339",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "39558e47-94b4-4a43-97ec-59a775882d29",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "4afa069f-45ee-44ed-bdfd-43a463ce536e",
            "generatedFromUUID": "39558e47-94b4-4a43-97ec-59a775882d29"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "4afa069f-45ee-44ed-bdfd-43a463ce536e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "NTY2YmIyYjg4M2ZkMjlhMGRmYzg4YTk2MzM1ZWE3MTY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b96a74ee-5df3-4271-8518-7f66038d0e9c"
    }
  ],
  "workloadContext": "Production"
}
2022-06-02T12:09:10.478Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-02T12:09:10.478Z|ec57bf01-71ba-435d-bbf6-9fd591f14864|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b44ee7bf-55c8-4fb6-a507-c63869f8f061 ASDC
2022-06-02T12:09:10.480Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:1cd2e766-15b2-430c-8f1c-31bb32943353
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:b44ee7bf-55c8-4fb6-a507-c63869f8f061
ServiceInvariantUUID:607c9d43-5e88-43ba-a5f7-c4b58840b7eb
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Basicclamp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
ArtifactUUID:b96a74ee-5df3-4271-8518-7f66038d0e9c
ArtifactChecksum:NTY2YmIyYjg4M2ZkMjlhMGRmYzg4YTk2MzM1ZWE3MTY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:a0c0fd2a-9544-4141-8f65-933547221d7a
ResourceInvariantUUID:4150139d-47ed-48af-ba2f-e36468309311
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:ded4a197-54ac-473d-bdf7-c4a7bda0148e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basicclamp0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
ArtifactUUID:59ba2907-353b-40dc-8a8b-a642a1048339
ArtifactChecksum:MjgxMjQwOGQ4MjE3NjQ4ODE2ODBlMTYxZjgyYTM4OGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu18.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
ArtifactUUID:39558e47-94b4-4a43-97ec-59a775882d29
ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:4afa069f-45ee-44ed-bdfd-43a463ce536e
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:4afa069f-45ee-44ed-bdfd-43a463ce536e
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-02T12:09:10.480Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b44ee7bf-55c8-4fb6-a507-c63869f8f061 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-06-02T12:09:10.543Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-02T12:09:10.545Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-06-02T12:09:10.545Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-06-02T12:09:10.545Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: b96a74ee-5df3-4271-8518-7f66038d0e9c from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-06-02T12:09:10.545Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-06-02T12:09:10.546Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-06-02T12:09:10.908Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-06-02T12:09:10.911Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar b96a74ee-5df3-4271-8518-7f66038d0e9c 73679
2022-06-02T12:09:10.912Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2022-06-02T12:09:10.912Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-06-02T12:09:10.912Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T12:09:10.912Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:09:10.914Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:09:10.914Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1cd2e766-15b2-430c-8f1c-31bb32943353",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171750912,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:09:11.015Z||pool-210-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T12:09:11.016Z||pool-210-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:09:11.016Z||pool-210-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:09:11.060Z||pool-210-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:09:11.061Z||pool-210-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1}
2022-06-02T12:09:11.915Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-02T12:09:11.915Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-06-02T12:09:11.916Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: b96a74ee-5df3-4271-8518-7f66038d0e9c, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2022-06-02T12:09:11.916Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2022-06-02T12:09:11.917Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2022-06-02T12:09:11.917Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2022-06-02T12:09:12.097Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP720357655879232498/Definitions/service-Basicclamp-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-06-02T12:09:13.420Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-02T12:09:13.420Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-06-02T12:09:13.421Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-06-02T12:09:13.421Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-02T12:09:13.421Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-06-02T12:09:13.421Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-06-02T12:09:13.421Z|1cd2e766-15b2-430c-8f1c-31bb32943353|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-Basicclamp-csar.csar
2022-06-02T12:09:13.421Z|1cd2e766-15b2-430c-8f1c-31bb32943353|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-Basicclamp-csar.csar
2022-06-02T12:09:13.421Z|1cd2e766-15b2-430c-8f1c-31bb32943353|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-Basicclamp-csar.csar
2022-06-02T12:09:13.421Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-06-02T12:09:13.421Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-06-02T12:09:13.421Z|1cd2e766-15b2-430c-8f1c-31bb32943353|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-Basicclamp-csar.csar
2022-06-02T12:09:13.421Z|1cd2e766-15b2-430c-8f1c-31bb32943353|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-Basicclamp-csar.csar
2022-06-02T12:09:13.422Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-06-02T12:09:13.422Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:09:13.422Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T12:09:13.422Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-06-02T12:09:13.422Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-06-02T12:09:13.423Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-02T12:09:13.423Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:09:13.423Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T12:09:13.423Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-06-02T12:09:13.423Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-06-02T12:09:13.423Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-02T12:09:13.424Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:09:13.424Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T12:09:13.424Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:09:13.424Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-06-02T12:09:13.424Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-06-02T12:09:13.424Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-06-02T12:09:13.424Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-06-02T12:09:13.425Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-02T12:09:13.425Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-02T12:09:13.425Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:09:13.425Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-02T12:09:13.425Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:09:13.425Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-06-02T12:09:13.425Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T12:09:13.426Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:09:13.426Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-06-02T12:09:13.426Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T12:09:13.426Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:09:13.426Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-06-02T12:09:13.426Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T12:09:13.426Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:09:13.426Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-06-02T12:09:13.427Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-02T12:09:13.427Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-02T12:09:13.427Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=6bd81bcb-3953-40fc-8c03-ab58c63a678c
2022-06-02T12:09:13.427Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:09:13.427Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T12:09:13.427Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:09:13.427Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T12:09:13.427Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:09:13.428Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T12:09:13.428Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:09:13.428Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T12:09:13.428Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:b44ee7bf-55c8-4fb6-a507-c63869f8f061
Model Version:NULL
Model InvariantUuid:607c9d43-5e88-43ba-a5f7-c4b58840b7eb
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:ca0dc74b-9333-4745-b654-d10d5e3846c7
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:4150139d-47ed-48af-ba2f-e36468309311
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a0c0fd2a-9544-4141-8f65-933547221d7a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:b9b6ec93-34c7-41c3-becf-c5c33bcf0da1
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:e0043a8b-f485-4fff-b8b6-d00e4a4d6c08
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:6bd81bcb-3953-40fc-8c03-ab58c63a678c
ModelInvariantUuid:272ba776-b57e-4579-a773-b41338bdb4c5
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:55039f7c-f687-419c-a8ef-45b12cf3332d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:5d34b8ea-c8c5-4cd1-9c90-12025ec842f7
ModelInvariantUuid:ce73a067-4a38-49dc-9bf7-18840255af80
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:1ea08b95-95f1-44a5-9a4f-817d8327ee9a
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-06-02T12:09:13.436Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: ded4a197-54ac-473d-bdf7-c4a7bda0148e
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-06-02T12:09:13.442Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||INFO|500||basicclamp 0
2022-06-02T12:09:13.442Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ded4a197-54ac-473d-bdf7-c4a7bda0148e
2022-06-02T12:09:13.442Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 59ba2907-353b-40dc-8a8b-a642a1048339 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-06-02T12:09:13.442Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-06-02T12:09:13.443Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-06-02T12:09:13.799Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-06-02T12:09:13.800Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 59ba2907-353b-40dc-8a8b-a642a1048339 790
2022-06-02T12:09:13.800Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2022-06-02T12:09:13.800Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-06-02T12:09:13.800Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T12:09:13.800Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:09:13.802Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:09:13.802Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1cd2e766-15b2-430c-8f1c-31bb32943353",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171753800,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:09:13.902Z||pool-211-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T12:09:13.903Z||pool-211-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:09:13.903Z||pool-211-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:09:13.926Z||pool-211-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:09:13.927Z||pool-211-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-06-02T12:09:14.803Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "b9b6ec93-34c7-41c3-becf-c5c33bcf0da1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e0043a8b-f485-4fff-b8b6-d00e4a4d6c08",
    "vfModuleModelCustomizationUUID": "23ef1708-e272-4222-8953-20ca58c6820e",
    "isBase": true,
    "artifacts": [
      "39558e47-94b4-4a43-97ec-59a775882d29",
      "4afa069f-45ee-44ed-bdfd-43a463ce536e"
    ],
    "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-06-02T12:09:14.807Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e0043a8b-f485-4fff-b8b6-d00e4a4d6c08
VfModuleModelInvariantUUID:b9b6ec93-34c7-41c3-becf-c5c33bcf0da1
VfModuleModelDescription:NULL
Artifacts UUID List:{
39558e47-94b4-4a43-97ec-59a775882d29
,
4afa069f-45ee-44ed-bdfd-43a463ce536e

}
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-06-02T12:09:14.809Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "b9b6ec93-34c7-41c3-becf-c5c33bcf0da1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e0043a8b-f485-4fff-b8b6-d00e4a4d6c08",
    "vfModuleModelCustomizationUUID": "23ef1708-e272-4222-8953-20ca58c6820e",
    "isBase": true,
    "artifacts": [
      "39558e47-94b4-4a43-97ec-59a775882d29",
      "4afa069f-45ee-44ed-bdfd-43a463ce536e"
    ],
    "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-06-02T12:09:14.809Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e0043a8b-f485-4fff-b8b6-d00e4a4d6c08
VfModuleModelInvariantUUID:b9b6ec93-34c7-41c3-becf-c5c33bcf0da1
VfModuleModelDescription:NULL
Artifacts UUID List:{
39558e47-94b4-4a43-97ec-59a775882d29
,
4afa069f-45ee-44ed-bdfd-43a463ce536e

}
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-06-02T12:09:14.809Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 39558e47-94b4-4a43-97ec-59a775882d29 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-06-02T12:09:14.809Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-06-02T12:09:14.810Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-06-02T12:09:15.303Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-06-02T12:09:15.304Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 39558e47-94b4-4a43-97ec-59a775882d29 5033
2022-06-02T12:09:15.304Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-02T12:09:15.304Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-06-02T12:09:15.304Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T12:09:15.305Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:09:15.307Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:09:15.307Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1cd2e766-15b2-430c-8f1c-31bb32943353",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171755304,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:09:15.407Z||pool-212-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T12:09:15.408Z||pool-212-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:09:15.408Z||pool-212-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:09:15.435Z||pool-212-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:09:15.436Z||pool-212-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-06-02T12:09:16.307Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 4afa069f-45ee-44ed-bdfd-43a463ce536e from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-06-02T12:09:16.308Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-06-02T12:09:16.308Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-06-02T12:09:16.957Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-06-02T12:09:16.958Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 4afa069f-45ee-44ed-bdfd-43a463ce536e 909
2022-06-02T12:09:16.959Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-02T12:09:16.959Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-06-02T12:09:16.959Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T12:09:16.959Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:09:16.962Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:09:16.962Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1cd2e766-15b2-430c-8f1c-31bb32943353",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171756958,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:09:17.063Z||pool-213-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-02T12:09:17.064Z||pool-213-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:09:17.064Z||pool-213-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:09:17.096Z||pool-213-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:09:17.097Z||pool-213-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-06-02T12:09:17.962Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: b44ee7bf-55c8-4fb6-a507-c63869f8f061
2022-06-02T12:09:17.963Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 ded4a197-54ac-473d-bdf7-c4a7bda0148e 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-06-02T12:09:17.977Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@57ca526, org.onap.sdc.toscaparser.api.parameters.Input@1899506d, org.onap.sdc.toscaparser.api.parameters.Input@5fac8859, org.onap.sdc.toscaparser.api.parameters.Input@3eb382f1, org.onap.sdc.toscaparser.api.parameters.Input@5e065594]
2022-06-02T12:09:17.978Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:09:17.979Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T12:09:17.979Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-06-02T12:09:17.979Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= a0c0fd2a-9544-4141-8f65-933547221d7a
2022-06-02T12:09:17.979Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a0c0fd2a-9544-4141-8f65-933547221d7a matches Tosca VF Customization UUID: a0c0fd2a-9544-4141-8f65-933547221d7a
2022-06-02T12:09:17.980Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: a0c0fd2a-9544-4141-8f65-933547221d7a  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-06-02T12:09:17.983Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:09:17.983Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T12:09:17.984Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id a0c0fd2a-9544-4141-8f65-933547221d7a: {\"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-06-02T12:09:17.984Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@151d7b99
2022-06-02T12:09:17.984Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:09:17.985Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-02T12:09:17.985Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 23ef1708-e272-4222-8953-20ca58c6820e
2022-06-02T12:09:17.985Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 23ef1708-e272-4222-8953-20ca58c6820e
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-06-02T12:09:17.988Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:09:17.988Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-06-02T12:09:17.988Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T12:09:17.989Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:09:17.989Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-06-02T12:09:17.989Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T12:09:17.989Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:09:17.989Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-06-02T12:09:17.990Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-02T12:09:17.990Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-02T12:09:17.990Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=6bd81bcb-3953-40fc-8c03-ab58c63a678c
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-06-02T12:09:17.993Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:09:17.993Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-06-02T12:09:17.994Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T12:09:17.994Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:09:17.994Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-06-02T12:09:17.994Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=a0c0fd2a-9544-4141-8f65-933547221d7a
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-06-02T12:09:17.996Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:09:17.996Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T12:09:17.997Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid b44ee7bf-55c8-4fb6-a507-c63869f8f061: basicclamp
2022-06-02T12:09:17.997Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:09:17.997Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T12:09:17.997Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:09:17.997Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T12:09:17.998Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:09:17.998Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T12:09:17.998Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:09:17.999Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T12:09:17.999Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:09:17.999Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T12:09:17.999Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||INFO|500||Saving Service: basicclamp 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-02T12:09:18.083Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp ded4a197-54ac-473d-bdf7-c4a7bda0148e 1 ASDC deployResourceStructure
2022-06-02T12:09:18.084Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2022-06-02T12:09:18.084Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-06-02T12:09:18.084Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T12:09:18.085Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:09:18.086Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:09:18.086Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1cd2e766-15b2-430c-8f1c-31bb32943353",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171758084,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-02T12:09:18.187Z||pool-214-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-02T12:09:18.187Z||pool-214-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:09:18.187Z||pool-214-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:09:18.208Z||pool-214-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:09:18.209Z||pool-214-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-02T12:09:19.087Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-02T12:09:19.087Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-06-02T12:09:19.088Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T12:09:19.088Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:09:19.090Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:09:19.090Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1cd2e766-15b2-430c-8f1c-31bb32943353",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171759087,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-06-02T12:09:19.190Z||pool-215-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T12:09:19.191Z||pool-215-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:09:19.191Z||pool-215-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:09:19.205Z||pool-215-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:09:19.206Z||pool-215-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-02T12:09:20.090Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-02T12:09:20.091Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-06-02T12:09:20.091Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T12:09:20.091Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:09:20.093Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:09:20.093Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1cd2e766-15b2-430c-8f1c-31bb32943353",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171760090,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-06-02T12:09:20.193Z||pool-216-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T12:09:20.194Z||pool-216-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:09:20.194Z||pool-216-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:09:20.209Z||pool-216-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:09:20.210Z||pool-216-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-02T12:09:21.093Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2022-06-02T12:09:21.094Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-06-02T12:09:21.094Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T12:09:21.094Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:09:21.096Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:09:21.096Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1cd2e766-15b2-430c-8f1c-31bb32943353",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171761093,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T12:09:21.196Z||pool-217-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T12:09:21.197Z||pool-217-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:09:21.197Z||pool-217-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:09:21.232Z||pool-217-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:09:21.232Z||pool-217-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-06-02T12:09:22.097Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1cd2e766-15b2-430c-8f1c-31bb32943353
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-02T12:09:22.105Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1cd2e766-15b2-430c-8f1c-31bb32943353
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-06-02T12:09:22.107Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T12:09:22.107Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-02T12:09:22.107Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-02T12:09:22.107Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-02T12:09:22.107Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-06-02T12:09:22.107Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-06-02T12:09:22.109Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-02T12:09:52.110Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1cd2e766-15b2-430c-8f1c-31bb32943353 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-06-02T12:09:52.117Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1cd2e766-15b2-430c-8f1c-31bb32943353 and serviceModelVersionId: b44ee7bf-55c8-4fb6-a507-c63869f8f061
2022-06-02T12:09:52.117Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 607c9d43-5e88-43ba-a5f7-c4b58840b7eb
2022-06-02T12:09:52.119Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/607c9d43-5e88-43ba-a5f7-c4b58840b7eb/model-vers/model-ver/b44ee7bf-55c8-4fb6-a507-c63869f8f061?depth=0
2022-06-02T12:09:52.125Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-06-02T12:09:52.165Z|1cd2e766-15b2-430c-8f1c-31bb32943353|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/607c9d43-5e88-43ba-a5f7-c4b58840b7eb/model-vers/model-ver/b44ee7bf-55c8-4fb6-a507-c63869f8f061?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-06-02T12:09:52.167Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/607c9d43-5e88-43ba-a5f7-c4b58840b7eb/model-vers/model-ver/b44ee7bf-55c8-4fb6-a507-c63869f8f061?depth=0|INFO|500||Invoke
2022-06-02T12:09:52.197Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/607c9d43-5e88-43ba-a5f7-c4b58840b7eb/model-vers/model-ver/b44ee7bf-55c8-4fb6-a507-c63869f8f061?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-06-02T12:09:52.314Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/607c9d43-5e88-43ba-a5f7-c4b58840b7eb/model-vers/model-ver/b44ee7bf-55c8-4fb6-a507-c63869f8f061?depth=0|INFO|404|Not Found|InvokeReturn
2022-06-02T12:09:52.314Z|1cd2e766-15b2-430c-8f1c-31bb32943353|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/607c9d43-5e88-43ba-a5f7-c4b58840b7eb/model-vers/model-ver/b44ee7bf-55c8-4fb6-a507-c63869f8f061?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220602-12:09:52:069-75004], Content-Length=[495], Date=[Thu, 02 Jun 2022 12:09:52 GMT], Content-Type=[application/json]}
2022-06-02T12:09:52.316Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/607c9d43-5e88-43ba-a5f7-c4b58840b7eb/model-vers/model-ver/b44ee7bf-55c8-4fb6-a507-c63869f8f061","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/607c9d43-5e88-43ba-a5f7-c4b58840b7eb/model-vers/model-ver/b44ee7bf-55c8-4fb6-a507-c63869f8f061","ERR.5.4.6114"]}}}

2022-06-02T12:09:52.320Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=1cd2e766-15b2-430c-8f1c-31bb32943353 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/607c9d43-5e88-43ba-a5f7-c4b58840b7eb/model-vers/model-ver/b44ee7bf-55c8-4fb6-a507-c63869f8f061 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/607c9d43-5e88-43ba-a5f7-c4b58840b7eb/model-vers/model-ver/b44ee7bf-55c8-4fb6-a507-c63869f8f061) (ec=ERR.5.4.6114)
2022-06-02T12:09:52.320Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=1cd2e766-15b2-430c-8f1c-31bb32943353 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/607c9d43-5e88-43ba-a5f7-c4b58840b7eb/model-vers/model-ver/b44ee7bf-55c8-4fb6-a507-c63869f8f061 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/607c9d43-5e88-43ba-a5f7-c4b58840b7eb/model-vers/model-ver/b44ee7bf-55c8-4fb6-a507-c63869f8f061) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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-06-02T12:09:52.320Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=1cd2e766-15b2-430c-8f1c-31bb32943353 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/607c9d43-5e88-43ba-a5f7-c4b58840b7eb/model-vers/model-ver/b44ee7bf-55c8-4fb6-a507-c63869f8f061 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/607c9d43-5e88-43ba-a5f7-c4b58840b7eb/model-vers/model-ver/b44ee7bf-55c8-4fb6-a507-c63869f8f061) (ec=ERR.5.4.6114)
2022-06-02T12:09:52.320Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=1cd2e766-15b2-430c-8f1c-31bb32943353 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/607c9d43-5e88-43ba-a5f7-c4b58840b7eb/model-vers/model-ver/b44ee7bf-55c8-4fb6-a507-c63869f8f061 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/607c9d43-5e88-43ba-a5f7-c4b58840b7eb/model-vers/model-ver/b44ee7bf-55c8-4fb6-a507-c63869f8f061) (ec=ERR.5.4.6114)
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-06-02T12:09:52.328Z|1cd2e766-15b2-430c-8f1c-31bb32943353|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-06-02T12:09:52.329Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1cd2e766-15b2-430c-8f1c-31bb32943353 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=1cd2e766-15b2-430c-8f1c-31bb32943353 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/607c9d43-5e88-43ba-a5f7-c4b58840b7eb/model-vers/model-ver/b44ee7bf-55c8-4fb6-a507-c63869f8f061 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/607c9d43-5e88-43ba-a5f7-c4b58840b7eb/model-vers/model-ver/b44ee7bf-55c8-4fb6-a507-c63869f8f061) (ec=ERR.5.4.6114)
2022-06-02T12:09:52.329Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-02T12:09:52.330Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:09:52.332Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:09:52.332Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1cd2e766-15b2-430c-8f1c-31bb32943353",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171792329,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d1cd2e766-15b2-430c-8f1c-31bb32943353 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/607c9d43-5e88-43ba-a5f7-c4b58840b7eb/model-vers/model-ver/b44ee7bf-55c8-4fb6-a507-c63869f8f061 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/607c9d43-5e88-43ba-a5f7-c4b58840b7eb/model-vers/model-ver/b44ee7bf-55c8-4fb6-a507-c63869f8f061) (ec\u003dERR.5.4.6114)"
}
2022-06-02T12:09:52.432Z||pool-218-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T12:09:52.433Z||pool-218-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:09:52.433Z||pool-218-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:09:52.458Z||pool-218-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:09:52.458Z||pool-218-thread-1|||||INFO|500||cambria reply ok (25 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-06-02T12:09:53.358Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-02T12:09:53.358Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"3df8b88f-0b9f-43f4-b21e-48da638c92e5","serviceName":"Demo_pNF_gyQIRUucyTeEqlqzye1g","serviceVersion":"1.0","serviceUUID":"97d896a0-916a-4fcb-b584-8c3ce2fe20cf","serviceDescription":"catalog service description","serviceInvariantUUID":"7957523a-8626-437e-b4ad-abec6a9c8fcc","resources":[{"resourceInstanceName":"pNF 61e2933f-ce3b 0","resourceName":"pNF 61e2933f-ce3b","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"6d6ebb29-4413-4b38-926e-cec80ea7db88","resourceInvariantUUID":"5e1b7374-0e01-4fd7-93c5-5dbeb0e33ec8","resourceCustomizationUUID":"29a2a329-62ce-4d89-81dd-0b0bb3e877d4","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGyqiruucyteeqlqzye1g/1.0/resourceInstances/pnf61e2933fce3b0/artifacts/vf-license-model.xml","artifactChecksum":"M2I4MDNkM2Y1ZTdlYWY2MWE1MzM5ZjNiYjk0ZDZjYTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bbb06349-4a66-48d4-98d9-36eed6b359fb","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGyqiruucyteeqlqzye1g/1.0/resourceInstances/pnf61e2933fce3b0/artifacts/pNF.csar","artifactChecksum":"YjMxNmYxMjM1ZTk4MjM4MjFhZmFlODA5YzA2M2FmY2Y\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2713444d-6741-44f0-abdc-d60777980123","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGyqiruucyteeqlqzye1g/1.0/resourceInstances/pnf61e2933fce3b0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a91a98c0-e9b8-41a0-a0c6-6a497164426c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGyqiruucyteeqlqzye1g/1.0/resourceInstances/pnf61e2933fce3b0/artifacts/vendor-license-model.xml","artifactChecksum":"NDNjY2I5ZTdkYzA3ZjE4MDU1NzIzOGJhZjBiM2U4MWE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b50c32d7-6320-423b-bba8-a0c29d5c8ee7","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfGyqiruucyteeqlqzye1g/1.0/resourceInstances/pnf61e2933fce3b0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b52ea0ea-c019-43be-9bea-304e5ff4c543","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfGyqiruucyteeqlqzye1g/1.0/resourceInstances/pnf61e2933fce3b0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a70ed864-146f-4f8f-b49a-c4e86ae0070e","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfGyqiruucyteeqlqzye1g-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGyqiruucyteeqlqzye1g/1.0/artifacts/service-DemoPnfGyqiruucyteeqlqzye1g-template.yml","artifactChecksum":"ZDgyZDVkYmMxOGQ2MTc0YWI3ZTQ1MjUyZDQ0MzVmMDA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"34ec396a-345b-46bf-b139-172bd68f70b1","artifactVersion":"1"},{"artifactName":"service-DemoPnfGyqiruucyteeqlqzye1g-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfGyqiruucyteeqlqzye1g/1.0/artifacts/service-DemoPnfGyqiruucyteeqlqzye1g-csar.csar","artifactChecksum":"YTdmOWU4YTFlMGE2ODdmMDU3ZDdjY2Q1YzI0YmY3NmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d80b07ba-3971-4ece-8787-a08bcc0e70f2","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-02T12:09:53.362Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T12:09:53.363Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:09:53.364Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:09:53.364Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3df8b88f-0b9f-43f4-b21e-48da638c92e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171741708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGyqiruucyteeqlqzye1g/1.0/resourceInstances/pnf61e2933fce3b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:09:53.464Z||pool-219-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-02T12:09:53.465Z||pool-219-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:09:53.465Z||pool-219-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:09:53.486Z||pool-219-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:09:53.487Z||pool-219-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-02T12:09:54.365Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T12:09:54.366Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:09:54.369Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:09:54.369Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3df8b88f-0b9f-43f4-b21e-48da638c92e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171741708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGyqiruucyteeqlqzye1g/1.0/resourceInstances/pnf61e2933fce3b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:09:54.469Z||pool-220-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T12:09:54.469Z||pool-220-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:09:54.469Z||pool-220-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:09:54.489Z||pool-220-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:09:54.489Z||pool-220-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":2,"count":1}
2022-06-02T12:09:55.369Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T12:09:55.370Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:09:55.373Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:09:55.373Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3df8b88f-0b9f-43f4-b21e-48da638c92e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171741708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGyqiruucyteeqlqzye1g/1.0/resourceInstances/pnf61e2933fce3b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:09:55.473Z||pool-221-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T12:09:55.474Z||pool-221-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:09:55.474Z||pool-221-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:09:55.502Z||pool-221-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:09:55.502Z||pool-221-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-06-02T12:09:56.374Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T12:09:56.374Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:09:56.377Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:09:56.377Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3df8b88f-0b9f-43f4-b21e-48da638c92e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171741708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGyqiruucyteeqlqzye1g/1.0/resourceInstances/pnf61e2933fce3b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:09:56.477Z||pool-222-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-02T12:09:56.478Z||pool-222-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:09:56.478Z||pool-222-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:09:56.528Z||pool-222-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:09:56.528Z||pool-222-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":0,"count":1}
2022-06-02T12:09:57.378Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T12:09:57.378Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:09:57.380Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:09:57.380Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3df8b88f-0b9f-43f4-b21e-48da638c92e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171741708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGyqiruucyteeqlqzye1g/1.0/resourceInstances/pnf61e2933fce3b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:09:57.481Z||pool-223-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-02T12:09:57.481Z||pool-223-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:09:57.482Z||pool-223-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:09:57.499Z||pool-223-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:09:57.501Z||pool-223-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-02T12:09:58.381Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T12:09:58.382Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:09:58.386Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:09:58.386Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3df8b88f-0b9f-43f4-b21e-48da638c92e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171741708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGyqiruucyteeqlqzye1g/1.0/resourceInstances/pnf61e2933fce3b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:09:58.487Z||pool-224-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-02T12:09:58.489Z||pool-224-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:09:58.489Z||pool-224-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:09:58.513Z||pool-224-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:09:58.514Z||pool-224-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-06-02T12:09:59.387Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T12:09:59.387Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:09:59.409Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:09:59.410Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3df8b88f-0b9f-43f4-b21e-48da638c92e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171741708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGyqiruucyteeqlqzye1g/1.0/artifacts/service-DemoPnfGyqiruucyteeqlqzye1g-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:09:59.490Z||pool-225-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 80 ms
2022-06-02T12:09:59.490Z||pool-225-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:09:59.491Z||pool-225-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:09:59.539Z||pool-225-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:09:59.539Z||pool-225-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":1,"count":1}
2022-06-02T12:10:00.410Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T12:10:00.411Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:10:00.413Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:10:00.413Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3df8b88f-0b9f-43f4-b21e-48da638c92e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171741708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGyqiruucyteeqlqzye1g/1.0/artifacts/service-DemoPnfGyqiruucyteeqlqzye1g-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T12:10:00.513Z||pool-226-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T12:10:00.520Z||pool-226-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:10:00.520Z||pool-226-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:10:00.564Z||pool-226-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:10:00.564Z||pool-226-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":0,"count":1}
2022-06-02T12:10:01.414Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "3df8b88f-0b9f-43f4-b21e-48da638c92e5",
  "serviceName": "Demo_pNF_gyQIRUucyTeEqlqzye1g",
  "serviceVersion": "1.0",
  "serviceUUID": "97d896a0-916a-4fcb-b584-8c3ce2fe20cf",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "7957523a-8626-437e-b4ad-abec6a9c8fcc",
  "resources": [
    {
      "resourceInstanceName": "pNF 61e2933f-ce3b 0",
      "resourceCustomizationUUID": "29a2a329-62ce-4d89-81dd-0b0bb3e877d4",
      "resourceName": "pNF 61e2933f-ce3b",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "6d6ebb29-4413-4b38-926e-cec80ea7db88",
      "resourceInvariantUUID": "5e1b7374-0e01-4fd7-93c5-5dbeb0e33ec8",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfGyqiruucyteeqlqzye1g-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfGyqiruucyteeqlqzye1g/1.0/artifacts/service-DemoPnfGyqiruucyteeqlqzye1g-csar.csar",
      "artifactChecksum": "YTdmOWU4YTFlMGE2ODdmMDU3ZDdjY2Q1YzI0YmY3NmQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d80b07ba-3971-4ece-8787-a08bcc0e70f2"
    }
  ],
  "workloadContext": "Production"
}
2022-06-02T12:10:01.414Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-02T12:10:01.414Z|1cd2e766-15b2-430c-8f1c-31bb32943353|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 97d896a0-916a-4fcb-b584-8c3ce2fe20cf ASDC
2022-06-02T12:10:01.415Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:3df8b88f-0b9f-43f4-b21e-48da638c92e5
ServiceName:Demo_pNF_gyQIRUucyTeEqlqzye1g
ServiceVersion:1.0
ServiceUUID:97d896a0-916a-4fcb-b584-8c3ce2fe20cf
ServiceInvariantUUID:7957523a-8626-437e-b4ad-abec6a9c8fcc
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfGyqiruucyteeqlqzye1g-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfGyqiruucyteeqlqzye1g/1.0/artifacts/service-DemoPnfGyqiruucyteeqlqzye1g-csar.csar
ArtifactUUID:d80b07ba-3971-4ece-8787-a08bcc0e70f2
ArtifactChecksum:YTdmOWU4YTFlMGE2ODdmMDU3ZDdjY2Q1YzI0YmY3NmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 61e2933f-ce3b 0
ResourceCustomizationUUID:29a2a329-62ce-4d89-81dd-0b0bb3e877d4
ResourceInvariantUUID:5e1b7374-0e01-4fd7-93c5-5dbeb0e33ec8
ResourceName:pNF 61e2933f-ce3b
ResourceType:PNF
ResourceUUID:6d6ebb29-4413-4b38-926e-cec80ea7db88
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-06-02T12:10:01.415Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 97d896a0-916a-4fcb-b584-8c3ce2fe20cf 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-06-02T12:10:01.453Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-02T12:10:01.454Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-06-02T12:10:01.454Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-06-02T12:10:01.454Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d80b07ba-3971-4ece-8787-a08bcc0e70f2 from URL: /sdc/v1/catalog/services/DemoPnfGyqiruucyteeqlqzye1g/1.0/artifacts/service-DemoPnfGyqiruucyteeqlqzye1g-csar.csar
2022-06-02T12:10:01.455Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-06-02T12:10:01.455Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfGyqiruucyteeqlqzye1g/1.0/artifacts/service-DemoPnfGyqiruucyteeqlqzye1g-csar.csar
2022-06-02T12:10:01.655Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-06-02T12:10:01.659Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfGyqiruucyteeqlqzye1g/1.0/artifacts/service-DemoPnfGyqiruucyteeqlqzye1g-csar.csar d80b07ba-3971-4ece-8787-a08bcc0e70f2 82640
2022-06-02T12:10:01.659Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfGyqiruucyteeqlqzye1g/1.0/artifacts/service-DemoPnfGyqiruucyteeqlqzye1g-csar.csar ASDC sendASDCNotification
2022-06-02T12:10:01.659Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGyqiruucyteeqlqzye1g/1.0/artifacts/service-DemoPnfGyqiruucyteeqlqzye1g-csar.csar
2022-06-02T12:10:01.659Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T12:10:01.659Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:10:01.661Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:10:01.661Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3df8b88f-0b9f-43f4-b21e-48da638c92e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171801659,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGyqiruucyteeqlqzye1g/1.0/artifacts/service-DemoPnfGyqiruucyteeqlqzye1g-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:10:01.711Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T12:10:01.711Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|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-06-02T12:10:01.712Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|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 vhEFpQtZO3nowL1S) ...
2022-06-02T12:10:01.761Z||pool-227-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T12:10:01.763Z||pool-227-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:10:01.763Z||pool-227-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:10:01.783Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:10:01.783Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:10:01.783Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "policy-id",
  "timestamp": 1654171724763,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:10:01.784Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:10:01.802Z||pool-227-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:10:01.803Z||pool-227-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-06-02T12:10:02.662Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-02T12:10:02.663Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-06-02T12:10:02.663Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: d80b07ba-3971-4ece-8787-a08bcc0e70f2, URL: /sdc/v1/catalog/services/DemoPnfGyqiruucyteeqlqzye1g/1.0/artifacts/service-DemoPnfGyqiruucyteeqlqzye1g-csar.csar to file: /app/ASDC/1/service-DemoPnfGyqiruucyteeqlqzye1g-csar.csar
2022-06-02T12:10:02.663Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfGyqiruucyteeqlqzye1g-csar.csar
2022-06-02T12:10:02.664Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfGyqiruucyteeqlqzye1g-csar.csar
2022-06-02T12:10:02.664Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfGyqiruucyteeqlqzye1g-csar.csar
2022-06-02T12:10:02.783Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9576997382358265472/Definitions/service-DemoPnfGyqiruucyteeqlqzye1g-template.yml
2022-06-02T12:10:03.640Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-02T12:10:03.640Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-06-02T12:10:03.641Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfGyqiruucyteeqlqzye1g-csar.csar
2022-06-02T12:10:03.641Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-02T12:10:03.641Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|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-DemoPnfGyqiruucyteeqlqzye1g-csar.csar
2022-06-02T12:10:03.641Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|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-DemoPnfGyqiruucyteeqlqzye1g-csar.csar
2022-06-02T12:10:03.641Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|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-DemoPnfGyqiruucyteeqlqzye1g-csar.csar
2022-06-02T12:10:03.641Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|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-DemoPnfGyqiruucyteeqlqzye1g-csar.csar
2022-06-02T12:10:03.641Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 61e2933f-ce3b 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-DemoPnfGyqiruucyteeqlqzye1g-csar.csar
2022-06-02T12:10:03.642Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|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-DemoPnfGyqiruucyteeqlqzye1g-csar.csar
2022-06-02T12:10:03.642Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|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-DemoPnfGyqiruucyteeqlqzye1g-csar.csar
2022-06-02T12:10:03.642Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-06-02T12:10:03.642Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:10:03.642Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_gyQIRUucyTeEqlqzye1g is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T12:10:03.643Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||DEBUG|500||Node template pNF 61e2933f-ce3b 0 is matching search criteria
2022-06-02T12:10:03.649Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-06-02T12:10:03.649Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 61e2933f-ce3b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-02T12:10:03.649Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:10:03.649Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_gyQIRUucyTeEqlqzye1g is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T12:10:03.649Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||DEBUG|500||Node template pNF 61e2933f-ce3b 0 is matching search criteria
2022-06-02T12:10:03.650Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-06-02T12:10:03.650Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 61e2933f-ce3b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-02T12:10:03.650Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:10:03.650Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_gyQIRUucyTeEqlqzye1g is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T12:10:03.651Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:10:03.651Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_gyQIRUucyTeEqlqzye1g is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T12:10:03.651Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:10:03.651Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_gyQIRUucyTeEqlqzye1g is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T12:10:03.651Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:10:03.651Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_gyQIRUucyTeEqlqzye1g is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T12:10:03.652Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:10:03.652Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_gyQIRUucyTeEqlqzye1g is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T12:10:03.652Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_gyQIRUucyTeEqlqzye1g
Description:catalog service description
Model UUID:97d896a0-916a-4fcb-b584-8c3ce2fe20cf
Model Version:NULL
Model InvariantUuid:7957523a-8626-437e-b4ad-abec6a9c8fcc
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-06-02T12:10:03.666Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: 6d6ebb29-4413-4b38-926e-cec80ea7db88
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-06-02T12:10:03.669Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||INFO|500||pNF 61e2933f-ce3b 0
2022-06-02T12:10:03.669Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 6d6ebb29-4413-4b38-926e-cec80ea7db88
2022-06-02T12:10:03.669Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 97d896a0-916a-4fcb-b584-8c3ce2fe20cf
2022-06-02T12:10:03.669Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 97d896a0-916a-4fcb-b584-8c3ce2fe20cf
2022-06-02T12:10:03.669Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 61e2933f-ce3b 0 6d6ebb29-4413-4b38-926e-cec80ea7db88 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-06-02T12:10:03.677Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7789aef2, org.onap.sdc.toscaparser.api.parameters.Input@2ccb1dd6, org.onap.sdc.toscaparser.api.parameters.Input@7147e469, org.onap.sdc.toscaparser.api.parameters.Input@34166706, org.onap.sdc.toscaparser.api.parameters.Input@ed2b148]
2022-06-02T12:10:03.678Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:10:03.678Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_gyQIRUucyTeEqlqzye1g is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T12:10:03.679Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 97d896a0-916a-4fcb-b584-8c3ce2fe20cf: pNF 61e2933f-ce3b
2022-06-02T12:10:03.679Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||INFO|500||Processing PNF resource: 6d6ebb29-4413-4b38-926e-cec80ea7db88
2022-06-02T12:10:03.679Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:10:03.680Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_gyQIRUucyTeEqlqzye1g is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T12:10:03.680Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||INFO|500||Resource customization UUID: 29a2a329-62ce-4d89-81dd-0b0bb3e877d4 is the same as notified resource customizationUUID: 29a2a329-62ce-4d89-81dd-0b0bb3e877d4
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-06-02T12:10:03.718Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 61e2933f-ce3b 6d6ebb29-4413-4b38-926e-cec80ea7db88 0 ASDC deployResourceStructure
2022-06-02T12:10:03.718Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfGyqiruucyteeqlqzye1g/1.0/artifacts/service-DemoPnfGyqiruucyteeqlqzye1g-csar.csar ASDC sendASDCNotification
2022-06-02T12:10:03.719Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGyqiruucyteeqlqzye1g/1.0/artifacts/service-DemoPnfGyqiruucyteeqlqzye1g-csar.csar
2022-06-02T12:10:03.719Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T12:10:03.719Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:10:03.721Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:10:03.721Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3df8b88f-0b9f-43f4-b21e-48da638c92e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171803718,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGyqiruucyteeqlqzye1g/1.0/artifacts/service-DemoPnfGyqiruucyteeqlqzye1g-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T12:10:03.821Z||pool-228-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T12:10:03.822Z||pool-228-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:10:03.822Z||pool-228-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:10:03.862Z||pool-228-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:10:03.863Z||pool-228-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-06-02T12:10:04.723Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3df8b88f-0b9f-43f4-b21e-48da638c92e5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-02T12:10:04.733Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3df8b88f-0b9f-43f4-b21e-48da638c92e5
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-06-02T12:10:04.735Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T12:10:04.735Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-02T12:10:04.735Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-02T12:10:34.736Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3df8b88f-0b9f-43f4-b21e-48da638c92e5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-02T12:10:34.743Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3df8b88f-0b9f-43f4-b21e-48da638c92e5
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-06-02T12:10:34.745Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T12:10:34.745Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-02T12:10:34.745Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-02T12:11:01.711Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T12:11:01.711Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|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-06-02T12:11:01.711Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|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 vhEFpQtZO3nowL1S) ...
2022-06-02T12:11:01.754Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:11:01.755Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:11:01.755Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654171726903,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:11:01.756Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:11:04.745Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3df8b88f-0b9f-43f4-b21e-48da638c92e5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-02T12:11:04.753Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3df8b88f-0b9f-43f4-b21e-48da638c92e5
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-06-02T12:11:04.754Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T12:11:04.754Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-02T12:11:04.754Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-02T12:11:34.755Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3df8b88f-0b9f-43f4-b21e-48da638c92e5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-02T12:11:34.766Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3df8b88f-0b9f-43f4-b21e-48da638c92e5
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-06-02T12:11:34.767Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T12:11:34.768Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-02T12:11:34.768Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-02T12:12:01.711Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T12:12:01.712Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|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-06-02T12:12:01.713Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|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 vhEFpQtZO3nowL1S) ...
2022-06-02T12:12:01.772Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:12:01.787Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.787Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654171735893,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:12:01.788Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:12:01.789Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.789Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd2e766-15b2-430c-8f1c-31bb32943353",
  "consumerID": "clamp",
  "timestamp": 1654171741769,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-06-02T12:12:01.789Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:12:01.789Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.789Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd2e766-15b2-430c-8f1c-31bb32943353",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171741708,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:12:01.789Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:12:01.789Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.789Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3df8b88f-0b9f-43f4-b21e-48da638c92e5",
  "consumerID": "aai-ml",
  "timestamp": 1654171718714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGyqiruucyteeqlqzye1g/1.0/resourceInstances/pnf61e2933fce3b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:12:01.789Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:12:01.789Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.789Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "policy-id",
  "timestamp": 1654171724763,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:12:01.789Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:12:01.790Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.790Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654171736636,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-06-02T12:12:01.790Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:12:01.790Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.790Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654171726903,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:12:01.790Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:12:01.790Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.790Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "cds",
  "timestamp": 1654171742693,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:12:01.790Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:12:01.790Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.790Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654171735893,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:12:01.790Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:12:01.790Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.791Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd2e766-15b2-430c-8f1c-31bb32943353",
  "consumerID": "clamp",
  "timestamp": 1654171742775,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_ERROR"
}
2022-06-02T12:12:01.791Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:12:01.791Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.791Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd2e766-15b2-430c-8f1c-31bb32943353",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171741708,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:12:01.791Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:12:01.791Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.791Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3df8b88f-0b9f-43f4-b21e-48da638c92e5",
  "consumerID": "aai-ml",
  "timestamp": 1654171718714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGyqiruucyteeqlqzye1g/1.0/artifacts/service-DemoPnfGyqiruucyteeqlqzye1g-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:12:01.791Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:12:01.791Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.791Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "policy-id",
  "timestamp": 1654171724763,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:12:01.791Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:12:01.791Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.791Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654171736636,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-06-02T12:12:01.792Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:12:01.792Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.792Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654171726903,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:12:01.792Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:12:01.792Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.792Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654171735893,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:12:01.792Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:12:01.792Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.792Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd2e766-15b2-430c-8f1c-31bb32943353",
  "consumerID": "clamp",
  "timestamp": 1654171743781,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "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-06-02T12:12:01.801Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_ERROR distributionID of 1cd2e766-15b2-430c-8f1c-31bb32943353
2022-06-02T12:12:01.801Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1cd2e766-15b2-430c-8f1c-31bb32943353 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-06-02T12:12:01.809Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.809Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd2e766-15b2-430c-8f1c-31bb32943353",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171741708,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-06-02T12:12:01.810Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:12:01.810Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.810Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3df8b88f-0b9f-43f4-b21e-48da638c92e5",
  "consumerID": "aai-ml",
  "timestamp": 1654171718714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGyqiruucyteeqlqzye1g/1.0/artifacts/service-DemoPnfGyqiruucyteeqlqzye1g-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T12:12:01.810Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:12:01.810Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.810Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654171736636,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:12:01.810Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:12:01.810Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.810Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "policy-id",
  "timestamp": 1654171724763,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:12:01.811Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:12:01.811Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.811Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654171726903,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:12:01.811Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:12:01.811Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.811Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654171735893,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:12:01.811Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:12:01.811Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.811Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd2e766-15b2-430c-8f1c-31bb32943353",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171741708,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-02T12:12:01.811Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:12:01.811Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.811Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654171736636,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:12:01.812Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:12:01.812Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.812Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "policy-id",
  "timestamp": 1654171724763,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:12:01.812Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:12:01.812Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.812Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3df8b88f-0b9f-43f4-b21e-48da638c92e5",
  "consumerID": "clamp",
  "timestamp": 1654171744785,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGyqiruucyteeqlqzye1g/1.0/resourceInstances/pnf61e2933fce3b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:12:01.812Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:12:01.812Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.812Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654171726903,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:12:01.812Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:12:01.812Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.812Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654171735893,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:12:01.813Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:12:01.813Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.813Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3df8b88f-0b9f-43f4-b21e-48da638c92e5",
  "consumerID": "aai-ml",
  "timestamp": 1654171745874,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGyqiruucyteeqlqzye1g/1.0/artifacts/service-DemoPnfGyqiruucyteeqlqzye1g-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:12:01.813Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:12:01.813Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.813Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd2e766-15b2-430c-8f1c-31bb32943353",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171741708,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:12:01.813Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:12:01.813Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.813Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "policy-id",
  "timestamp": 1654171724763,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T12:12:01.813Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:12:01.813Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.813Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654171736636,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T12:12:01.813Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:12:01.814Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.814Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3df8b88f-0b9f-43f4-b21e-48da638c92e5",
  "consumerID": "clamp",
  "timestamp": 1654171744785,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGyqiruucyteeqlqzye1g/1.0/resourceInstances/pnf61e2933fce3b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:12:01.814Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:12:01.814Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.814Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654171726903,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:12:01.814Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:12:01.814Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.814Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "cds",
  "timestamp": 1654171746854,
  "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-06-02T12:12:01.822Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 648d1274-0a11-4da7-82ab-a3671a5a7c9c
2022-06-02T12:12:01.822Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 648d1274-0a11-4da7-82ab-a3671a5a7c9c 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-06-02T12:12:01.830Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.830Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd2e766-15b2-430c-8f1c-31bb32943353",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171741708,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-02T12:12:01.830Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:12:01.830Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.830Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3df8b88f-0b9f-43f4-b21e-48da638c92e5",
  "consumerID": "clamp",
  "timestamp": 1654171744785,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGyqiruucyteeqlqzye1g/1.0/resourceInstances/pnf61e2933fce3b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:12:01.830Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:12:01.830Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.831Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654171726903,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:12:01.831Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:12:01.831Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.831Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "policy-id",
  "timestamp": 1654171747461,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:12:01.831Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:12:01.831Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.831Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654171747666,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:12:01.831Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:12:01.831Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.831Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd2e766-15b2-430c-8f1c-31bb32943353",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171741708,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:12:01.831Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:12:01.831Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.831Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3df8b88f-0b9f-43f4-b21e-48da638c92e5",
  "consumerID": "clamp",
  "timestamp": 1654171744785,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGyqiruucyteeqlqzye1g/1.0/resourceInstances/pnf61e2933fce3b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:12:01.831Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:12:01.832Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.832Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654171726903,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:12:01.832Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:12:01.832Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.832Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "policy-id",
  "timestamp": 1654171748465,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T12:12:01.832Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:12:01.832Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.832Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654171749074,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:12:01.832Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:12:01.832Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.832Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd2e766-15b2-430c-8f1c-31bb32943353",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171741708,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T12:12:01.833Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:12:01.833Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.833Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3df8b88f-0b9f-43f4-b21e-48da638c92e5",
  "consumerID": "clamp",
  "timestamp": 1654171744785,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGyqiruucyteeqlqzye1g/1.0/resourceInstances/pnf61e2933fce3b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:12:01.833Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:12:01.833Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.833Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654171726903,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T12:12:01.833Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:12:01.833Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.833Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "policy-id",
  "timestamp": 1654171749468,
  "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-06-02T12:12:01.838Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 648d1274-0a11-4da7-82ab-a3671a5a7c9c
2022-06-02T12:12:01.838Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 648d1274-0a11-4da7-82ab-a3671a5a7c9c 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-06-02T12:12:01.847Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.848Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3df8b88f-0b9f-43f4-b21e-48da638c92e5",
  "consumerID": "clamp",
  "timestamp": 1654171744785,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGyqiruucyteeqlqzye1g/1.0/resourceInstances/pnf61e2933fce3b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:12:01.848Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:12:01.848Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.848Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654171750484,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:12:01.849Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:12:01.849Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.849Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd2e766-15b2-430c-8f1c-31bb32943353",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171750912,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:12:01.849Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:12:01.849Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.849Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3df8b88f-0b9f-43f4-b21e-48da638c92e5",
  "consumerID": "aai-ml",
  "timestamp": 1654171750979,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGyqiruucyteeqlqzye1g/1.0/artifacts/service-DemoPnfGyqiruucyteeqlqzye1g-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-06-02T12:12:01.849Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:12:01.850Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.850Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654171751209,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:12:01.850Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:12:01.850Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.850Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3df8b88f-0b9f-43f4-b21e-48da638c92e5",
  "consumerID": "clamp",
  "timestamp": 1654171744785,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGyqiruucyteeqlqzye1g/1.0/artifacts/service-DemoPnfGyqiruucyteeqlqzye1g-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:12:01.850Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:12:01.850Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.851Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654171751778,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:12:01.852Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:12:01.852Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.852Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3df8b88f-0b9f-43f4-b21e-48da638c92e5",
  "consumerID": "aai-ml",
  "timestamp": 1654171751984,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "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-06-02T12:12:01.856Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 3df8b88f-0b9f-43f4-b21e-48da638c92e5
2022-06-02T12:12:01.857Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3df8b88f-0b9f-43f4-b21e-48da638c92e5 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-06-02T12:12:01.867Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.868Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3df8b88f-0b9f-43f4-b21e-48da638c92e5",
  "consumerID": "clamp",
  "timestamp": 1654171744785,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGyqiruucyteeqlqzye1g/1.0/artifacts/service-DemoPnfGyqiruucyteeqlqzye1g-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T12:12:01.868Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:12:01.868Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.868Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654171752882,
  "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-06-02T12:12:01.873Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 648d1274-0a11-4da7-82ab-a3671a5a7c9c
2022-06-02T12:12:01.873Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 648d1274-0a11-4da7-82ab-a3671a5a7c9c 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-06-02T12:12:01.879Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.879Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd2e766-15b2-430c-8f1c-31bb32943353",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171753800,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:12:01.879Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:12:01.879Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.880Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "aai-ml",
  "timestamp": 1654171752988,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:12:01.880Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:12:01.880Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.880Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654171753886,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-02T12:12:01.880Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:12:01.880Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.881Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654171754118,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T12:12:01.881Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:12:01.881Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.881Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "aai-ml",
  "timestamp": 1654171752988,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:12:01.881Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:12:01.881Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.882Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654171755122,
  "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-06-02T12:12:01.884Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 648d1274-0a11-4da7-82ab-a3671a5a7c9c
2022-06-02T12:12:01.884Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 648d1274-0a11-4da7-82ab-a3671a5a7c9c 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-06-02T12:12:01.893Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.893Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd2e766-15b2-430c-8f1c-31bb32943353",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171755304,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:12:01.893Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:12:01.893Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.893Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "aai-ml",
  "timestamp": 1654171752988,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:12:01.894Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:12:01.894Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.894Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "aai-ml",
  "timestamp": 1654171752988,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:12:01.894Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:12:01.894Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.895Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd2e766-15b2-430c-8f1c-31bb32943353",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171756958,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:12:01.895Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:12:01.895Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.895Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "aai-ml",
  "timestamp": 1654171752988,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:12:01.895Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:12:01.895Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.895Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd2e766-15b2-430c-8f1c-31bb32943353",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171758084,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-02T12:12:01.896Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:12:01.896Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.896Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "aai-ml",
  "timestamp": 1654171752988,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:12:01.896Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:12:01.896Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.896Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd2e766-15b2-430c-8f1c-31bb32943353",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171759087,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-06-02T12:12:01.897Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:12:01.897Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.897Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "aai-ml",
  "timestamp": 1654171752988,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:12:01.897Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:12:01.897Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.897Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd2e766-15b2-430c-8f1c-31bb32943353",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171760090,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-06-02T12:12:01.898Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:12:01.898Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.898Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "aai-ml",
  "timestamp": 1654171752988,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:12:01.898Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:12:01.898Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.898Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd2e766-15b2-430c-8f1c-31bb32943353",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171761093,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T12:12:01.898Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:12:01.898Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.899Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "aai-ml",
  "timestamp": 1654171752988,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:12:01.899Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:12:01.899Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.899Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "aai-ml",
  "timestamp": 1654171752988,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T12:12:01.899Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:12:01.899Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.899Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3df8b88f-0b9f-43f4-b21e-48da638c92e5",
  "consumerID": "clamp",
  "timestamp": 1654171763629,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGyqiruucyteeqlqzye1g/1.0/artifacts/service-DemoPnfGyqiruucyteeqlqzye1g-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:12:01.900Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:12:01.900Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.900Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "aai-ml",
  "timestamp": 1654171764272,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:12:01.900Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:12:01.900Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.900Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3df8b88f-0b9f-43f4-b21e-48da638c92e5",
  "consumerID": "clamp",
  "timestamp": 1654171764666,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGyqiruucyteeqlqzye1g/1.0/artifacts/service-DemoPnfGyqiruucyteeqlqzye1g-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T12:12:01.900Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:12:01.901Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.901Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3df8b88f-0b9f-43f4-b21e-48da638c92e5",
  "consumerID": "clamp",
  "timestamp": 1654171765677,
  "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-06-02T12:12:01.904Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3df8b88f-0b9f-43f4-b21e-48da638c92e5
2022-06-02T12:12:01.905Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3df8b88f-0b9f-43f4-b21e-48da638c92e5 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-06-02T12:12:01.912Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.912Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "clamp",
  "timestamp": 1654171744785,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:12:01.912Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:12:01.912Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.912Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "clamp",
  "timestamp": 1654171744785,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-02T12:12:01.913Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:12:01.913Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.913Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "clamp",
  "timestamp": 1654171744785,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:12:01.913Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:12:01.913Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.913Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "clamp",
  "timestamp": 1654171744785,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:12:01.913Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:12:01.913Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.913Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "clamp",
  "timestamp": 1654171744785,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:12:01.914Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:12:01.914Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.914Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "clamp",
  "timestamp": 1654171744785,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:12:01.914Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:12:01.914Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.914Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "aai-ml",
  "timestamp": 1654171771665,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-06-02T12:12:01.914Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:12:01.914Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.914Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "clamp",
  "timestamp": 1654171744785,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:12:01.914Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:12:01.915Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.915Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "aai-ml",
  "timestamp": 1654171772672,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "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-06-02T12:12:01.917Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 648d1274-0a11-4da7-82ab-a3671a5a7c9c
2022-06-02T12:12:01.917Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 648d1274-0a11-4da7-82ab-a3671a5a7c9c 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-06-02T12:12:01.923Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.923Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "clamp",
  "timestamp": 1654171744785,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:12:01.923Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:12:01.923Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.923Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "clamp",
  "timestamp": 1654171744785,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:12:01.923Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:12:01.923Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.924Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "clamp",
  "timestamp": 1654171744785,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T12:12:01.924Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:12:01.924Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.924Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "clamp",
  "timestamp": 1654171786632,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:12:01.924Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:12:01.924Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.926Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87328cf1-4281-421a-af09-75358298e837",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654171786903,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602120532/1.0/resourceInstances/vfw6546320bfb200/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:12:01.926Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:12:01.926Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.926Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87328cf1-4281-421a-af09-75358298e837",
  "consumerID": "policy-id",
  "timestamp": 1654171784763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602120532/1.0/resourceInstances/vfw6546320bfb200/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:12:01.926Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:12:01.927Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.927Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87328cf1-4281-421a-af09-75358298e837",
  "consumerID": "aai-ml",
  "timestamp": 1654171778714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602120532/1.0/resourceInstances/vfw6546320bfb200/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:12:01.927Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:12:01.927Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.927Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87328cf1-4281-421a-af09-75358298e837",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654171786903,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602120532/1.0/resourceInstances/vfw6546320bfb200/artifacts/vfw6546320bfb200_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:12:01.927Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:12:01.927Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.927Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87328cf1-4281-421a-af09-75358298e837",
  "consumerID": "policy-id",
  "timestamp": 1654171784763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602120532/1.0/resourceInstances/vfw6546320bfb200/artifacts/vfw6546320bfb200_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:12:01.927Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:12:01.927Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.927Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87328cf1-4281-421a-af09-75358298e837",
  "consumerID": "aai-ml",
  "timestamp": 1654171778714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602120532/1.0/resourceInstances/vfw6546320bfb200/artifacts/vfw6546320bfb200_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:12:01.928Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:12:01.928Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.928Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87328cf1-4281-421a-af09-75358298e837",
  "consumerID": "policy-id",
  "timestamp": 1654171784763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602120532/1.0/resourceInstances/vfw6546320bfb200/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-02T12:12:01.928Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:12:01.928Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.928Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87328cf1-4281-421a-af09-75358298e837",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654171786903,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602120532/1.0/resourceInstances/vfw6546320bfb200/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:12:01.928Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:12:01.928Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.928Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87328cf1-4281-421a-af09-75358298e837",
  "consumerID": "aai-ml",
  "timestamp": 1654171778714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602120532/1.0/resourceInstances/vfw6546320bfb200/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:12:01.928Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:12:01.928Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.928Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87328cf1-4281-421a-af09-75358298e837",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654171786903,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602120532/1.0/resourceInstances/vfw6546320bfb200/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:12:01.929Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:12:01.929Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.929Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87328cf1-4281-421a-af09-75358298e837",
  "consumerID": "policy-id",
  "timestamp": 1654171784763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602120532/1.0/resourceInstances/vfw6546320bfb200/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:12:01.929Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:12:01.929Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.929Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87328cf1-4281-421a-af09-75358298e837",
  "consumerID": "aai-ml",
  "timestamp": 1654171778714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602120532/1.0/resourceInstances/vfw6546320bfb200/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:12:01.929Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:12:01.929Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.929Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87328cf1-4281-421a-af09-75358298e837",
  "consumerID": "cds",
  "timestamp": 1654171791250,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602120532/1.0/resourceInstances/vfw6546320bfb200/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:12:01.929Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:12:01.929Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.929Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd2e766-15b2-430c-8f1c-31bb32943353",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171792329,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d1cd2e766-15b2-430c-8f1c-31bb32943353 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/607c9d43-5e88-43ba-a5f7-c4b58840b7eb/model-vers/model-ver/b44ee7bf-55c8-4fb6-a507-c63869f8f061 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/607c9d43-5e88-43ba-a5f7-c4b58840b7eb/model-vers/model-ver/b44ee7bf-55c8-4fb6-a507-c63869f8f061) (ec\u003dERR.5.4.6114)"
}
2022-06-02T12:12:01.930Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:12:01.930Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.930Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87328cf1-4281-421a-af09-75358298e837",
  "consumerID": "policy-id",
  "timestamp": 1654171784763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602120532/1.0/resourceInstances/vfw6546320bfb200/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:12:01.930Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:12:01.930Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.930Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87328cf1-4281-421a-af09-75358298e837",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654171786903,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602120532/1.0/resourceInstances/vfw6546320bfb200/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:12:01.930Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:12:01.930Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.930Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87328cf1-4281-421a-af09-75358298e837",
  "consumerID": "aai-ml",
  "timestamp": 1654171778714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602120532/1.0/resourceInstances/vfw6546320bfb200/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:12:01.930Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:12:01.930Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.930Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87328cf1-4281-421a-af09-75358298e837",
  "consumerID": "cds",
  "timestamp": 1654171791250,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602120532/1.0/resourceInstances/vfw6546320bfb200/artifacts/vfw6546320bfb200_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:12:01.931Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:12:01.931Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.931Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3df8b88f-0b9f-43f4-b21e-48da638c92e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171741708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGyqiruucyteeqlqzye1g/1.0/resourceInstances/pnf61e2933fce3b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:12:01.931Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:12:01.931Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.931Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87328cf1-4281-421a-af09-75358298e837",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654171786903,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602120532/1.0/artifacts/service-Vfw20220602120532-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:12:01.931Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:12:01.931Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.931Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87328cf1-4281-421a-af09-75358298e837",
  "consumerID": "policy-id",
  "timestamp": 1654171784763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602120532/1.0/artifacts/service-Vfw20220602120532-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:12:01.931Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:12:01.931Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.932Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87328cf1-4281-421a-af09-75358298e837",
  "consumerID": "aai-ml",
  "timestamp": 1654171778714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602120532/1.0/artifacts/service-Vfw20220602120532-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:12:01.932Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:12:01.932Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.932Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "clamp",
  "timestamp": 1654171793643,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T12:12:01.932Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:12:01.932Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.932Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87328cf1-4281-421a-af09-75358298e837",
  "consumerID": "cds",
  "timestamp": 1654171791250,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602120532/1.0/resourceInstances/vfw6546320bfb200/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:12:01.932Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:12:01.932Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.932Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3df8b88f-0b9f-43f4-b21e-48da638c92e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171741708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGyqiruucyteeqlqzye1g/1.0/resourceInstances/pnf61e2933fce3b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:12:01.932Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:12:01.933Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.933Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87328cf1-4281-421a-af09-75358298e837",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654171786903,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602120532/1.0/artifacts/service-Vfw20220602120532-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T12:12:01.933Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:12:01.933Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.933Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87328cf1-4281-421a-af09-75358298e837",
  "consumerID": "aai-ml",
  "timestamp": 1654171778714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602120532/1.0/artifacts/service-Vfw20220602120532-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T12:12:01.933Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:12:01.933Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.933Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "clamp",
  "timestamp": 1654171794652,
  "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-06-02T12:12:01.937Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 648d1274-0a11-4da7-82ab-a3671a5a7c9c
2022-06-02T12:12:01.937Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 648d1274-0a11-4da7-82ab-a3671a5a7c9c 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-06-02T12:12:01.944Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.944Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87328cf1-4281-421a-af09-75358298e837",
  "consumerID": "policy-id",
  "timestamp": 1654171784763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602120532/1.0/artifacts/service-Vfw20220602120532-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T12:12:01.944Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:12:01.944Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.944Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87328cf1-4281-421a-af09-75358298e837",
  "consumerID": "cds",
  "timestamp": 1654171791250,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602120532/1.0/resourceInstances/vfw6546320bfb200/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:12:01.944Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:12:01.944Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.945Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3df8b88f-0b9f-43f4-b21e-48da638c92e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171741708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGyqiruucyteeqlqzye1g/1.0/resourceInstances/pnf61e2933fce3b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:12:01.945Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:12:01.945Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.945Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87328cf1-4281-421a-af09-75358298e837",
  "consumerID": "cds",
  "timestamp": 1654171791250,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602120532/1.0/resourceInstances/vfw6546320bfb200/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:12:01.945Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:12:01.945Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.945Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87328cf1-4281-421a-af09-75358298e837",
  "consumerID": "policy-id",
  "timestamp": 1654171795865,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602120532/1.0/artifacts/service-Vfw20220602120532-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:12:01.946Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:12:01.946Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.946Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3df8b88f-0b9f-43f4-b21e-48da638c92e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171741708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGyqiruucyteeqlqzye1g/1.0/resourceInstances/pnf61e2933fce3b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:12:01.946Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:12:01.946Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.946Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87328cf1-4281-421a-af09-75358298e837",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654171796326,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602120532/1.0/artifacts/service-Vfw20220602120532-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:12:01.946Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:12:01.946Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.947Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87328cf1-4281-421a-af09-75358298e837",
  "consumerID": "aai-ml",
  "timestamp": 1654171796300,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602120532/1.0/artifacts/service-Vfw20220602120532-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:12:01.947Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:12:01.947Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.947Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87328cf1-4281-421a-af09-75358298e837",
  "consumerID": "clamp",
  "timestamp": 1654171795660,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602120532/1.0/resourceInstances/vfw6546320bfb200/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:12:01.947Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:12:01.947Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.947Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87328cf1-4281-421a-af09-75358298e837",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654171795894,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602120532/1.0/resourceInstances/vfw6546320bfb200/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:12:01.947Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:12:01.948Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.948Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87328cf1-4281-421a-af09-75358298e837",
  "consumerID": "cds",
  "timestamp": 1654171791250,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602120532/1.0/artifacts/service-Vfw20220602120532-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:12:01.948Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:12:01.948Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.948Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87328cf1-4281-421a-af09-75358298e837",
  "consumerID": "policy-id",
  "timestamp": 1654171796870,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602120532/1.0/artifacts/service-Vfw20220602120532-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T12:12:01.948Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:12:01.948Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.949Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3df8b88f-0b9f-43f4-b21e-48da638c92e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171741708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGyqiruucyteeqlqzye1g/1.0/resourceInstances/pnf61e2933fce3b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:12:01.949Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:12:01.949Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.949Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87328cf1-4281-421a-af09-75358298e837",
  "consumerID": "clamp",
  "timestamp": 1654171795660,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602120532/1.0/resourceInstances/vfw6546320bfb200/artifacts/vfw6546320bfb200_modules.json",
  "status": "NOTIFIED"
}
2022-06-02T12:12:01.949Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:12:01.949Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.949Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87328cf1-4281-421a-af09-75358298e837",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654171796636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602120532/1.0/resourceInstances/vfw6546320bfb200/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:12:01.949Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:12:01.950Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.950Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87328cf1-4281-421a-af09-75358298e837",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654171795894,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602120532/1.0/resourceInstances/vfw6546320bfb200/artifacts/vfw6546320bfb200_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:12:01.950Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:12:01.950Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.950Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87328cf1-4281-421a-af09-75358298e837",
  "consumerID": "cds",
  "timestamp": 1654171791250,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602120532/1.0/artifacts/service-Vfw20220602120532-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T12:12:01.950Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:12:01.950Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.950Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87328cf1-4281-421a-af09-75358298e837",
  "consumerID": "policy-id",
  "timestamp": 1654171797873,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-02T12:12:01.962Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 87328cf1-4281-421a-af09-75358298e837
2022-06-02T12:12:01.962Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 87328cf1-4281-421a-af09-75358298e837 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-06-02T12:12:01.967Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.967Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3df8b88f-0b9f-43f4-b21e-48da638c92e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171741708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGyqiruucyteeqlqzye1g/1.0/resourceInstances/pnf61e2933fce3b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:12:01.967Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:12:01.967Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.967Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87328cf1-4281-421a-af09-75358298e837",
  "consumerID": "clamp",
  "timestamp": 1654171795660,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602120532/1.0/resourceInstances/vfw6546320bfb200/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:12:01.968Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:12:01.968Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.969Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87328cf1-4281-421a-af09-75358298e837",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654171796636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602120532/1.0/resourceInstances/vfw6546320bfb200/artifacts/vfw6546320bfb200_modules.json",
  "status": "NOTIFIED"
}
2022-06-02T12:12:01.969Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:12:01.969Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.969Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87328cf1-4281-421a-af09-75358298e837",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654171795894,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602120532/1.0/resourceInstances/vfw6546320bfb200/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:12:01.969Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:12:01.969Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.970Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87328cf1-4281-421a-af09-75358298e837",
  "consumerID": "cds",
  "timestamp": 1654171799250,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602120532/1.0/artifacts/service-Vfw20220602120532-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:12:01.970Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:12:01.970Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.970Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3df8b88f-0b9f-43f4-b21e-48da638c92e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171741708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGyqiruucyteeqlqzye1g/1.0/artifacts/service-DemoPnfGyqiruucyteeqlqzye1g-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:12:01.970Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:12:01.971Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.971Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87328cf1-4281-421a-af09-75358298e837",
  "consumerID": "clamp",
  "timestamp": 1654171795660,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602120532/1.0/resourceInstances/vfw6546320bfb200/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:12:01.971Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:12:01.971Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.971Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87328cf1-4281-421a-af09-75358298e837",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654171796636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602120532/1.0/resourceInstances/vfw6546320bfb200/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-02T12:12:01.971Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:12:01.971Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.972Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87328cf1-4281-421a-af09-75358298e837",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654171795894,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602120532/1.0/resourceInstances/vfw6546320bfb200/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:12:01.972Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:12:01.972Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.972Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87328cf1-4281-421a-af09-75358298e837",
  "consumerID": "cds",
  "timestamp": 1654171800267,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602120532/1.0/artifacts/service-Vfw20220602120532-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-06-02T12:12:01.974Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 87328cf1-4281-421a-af09-75358298e837
2022-06-02T12:12:01.974Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 87328cf1-4281-421a-af09-75358298e837 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-06-02T12:12:01.979Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.979Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3df8b88f-0b9f-43f4-b21e-48da638c92e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171741708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGyqiruucyteeqlqzye1g/1.0/artifacts/service-DemoPnfGyqiruucyteeqlqzye1g-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T12:12:01.979Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:12:01.979Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.979Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87328cf1-4281-421a-af09-75358298e837",
  "consumerID": "clamp",
  "timestamp": 1654171795660,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602120532/1.0/resourceInstances/vfw6546320bfb200/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:12:01.979Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:12:01.980Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.980Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87328cf1-4281-421a-af09-75358298e837",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654171796636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602120532/1.0/resourceInstances/vfw6546320bfb200/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:12:01.980Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:12:01.980Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.980Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87328cf1-4281-421a-af09-75358298e837",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654171800671,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602120532/1.0/artifacts/service-Vfw20220602120532-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T12:12:01.980Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:12:01.980Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.980Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87328cf1-4281-421a-af09-75358298e837",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654171795894,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602120532/1.0/resourceInstances/vfw6546320bfb200/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:12:01.980Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:12:01.980Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.980Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87328cf1-4281-421a-af09-75358298e837",
  "consumerID": "clamp",
  "timestamp": 1654171795660,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602120532/1.0/artifacts/service-Vfw20220602120532-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:12:01.981Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:12:01.981Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:12:01.981Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87328cf1-4281-421a-af09-75358298e837",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654171796636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602120532/1.0/resourceInstances/vfw6546320bfb200/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-02T12:12:01.981Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:12:04.769Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3df8b88f-0b9f-43f4-b21e-48da638c92e5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-02T12:12:04.781Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3df8b88f-0b9f-43f4-b21e-48da638c92e5
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-06-02T12:12:04.784Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T12:12:04.784Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-02T12:12:04.784Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-02T12:12:04.784Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-02T12:12:04.784Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-02T12:12:04.784Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-06-02T12:12:04.784Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-06-02T12:12:04.787Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-02T12:12:34.787Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3df8b88f-0b9f-43f4-b21e-48da638c92e5 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-06-02T12:12:34.796Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3df8b88f-0b9f-43f4-b21e-48da638c92e5 and serviceModelVersionId: 97d896a0-916a-4fcb-b584-8c3ce2fe20cf
2022-06-02T12:12:34.796Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7957523a-8626-437e-b4ad-abec6a9c8fcc
2022-06-02T12:12:34.798Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7957523a-8626-437e-b4ad-abec6a9c8fcc/model-vers/model-ver/97d896a0-916a-4fcb-b584-8c3ce2fe20cf?depth=0
2022-06-02T12:12:34.815Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-06-02T12:12:34.904Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|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/7957523a-8626-437e-b4ad-abec6a9c8fcc/model-vers/model-ver/97d896a0-916a-4fcb-b584-8c3ce2fe20cf?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-06-02T12:12:34.906Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7957523a-8626-437e-b4ad-abec6a9c8fcc/model-vers/model-ver/97d896a0-916a-4fcb-b584-8c3ce2fe20cf?depth=0|INFO|500||Invoke
2022-06-02T12:12:34.952Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7957523a-8626-437e-b4ad-abec6a9c8fcc/model-vers/model-ver/97d896a0-916a-4fcb-b584-8c3ce2fe20cf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-06-02T12:12:35.006Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7957523a-8626-437e-b4ad-abec6a9c8fcc/model-vers/model-ver/97d896a0-916a-4fcb-b584-8c3ce2fe20cf?depth=0|INFO|404|Not Found|InvokeReturn
2022-06-02T12:12:35.007Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|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/7957523a-8626-437e-b4ad-abec6a9c8fcc/model-vers/model-ver/97d896a0-916a-4fcb-b584-8c3ce2fe20cf?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220602-12:12:34:828-90671], Content-Length=[495], Date=[Thu, 02 Jun 2022 12:12:34 GMT], Content-Type=[application/json]}
2022-06-02T12:12:35.009Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/7957523a-8626-437e-b4ad-abec6a9c8fcc/model-vers/model-ver/97d896a0-916a-4fcb-b584-8c3ce2fe20cf","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/7957523a-8626-437e-b4ad-abec6a9c8fcc/model-vers/model-ver/97d896a0-916a-4fcb-b584-8c3ce2fe20cf","ERR.5.4.6114"]}}}

2022-06-02T12:12:35.020Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=3df8b88f-0b9f-43f4-b21e-48da638c92e5 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/7957523a-8626-437e-b4ad-abec6a9c8fcc/model-vers/model-ver/97d896a0-916a-4fcb-b584-8c3ce2fe20cf (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/7957523a-8626-437e-b4ad-abec6a9c8fcc/model-vers/model-ver/97d896a0-916a-4fcb-b584-8c3ce2fe20cf) (ec=ERR.5.4.6114)
2022-06-02T12:12:35.020Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=3df8b88f-0b9f-43f4-b21e-48da638c92e5 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/7957523a-8626-437e-b4ad-abec6a9c8fcc/model-vers/model-ver/97d896a0-916a-4fcb-b584-8c3ce2fe20cf (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/7957523a-8626-437e-b4ad-abec6a9c8fcc/model-vers/model-ver/97d896a0-916a-4fcb-b584-8c3ce2fe20cf) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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-06-02T12:12:35.020Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=3df8b88f-0b9f-43f4-b21e-48da638c92e5 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/7957523a-8626-437e-b4ad-abec6a9c8fcc/model-vers/model-ver/97d896a0-916a-4fcb-b584-8c3ce2fe20cf (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/7957523a-8626-437e-b4ad-abec6a9c8fcc/model-vers/model-ver/97d896a0-916a-4fcb-b584-8c3ce2fe20cf) (ec=ERR.5.4.6114)
2022-06-02T12:12:35.020Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=3df8b88f-0b9f-43f4-b21e-48da638c92e5 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/7957523a-8626-437e-b4ad-abec6a9c8fcc/model-vers/model-ver/97d896a0-916a-4fcb-b584-8c3ce2fe20cf (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/7957523a-8626-437e-b4ad-abec6a9c8fcc/model-vers/model-ver/97d896a0-916a-4fcb-b584-8c3ce2fe20cf) (ec=ERR.5.4.6114)
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-06-02T12:12:35.027Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|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-06-02T12:12:35.027Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3df8b88f-0b9f-43f4-b21e-48da638c92e5 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=3df8b88f-0b9f-43f4-b21e-48da638c92e5 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/7957523a-8626-437e-b4ad-abec6a9c8fcc/model-vers/model-ver/97d896a0-916a-4fcb-b584-8c3ce2fe20cf (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/7957523a-8626-437e-b4ad-abec6a9c8fcc/model-vers/model-ver/97d896a0-916a-4fcb-b584-8c3ce2fe20cf) (ec=ERR.5.4.6114)
2022-06-02T12:12:35.027Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-02T12:12:35.028Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:12:35.032Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:12:35.032Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3df8b88f-0b9f-43f4-b21e-48da638c92e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171955027,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d3df8b88f-0b9f-43f4-b21e-48da638c92e5 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/7957523a-8626-437e-b4ad-abec6a9c8fcc/model-vers/model-ver/97d896a0-916a-4fcb-b584-8c3ce2fe20cf (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/7957523a-8626-437e-b4ad-abec6a9c8fcc/model-vers/model-ver/97d896a0-916a-4fcb-b584-8c3ce2fe20cf) (ec\u003dERR.5.4.6114)"
}
2022-06-02T12:12:35.132Z||pool-229-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T12:12:35.133Z||pool-229-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:12:35.133Z||pool-229-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:12:35.159Z||pool-229-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:12:35.159Z||pool-229-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-02T12:12:36.042Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-02T12:12:36.042Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"648d1274-0a11-4da7-82ab-a3671a5a7c9c","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"45e226d0-5ccd-4ad9-b0e1-2b3d2adab555","serviceDescription":"service","serviceInvariantUUID":"9a114f71-af5c-4e39-95a5-c284be90f6af","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8858559a-ac07-4223-8273-67b1a0a6ffed","resourceInvariantUUID":"be4e90c9-5acb-4404-8f64-7ab2871350f2","resourceCustomizationUUID":"6be103db-6167-466c-bf7a-d6a91c9a1252","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":"YmY5Y2I2NmExNTM3Yzg5NDIwOGZkNGI5ZDBhZGUyNzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f7af913f-0a22-46d8-98c4-d418eb2b1afe","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":"OTg2MWFlZWEzN2Q4NzFmNWVhMDAwNzY5N2JjY2Q5MTE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"324f552a-81ac-42b1-b9be-cdf3bf8bb773","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":"37d78c40-3731-4e58-9d29-6d5d5ff1efcb","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":"f3cf5584-ff6b-4c13-92ca-e951973d2c42","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":"ae6d3a28-2d69-4b94-a726-ccf7cb0722ff","artifactVersion":"2","generatedFromUUID":"7ae20101-0d7d-435f-90a5-395060964d95"},{"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":"1db86782-b7d2-463a-b374-73aab6ed3112","artifactVersion":"2","generatedFromUUID":"37d78c40-3731-4e58-9d29-6d5d5ff1efcb"},{"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":"7ae20101-0d7d-435f-90a5-395060964d95","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":"c46d7a77-1942-473a-89cb-8a2e349dcdad","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":"OWZmMTJlNTAyNzgyYjE5ODVlN2IyYmU3ZTM2NmJjYTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5dc673c1-2bbd-41c7-be8e-1f36eba56729","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"YmE2NTNhYzc0ZmI5ODFmZDA2ZDZjY2UwOTMzNWRjMDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"02091ab9-02e9-42ea-a670-4d28d78ed8ef","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-02T12:12:36.043Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T12:12:36.043Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:12:36.045Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:12:36.045Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171741708,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:12:36.149Z||pool-230-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-06-02T12:12:36.150Z||pool-230-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:12:36.150Z||pool-230-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:12:36.165Z||pool-230-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:12:36.166Z||pool-230-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-02T12:12:37.046Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T12:12:37.046Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:12:37.049Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:12:37.049Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171741708,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-02T12:12:37.149Z||pool-231-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T12:12:37.149Z||pool-231-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:12:37.150Z||pool-231-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:12:37.177Z||pool-231-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:12:37.177Z||pool-231-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-06-02T12:12:38.054Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T12:12:38.055Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:12:38.059Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:12:38.059Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171741708,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-02T12:12:38.159Z||pool-232-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T12:12:38.160Z||pool-232-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:12:38.160Z||pool-232-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:12:38.215Z||pool-232-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:12:38.216Z||pool-232-thread-1|||||INFO|500||cambria reply ok (57 ms):{"serverTimeMs":1,"count":1}
2022-06-02T12:12:39.059Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T12:12:39.060Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:12:39.062Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:12:39.063Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171741708,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:12:39.163Z||pool-233-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T12:12:39.163Z||pool-233-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:12:39.164Z||pool-233-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:12:39.178Z||pool-233-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:12:39.179Z||pool-233-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-02T12:12:40.063Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T12:12:40.064Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:12:40.066Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:12:40.066Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171741708,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-06-02T12:12:40.166Z||pool-234-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T12:12:40.167Z||pool-234-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:12:40.167Z||pool-234-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:12:40.183Z||pool-234-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:12:40.184Z||pool-234-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-02T12:12:41.066Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T12:12:41.067Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:12:41.069Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:12:41.069Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171741708,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-06-02T12:12:41.169Z||pool-235-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T12:12:41.170Z||pool-235-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:12:41.170Z||pool-235-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:12:41.184Z||pool-235-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:12:41.185Z||pool-235-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-06-02T12:12:42.069Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T12:12:42.070Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:12:42.072Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:12:42.072Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171741708,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-06-02T12:12:42.172Z||pool-236-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T12:12:42.173Z||pool-236-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:12:42.173Z||pool-236-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:12:42.188Z||pool-236-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:12:42.189Z||pool-236-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-02T12:12:43.072Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T12:12:43.073Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:12:43.076Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:12:43.076Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171741708,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:12:43.177Z||pool-237-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-02T12:12:43.178Z||pool-237-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:12:43.178Z||pool-237-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:12:43.204Z||pool-237-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:12:43.205Z||pool-237-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-06-02T12:12:44.077Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T12:12:44.077Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:12:44.079Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:12:44.080Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171741708,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:12:44.180Z||pool-238-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T12:12:44.180Z||pool-238-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:12:44.181Z||pool-238-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:12:44.218Z||pool-238-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:12:44.219Z||pool-238-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":1,"count":1}
2022-06-02T12:12:45.080Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T12:12:45.081Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:12:45.083Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:12:45.083Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171741708,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T12:12:45.184Z||pool-239-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-02T12:12:45.185Z||pool-239-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:12:45.185Z||pool-239-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:12:45.210Z||pool-239-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:12:45.211Z||pool-239-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-02T12:12:46.084Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "45e226d0-5ccd-4ad9-b0e1-2b3d2adab555",
  "serviceDescription": "service",
  "serviceInvariantUUID": "9a114f71-af5c-4e39-95a5-c284be90f6af",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "6be103db-6167-466c-bf7a-d6a91c9a1252",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "8858559a-ac07-4223-8273-67b1a0a6ffed",
      "resourceInvariantUUID": "be4e90c9-5acb-4404-8f64-7ab2871350f2",
      "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": "OTg2MWFlZWEzN2Q4NzFmNWVhMDAwNzY5N2JjY2Q5MTE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "324f552a-81ac-42b1-b9be-cdf3bf8bb773",
          "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": "37d78c40-3731-4e58-9d29-6d5d5ff1efcb",
          "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": "1db86782-b7d2-463a-b374-73aab6ed3112",
            "generatedFromUUID": "37d78c40-3731-4e58-9d29-6d5d5ff1efcb"
          },
          "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": "ae6d3a28-2d69-4b94-a726-ccf7cb0722ff",
          "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": "1db86782-b7d2-463a-b374-73aab6ed3112",
          "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": "7ae20101-0d7d-435f-90a5-395060964d95",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "YmE2NTNhYzc0ZmI5ODFmZDA2ZDZjY2UwOTMzNWRjMDY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "02091ab9-02e9-42ea-a670-4d28d78ed8ef"
    }
  ],
  "workloadContext": "Production"
}
2022-06-02T12:12:46.084Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-02T12:12:46.085Z|3df8b88f-0b9f-43f4-b21e-48da638c92e5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 45e226d0-5ccd-4ad9-b0e1-2b3d2adab555 ASDC
2022-06-02T12:12:46.086Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:648d1274-0a11-4da7-82ab-a3671a5a7c9c
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:45e226d0-5ccd-4ad9-b0e1-2b3d2adab555
ServiceInvariantUUID:9a114f71-af5c-4e39-95a5-c284be90f6af
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:02091ab9-02e9-42ea-a670-4d28d78ed8ef
ArtifactChecksum:YmE2NTNhYzc0ZmI5ODFmZDA2ZDZjY2UwOTMzNWRjMDY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:6be103db-6167-466c-bf7a-d6a91c9a1252
ResourceInvariantUUID:be4e90c9-5acb-4404-8f64-7ab2871350f2
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:8858559a-ac07-4223-8273-67b1a0a6ffed
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:324f552a-81ac-42b1-b9be-cdf3bf8bb773
ArtifactChecksum:OTg2MWFlZWEzN2Q4NzFmNWVhMDAwNzY5N2JjY2Q5MTE=
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:37d78c40-3731-4e58-9d29-6d5d5ff1efcb
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:1db86782-b7d2-463a-b374-73aab6ed3112
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:ae6d3a28-2d69-4b94-a726-ccf7cb0722ff
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:1db86782-b7d2-463a-b374-73aab6ed3112
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:7ae20101-0d7d-435f-90a5-395060964d95
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-02T12:12:46.086Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 45e226d0-5ccd-4ad9-b0e1-2b3d2adab555 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-06-02T12:12:46.121Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-02T12:12:46.122Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-06-02T12:12:46.122Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-06-02T12:12:46.122Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 02091ab9-02e9-42ea-a670-4d28d78ed8ef from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-06-02T12:12:46.123Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-06-02T12:12:46.123Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|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-06-02T12:12:47.666Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-06-02T12:12:47.673Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 02091ab9-02e9-42ea-a670-4d28d78ed8ef 158204
2022-06-02T12:12:47.674Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|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-06-02T12:12:47.674Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|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-06-02T12:12:47.674Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T12:12:47.674Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:12:47.680Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:12:47.681Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171967674,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:12:47.777Z||pool-240-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-06-02T12:12:47.778Z||pool-240-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:12:47.778Z||pool-240-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:12:47.801Z||pool-240-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:12:47.802Z||pool-240-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-02T12:12:48.681Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-02T12:12:48.682Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-06-02T12:12:48.682Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 02091ab9-02e9-42ea-a670-4d28d78ed8ef, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-02T12:12:48.683Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-06-02T12:12:48.684Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-02T12:12:48.684Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-02T12:12:48.866Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15016742871036784392/Definitions/service-BasicCnfMacro-template.yml
2022-06-02T12:12:50.103Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-02T12:12:50.103Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-06-02T12:12:50.103Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-02T12:12:50.103Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-06-02T12:12:50.103Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|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-06-02T12:12:50.104Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|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-06-02T12:12:50.104Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|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-06-02T12:12:50.104Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|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-06-02T12:12:50.104Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-06-02T12:12:50.104Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:12:50.104Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|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-06-02T12:12:50.104Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-02T12:12:50.105Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-06-02T12:12:50.105Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|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-06-02T12:12:50.105Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:12:50.105Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|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-06-02T12:12:50.105Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-02T12:12:50.105Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-06-02T12:12:50.105Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|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-06-02T12:12:50.105Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:12:50.106Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|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-06-02T12:12:50.106Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:12:50.106Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-06-02T12:12:50.106Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-06-02T12:12:50.106Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-06-02T12:12:50.106Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-02T12:12:50.106Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:12:50.107Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|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-06-02T12:12:50.107Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:12:50.107Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-02T12:12:50.107Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T12:12:50.107Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:12:50.107Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-02T12:12:50.107Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T12:12:50.108Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:12:50.108Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-02T12:12:50.108Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T12:12:50.108Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:12:50.108Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-02T12:12:50.108Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T12:12:50.109Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:12:50.109Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-06-02T12:12:50.109Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-06-02T12:12:50.109Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=e33a6ad2-d3ee-4408-a65c-4e3c372d2b2d
2022-06-02T12:12:50.109Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:12:50.109Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|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-06-02T12:12:50.109Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:12:50.109Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|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-06-02T12:12:50.110Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:12:50.110Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|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-06-02T12:12:50.110Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:12:50.110Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|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-06-02T12:12:50.110Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:45e226d0-5ccd-4ad9-b0e1-2b3d2adab555
Model Version:NULL
Model InvariantUuid:9a114f71-af5c-4e39-95a5-c284be90f6af
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:a87b8957-8917-4274-9cf9-a5a640459419
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:be4e90c9-5acb-4404-8f64-7ab2871350f2
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:6be103db-6167-466c-bf7a-d6a91c9a1252
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:04d2fd07-5833-4efd-81a4-584d5a2d558f
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:de4195a8-02c6-4496-88ee-9f5c2e3cc276
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:d77e6f06-f541-4bab-9dcb-c63d1c6d2ffd
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:6fe69743-8d06-497f-bce4-9e911a338bf6
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:e33a6ad2-d3ee-4408-a65c-4e3c372d2b2d
ModelInvariantUuid:435cd9d2-a6ce-41f9-afb4-78f59f7d7972
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:ccf485de-702e-434e-8cf8-d3b6071c9b83
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:d7a3f01f-552f-433a-8411-d640d57e4e61
ModelInvariantUuid:30c5396e-fce4-4e07-b5c6-2505e5b8ce09
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:2419c994-4bf3-4773-a1f0-38dc79dd5511
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-06-02T12:12:50.117Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 8858559a-ac07-4223-8273-67b1a0a6ffed
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-06-02T12:12:50.120Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||INFO|500||basic_cnf_macro 0
2022-06-02T12:12:50.120Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8858559a-ac07-4223-8273-67b1a0a6ffed
2022-06-02T12:12:50.120Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 324f552a-81ac-42b1-b9be-cdf3bf8bb773 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-06-02T12:12:50.120Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-06-02T12:12:50.121Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|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-06-02T12:12:50.497Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-06-02T12:12:50.498Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|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 324f552a-81ac-42b1-b9be-cdf3bf8bb773 1565
2022-06-02T12:12:50.498Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|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-06-02T12:12:50.498Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|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-06-02T12:12:50.498Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T12:12:50.498Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:12:50.501Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:12:50.501Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171970498,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:12:50.601Z||pool-241-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T12:12:50.602Z||pool-241-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:12:50.602Z||pool-241-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:12:50.636Z||pool-241-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:12:50.636Z||pool-241-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1}
2022-06-02T12:12:51.501Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "d77e6f06-f541-4bab-9dcb-c63d1c6d2ffd",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6fe69743-8d06-497f-bce4-9e911a338bf6",
    "vfModuleModelCustomizationUUID": "dc8e18ee-d3cf-48d4-bcd7-85de6b7db6c8",
    "isBase": true,
    "artifacts": [
      "37d78c40-3731-4e58-9d29-6d5d5ff1efcb",
      "1db86782-b7d2-463a-b374-73aab6ed3112"
    ],
    "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": "04d2fd07-5833-4efd-81a4-584d5a2d558f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "de4195a8-02c6-4496-88ee-9f5c2e3cc276",
    "vfModuleModelCustomizationUUID": "ced81fde-6e91-407e-a060-266a76caa381",
    "isBase": false,
    "artifacts": [
      "7ae20101-0d7d-435f-90a5-395060964d95"
    ],
    "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-06-02T12:12:51.505Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6fe69743-8d06-497f-bce4-9e911a338bf6
VfModuleModelInvariantUUID:d77e6f06-f541-4bab-9dcb-c63d1c6d2ffd
VfModuleModelDescription:NULL
Artifacts UUID List:{
37d78c40-3731-4e58-9d29-6d5d5ff1efcb
,
1db86782-b7d2-463a-b374-73aab6ed3112

}
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:de4195a8-02c6-4496-88ee-9f5c2e3cc276
VfModuleModelInvariantUUID:04d2fd07-5833-4efd-81a4-584d5a2d558f
VfModuleModelDescription:NULL
Artifacts UUID List:{
7ae20101-0d7d-435f-90a5-395060964d95

}
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-06-02T12:12:51.507Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "d77e6f06-f541-4bab-9dcb-c63d1c6d2ffd",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6fe69743-8d06-497f-bce4-9e911a338bf6",
    "vfModuleModelCustomizationUUID": "dc8e18ee-d3cf-48d4-bcd7-85de6b7db6c8",
    "isBase": true,
    "artifacts": [
      "37d78c40-3731-4e58-9d29-6d5d5ff1efcb",
      "1db86782-b7d2-463a-b374-73aab6ed3112"
    ],
    "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": "04d2fd07-5833-4efd-81a4-584d5a2d558f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "de4195a8-02c6-4496-88ee-9f5c2e3cc276",
    "vfModuleModelCustomizationUUID": "ced81fde-6e91-407e-a060-266a76caa381",
    "isBase": false,
    "artifacts": [
      "7ae20101-0d7d-435f-90a5-395060964d95"
    ],
    "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-06-02T12:12:51.507Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6fe69743-8d06-497f-bce4-9e911a338bf6
VfModuleModelInvariantUUID:d77e6f06-f541-4bab-9dcb-c63d1c6d2ffd
VfModuleModelDescription:NULL
Artifacts UUID List:{
37d78c40-3731-4e58-9d29-6d5d5ff1efcb
,
1db86782-b7d2-463a-b374-73aab6ed3112

}
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:de4195a8-02c6-4496-88ee-9f5c2e3cc276
VfModuleModelInvariantUUID:04d2fd07-5833-4efd-81a4-584d5a2d558f
VfModuleModelDescription:NULL
Artifacts UUID List:{
7ae20101-0d7d-435f-90a5-395060964d95

}
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-06-02T12:12:51.507Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 37d78c40-3731-4e58-9d29-6d5d5ff1efcb from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-06-02T12:12:51.507Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-06-02T12:12:51.508Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|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-06-02T12:12:52.050Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-06-02T12:12:52.050Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|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 37d78c40-3731-4e58-9d29-6d5d5ff1efcb 914
2022-06-02T12:12:52.051Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|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-06-02T12:12:52.051Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|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-06-02T12:12:52.051Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T12:12:52.051Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:12:52.054Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:12:52.054Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171972051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:12:52.154Z||pool-242-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T12:12:52.155Z||pool-242-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:12:52.155Z||pool-242-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:12:52.203Z||pool-242-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:12:52.204Z||pool-242-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":0,"count":1}
2022-06-02T12:12:53.055Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ae6d3a28-2d69-4b94-a726-ccf7cb0722ff from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-06-02T12:12:53.055Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-06-02T12:12:53.055Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|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-06-02T12:12:53.661Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-06-02T12:12:53.661Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|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 ae6d3a28-2d69-4b94-a726-ccf7cb0722ff 12
2022-06-02T12:12:53.662Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|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-06-02T12:12:53.662Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|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-06-02T12:12:53.662Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T12:12:53.662Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:12:53.664Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:12:53.664Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171973662,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:12:53.764Z||pool-243-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T12:12:53.765Z||pool-243-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:12:53.766Z||pool-243-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:12:53.813Z||pool-243-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:12:53.814Z||pool-243-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":2,"count":1}
2022-06-02T12:12:54.664Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 1db86782-b7d2-463a-b374-73aab6ed3112 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-06-02T12:12:54.665Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-06-02T12:12:54.665Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|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-06-02T12:12:55.057Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-06-02T12:12:55.058Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|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 1db86782-b7d2-463a-b374-73aab6ed3112 96
2022-06-02T12:12:55.058Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|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-06-02T12:12:55.058Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|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-06-02T12:12:55.059Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T12:12:55.059Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:12:55.060Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:12:55.060Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171975058,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:12:55.161Z||pool-244-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T12:12:55.162Z||pool-244-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:12:55.162Z||pool-244-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:12:55.180Z||pool-244-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:12:55.181Z||pool-244-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-02T12:12:56.061Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 7ae20101-0d7d-435f-90a5-395060964d95 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-06-02T12:12:56.061Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-06-02T12:12:56.062Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|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-06-02T12:12:56.166Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-06-02T12:12:56.167Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|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 7ae20101-0d7d-435f-90a5-395060964d95 20206
2022-06-02T12:12:56.167Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|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-06-02T12:12:56.167Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|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-06-02T12:12:56.167Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T12:12:56.167Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:12:56.169Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:12:56.170Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171976167,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:12:56.270Z||pool-245-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T12:12:56.271Z||pool-245-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:12:56.271Z||pool-245-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:12:56.297Z||pool-245-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:12:56.298Z||pool-245-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-06-02T12:12:57.179Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 45e226d0-5ccd-4ad9-b0e1-2b3d2adab555
2022-06-02T12:12:57.180Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 8858559a-ac07-4223-8273-67b1a0a6ffed 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-06-02T12:12:57.189Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6f4e88b6, org.onap.sdc.toscaparser.api.parameters.Input@69ee10e5, org.onap.sdc.toscaparser.api.parameters.Input@3f468dc4, org.onap.sdc.toscaparser.api.parameters.Input@290d9b, org.onap.sdc.toscaparser.api.parameters.Input@1bb92e10]
2022-06-02T12:12:57.191Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:12:57.191Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|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-06-02T12:12:57.192Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-06-02T12:12:57.192Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 6be103db-6167-466c-bf7a-d6a91c9a1252
2022-06-02T12:12:57.192Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6be103db-6167-466c-bf7a-d6a91c9a1252 matches Tosca VF Customization UUID: 6be103db-6167-466c-bf7a-d6a91c9a1252
2022-06-02T12:12:57.192Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 6be103db-6167-466c-bf7a-d6a91c9a1252  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-06-02T12:12:57.195Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:12:57.195Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|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-06-02T12:12:57.195Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 6be103db-6167-466c-bf7a-d6a91c9a1252: {\"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-06-02T12:12:57.196Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@41e778e9
2022-06-02T12:12:57.196Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:12:57.196Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|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-06-02T12:12:57.196Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ced81fde-6e91-407e-a060-266a76caa381
2022-06-02T12:12:57.196Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ced81fde-6e91-407e-a060-266a76caa381
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-06-02T12:12:57.199Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:12:57.199Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-02T12:12:57.199Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T12:12:57.199Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:12:57.199Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-02T12:12:57.200Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T12:12:57.200Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:12:57.200Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-02T12:12:57.200Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=6be103db-6167-466c-bf7a-d6a91c9a1252
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-06-02T12:12:57.202Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:12:57.202Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|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-06-02T12:12:57.202Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 45e226d0-5ccd-4ad9-b0e1-2b3d2adab555: basic_cnf_macro
2022-06-02T12:12:57.203Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:12:57.203Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|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-06-02T12:12:57.203Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:12:57.203Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|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-06-02T12:12:57.204Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:12:57.204Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|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-06-02T12:12:57.204Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:12:57.204Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|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-06-02T12:12:57.204Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:12:57.205Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|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-06-02T12:12:57.205Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|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-06-02T12:12:57.247Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 8858559a-ac07-4223-8273-67b1a0a6ffed 2 ASDC deployResourceStructure
2022-06-02T12:12:57.247Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|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-06-02T12:12:57.248Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|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-06-02T12:12:57.248Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T12:12:57.248Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:12:57.250Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:12:57.251Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171977247,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-02T12:12:57.351Z||pool-246-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T12:12:57.352Z||pool-246-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:12:57.352Z||pool-246-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:12:57.385Z||pool-246-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:12:57.385Z||pool-246-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1}
2022-06-02T12:12:58.251Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|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-06-02T12:12:58.252Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|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-06-02T12:12:58.252Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T12:12:58.252Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:12:58.254Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:12:58.254Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171978251,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-06-02T12:12:58.354Z||pool-247-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T12:12:58.355Z||pool-247-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:12:58.355Z||pool-247-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:12:58.372Z||pool-247-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:12:58.373Z||pool-247-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-02T12:12:59.255Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|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-06-02T12:12:59.255Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|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-06-02T12:12:59.255Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-02T12:12:59.256Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:12:59.258Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:12:59.258Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171979255,
  "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-06-02T12:12:59.358Z||pool-248-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T12:12:59.359Z||pool-248-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:12:59.359Z||pool-248-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:12:59.422Z||pool-248-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:12:59.423Z||pool-248-thread-1|||||INFO|500||cambria reply ok (64 ms):{"serverTimeMs":1,"count":1}
2022-06-02T12:13:00.259Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|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-06-02T12:13:00.259Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|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-06-02T12:13:00.259Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T12:13:00.260Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:13:00.262Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:13:00.262Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171980259,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-06-02T12:13:00.362Z||pool-249-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T12:13:00.362Z||pool-249-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:13:00.362Z||pool-249-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:13:00.385Z||pool-249-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:13:00.386Z||pool-249-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-06-02T12:13:01.262Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|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-06-02T12:13:01.263Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|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-06-02T12:13:01.263Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-02T12:13:01.263Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:13:01.266Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:13:01.266Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171981262,
  "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-06-02T12:13:01.366Z||pool-250-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T12:13:01.367Z||pool-250-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:13:01.368Z||pool-250-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:13:01.407Z||pool-250-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:13:01.408Z||pool-250-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-06-02T12:13:01.711Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T12:13:01.712Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|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-06-02T12:13:01.712Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|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 vhEFpQtZO3nowL1S) ...
2022-06-02T12:13:01.783Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:13:01.785Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:13:01.785Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3df8b88f-0b9f-43f4-b21e-48da638c92e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171801659,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGyqiruucyteeqlqzye1g/1.0/artifacts/service-DemoPnfGyqiruucyteeqlqzye1g-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:13:01.786Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:13:01.786Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:13:01.786Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87328cf1-4281-421a-af09-75358298e837",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654171801676,
  "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-06-02T12:13:01.791Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 87328cf1-4281-421a-af09-75358298e837
2022-06-02T12:13:01.792Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 87328cf1-4281-421a-af09-75358298e837 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-06-02T12:13:01.805Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:13:01.806Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87328cf1-4281-421a-af09-75358298e837",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654171795894,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602120532/1.0/artifacts/service-Vfw20220602120532-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:13:01.806Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:13:01.806Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:13:01.806Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87328cf1-4281-421a-af09-75358298e837",
  "consumerID": "clamp",
  "timestamp": 1654171795660,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602120532/1.0/artifacts/service-Vfw20220602120532-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T12:13:01.806Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:13:01.806Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:13:01.806Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87328cf1-4281-421a-af09-75358298e837",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654171796636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602120532/1.0/artifacts/service-Vfw20220602120532-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:13:01.806Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:13:01.806Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:13:01.806Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87328cf1-4281-421a-af09-75358298e837",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654171795894,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602120532/1.0/artifacts/service-Vfw20220602120532-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:13:01.807Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:13:01.807Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:13:01.807Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87328cf1-4281-421a-af09-75358298e837",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654171796636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602120532/1.0/artifacts/service-Vfw20220602120532-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T12:13:01.807Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:13:01.807Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:13:01.807Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3df8b88f-0b9f-43f4-b21e-48da638c92e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171803718,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGyqiruucyteeqlqzye1g/1.0/artifacts/service-DemoPnfGyqiruucyteeqlqzye1g-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T12:13:01.807Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:13:01.807Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:13:01.807Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87328cf1-4281-421a-af09-75358298e837",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654171804676,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602120532/1.0/resourceInstances/vfw6546320bfb200/artifacts/vfw6546320bfb200_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:13:01.808Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:13:01.808Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:13:01.808Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87328cf1-4281-421a-af09-75358298e837",
  "consumerID": "aai-ml",
  "timestamp": 1654171805591,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602120532/1.0/artifacts/service-Vfw20220602120532-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-06-02T12:13:01.808Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:13:01.808Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:13:01.808Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87328cf1-4281-421a-af09-75358298e837",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654171806169,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602120532/1.0/resourceInstances/vfw6546320bfb200/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:13:01.808Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:13:01.808Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:13:01.808Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87328cf1-4281-421a-af09-75358298e837",
  "consumerID": "aai-ml",
  "timestamp": 1654171806595,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "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-06-02T12:13:01.811Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 87328cf1-4281-421a-af09-75358298e837
2022-06-02T12:13:01.811Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 87328cf1-4281-421a-af09-75358298e837 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-06-02T12:13:01.818Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:13:01.819Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87328cf1-4281-421a-af09-75358298e837",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654171807388,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602120532/1.0/resourceInstances/vfw6546320bfb200/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:13:01.819Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:13:01.819Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:13:01.819Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87328cf1-4281-421a-af09-75358298e837",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654171808422,
  "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-06-02T12:13:01.821Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 87328cf1-4281-421a-af09-75358298e837
2022-06-02T12:13:01.821Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 87328cf1-4281-421a-af09-75358298e837 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-06-02T12:13:01.827Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:13:01.827Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87328cf1-4281-421a-af09-75358298e837",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654171809426,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602120532/1.0/resourceInstances/vfw6546320bfb200/artifacts/vfw6546320bfb200_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-02T12:13:01.827Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:13:01.827Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:13:01.827Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87328cf1-4281-421a-af09-75358298e837",
  "consumerID": "clamp",
  "timestamp": 1654171810639,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602120532/1.0/artifacts/service-Vfw20220602120532-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:13:01.827Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:13:01.828Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:13:01.828Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87328cf1-4281-421a-af09-75358298e837",
  "consumerID": "clamp",
  "timestamp": 1654171813640,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602120532/1.0/artifacts/service-Vfw20220602120532-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T12:13:01.828Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:13:01.828Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:13:01.828Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87328cf1-4281-421a-af09-75358298e837",
  "consumerID": "clamp",
  "timestamp": 1654171814648,
  "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-06-02T12:13:01.830Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 87328cf1-4281-421a-af09-75358298e837
2022-06-02T12:13:01.830Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 87328cf1-4281-421a-af09-75358298e837 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-06-02T12:13:01.834Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:13:01.834Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80bbccc4-e96c-4313-b3d0-c8fe5007cc7b",
  "consumerID": "cds",
  "timestamp": 1654171806248,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:13:01.835Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:13:01.835Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:13:01.835Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80bbccc4-e96c-4313-b3d0-c8fe5007cc7b",
  "consumerID": "policy-id",
  "timestamp": 1654171804763,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:13:01.835Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:13:01.835Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:13:01.835Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80bbccc4-e96c-4313-b3d0-c8fe5007cc7b",
  "consumerID": "aai-ml",
  "timestamp": 1654171808714,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:13:01.835Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:13:01.835Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:13:01.835Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80bbccc4-e96c-4313-b3d0-c8fe5007cc7b",
  "consumerID": "policy-id",
  "timestamp": 1654171804763,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:13:01.835Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:13:01.835Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:13:01.835Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80bbccc4-e96c-4313-b3d0-c8fe5007cc7b",
  "consumerID": "aai-ml",
  "timestamp": 1654171808714,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:13:01.835Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:13:01.835Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:13:01.835Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80bbccc4-e96c-4313-b3d0-c8fe5007cc7b",
  "consumerID": "cds",
  "timestamp": 1654171806248,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:13:01.835Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:13:01.836Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:13:01.836Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80bbccc4-e96c-4313-b3d0-c8fe5007cc7b",
  "consumerID": "clamp",
  "timestamp": 1654171815672,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:13:01.836Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:13:01.836Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:13:01.836Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80bbccc4-e96c-4313-b3d0-c8fe5007cc7b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654171815893,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:13:01.836Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:13:01.836Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:13:01.836Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80bbccc4-e96c-4313-b3d0-c8fe5007cc7b",
  "consumerID": "policy-id",
  "timestamp": 1654171804763,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:13:01.836Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:13:01.836Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:13:01.836Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80bbccc4-e96c-4313-b3d0-c8fe5007cc7b",
  "consumerID": "cds",
  "timestamp": 1654171806248,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:13:01.836Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:13:01.837Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:13:01.837Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80bbccc4-e96c-4313-b3d0-c8fe5007cc7b",
  "consumerID": "aai-ml",
  "timestamp": 1654171808714,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:13:01.837Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:13:01.837Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:13:01.837Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80bbccc4-e96c-4313-b3d0-c8fe5007cc7b",
  "consumerID": "clamp",
  "timestamp": 1654171815672,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:13:01.837Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:13:01.837Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:13:01.837Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80bbccc4-e96c-4313-b3d0-c8fe5007cc7b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654171816636,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:13:01.837Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:13:01.837Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:13:01.837Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80bbccc4-e96c-4313-b3d0-c8fe5007cc7b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654171816903,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:13:01.837Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:13:01.837Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:13:01.838Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80bbccc4-e96c-4313-b3d0-c8fe5007cc7b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654171815893,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:13:01.838Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:13:01.838Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:13:01.838Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80bbccc4-e96c-4313-b3d0-c8fe5007cc7b",
  "consumerID": "policy-id",
  "timestamp": 1654171804763,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:13:01.838Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:13:01.838Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:13:01.838Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80bbccc4-e96c-4313-b3d0-c8fe5007cc7b",
  "consumerID": "cds",
  "timestamp": 1654171806248,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:13:01.838Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:13:01.838Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:13:01.838Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80bbccc4-e96c-4313-b3d0-c8fe5007cc7b",
  "consumerID": "aai-ml",
  "timestamp": 1654171808714,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:13:01.839Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:13:01.839Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:13:01.839Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80bbccc4-e96c-4313-b3d0-c8fe5007cc7b",
  "consumerID": "clamp",
  "timestamp": 1654171815672,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:13:01.839Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:13:01.839Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:13:01.839Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80bbccc4-e96c-4313-b3d0-c8fe5007cc7b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654171816636,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:13:01.839Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:13:01.839Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:13:01.839Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80bbccc4-e96c-4313-b3d0-c8fe5007cc7b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654171816903,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:13:01.840Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:13:01.840Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:13:01.840Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80bbccc4-e96c-4313-b3d0-c8fe5007cc7b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654171815893,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:13:01.840Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:13:01.840Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:13:01.840Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80bbccc4-e96c-4313-b3d0-c8fe5007cc7b",
  "consumerID": "cds",
  "timestamp": 1654171806248,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:13:01.841Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:13:01.841Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:13:01.841Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80bbccc4-e96c-4313-b3d0-c8fe5007cc7b",
  "consumerID": "policy-id",
  "timestamp": 1654171804763,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:13:01.844Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:13:01.845Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:13:01.845Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80bbccc4-e96c-4313-b3d0-c8fe5007cc7b",
  "consumerID": "aai-ml",
  "timestamp": 1654171808714,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:13:01.845Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:13:01.845Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:13:01.845Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80bbccc4-e96c-4313-b3d0-c8fe5007cc7b",
  "consumerID": "clamp",
  "timestamp": 1654171815672,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:13:01.845Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:13:01.845Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:13:01.845Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80bbccc4-e96c-4313-b3d0-c8fe5007cc7b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654171816636,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:13:01.845Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:13:01.845Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:13:01.845Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80bbccc4-e96c-4313-b3d0-c8fe5007cc7b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654171816903,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:13:01.845Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:13:01.845Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:13:01.846Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80bbccc4-e96c-4313-b3d0-c8fe5007cc7b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654171815893,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:13:01.846Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:13:01.846Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:13:01.846Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80bbccc4-e96c-4313-b3d0-c8fe5007cc7b",
  "consumerID": "policy-id",
  "timestamp": 1654171804763,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:13:01.846Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:13:01.846Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:13:01.846Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80bbccc4-e96c-4313-b3d0-c8fe5007cc7b",
  "consumerID": "cds",
  "timestamp": 1654171806248,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:13:01.846Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:13:01.846Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:13:01.846Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80bbccc4-e96c-4313-b3d0-c8fe5007cc7b",
  "consumerID": "aai-ml",
  "timestamp": 1654171808714,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:13:01.846Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:13:01.846Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:13:01.846Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80bbccc4-e96c-4313-b3d0-c8fe5007cc7b",
  "consumerID": "clamp",
  "timestamp": 1654171815672,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:13:01.848Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:13:01.848Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:13:01.849Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80bbccc4-e96c-4313-b3d0-c8fe5007cc7b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654171816636,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:13:01.849Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:13:01.850Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:13:01.850Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80bbccc4-e96c-4313-b3d0-c8fe5007cc7b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654171816903,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:13:01.850Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:13:01.850Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:13:01.850Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80bbccc4-e96c-4313-b3d0-c8fe5007cc7b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654171815893,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:13:01.850Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:13:01.850Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:13:01.850Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80bbccc4-e96c-4313-b3d0-c8fe5007cc7b",
  "consumerID": "policy-id",
  "timestamp": 1654171804763,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:13:01.850Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:13:01.850Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:13:01.850Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80bbccc4-e96c-4313-b3d0-c8fe5007cc7b",
  "consumerID": "aai-ml",
  "timestamp": 1654171808714,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:13:01.850Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:13:01.851Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:13:01.851Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80bbccc4-e96c-4313-b3d0-c8fe5007cc7b",
  "consumerID": "cds",
  "timestamp": 1654171806248,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:13:01.851Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:13:01.851Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:13:01.851Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80bbccc4-e96c-4313-b3d0-c8fe5007cc7b",
  "consumerID": "clamp",
  "timestamp": 1654171815672,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:13:01.851Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:13:01.851Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:13:01.851Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80bbccc4-e96c-4313-b3d0-c8fe5007cc7b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654171816636,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:13:01.851Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:13:01.851Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:13:01.851Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80bbccc4-e96c-4313-b3d0-c8fe5007cc7b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654171816903,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:13:01.851Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:13:01.851Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:13:01.851Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80bbccc4-e96c-4313-b3d0-c8fe5007cc7b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654171815893,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:13:01.852Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:13:01.852Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:13:01.852Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80bbccc4-e96c-4313-b3d0-c8fe5007cc7b",
  "consumerID": "policy-id",
  "timestamp": 1654171804763,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:13:01.852Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:13:01.852Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:13:01.852Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80bbccc4-e96c-4313-b3d0-c8fe5007cc7b",
  "consumerID": "cds",
  "timestamp": 1654171806248,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:13:01.852Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:13:01.852Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:13:01.852Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80bbccc4-e96c-4313-b3d0-c8fe5007cc7b",
  "consumerID": "aai-ml",
  "timestamp": 1654171808714,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:13:01.852Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:13:01.852Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:13:01.852Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80bbccc4-e96c-4313-b3d0-c8fe5007cc7b",
  "consumerID": "clamp",
  "timestamp": 1654171815672,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:13:01.852Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:13:01.852Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:13:01.852Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80bbccc4-e96c-4313-b3d0-c8fe5007cc7b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654171816636,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:13:01.853Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:13:01.853Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:13:01.853Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80bbccc4-e96c-4313-b3d0-c8fe5007cc7b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654171816903,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:13:01.853Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:13:01.853Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:13:01.853Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80bbccc4-e96c-4313-b3d0-c8fe5007cc7b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654171815893,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-06-02T12:13:01.853Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:13:01.853Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:13:01.853Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80bbccc4-e96c-4313-b3d0-c8fe5007cc7b",
  "consumerID": "policy-id",
  "timestamp": 1654171804763,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T12:13:01.853Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:13:01.853Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:13:01.854Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80bbccc4-e96c-4313-b3d0-c8fe5007cc7b",
  "consumerID": "cds",
  "timestamp": 1654171806248,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T12:13:01.854Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:13:01.854Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:13:01.854Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80bbccc4-e96c-4313-b3d0-c8fe5007cc7b",
  "consumerID": "aai-ml",
  "timestamp": 1654171808714,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T12:13:01.854Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:13:01.854Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:13:01.854Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80bbccc4-e96c-4313-b3d0-c8fe5007cc7b",
  "consumerID": "clamp",
  "timestamp": 1654171815672,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:13:01.854Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:13:01.854Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:13:01.854Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80bbccc4-e96c-4313-b3d0-c8fe5007cc7b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654171816636,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:13:01.854Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:13:01.854Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:13:01.854Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80bbccc4-e96c-4313-b3d0-c8fe5007cc7b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654171816903,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:13:01.854Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:13:01.855Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:13:01.855Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80bbccc4-e96c-4313-b3d0-c8fe5007cc7b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654171815893,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:13:01.855Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:13:01.855Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:13:01.855Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80bbccc4-e96c-4313-b3d0-c8fe5007cc7b",
  "consumerID": "clamp",
  "timestamp": 1654171815672,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T12:13:01.855Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:13:01.855Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:13:01.855Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80bbccc4-e96c-4313-b3d0-c8fe5007cc7b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654171816636,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:13:01.855Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:13:01.855Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:13:01.855Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80bbccc4-e96c-4313-b3d0-c8fe5007cc7b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654171816903,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:13:01.855Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:13:01.855Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:13:01.856Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80bbccc4-e96c-4313-b3d0-c8fe5007cc7b",
  "consumerID": "aai-ml",
  "timestamp": 1654171824549,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:13:01.856Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:13:01.856Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:13:01.856Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80bbccc4-e96c-4313-b3d0-c8fe5007cc7b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654171815893,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:13:01.856Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:13:01.856Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:13:01.856Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80bbccc4-e96c-4313-b3d0-c8fe5007cc7b",
  "consumerID": "cds",
  "timestamp": 1654171824885,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:13:01.856Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:13:01.856Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:13:01.856Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80bbccc4-e96c-4313-b3d0-c8fe5007cc7b",
  "consumerID": "policy-id",
  "timestamp": 1654171824571,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:13:01.856Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:13:01.856Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:13:01.856Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80bbccc4-e96c-4313-b3d0-c8fe5007cc7b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654171816636,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T12:13:01.857Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:13:01.857Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:13:01.857Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80bbccc4-e96c-4313-b3d0-c8fe5007cc7b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654171816903,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T12:13:01.857Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:13:01.857Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:13:01.857Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80bbccc4-e96c-4313-b3d0-c8fe5007cc7b",
  "consumerID": "policy-id",
  "timestamp": 1654171825575,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T12:13:01.857Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:13:01.857Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:13:01.857Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80bbccc4-e96c-4313-b3d0-c8fe5007cc7b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654171825928,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:13:01.857Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:13:01.857Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:13:01.857Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80bbccc4-e96c-4313-b3d0-c8fe5007cc7b",
  "consumerID": "cds",
  "timestamp": 1654171826301,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-02T12:13:01.865Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 80bbccc4-e96c-4313-b3d0-c8fe5007cc7b
2022-06-02T12:13:01.865Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 80bbccc4-e96c-4313-b3d0-c8fe5007cc7b 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-06-02T12:13:01.870Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:13:01.870Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80bbccc4-e96c-4313-b3d0-c8fe5007cc7b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654171826773,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:13:01.870Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:13:01.870Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:13:01.870Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80bbccc4-e96c-4313-b3d0-c8fe5007cc7b",
  "consumerID": "policy-id",
  "timestamp": 1654171826578,
  "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-06-02T12:13:01.874Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 80bbccc4-e96c-4313-b3d0-c8fe5007cc7b
2022-06-02T12:13:01.874Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 80bbccc4-e96c-4313-b3d0-c8fe5007cc7b 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-06-02T12:13:01.880Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:13:01.880Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80bbccc4-e96c-4313-b3d0-c8fe5007cc7b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654171826947,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-06-02T12:13:01.880Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:13:01.880Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:13:01.880Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80bbccc4-e96c-4313-b3d0-c8fe5007cc7b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654171827951,
  "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-06-02T12:13:01.882Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 80bbccc4-e96c-4313-b3d0-c8fe5007cc7b
2022-06-02T12:13:01.883Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 80bbccc4-e96c-4313-b3d0-c8fe5007cc7b 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-06-02T12:13:01.887Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:13:01.887Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80bbccc4-e96c-4313-b3d0-c8fe5007cc7b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654171829131,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T12:13:01.887Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:13:01.887Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:13:01.888Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80bbccc4-e96c-4313-b3d0-c8fe5007cc7b",
  "consumerID": "aai-ml",
  "timestamp": 1654171829592,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-06-02T12:13:01.888Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:13:01.888Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:13:01.888Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80bbccc4-e96c-4313-b3d0-c8fe5007cc7b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654171830136,
  "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-06-02T12:13:01.890Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 80bbccc4-e96c-4313-b3d0-c8fe5007cc7b
2022-06-02T12:13:01.890Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 80bbccc4-e96c-4313-b3d0-c8fe5007cc7b 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-06-02T12:13:01.895Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:13:01.895Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80bbccc4-e96c-4313-b3d0-c8fe5007cc7b",
  "consumerID": "aai-ml",
  "timestamp": 1654171830596,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "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-06-02T12:13:01.898Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 80bbccc4-e96c-4313-b3d0-c8fe5007cc7b
2022-06-02T12:13:01.898Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 80bbccc4-e96c-4313-b3d0-c8fe5007cc7b 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-06-02T12:13:01.904Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:13:01.904Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80bbccc4-e96c-4313-b3d0-c8fe5007cc7b",
  "consumerID": "clamp",
  "timestamp": 1654171833641,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:13:01.905Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:13:01.905Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:13:01.905Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80bbccc4-e96c-4313-b3d0-c8fe5007cc7b",
  "consumerID": "clamp",
  "timestamp": 1654171836651,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T12:13:01.905Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:13:01.905Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:13:01.905Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80bbccc4-e96c-4313-b3d0-c8fe5007cc7b",
  "consumerID": "clamp",
  "timestamp": 1654171837656,
  "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-06-02T12:13:01.907Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 80bbccc4-e96c-4313-b3d0-c8fe5007cc7b
2022-06-02T12:13:01.907Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 80bbccc4-e96c-4313-b3d0-c8fe5007cc7b 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-06-02T12:13:02.267Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|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-06-02T12:13:02.267Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|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-06-02T12:13:02.267Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T12:13:02.267Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:13:02.270Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:13:02.270Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171982267,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T12:13:02.370Z||pool-251-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T12:13:02.370Z||pool-251-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:13:02.370Z||pool-251-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:13:02.388Z||pool-251-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:13:02.388Z||pool-251-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-02T12:13:03.270Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 648d1274-0a11-4da7-82ab-a3671a5a7c9c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-02T12:13:03.285Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 648d1274-0a11-4da7-82ab-a3671a5a7c9c
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-06-02T12:13:03.287Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T12:13:03.287Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-02T12:13:03.287Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-02T12:13:03.287Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-02T12:13:03.287Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-06-02T12:13:03.287Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-06-02T12:13:03.290Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-02T12:13:33.290Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 648d1274-0a11-4da7-82ab-a3671a5a7c9c 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-06-02T12:13:33.295Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 648d1274-0a11-4da7-82ab-a3671a5a7c9c and serviceModelVersionId: 45e226d0-5ccd-4ad9-b0e1-2b3d2adab555
2022-06-02T12:13:33.295Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9a114f71-af5c-4e39-95a5-c284be90f6af
2022-06-02T12:13:33.296Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9a114f71-af5c-4e39-95a5-c284be90f6af/model-vers/model-ver/45e226d0-5ccd-4ad9-b0e1-2b3d2adab555?depth=0
2022-06-02T12:13:33.299Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-06-02T12:13:33.326Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9a114f71-af5c-4e39-95a5-c284be90f6af/model-vers/model-ver/45e226d0-5ccd-4ad9-b0e1-2b3d2adab555?depth=0|INFO|500||Invoke
2022-06-02T12:13:33.327Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9a114f71-af5c-4e39-95a5-c284be90f6af/model-vers/model-ver/45e226d0-5ccd-4ad9-b0e1-2b3d2adab555?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9a114f71-af5c-4e39-95a5-c284be90f6af/model-vers/model-ver/45e226d0-5ccd-4ad9-b0e1-2b3d2adab555?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[648d1274-0a11-4da7-82ab-a3671a5a7c9c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5c77fb62-49f9-4641-b52c-56b6df1ef256], X-ECOMP-RequestID=[648d1274-0a11-4da7-82ab-a3671a5a7c9c], X-TransactionId=[], X-ONAP-RequestID=[648d1274-0a11-4da7-82ab-a3671a5a7c9c], Content-Type=[application/merge-patch+json]}
2022-06-02T12:13:33.364Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9a114f71-af5c-4e39-95a5-c284be90f6af/model-vers/model-ver/45e226d0-5ccd-4ad9-b0e1-2b3d2adab555?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-06-02T12:13:33.406Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9a114f71-af5c-4e39-95a5-c284be90f6af/model-vers/model-ver/45e226d0-5ccd-4ad9-b0e1-2b3d2adab555?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/9a114f71-af5c-4e39-95a5-c284be90f6af/model-vers/model-ver/45e226d0-5ccd-4ad9-b0e1-2b3d2adab555?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220602-12:13:33:238-20312], Content-Length=[495], Date=[Thu, 02 Jun 2022 12:13:33 GMT], Content-Type=[application/json]}
2022-06-02T12:13:33.407Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9a114f71-af5c-4e39-95a5-c284be90f6af/model-vers/model-ver/45e226d0-5ccd-4ad9-b0e1-2b3d2adab555?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/9a114f71-af5c-4e39-95a5-c284be90f6af/model-vers/model-ver/45e226d0-5ccd-4ad9-b0e1-2b3d2adab555","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/9a114f71-af5c-4e39-95a5-c284be90f6af/model-vers/model-ver/45e226d0-5ccd-4ad9-b0e1-2b3d2adab555","ERR.5.4.6114"]}}}

2022-06-02T12:13:33.408Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9a114f71-af5c-4e39-95a5-c284be90f6af/model-vers/model-ver/45e226d0-5ccd-4ad9-b0e1-2b3d2adab555?depth=0|INFO|404|Not Found|InvokeReturn
2022-06-02T12:13:33.412Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=648d1274-0a11-4da7-82ab-a3671a5a7c9c Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/9a114f71-af5c-4e39-95a5-c284be90f6af/model-vers/model-ver/45e226d0-5ccd-4ad9-b0e1-2b3d2adab555 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/9a114f71-af5c-4e39-95a5-c284be90f6af/model-vers/model-ver/45e226d0-5ccd-4ad9-b0e1-2b3d2adab555) (ec=ERR.5.4.6114)
2022-06-02T12:13:33.412Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=648d1274-0a11-4da7-82ab-a3671a5a7c9c Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/9a114f71-af5c-4e39-95a5-c284be90f6af/model-vers/model-ver/45e226d0-5ccd-4ad9-b0e1-2b3d2adab555 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/9a114f71-af5c-4e39-95a5-c284be90f6af/model-vers/model-ver/45e226d0-5ccd-4ad9-b0e1-2b3d2adab555) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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-06-02T12:13:33.412Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=648d1274-0a11-4da7-82ab-a3671a5a7c9c Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/9a114f71-af5c-4e39-95a5-c284be90f6af/model-vers/model-ver/45e226d0-5ccd-4ad9-b0e1-2b3d2adab555 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/9a114f71-af5c-4e39-95a5-c284be90f6af/model-vers/model-ver/45e226d0-5ccd-4ad9-b0e1-2b3d2adab555) (ec=ERR.5.4.6114)
2022-06-02T12:13:33.413Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=648d1274-0a11-4da7-82ab-a3671a5a7c9c Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/9a114f71-af5c-4e39-95a5-c284be90f6af/model-vers/model-ver/45e226d0-5ccd-4ad9-b0e1-2b3d2adab555 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/9a114f71-af5c-4e39-95a5-c284be90f6af/model-vers/model-ver/45e226d0-5ccd-4ad9-b0e1-2b3d2adab555) (ec=ERR.5.4.6114)
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-06-02T12:13:33.432Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|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-06-02T12:13:33.432Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 648d1274-0a11-4da7-82ab-a3671a5a7c9c and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=648d1274-0a11-4da7-82ab-a3671a5a7c9c Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/9a114f71-af5c-4e39-95a5-c284be90f6af/model-vers/model-ver/45e226d0-5ccd-4ad9-b0e1-2b3d2adab555 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/9a114f71-af5c-4e39-95a5-c284be90f6af/model-vers/model-ver/45e226d0-5ccd-4ad9-b0e1-2b3d2adab555) (ec=ERR.5.4.6114)
2022-06-02T12:13:33.432Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-02T12:13:33.432Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:13:33.435Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:13:33.435Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172013432,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d648d1274-0a11-4da7-82ab-a3671a5a7c9c Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/9a114f71-af5c-4e39-95a5-c284be90f6af/model-vers/model-ver/45e226d0-5ccd-4ad9-b0e1-2b3d2adab555 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/9a114f71-af5c-4e39-95a5-c284be90f6af/model-vers/model-ver/45e226d0-5ccd-4ad9-b0e1-2b3d2adab555) (ec\u003dERR.5.4.6114)"
}
2022-06-02T12:13:33.536Z||pool-252-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-02T12:13:33.537Z||pool-252-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:13:33.538Z||pool-252-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:13:33.563Z||pool-252-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:13:33.564Z||pool-252-thread-1|||||INFO|500||cambria reply ok (27 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-06-02T12:13:34.446Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T12:13:34.447Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|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-06-02T12:13:34.447Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|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 vhEFpQtZO3nowL1S) ...
2022-06-02T12:13:38.869Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:13:38.869Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-02T12:13:38.870Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"87328cf1-4281-421a-af09-75358298e837","serviceName":"vFW 2022-06-02 12-05-32","serviceVersion":"1.0","serviceUUID":"eb5268ab-7152-4abf-9d75-12d23ac5c9e9","serviceDescription":"catalog service description","serviceInvariantUUID":"c187b15e-e197-4b0e-8109-a08f5a6326bd","resources":[{"resourceInstanceName":"vFW 6546320b-fb20 0","resourceName":"vFW 6546320b-fb20","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0a55f16d-6f2a-4e24-90e1-3ea30f83f44b","resourceInvariantUUID":"ed339776-6060-41a4-8b4b-062809a94dbc","resourceCustomizationUUID":"2a01b074-695c-4537-b375-bcca9f6e9202","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220602120532/1.0/resourceInstances/vfw6546320bfb200/artifacts/vf-license-model.xml","artifactChecksum":"NDU4MGMyZGQ1NmJjOWU5Zjg3ZTFhNDM3YzVhODhjZDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d38f6b68-3d57-4790-925e-e6eac21ed74b","artifactVersion":"1"},{"artifactName":"vfw6546320bfb200_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220602120532/1.0/resourceInstances/vfw6546320bfb200/artifacts/vfw6546320bfb200_modules.json","artifactChecksum":"ZjA4NTI4ZjljNjVhNjM5OWZhMDRkNzI2NzJjN2UyOTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c39df955-4556-4320-8f8a-22d9ecae4258","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220602120532/1.0/resourceInstances/vfw6546320bfb200/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"77467184-fd19-448c-8620-6a1c57c07137","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220602120532/1.0/resourceInstances/vfw6546320bfb200/artifacts/vendor-license-model.xml","artifactChecksum":"NWExNGVmYmU1NDNjMGFiM2FkYTdjYWFiZjQwN2Q2MGE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0ae0d1f6-95aa-44d7-a55a-acce31591d2b","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220602120532/1.0/resourceInstances/vfw6546320bfb200/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3974cf48-82bb-4e46-8d8b-5afbbeff7e37","artifactVersion":"2","generatedFromUUID":"77467184-fd19-448c-8620-6a1c57c07137"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220602120532-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220602120532/1.0/artifacts/service-Vfw20220602120532-template.yml","artifactChecksum":"MzMyM2QyNmJkOTc5MjliOTNhNWM2ZjAzMjgxMGQ5YTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"01c41003-020c-4ec9-8ca1-59034a14ea25","artifactVersion":"1"},{"artifactName":"service-Vfw20220602120532-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220602120532/1.0/artifacts/service-Vfw20220602120532-csar.csar","artifactChecksum":"ZTBiNzdjNzRhZjUzMzAyMzQ0NmFlZTAwNmI0NjQ4NmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6e513e16-134e-4820-b809-1a21babad579","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-02T12:13:38.872Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T12:13:38.872Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:13:38.874Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:13:38.874Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "87328cf1-4281-421a-af09-75358298e837",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172014446,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602120532/1.0/resourceInstances/vfw6546320bfb200/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:13:38.976Z||pool-253-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-02T12:13:38.976Z||pool-253-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:13:38.976Z||pool-253-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:13:39.003Z||pool-253-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:13:39.004Z||pool-253-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-06-02T12:13:39.875Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T12:13:39.875Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:13:39.877Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:13:39.878Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "87328cf1-4281-421a-af09-75358298e837",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172014446,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602120532/1.0/resourceInstances/vfw6546320bfb200/artifacts/vfw6546320bfb200_modules.json",
  "status": "NOTIFIED"
}
2022-06-02T12:13:39.978Z||pool-254-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T12:13:39.978Z||pool-254-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:13:39.979Z||pool-254-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:13:40.001Z||pool-254-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:13:40.001Z||pool-254-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-02T12:13:40.878Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T12:13:40.879Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:13:40.881Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:13:40.882Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "87328cf1-4281-421a-af09-75358298e837",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172014446,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602120532/1.0/resourceInstances/vfw6546320bfb200/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-02T12:13:40.982Z||pool-255-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-02T12:13:40.982Z||pool-255-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:13:40.982Z||pool-255-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:13:41.003Z||pool-255-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:13:41.003Z||pool-255-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-06-02T12:13:41.882Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T12:13:41.883Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:13:41.886Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:13:41.886Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "87328cf1-4281-421a-af09-75358298e837",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172014446,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602120532/1.0/resourceInstances/vfw6546320bfb200/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:13:41.986Z||pool-256-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T12:13:41.987Z||pool-256-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:13:41.987Z||pool-256-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:13:42.013Z||pool-256-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:13:42.014Z||pool-256-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-06-02T12:13:42.886Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T12:13:42.887Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:13:42.889Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:13:42.890Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "87328cf1-4281-421a-af09-75358298e837",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172014446,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602120532/1.0/resourceInstances/vfw6546320bfb200/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-02T12:13:42.990Z||pool-257-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T12:13:42.991Z||pool-257-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:13:42.991Z||pool-257-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:13:43.021Z||pool-257-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:13:43.022Z||pool-257-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-06-02T12:13:43.890Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T12:13:43.891Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:13:43.894Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:13:43.894Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "87328cf1-4281-421a-af09-75358298e837",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172014446,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602120532/1.0/artifacts/service-Vfw20220602120532-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:13:43.994Z||pool-258-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-02T12:13:43.994Z||pool-258-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:13:43.995Z||pool-258-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:13:44.017Z||pool-258-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:13:44.017Z||pool-258-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-02T12:13:44.894Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T12:13:44.895Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:13:44.896Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:13:44.897Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "87328cf1-4281-421a-af09-75358298e837",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172014446,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602120532/1.0/artifacts/service-Vfw20220602120532-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T12:13:45.005Z||pool-259-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms
2022-06-02T12:13:45.006Z||pool-259-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:13:45.006Z||pool-259-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:13:45.033Z||pool-259-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:13:45.034Z||pool-259-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-06-02T12:13:45.897Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "87328cf1-4281-421a-af09-75358298e837",
  "serviceName": "vFW 2022-06-02 12-05-32",
  "serviceVersion": "1.0",
  "serviceUUID": "eb5268ab-7152-4abf-9d75-12d23ac5c9e9",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "c187b15e-e197-4b0e-8109-a08f5a6326bd",
  "resources": [
    {
      "resourceInstanceName": "vFW 6546320b-fb20 0",
      "resourceCustomizationUUID": "2a01b074-695c-4537-b375-bcca9f6e9202",
      "resourceName": "vFW 6546320b-fb20",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "0a55f16d-6f2a-4e24-90e1-3ea30f83f44b",
      "resourceInvariantUUID": "ed339776-6060-41a4-8b4b-062809a94dbc",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw6546320bfb200_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220602120532/1.0/resourceInstances/vfw6546320bfb200/artifacts/vfw6546320bfb200_modules.json",
          "artifactChecksum": "ZjA4NTI4ZjljNjVhNjM5OWZhMDRkNzI2NzJjN2UyOTM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c39df955-4556-4320-8f8a-22d9ecae4258",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220602120532/1.0/resourceInstances/vfw6546320bfb200/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "77467184-fd19-448c-8620-6a1c57c07137",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220602120532/1.0/resourceInstances/vfw6546320bfb200/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "3974cf48-82bb-4e46-8d8b-5afbbeff7e37",
            "generatedFromUUID": "77467184-fd19-448c-8620-6a1c57c07137"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220602120532/1.0/resourceInstances/vfw6546320bfb200/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "3974cf48-82bb-4e46-8d8b-5afbbeff7e37",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220602120532-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220602120532/1.0/artifacts/service-Vfw20220602120532-csar.csar",
      "artifactChecksum": "ZTBiNzdjNzRhZjUzMzAyMzQ0NmFlZTAwNmI0NjQ4NmI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6e513e16-134e-4820-b809-1a21babad579"
    }
  ],
  "workloadContext": "Production"
}
2022-06-02T12:13:45.897Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-02T12:13:45.898Z|648d1274-0a11-4da7-82ab-a3671a5a7c9c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 eb5268ab-7152-4abf-9d75-12d23ac5c9e9 ASDC
2022-06-02T12:13:45.898Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:87328cf1-4281-421a-af09-75358298e837
ServiceName:vFW 2022-06-02 12-05-32
ServiceVersion:1.0
ServiceUUID:eb5268ab-7152-4abf-9d75-12d23ac5c9e9
ServiceInvariantUUID:c187b15e-e197-4b0e-8109-a08f5a6326bd
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220602120532-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220602120532/1.0/artifacts/service-Vfw20220602120532-csar.csar
ArtifactUUID:6e513e16-134e-4820-b809-1a21babad579
ArtifactChecksum:ZTBiNzdjNzRhZjUzMzAyMzQ0NmFlZTAwNmI0NjQ4NmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 6546320b-fb20 0
ResourceCustomizationUUID:2a01b074-695c-4537-b375-bcca9f6e9202
ResourceInvariantUUID:ed339776-6060-41a4-8b4b-062809a94dbc
ResourceName:vFW 6546320b-fb20
ResourceType:VF
ResourceUUID:0a55f16d-6f2a-4e24-90e1-3ea30f83f44b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw6546320bfb200_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220602120532/1.0/resourceInstances/vfw6546320bfb200/artifacts/vfw6546320bfb200_modules.json
ArtifactUUID:c39df955-4556-4320-8f8a-22d9ecae4258
ArtifactChecksum:ZjA4NTI4ZjljNjVhNjM5OWZhMDRkNzI2NzJjN2UyOTM=
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/Vfw20220602120532/1.0/resourceInstances/vfw6546320bfb200/artifacts/base_vfw.yaml
ArtifactUUID:77467184-fd19-448c-8620-6a1c57c07137
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/Vfw20220602120532/1.0/resourceInstances/vfw6546320bfb200/artifacts/base_vfw.env
ArtifactUUID:3974cf48-82bb-4e46-8d8b-5afbbeff7e37
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/Vfw20220602120532/1.0/resourceInstances/vfw6546320bfb200/artifacts/base_vfw.env
ArtifactUUID:3974cf48-82bb-4e46-8d8b-5afbbeff7e37
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-02T12:13:45.898Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF eb5268ab-7152-4abf-9d75-12d23ac5c9e9 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-06-02T12:13:45.919Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-02T12:13:45.920Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-06-02T12:13:45.920Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-06-02T12:13:45.920Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 6e513e16-134e-4820-b809-1a21babad579 from URL: /sdc/v1/catalog/services/Vfw20220602120532/1.0/artifacts/service-Vfw20220602120532-csar.csar
2022-06-02T12:13:45.921Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-06-02T12:13:45.921Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220602120532/1.0/artifacts/service-Vfw20220602120532-csar.csar
2022-06-02T12:13:47.167Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-06-02T12:13:47.173Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220602120532/1.0/artifacts/service-Vfw20220602120532-csar.csar 6e513e16-134e-4820-b809-1a21babad579 99071
2022-06-02T12:13:47.174Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220602120532/1.0/artifacts/service-Vfw20220602120532-csar.csar ASDC sendASDCNotification
2022-06-02T12:13:47.174Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602120532/1.0/artifacts/service-Vfw20220602120532-csar.csar
2022-06-02T12:13:47.174Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T12:13:47.175Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:13:47.201Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:13:47.201Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "87328cf1-4281-421a-af09-75358298e837",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172027174,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602120532/1.0/artifacts/service-Vfw20220602120532-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:13:47.277Z||pool-260-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 76 ms
2022-06-02T12:13:47.278Z||pool-260-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:13:47.278Z||pool-260-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:13:47.294Z||pool-260-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:13:47.294Z||pool-260-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-02T12:13:48.202Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-02T12:13:48.203Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-06-02T12:13:48.203Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 6e513e16-134e-4820-b809-1a21babad579, URL: /sdc/v1/catalog/services/Vfw20220602120532/1.0/artifacts/service-Vfw20220602120532-csar.csar to file: /app/ASDC/1/service-Vfw20220602120532-csar.csar
2022-06-02T12:13:48.203Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220602120532-csar.csar
2022-06-02T12:13:48.204Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220602120532-csar.csar
2022-06-02T12:13:48.204Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220602120532-csar.csar
2022-06-02T12:13:48.416Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9732475829172869624/Definitions/service-Vfw20220602120532-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-06-02T12:13:50.470Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-02T12:13:50.471Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-06-02T12:13:50.471Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220602120532-csar.csar
2022-06-02T12:13:50.471Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-02T12:13:50.471Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||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-Vfw20220602120532-csar.csar
2022-06-02T12:13:50.472Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||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-Vfw20220602120532-csar.csar
2022-06-02T12:13:50.472Z|87328cf1-4281-421a-af09-75358298e837|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-Vfw20220602120532-csar.csar
2022-06-02T12:13:50.472Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220602120532-csar.csar
2022-06-02T12:13:50.472Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220602120532-csar.csar
2022-06-02T12:13:50.473Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||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-Vfw20220602120532-csar.csar
2022-06-02T12:13:50.473Z|87328cf1-4281-421a-af09-75358298e837|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-Vfw20220602120532-csar.csar
2022-06-02T12:13:50.473Z|87328cf1-4281-421a-af09-75358298e837|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-Vfw20220602120532-csar.csar
2022-06-02T12:13:50.473Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220602120532-csar.csar
2022-06-02T12:13:50.473Z|87328cf1-4281-421a-af09-75358298e837|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-Vfw20220602120532-csar.csar
2022-06-02T12:13:50.474Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220602120532-csar.csar
2022-06-02T12:13:50.474Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 6546320b-fb20 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-Vfw20220602120532-csar.csar
2022-06-02T12:13:50.474Z|87328cf1-4281-421a-af09-75358298e837|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-Vfw20220602120532-csar.csar
2022-06-02T12:13:50.474Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-06-02T12:13:50.475Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:13:50.475Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-02 12-05-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T12:13:50.475Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Node template vFW 6546320b-fb20 0 is matching search criteria
2022-06-02T12:13:50.475Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-06-02T12:13:50.476Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6546320b-fb20 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-02T12:13:50.476Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:13:50.477Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-02 12-05-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T12:13:50.477Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Node template vFW 6546320b-fb20 0 is matching search criteria
2022-06-02T12:13:50.477Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-06-02T12:13:50.477Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6546320b-fb20 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-02T12:13:50.478Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:13:50.478Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-02 12-05-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T12:13:50.478Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:13:50.478Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Node template vFW 6546320b-fb20 0 is not matching search criteria
2022-06-02T12:13:50.479Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T12:13:50.479Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T12:13:50.479Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-02T12:13:50.479Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-02T12:13:50.480Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-02T12:13:50.480Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-02T12:13:50.480Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T12:13:50.480Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-02T12:13:50.481Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-02T12:13:50.481Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-02T12:13:50.481Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-02T12:13:50.481Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-02T12:13:50.482Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-02T12:13:50.482Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-02T12:13:50.482Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T12:13:50.482Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-02T12:13:50.483Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:13:50.483Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-02 12-05-32 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-02T12:13:50.483Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:13:50.483Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Node template vFW 6546320b-fb20 0 is matching search criteria
2022-06-02T12:13:50.484Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6546320b-fb20 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T12:13:50.484Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:13:50.484Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Node template vFW 6546320b-fb20 0 is matching search criteria
2022-06-02T12:13:50.484Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6546320b-fb20 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T12:13:50.485Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:13:50.485Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Node template vFW 6546320b-fb20 0 is matching search criteria
2022-06-02T12:13:50.485Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6546320b-fb20 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T12:13:50.485Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:13:50.486Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Node template vFW 6546320b-fb20 0 is not matching search criteria
2022-06-02T12:13:50.486Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T12:13:50.486Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T12:13:50.486Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-02T12:13:50.487Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-02T12:13:50.487Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-02T12:13:50.487Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-02T12:13:50.487Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-02T12:13:50.488Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-02T12:13:50.488Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-02T12:13:50.488Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-02T12:13:50.488Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T12:13:50.489Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b2791d61-c7bc-4399-87a9-b33065ce29ea
2022-06-02T12:13:50.489Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:13:50.489Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Node template vFW 6546320b-fb20 0 is not matching search criteria
2022-06-02T12:13:50.490Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T12:13:50.490Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T12:13:50.490Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-02T12:13:50.490Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-02T12:13:50.491Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-02T12:13:50.491Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-02T12:13:50.491Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T12:13:50.491Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-02T12:13:50.492Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-02T12:13:50.492Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-02T12:13:50.492Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-02T12:13:50.492Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T12:13:50.492Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=80668d30-b9b2-4b7e-a132-90b7d925ad12
2022-06-02T12:13:50.493Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:13:50.493Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Node template vFW 6546320b-fb20 0 is not matching search criteria
2022-06-02T12:13:50.493Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T12:13:50.494Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T12:13:50.494Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-02T12:13:50.494Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-02T12:13:50.494Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-02T12:13:50.494Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-02T12:13:50.495Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T12:13:50.495Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-02T12:13:50.496Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-02T12:13:50.496Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-02T12:13:50.496Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-02T12:13:50.496Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-02T12:13:50.497Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=36496391-4c07-4798-ab5e-fcd2b822d4f6
2022-06-02T12:13:50.497Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:13:50.497Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-02 12-05-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T12:13:50.497Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:13:50.498Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-02 12-05-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T12:13:50.498Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:13:50.498Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-02 12-05-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T12:13:50.498Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:13:50.498Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-02 12-05-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T12:13:50.499Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-06-02 12-05-32
Description:catalog service description
Model UUID:eb5268ab-7152-4abf-9d75-12d23ac5c9e9
Model Version:NULL
Model InvariantUuid:c187b15e-e197-4b0e-8109-a08f5a6326bd
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 6546320b-fb20
Model UUID:97b8c9e7-1465-4cd3-9732-c1c2e88be5cd
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ed339776-6060-41a4-8b4b-062809a94dbc
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:2a01b074-695c-4537-b375-bcca9f6e9202
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:e821ddce-c494-4ea8-8f7f-05f6d5e73b10
ModelName:Vfw6546320bFb20..base_vfw..module-0
ModelUuid:8a396987-e173-4a09-9953-0c7155006db2
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:b2791d61-c7bc-4399-87a9-b33065ce29ea
ModelInvariantUuid:8dc74257-2348-4191-a395-349e0fcebc0b
ModelName:vFW 6546320b-fb20-nodes.vfwCvfc
ModelUuid:c7f0a8c5-acb9-45f2-908e-517b1511d1dd
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:a6c19b3d-2985-413a-99f3-e3a12645443b
ModelInvariantUuid:acb25089-86ec-425f-ab56-83640d85ea38
ModelName:Vfw6546320bFb20.compute.nodes.heat.vfw
ModelUuid:cc74d8c2-c43a-4d56-8851-14c22b2bec2d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:80668d30-b9b2-4b7e-a132-90b7d925ad12
ModelInvariantUuid:d27f3833-38a3-493c-bf8f-36d8d64c1c8c
ModelName:vFW 6546320b-fb20-nodes.vsnCvfc
ModelUuid:e1df946c-6869-4c6d-a783-7fe18ce50c33
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:b7281105-f469-40c7-b1eb-29c7dd4a4169
ModelInvariantUuid:853ff5a0-33c7-4d77-9fe5-10cc5a866bfe
ModelName:Vfw6546320bFb20.compute.nodes.heat.vsn
ModelUuid:8dfb5507-69bf-4586-ac8f-fb579fede0e2
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:36496391-4c07-4798-ab5e-fcd2b822d4f6
ModelInvariantUuid:493d2507-de81-410c-9fe1-b3250964b292
ModelName:vFW 6546320b-fb20-nodes.vpgCvfc
ModelUuid:05a557cb-573d-478a-ad80-21db4b710091
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:5df32d99-e103-4d95-b344-289d46cd01de
ModelInvariantUuid:5397662d-9659-4851-b671-90bcf4499ff4
ModelName:Vfw6546320bFb20.compute.nodes.heat.vpg
ModelUuid:5544d5f3-6f98-47df-8a4c-690eddcf32c1
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-06-02T12:13:50.507Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 0a55f16d-6f2a-4e24-90e1-3ea30f83f44b
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-06-02T12:13:50.510Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||INFO|500||vFW 6546320b-fb20 0
2022-06-02T12:13:50.510Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0a55f16d-6f2a-4e24-90e1-3ea30f83f44b
2022-06-02T12:13:50.510Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c39df955-4556-4320-8f8a-22d9ecae4258 from URL: /sdc/v1/catalog/services/Vfw20220602120532/1.0/resourceInstances/vfw6546320bfb200/artifacts/vfw6546320bfb200_modules.json
2022-06-02T12:13:50.510Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-06-02T12:13:50.511Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220602120532/1.0/resourceInstances/vfw6546320bfb200/artifacts/vfw6546320bfb200_modules.json
2022-06-02T12:13:50.799Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-06-02T12:13:50.799Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220602120532/1.0/resourceInstances/vfw6546320bfb200/artifacts/vfw6546320bfb200_modules.json c39df955-4556-4320-8f8a-22d9ecae4258 785
2022-06-02T12:13:50.800Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220602120532/1.0/resourceInstances/vfw6546320bfb200/artifacts/vfw6546320bfb200_modules.json ASDC sendASDCNotification
2022-06-02T12:13:50.800Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602120532/1.0/resourceInstances/vfw6546320bfb200/artifacts/vfw6546320bfb200_modules.json
2022-06-02T12:13:50.800Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T12:13:50.801Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:13:50.803Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:13:50.803Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "87328cf1-4281-421a-af09-75358298e837",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172030800,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602120532/1.0/resourceInstances/vfw6546320bfb200/artifacts/vfw6546320bfb200_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:13:50.903Z||pool-261-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-02T12:13:50.904Z||pool-261-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:13:50.904Z||pool-261-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:13:50.934Z||pool-261-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:13:50.934Z||pool-261-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-06-02T12:13:51.804Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw6546320bFb20..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "e821ddce-c494-4ea8-8f7f-05f6d5e73b10",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8a396987-e173-4a09-9953-0c7155006db2",
    "vfModuleModelCustomizationUUID": "decaf8a7-f5e1-4485-957c-e1d1a0d8c50b",
    "isBase": true,
    "artifacts": [
      "77467184-fd19-448c-8620-6a1c57c07137",
      "3974cf48-82bb-4e46-8d8b-5afbbeff7e37"
    ],
    "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-06-02T12:13:51.807Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6546320bFb20..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8a396987-e173-4a09-9953-0c7155006db2
VfModuleModelInvariantUUID:e821ddce-c494-4ea8-8f7f-05f6d5e73b10
VfModuleModelDescription:NULL
Artifacts UUID List:{
77467184-fd19-448c-8620-6a1c57c07137
,
3974cf48-82bb-4e46-8d8b-5afbbeff7e37

}
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-06-02T12:13:51.810Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw6546320bFb20..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "e821ddce-c494-4ea8-8f7f-05f6d5e73b10",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8a396987-e173-4a09-9953-0c7155006db2",
    "vfModuleModelCustomizationUUID": "decaf8a7-f5e1-4485-957c-e1d1a0d8c50b",
    "isBase": true,
    "artifacts": [
      "77467184-fd19-448c-8620-6a1c57c07137",
      "3974cf48-82bb-4e46-8d8b-5afbbeff7e37"
    ],
    "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-06-02T12:13:51.810Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6546320bFb20..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8a396987-e173-4a09-9953-0c7155006db2
VfModuleModelInvariantUUID:e821ddce-c494-4ea8-8f7f-05f6d5e73b10
VfModuleModelDescription:NULL
Artifacts UUID List:{
77467184-fd19-448c-8620-6a1c57c07137
,
3974cf48-82bb-4e46-8d8b-5afbbeff7e37

}
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-06-02T12:13:51.810Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 77467184-fd19-448c-8620-6a1c57c07137 from URL: /sdc/v1/catalog/services/Vfw20220602120532/1.0/resourceInstances/vfw6546320bfb200/artifacts/base_vfw.yaml
2022-06-02T12:13:51.811Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-06-02T12:13:51.811Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220602120532/1.0/resourceInstances/vfw6546320bfb200/artifacts/base_vfw.yaml
2022-06-02T12:13:52.206Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-06-02T12:13:52.208Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220602120532/1.0/resourceInstances/vfw6546320bfb200/artifacts/base_vfw.yaml 77467184-fd19-448c-8620-6a1c57c07137 20368
2022-06-02T12:13:52.208Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220602120532/1.0/resourceInstances/vfw6546320bfb200/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-02T12:13:52.208Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602120532/1.0/resourceInstances/vfw6546320bfb200/artifacts/base_vfw.yaml
2022-06-02T12:13:52.209Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T12:13:52.209Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:13:52.212Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:13:52.212Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "87328cf1-4281-421a-af09-75358298e837",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172032208,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602120532/1.0/resourceInstances/vfw6546320bfb200/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:13:52.312Z||pool-262-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T12:13:52.313Z||pool-262-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:13:52.313Z||pool-262-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:13:52.329Z||pool-262-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:13:52.330Z||pool-262-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-02T12:13:53.213Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 3974cf48-82bb-4e46-8d8b-5afbbeff7e37 from URL: /sdc/v1/catalog/services/Vfw20220602120532/1.0/resourceInstances/vfw6546320bfb200/artifacts/base_vfw.env
2022-06-02T12:13:53.213Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-06-02T12:13:53.214Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220602120532/1.0/resourceInstances/vfw6546320bfb200/artifacts/base_vfw.env
2022-06-02T12:13:53.756Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-06-02T12:13:53.756Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220602120532/1.0/resourceInstances/vfw6546320bfb200/artifacts/base_vfw.env 3974cf48-82bb-4e46-8d8b-5afbbeff7e37 2098
2022-06-02T12:13:53.757Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220602120532/1.0/resourceInstances/vfw6546320bfb200/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-02T12:13:53.757Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602120532/1.0/resourceInstances/vfw6546320bfb200/artifacts/base_vfw.env
2022-06-02T12:13:53.757Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T12:13:53.757Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:13:53.760Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:13:53.760Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "87328cf1-4281-421a-af09-75358298e837",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172033757,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602120532/1.0/resourceInstances/vfw6546320bfb200/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:13:53.860Z||pool-263-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T12:13:53.861Z||pool-263-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:13:53.861Z||pool-263-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:13:53.889Z||pool-263-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:13:53.890Z||pool-263-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-06-02T12:13:54.761Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: eb5268ab-7152-4abf-9d75-12d23ac5c9e9
2022-06-02T12:13:54.761Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 6546320b-fb20 0 0a55f16d-6f2a-4e24-90e1-3ea30f83f44b ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-02T12:13:54.783Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1ee32eee, org.onap.sdc.toscaparser.api.parameters.Input@1af70753, org.onap.sdc.toscaparser.api.parameters.Input@35bcbe0d, org.onap.sdc.toscaparser.api.parameters.Input@4914bad6, org.onap.sdc.toscaparser.api.parameters.Input@4e877944]
2022-06-02T12:13:54.785Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:13:54.785Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-02 12-05-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T12:13:54.785Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-06-02T12:13:54.785Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 2a01b074-695c-4537-b375-bcca9f6e9202
2022-06-02T12:13:54.786Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2a01b074-695c-4537-b375-bcca9f6e9202 matches Tosca VF Customization UUID: 2a01b074-695c-4537-b375-bcca9f6e9202
2022-06-02T12:13:54.786Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 2a01b074-695c-4537-b375-bcca9f6e9202  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-06-02T12:13:54.789Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:13:54.790Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-02 12-05-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T12:13:54.790Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 2a01b074-695c-4537-b375-bcca9f6e9202: {\"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-06-02T12:13:54.791Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@505a7a5c
2022-06-02T12:13:54.791Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:13:54.791Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-02 12-05-32 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-02T12:13:54.791Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : decaf8a7-f5e1-4485-957c-e1d1a0d8c50b
2022-06-02T12:13:54.792Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID decaf8a7-f5e1-4485-957c-e1d1a0d8c50b
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-06-02T12:13:54.794Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:13:54.794Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Node template vFW 6546320b-fb20 0 is matching search criteria
2022-06-02T12:13:54.795Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6546320b-fb20 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T12:13:54.795Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:13:54.795Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Node template vFW 6546320b-fb20 0 is matching search criteria
2022-06-02T12:13:54.795Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6546320b-fb20 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T12:13:54.796Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:13:54.796Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Node template vFW 6546320b-fb20 0 is not matching search criteria
2022-06-02T12:13:54.796Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T12:13:54.796Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T12:13:54.797Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-02T12:13:54.797Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-02T12:13:54.797Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-02T12:13:54.797Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-02T12:13:54.798Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-02T12:13:54.798Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-02T12:13:54.798Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-02T12:13:54.798Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-02T12:13:54.798Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T12:13:54.799Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b2791d61-c7bc-4399-87a9-b33065ce29ea
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-06-02T12:13:54.801Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:13:54.802Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Node template vFW 6546320b-fb20 0 is matching search criteria
2022-06-02T12:13:54.802Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6546320b-fb20 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T12:13:54.802Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:13:54.802Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Node template vFW 6546320b-fb20 0 is not matching search criteria
2022-06-02T12:13:54.802Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T12:13:54.802Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T12:13:54.803Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-02T12:13:54.803Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-02T12:13:54.803Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-02T12:13:54.803Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-02T12:13:54.803Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T12:13:54.804Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-02T12:13:54.804Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-02T12:13:54.804Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-02T12:13:54.804Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-02T12:13:54.804Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T12:13:54.804Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=80668d30-b9b2-4b7e-a132-90b7d925ad12
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-06-02T12:13:54.811Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:13:54.811Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Node template vFW 6546320b-fb20 0 is matching search criteria
2022-06-02T12:13:54.812Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6546320b-fb20 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T12:13:54.812Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:13:54.813Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Node template vFW 6546320b-fb20 0 is not matching search criteria
2022-06-02T12:13:54.813Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T12:13:54.813Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T12:13:54.813Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-02T12:13:54.813Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-02T12:13:54.814Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-02T12:13:54.814Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-02T12:13:54.814Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T12:13:54.814Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-02T12:13:54.815Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-02T12:13:54.815Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-02T12:13:54.815Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-02T12:13:54.815Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-02T12:13:54.816Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=36496391-4c07-4798-ab5e-fcd2b822d4f6
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-06-02T12:13:54.818Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:13:54.819Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Node template vFW 6546320b-fb20 0 is matching search criteria
2022-06-02T12:13:54.819Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6546320b-fb20 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T12:13:54.819Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:13:54.820Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Node template vFW 6546320b-fb20 0 is matching search criteria
2022-06-02T12:13:54.820Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6546320b-fb20 0] matching following query criteria: sdcType=VF, customizationUUID=2a01b074-695c-4537-b375-bcca9f6e9202
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-06-02T12:13:54.822Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:13:54.822Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-02 12-05-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T12:13:54.822Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid eb5268ab-7152-4abf-9d75-12d23ac5c9e9: vFW 6546320b-fb20
2022-06-02T12:13:54.823Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:13:54.823Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-02 12-05-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T12:13:54.823Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:13:54.823Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-02 12-05-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T12:13:54.824Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:13:54.827Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-02 12-05-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T12:13:54.828Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:13:54.828Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-02 12-05-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T12:13:54.829Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:13:54.829Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-02 12-05-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T12:13:54.829Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2022-06-02 12-05-32 
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-06-02T12:13:55.339Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 6546320b-fb20 0a55f16d-6f2a-4e24-90e1-3ea30f83f44b 1 ASDC deployResourceStructure
2022-06-02T12:13:55.340Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220602120532/1.0/resourceInstances/vfw6546320bfb200/artifacts/vfw6546320bfb200_modules.json ASDC sendASDCNotification
2022-06-02T12:13:55.340Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602120532/1.0/resourceInstances/vfw6546320bfb200/artifacts/vfw6546320bfb200_modules.json
2022-06-02T12:13:55.340Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T12:13:55.340Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:13:55.343Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:13:55.343Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "87328cf1-4281-421a-af09-75358298e837",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172035340,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602120532/1.0/resourceInstances/vfw6546320bfb200/artifacts/vfw6546320bfb200_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-02T12:13:55.443Z||pool-264-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T12:13:55.444Z||pool-264-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:13:55.444Z||pool-264-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:13:55.477Z||pool-264-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:13:55.477Z||pool-264-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-06-02T12:13:56.344Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220602120532/1.0/resourceInstances/vfw6546320bfb200/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-02T12:13:56.344Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602120532/1.0/resourceInstances/vfw6546320bfb200/artifacts/base_vfw.yaml
2022-06-02T12:13:56.344Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T12:13:56.345Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:13:56.346Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:13:56.347Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "87328cf1-4281-421a-af09-75358298e837",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172036344,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602120532/1.0/resourceInstances/vfw6546320bfb200/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-02T12:13:56.447Z||pool-265-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T12:13:56.448Z||pool-265-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:13:56.448Z||pool-265-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:13:56.496Z||pool-265-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:13:56.497Z||pool-265-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":0,"count":1}
2022-06-02T12:13:57.347Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220602120532/1.0/resourceInstances/vfw6546320bfb200/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-02T12:13:57.348Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602120532/1.0/resourceInstances/vfw6546320bfb200/artifacts/base_vfw.env
2022-06-02T12:13:57.348Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T12:13:57.348Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:13:57.350Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:13:57.350Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "87328cf1-4281-421a-af09-75358298e837",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172037347,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602120532/1.0/resourceInstances/vfw6546320bfb200/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-02T12:13:57.450Z||pool-266-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T12:13:57.451Z||pool-266-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:13:57.451Z||pool-266-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:13:57.470Z||pool-266-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:13:57.471Z||pool-266-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-02T12:13:58.351Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220602120532/1.0/artifacts/service-Vfw20220602120532-csar.csar ASDC sendASDCNotification
2022-06-02T12:13:58.351Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602120532/1.0/artifacts/service-Vfw20220602120532-csar.csar
2022-06-02T12:13:58.352Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T12:13:58.352Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:13:58.354Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:13:58.355Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "87328cf1-4281-421a-af09-75358298e837",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172038351,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602120532/1.0/artifacts/service-Vfw20220602120532-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T12:13:58.456Z||pool-267-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-02T12:13:58.457Z||pool-267-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:13:58.457Z||pool-267-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:13:58.490Z||pool-267-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:13:58.491Z||pool-267-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-06-02T12:13:59.355Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 87328cf1-4281-421a-af09-75358298e837
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-02T12:13:59.364Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 87328cf1-4281-421a-af09-75358298e837
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-06-02T12:13:59.365Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T12:13:59.365Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-02T12:13:59.365Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-02T12:13:59.366Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-02T12:13:59.366Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-06-02T12:13:59.366Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-06-02T12:13:59.368Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-02T12:14:01.711Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T12:14:01.711Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|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-06-02T12:14:01.711Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|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 vhEFpQtZO3nowL1S) ...
2022-06-02T12:14:01.781Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:14:01.782Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:14:01.782Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3df8b88f-0b9f-43f4-b21e-48da638c92e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171955027,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d3df8b88f-0b9f-43f4-b21e-48da638c92e5 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/7957523a-8626-437e-b4ad-abec6a9c8fcc/model-vers/model-ver/97d896a0-916a-4fcb-b584-8c3ce2fe20cf (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/7957523a-8626-437e-b4ad-abec6a9c8fcc/model-vers/model-ver/97d896a0-916a-4fcb-b584-8c3ce2fe20cf) (ec\u003dERR.5.4.6114)"
}
2022-06-02T12:14:01.783Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:14:01.783Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:14:01.783Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171741708,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:14:01.783Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:14:01.784Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:14:01.784Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171741708,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-02T12:14:01.784Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:14:01.784Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:14:01.784Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171741708,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-02T12:14:01.784Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:14:01.784Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:14:01.784Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171741708,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:14:01.784Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:14:01.784Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:14:01.784Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171741708,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-06-02T12:14:01.784Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:14:01.784Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:14:01.784Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171741708,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-06-02T12:14:01.784Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:14:01.785Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:14:01.785Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171741708,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-06-02T12:14:01.785Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:14:01.785Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:14:01.785Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171741708,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:14:01.785Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:14:01.785Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:14:01.785Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171741708,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:14:01.785Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:14:01.786Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:14:01.786Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171741708,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T12:14:01.786Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:14:01.786Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:14:01.786Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171967674,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:14:01.786Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:14:01.787Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:14:01.787Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171970498,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:14:01.787Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:14:01.787Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:14:01.787Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171972051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:14:01.787Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:14:01.787Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:14:01.787Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171973662,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:14:01.788Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:14:01.788Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:14:01.788Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171975058,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:14:01.788Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:14:01.788Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:14:01.788Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171976167,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:14:01.788Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:14:01.788Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:14:01.788Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171977247,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-02T12:14:01.789Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:14:01.789Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:14:01.789Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171978251,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-06-02T12:14:01.789Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:14:01.790Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:14:01.790Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171979255,
  "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-06-02T12:14:01.790Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:14:01.790Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:14:01.790Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171980259,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-06-02T12:14:01.790Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:14:01.790Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:14:01.790Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171981262,
  "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-06-02T12:14:01.791Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:14:29.368Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 87328cf1-4281-421a-af09-75358298e837 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-06-02T12:14:29.374Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 87328cf1-4281-421a-af09-75358298e837 and serviceModelVersionId: eb5268ab-7152-4abf-9d75-12d23ac5c9e9
2022-06-02T12:14:29.374Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c187b15e-e197-4b0e-8109-a08f5a6326bd
2022-06-02T12:14:29.375Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c187b15e-e197-4b0e-8109-a08f5a6326bd/model-vers/model-ver/eb5268ab-7152-4abf-9d75-12d23ac5c9e9?depth=0
2022-06-02T12:14:29.379Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-06-02T12:14:29.426Z|87328cf1-4281-421a-af09-75358298e837|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/c187b15e-e197-4b0e-8109-a08f5a6326bd/model-vers/model-ver/eb5268ab-7152-4abf-9d75-12d23ac5c9e9?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-06-02T12:14:29.428Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c187b15e-e197-4b0e-8109-a08f5a6326bd/model-vers/model-ver/eb5268ab-7152-4abf-9d75-12d23ac5c9e9?depth=0|INFO|500||Invoke
2022-06-02T12:14:29.453Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c187b15e-e197-4b0e-8109-a08f5a6326bd/model-vers/model-ver/eb5268ab-7152-4abf-9d75-12d23ac5c9e9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-06-02T12:14:29.497Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c187b15e-e197-4b0e-8109-a08f5a6326bd/model-vers/model-ver/eb5268ab-7152-4abf-9d75-12d23ac5c9e9?depth=0|INFO|404|Not Found|InvokeReturn
2022-06-02T12:14:29.498Z|87328cf1-4281-421a-af09-75358298e837|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/c187b15e-e197-4b0e-8109-a08f5a6326bd/model-vers/model-ver/eb5268ab-7152-4abf-9d75-12d23ac5c9e9?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220602-12:14:29:327-76380], Content-Length=[495], Date=[Thu, 02 Jun 2022 12:14:29 GMT], Content-Type=[application/json]}
2022-06-02T12:14:29.521Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/c187b15e-e197-4b0e-8109-a08f5a6326bd/model-vers/model-ver/eb5268ab-7152-4abf-9d75-12d23ac5c9e9","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/c187b15e-e197-4b0e-8109-a08f5a6326bd/model-vers/model-ver/eb5268ab-7152-4abf-9d75-12d23ac5c9e9","ERR.5.4.6114"]}}}

2022-06-02T12:14:29.525Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=87328cf1-4281-421a-af09-75358298e837 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/c187b15e-e197-4b0e-8109-a08f5a6326bd/model-vers/model-ver/eb5268ab-7152-4abf-9d75-12d23ac5c9e9 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/c187b15e-e197-4b0e-8109-a08f5a6326bd/model-vers/model-ver/eb5268ab-7152-4abf-9d75-12d23ac5c9e9) (ec=ERR.5.4.6114)
2022-06-02T12:14:29.525Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=87328cf1-4281-421a-af09-75358298e837 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/c187b15e-e197-4b0e-8109-a08f5a6326bd/model-vers/model-ver/eb5268ab-7152-4abf-9d75-12d23ac5c9e9 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/c187b15e-e197-4b0e-8109-a08f5a6326bd/model-vers/model-ver/eb5268ab-7152-4abf-9d75-12d23ac5c9e9) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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-06-02T12:14:29.525Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=87328cf1-4281-421a-af09-75358298e837 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/c187b15e-e197-4b0e-8109-a08f5a6326bd/model-vers/model-ver/eb5268ab-7152-4abf-9d75-12d23ac5c9e9 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/c187b15e-e197-4b0e-8109-a08f5a6326bd/model-vers/model-ver/eb5268ab-7152-4abf-9d75-12d23ac5c9e9) (ec=ERR.5.4.6114)
2022-06-02T12:14:29.525Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=87328cf1-4281-421a-af09-75358298e837 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/c187b15e-e197-4b0e-8109-a08f5a6326bd/model-vers/model-ver/eb5268ab-7152-4abf-9d75-12d23ac5c9e9 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/c187b15e-e197-4b0e-8109-a08f5a6326bd/model-vers/model-ver/eb5268ab-7152-4abf-9d75-12d23ac5c9e9) (ec=ERR.5.4.6114)
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-06-02T12:14:29.535Z|87328cf1-4281-421a-af09-75358298e837|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-06-02T12:14:29.537Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 87328cf1-4281-421a-af09-75358298e837 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=87328cf1-4281-421a-af09-75358298e837 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/c187b15e-e197-4b0e-8109-a08f5a6326bd/model-vers/model-ver/eb5268ab-7152-4abf-9d75-12d23ac5c9e9 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/c187b15e-e197-4b0e-8109-a08f5a6326bd/model-vers/model-ver/eb5268ab-7152-4abf-9d75-12d23ac5c9e9) (ec=ERR.5.4.6114)
2022-06-02T12:14:29.537Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-02T12:14:29.537Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:14:29.539Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:14:29.540Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "87328cf1-4281-421a-af09-75358298e837",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172069537,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d87328cf1-4281-421a-af09-75358298e837 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/c187b15e-e197-4b0e-8109-a08f5a6326bd/model-vers/model-ver/eb5268ab-7152-4abf-9d75-12d23ac5c9e9 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/c187b15e-e197-4b0e-8109-a08f5a6326bd/model-vers/model-ver/eb5268ab-7152-4abf-9d75-12d23ac5c9e9) (ec\u003dERR.5.4.6114)"
}
2022-06-02T12:14:29.642Z||pool-268-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-02T12:14:29.643Z||pool-268-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:14:29.643Z||pool-268-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:14:29.678Z||pool-268-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:14:29.679Z||pool-268-thread-1|||||INFO|500||cambria reply ok (37 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-06-02T12:14:30.549Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-02T12:14:30.549Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"80bbccc4-e96c-4313-b3d0-c8fe5007cc7b","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"baf50763-5918-4b79-959c-2931ad13a557","serviceDescription":"service","serviceInvariantUUID":"2068ac33-6242-41fb-ab22-855519994d83","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"44461d11-c2db-4325-8f29-8eee940f1308","resourceInvariantUUID":"b4a3f5e2-10dc-4f2f-9648-600a1247aa8e","resourceCustomizationUUID":"9c356169-69e4-44f1-841a-8b32769b3167","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":"NDc3NTUxYzU0ZjJkYmQzMWU5M2ZjMTFmZjYwZjU3NjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"83e7b988-a12f-434e-89e4-d669d8615a0f","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":"82064c37-a868-4545-90ab-d0812b732b22","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":"c2c1824e-b8d6-4e00-bcf5-d367711417bf","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":"MmU4Mjk2ZDkwY2Y3N2RlNWEzMzg4NjEyZmNjMTE5ZGQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"5be16175-bf5d-4681-9662-86264ac0fe69","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":"8c2af1b8-c8e5-4b80-8c34-6b8914036195","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":"e35c0c53-b02d-4027-8f6f-5186a2489d7f","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":"8906d267-9b21-434c-97a0-9213c2ce416f","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":"NDkyZjg3MWM1MTAxN2M3NmJjNzU0ZGE1NDViNTRiZWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c7a26e88-6f69-423e-be1c-d6b3c787c7d4","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NTExZjFjNTY4ZTgyMjZlMmE5ZTk5MDYxMDQ3MmFmMjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"236f493b-81c8-40c6-964f-6db30f760f0a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-02T12:14:30.550Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T12:14:30.550Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:14:30.552Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:14:30.552Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "80bbccc4-e96c-4313-b3d0-c8fe5007cc7b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172014446,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:14:30.652Z||pool-269-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T12:14:30.653Z||pool-269-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:14:30.653Z||pool-269-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:14:30.674Z||pool-269-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:14:30.675Z||pool-269-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-02T12:14:31.553Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T12:14:31.553Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:14:31.555Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:14:31.555Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "80bbccc4-e96c-4313-b3d0-c8fe5007cc7b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172014446,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:14:31.655Z||pool-270-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T12:14:31.656Z||pool-270-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:14:31.656Z||pool-270-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:14:31.705Z||pool-270-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:14:31.706Z||pool-270-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":0,"count":1}
2022-06-02T12:14:32.556Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T12:14:32.556Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:14:32.558Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:14:32.558Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "80bbccc4-e96c-4313-b3d0-c8fe5007cc7b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172014446,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:14:32.658Z||pool-271-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T12:14:32.659Z||pool-271-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:14:32.659Z||pool-271-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:14:32.683Z||pool-271-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:14:32.684Z||pool-271-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-02T12:14:33.559Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T12:14:33.559Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:14:33.561Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:14:33.561Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "80bbccc4-e96c-4313-b3d0-c8fe5007cc7b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172014446,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:14:33.661Z||pool-272-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T12:14:33.662Z||pool-272-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:14:33.662Z||pool-272-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:14:33.685Z||pool-272-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:14:33.686Z||pool-272-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":2,"count":1}
2022-06-02T12:14:34.562Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T12:14:34.562Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:14:34.564Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:14:34.564Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "80bbccc4-e96c-4313-b3d0-c8fe5007cc7b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172014446,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:14:34.664Z||pool-273-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T12:14:34.665Z||pool-273-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:14:34.665Z||pool-273-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:14:34.681Z||pool-273-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:14:34.681Z||pool-273-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-02T12:14:35.564Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T12:14:35.565Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:14:35.567Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:14:35.567Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "80bbccc4-e96c-4313-b3d0-c8fe5007cc7b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172014446,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:14:35.667Z||pool-274-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T12:14:35.667Z||pool-274-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:14:35.668Z||pool-274-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:14:35.688Z||pool-274-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:14:35.689Z||pool-274-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":2,"count":1}
2022-06-02T12:14:36.567Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T12:14:36.568Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:14:36.569Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:14:36.570Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "80bbccc4-e96c-4313-b3d0-c8fe5007cc7b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172014446,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:14:36.670Z||pool-275-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-02T12:14:36.670Z||pool-275-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:14:36.670Z||pool-275-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:14:36.688Z||pool-275-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:14:36.688Z||pool-275-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-02T12:14:37.571Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T12:14:37.571Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:14:37.574Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:14:37.575Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "80bbccc4-e96c-4313-b3d0-c8fe5007cc7b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172014446,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:14:37.680Z||pool-276-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-06-02T12:14:37.681Z||pool-276-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:14:37.681Z||pool-276-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:14:37.721Z||pool-276-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:14:37.721Z||pool-276-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-06-02T12:14:38.575Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T12:14:38.576Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:14:38.578Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:14:38.578Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "80bbccc4-e96c-4313-b3d0-c8fe5007cc7b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172014446,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T12:14:38.678Z||pool-277-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T12:14:38.679Z||pool-277-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:14:38.679Z||pool-277-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:14:38.697Z||pool-277-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:14:38.698Z||pool-277-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-02T12:14:39.579Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "80bbccc4-e96c-4313-b3d0-c8fe5007cc7b",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "baf50763-5918-4b79-959c-2931ad13a557",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2068ac33-6242-41fb-ab22-855519994d83",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "9c356169-69e4-44f1-841a-8b32769b3167",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "44461d11-c2db-4325-8f29-8eee940f1308",
      "resourceInvariantUUID": "b4a3f5e2-10dc-4f2f-9648-600a1247aa8e",
      "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": "NTExZjFjNTY4ZTgyMjZlMmE5ZTk5MDYxMDQ3MmFmMjU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "236f493b-81c8-40c6-964f-6db30f760f0a"
    }
  ],
  "workloadContext": "Production"
}
2022-06-02T12:14:39.579Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-02T12:14:39.579Z|87328cf1-4281-421a-af09-75358298e837|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 baf50763-5918-4b79-959c-2931ad13a557 ASDC
2022-06-02T12:14:39.579Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:80bbccc4-e96c-4313-b3d0-c8fe5007cc7b
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:baf50763-5918-4b79-959c-2931ad13a557
ServiceInvariantUUID:2068ac33-6242-41fb-ab22-855519994d83
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:236f493b-81c8-40c6-964f-6db30f760f0a
ArtifactChecksum:NTExZjFjNTY4ZTgyMjZlMmE5ZTk5MDYxMDQ3MmFmMjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:9c356169-69e4-44f1-841a-8b32769b3167
ResourceInvariantUUID:b4a3f5e2-10dc-4f2f-9648-600a1247aa8e
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:44461d11-c2db-4325-8f29-8eee940f1308
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-06-02T12:14:39.579Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF baf50763-5918-4b79-959c-2931ad13a557 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-06-02T12:14:39.601Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-02T12:14:39.602Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-06-02T12:14:39.602Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-06-02T12:14:39.602Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 236f493b-81c8-40c6-964f-6db30f760f0a from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-06-02T12:14:39.602Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-06-02T12:14:39.603Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|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-06-02T12:14:39.805Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-06-02T12:14:39.809Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 236f493b-81c8-40c6-964f-6db30f760f0a 105666
2022-06-02T12:14:39.810Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|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-06-02T12:14:39.810Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|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-06-02T12:14:39.810Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T12:14:39.810Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:14:39.812Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:14:39.812Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "80bbccc4-e96c-4313-b3d0-c8fe5007cc7b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172079810,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:14:39.912Z||pool-278-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T12:14:39.913Z||pool-278-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:14:39.913Z||pool-278-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:14:39.929Z||pool-278-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:14:39.929Z||pool-278-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-02T12:14:40.812Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-02T12:14:40.813Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-06-02T12:14:40.813Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 236f493b-81c8-40c6-964f-6db30f760f0a, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-02T12:14:40.813Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-06-02T12:14:40.814Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-02T12:14:40.814Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-02T12:14:40.929Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6577930608670705138/Definitions/service-TestPnfMacro-template.yml
2022-06-02T12:14:41.654Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-02T12:14:41.654Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-06-02T12:14:41.654Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-02T12:14:41.654Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-02T12:14:41.654Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|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-06-02T12:14:41.654Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|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-06-02T12:14:41.654Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|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-06-02T12:14:41.655Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|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-06-02T12:14:41.655Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|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-06-02T12:14:41.655Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|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-06-02T12:14:41.655Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|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-06-02T12:14:41.655Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-06-02T12:14:41.655Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:14:41.655Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|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-06-02T12:14:41.655Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|pool-2-thread-5|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-06-02T12:14:41.655Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-06-02T12:14:41.656Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|pool-2-thread-5|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-02T12:14:41.656Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:14:41.656Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|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-06-02T12:14:41.656Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|pool-2-thread-5|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-06-02T12:14:41.656Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-06-02T12:14:41.656Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|pool-2-thread-5|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-02T12:14:41.656Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:14:41.657Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|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-06-02T12:14:41.657Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:14:41.657Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|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-06-02T12:14:41.657Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:14:41.657Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|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-06-02T12:14:41.657Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:14:41.657Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|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-06-02T12:14:41.657Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:14:41.657Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|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-06-02T12:14:41.658Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:baf50763-5918-4b79-959c-2931ad13a557
Model Version:NULL
Model InvariantUuid:2068ac33-6242-41fb-ab22-855519994d83
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-06-02T12:14:41.665Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: 44461d11-c2db-4325-8f29-8eee940f1308
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-06-02T12:14:41.667Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|pool-2-thread-5|||||INFO|500||test-pnf 0
2022-06-02T12:14:41.667Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 44461d11-c2db-4325-8f29-8eee940f1308
2022-06-02T12:14:41.667Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|pool-2-thread-5|||||DEBUG|500||No resources found for Service: baf50763-5918-4b79-959c-2931ad13a557
2022-06-02T12:14:41.668Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: baf50763-5918-4b79-959c-2931ad13a557
2022-06-02T12:14:41.668Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 44461d11-c2db-4325-8f29-8eee940f1308 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-06-02T12:14:41.672Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@59d19d7c, org.onap.sdc.toscaparser.api.parameters.Input@3208148b, org.onap.sdc.toscaparser.api.parameters.Input@5d19b81a, org.onap.sdc.toscaparser.api.parameters.Input@e1e9817, org.onap.sdc.toscaparser.api.parameters.Input@5bf1ded5]
2022-06-02T12:14:41.672Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:14:41.672Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|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-06-02T12:14:41.673Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid baf50763-5918-4b79-959c-2931ad13a557: test-pnf
2022-06-02T12:14:41.673Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|pool-2-thread-5|||||INFO|500||Processing PNF resource: 44461d11-c2db-4325-8f29-8eee940f1308
2022-06-02T12:14:41.673Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:14:41.673Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|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-06-02T12:14:41.673Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|pool-2-thread-5|||||INFO|500||Resource customization UUID: 9c356169-69e4-44f1-841a-8b32769b3167 is the same as notified resource customizationUUID: 9c356169-69e4-44f1-841a-8b32769b3167
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-06-02T12:14:41.701Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 44461d11-c2db-4325-8f29-8eee940f1308 0 ASDC deployResourceStructure
2022-06-02T12:14:41.702Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|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-06-02T12:14:41.702Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|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-06-02T12:14:41.702Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T12:14:41.703Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:14:41.705Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:14:41.705Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "80bbccc4-e96c-4313-b3d0-c8fe5007cc7b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172081702,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T12:14:41.805Z||pool-279-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T12:14:41.806Z||pool-279-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:14:41.806Z||pool-279-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:14:41.823Z||pool-279-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:14:41.823Z||pool-279-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-02T12:14:42.706Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 80bbccc4-e96c-4313-b3d0-c8fe5007cc7b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-02T12:14:42.714Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 80bbccc4-e96c-4313-b3d0-c8fe5007cc7b
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-06-02T12:14:42.716Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T12:14:42.717Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-02T12:14:42.717Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-02T12:14:42.717Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-02T12:14:42.718Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-02T12:14:42.718Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-06-02T12:14:42.718Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-06-02T12:14:42.721Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-02T12:15:01.711Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T12:15:01.711Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|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-06-02T12:15:01.711Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|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 vhEFpQtZO3nowL1S) ...
2022-06-02T12:15:01.756Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:15:01.757Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:15:01.757Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654171982267,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T12:15:01.757Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:15:01.757Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:15:01.757Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "648d1274-0a11-4da7-82ab-a3671a5a7c9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172013432,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d648d1274-0a11-4da7-82ab-a3671a5a7c9c Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/9a114f71-af5c-4e39-95a5-c284be90f6af/model-vers/model-ver/45e226d0-5ccd-4ad9-b0e1-2b3d2adab555 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/9a114f71-af5c-4e39-95a5-c284be90f6af/model-vers/model-ver/45e226d0-5ccd-4ad9-b0e1-2b3d2adab555) (ec\u003dERR.5.4.6114)"
}
2022-06-02T12:15:01.758Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:15:01.758Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:15:01.758Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87328cf1-4281-421a-af09-75358298e837",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172014446,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602120532/1.0/resourceInstances/vfw6546320bfb200/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:15:01.758Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:15:01.758Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:15:01.758Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87328cf1-4281-421a-af09-75358298e837",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172014446,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602120532/1.0/resourceInstances/vfw6546320bfb200/artifacts/vfw6546320bfb200_modules.json",
  "status": "NOTIFIED"
}
2022-06-02T12:15:01.758Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:15:01.759Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:15:01.759Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87328cf1-4281-421a-af09-75358298e837",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172014446,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602120532/1.0/resourceInstances/vfw6546320bfb200/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-02T12:15:01.759Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:15:01.759Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:15:01.759Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87328cf1-4281-421a-af09-75358298e837",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172014446,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602120532/1.0/resourceInstances/vfw6546320bfb200/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:15:01.759Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:15:01.759Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:15:01.759Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87328cf1-4281-421a-af09-75358298e837",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172014446,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602120532/1.0/resourceInstances/vfw6546320bfb200/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-02T12:15:01.759Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:15:01.760Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:15:01.760Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87328cf1-4281-421a-af09-75358298e837",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172014446,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602120532/1.0/artifacts/service-Vfw20220602120532-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:15:01.760Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:15:01.760Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:15:01.760Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87328cf1-4281-421a-af09-75358298e837",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172014446,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602120532/1.0/artifacts/service-Vfw20220602120532-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T12:15:01.760Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:15:01.760Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:15:01.760Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87328cf1-4281-421a-af09-75358298e837",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172027174,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602120532/1.0/artifacts/service-Vfw20220602120532-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:15:01.761Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:15:01.761Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:15:01.761Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87328cf1-4281-421a-af09-75358298e837",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172030800,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602120532/1.0/resourceInstances/vfw6546320bfb200/artifacts/vfw6546320bfb200_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:15:01.761Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:15:01.761Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:15:01.761Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87328cf1-4281-421a-af09-75358298e837",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172032208,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602120532/1.0/resourceInstances/vfw6546320bfb200/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:15:01.761Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:15:01.761Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:15:01.761Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87328cf1-4281-421a-af09-75358298e837",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172033757,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602120532/1.0/resourceInstances/vfw6546320bfb200/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:15:01.761Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:15:01.762Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:15:01.762Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87328cf1-4281-421a-af09-75358298e837",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172035340,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602120532/1.0/resourceInstances/vfw6546320bfb200/artifacts/vfw6546320bfb200_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-02T12:15:01.762Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:15:01.762Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:15:01.762Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87328cf1-4281-421a-af09-75358298e837",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172036344,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602120532/1.0/resourceInstances/vfw6546320bfb200/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-02T12:15:01.762Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:15:01.762Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:15:01.762Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87328cf1-4281-421a-af09-75358298e837",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172037347,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602120532/1.0/resourceInstances/vfw6546320bfb200/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-02T12:15:01.762Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:15:01.763Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:15:01.763Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87328cf1-4281-421a-af09-75358298e837",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172038351,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602120532/1.0/artifacts/service-Vfw20220602120532-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T12:15:01.763Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:15:12.721Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 80bbccc4-e96c-4313-b3d0-c8fe5007cc7b 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-06-02T12:15:12.733Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 80bbccc4-e96c-4313-b3d0-c8fe5007cc7b and serviceModelVersionId: baf50763-5918-4b79-959c-2931ad13a557
2022-06-02T12:15:12.734Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2068ac33-6242-41fb-ab22-855519994d83
2022-06-02T12:15:12.734Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2068ac33-6242-41fb-ab22-855519994d83/model-vers/model-ver/baf50763-5918-4b79-959c-2931ad13a557?depth=0
2022-06-02T12:15:12.739Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-06-02T12:15:12.766Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2068ac33-6242-41fb-ab22-855519994d83/model-vers/model-ver/baf50763-5918-4b79-959c-2931ad13a557?depth=0|INFO|500||Invoke
2022-06-02T12:15:12.766Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2068ac33-6242-41fb-ab22-855519994d83/model-vers/model-ver/baf50763-5918-4b79-959c-2931ad13a557?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2068ac33-6242-41fb-ab22-855519994d83/model-vers/model-ver/baf50763-5918-4b79-959c-2931ad13a557?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[80bbccc4-e96c-4313-b3d0-c8fe5007cc7b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[803aa712-2f2c-408e-9804-f3e786e6d4fa], X-ECOMP-RequestID=[80bbccc4-e96c-4313-b3d0-c8fe5007cc7b], X-TransactionId=[], X-ONAP-RequestID=[80bbccc4-e96c-4313-b3d0-c8fe5007cc7b], Content-Type=[application/merge-patch+json]}
2022-06-02T12:15:12.792Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2068ac33-6242-41fb-ab22-855519994d83/model-vers/model-ver/baf50763-5918-4b79-959c-2931ad13a557?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-06-02T12:15:12.906Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2068ac33-6242-41fb-ab22-855519994d83/model-vers/model-ver/baf50763-5918-4b79-959c-2931ad13a557?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/2068ac33-6242-41fb-ab22-855519994d83/model-vers/model-ver/baf50763-5918-4b79-959c-2931ad13a557?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220602-12:15:12:681-84631], Content-Length=[495], Date=[Thu, 02 Jun 2022 12:15:12 GMT], Content-Type=[application/json]}
2022-06-02T12:15:12.907Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2068ac33-6242-41fb-ab22-855519994d83/model-vers/model-ver/baf50763-5918-4b79-959c-2931ad13a557?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/2068ac33-6242-41fb-ab22-855519994d83/model-vers/model-ver/baf50763-5918-4b79-959c-2931ad13a557","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/2068ac33-6242-41fb-ab22-855519994d83/model-vers/model-ver/baf50763-5918-4b79-959c-2931ad13a557","ERR.5.4.6114"]}}}

2022-06-02T12:15:12.908Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2068ac33-6242-41fb-ab22-855519994d83/model-vers/model-ver/baf50763-5918-4b79-959c-2931ad13a557?depth=0|INFO|404|Not Found|InvokeReturn
2022-06-02T12:15:12.913Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=80bbccc4-e96c-4313-b3d0-c8fe5007cc7b Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/2068ac33-6242-41fb-ab22-855519994d83/model-vers/model-ver/baf50763-5918-4b79-959c-2931ad13a557 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/2068ac33-6242-41fb-ab22-855519994d83/model-vers/model-ver/baf50763-5918-4b79-959c-2931ad13a557) (ec=ERR.5.4.6114)
2022-06-02T12:15:12.913Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|pool-2-thread-5|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=80bbccc4-e96c-4313-b3d0-c8fe5007cc7b Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/2068ac33-6242-41fb-ab22-855519994d83/model-vers/model-ver/baf50763-5918-4b79-959c-2931ad13a557 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/2068ac33-6242-41fb-ab22-855519994d83/model-vers/model-ver/baf50763-5918-4b79-959c-2931ad13a557) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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-06-02T12:15:12.914Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=80bbccc4-e96c-4313-b3d0-c8fe5007cc7b Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/2068ac33-6242-41fb-ab22-855519994d83/model-vers/model-ver/baf50763-5918-4b79-959c-2931ad13a557 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/2068ac33-6242-41fb-ab22-855519994d83/model-vers/model-ver/baf50763-5918-4b79-959c-2931ad13a557) (ec=ERR.5.4.6114)
2022-06-02T12:15:12.914Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=80bbccc4-e96c-4313-b3d0-c8fe5007cc7b Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/2068ac33-6242-41fb-ab22-855519994d83/model-vers/model-ver/baf50763-5918-4b79-959c-2931ad13a557 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/2068ac33-6242-41fb-ab22-855519994d83/model-vers/model-ver/baf50763-5918-4b79-959c-2931ad13a557) (ec=ERR.5.4.6114)
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-06-02T12:15:12.921Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|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-06-02T12:15:12.921Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 80bbccc4-e96c-4313-b3d0-c8fe5007cc7b and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=80bbccc4-e96c-4313-b3d0-c8fe5007cc7b Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/2068ac33-6242-41fb-ab22-855519994d83/model-vers/model-ver/baf50763-5918-4b79-959c-2931ad13a557 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/2068ac33-6242-41fb-ab22-855519994d83/model-vers/model-ver/baf50763-5918-4b79-959c-2931ad13a557) (ec=ERR.5.4.6114)
2022-06-02T12:15:12.922Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-02T12:15:12.922Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:15:12.924Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:15:12.924Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "80bbccc4-e96c-4313-b3d0-c8fe5007cc7b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172112922,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d80bbccc4-e96c-4313-b3d0-c8fe5007cc7b Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/2068ac33-6242-41fb-ab22-855519994d83/model-vers/model-ver/baf50763-5918-4b79-959c-2931ad13a557 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/2068ac33-6242-41fb-ab22-855519994d83/model-vers/model-ver/baf50763-5918-4b79-959c-2931ad13a557) (ec\u003dERR.5.4.6114)"
}
2022-06-02T12:15:13.024Z||pool-280-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T12:15:13.025Z||pool-280-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:15:13.025Z||pool-280-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:15:13.043Z||pool-280-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:15:13.043Z||pool-280-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-06-02T12:15:13.934Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T12:15:13.934Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|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-06-02T12:15:13.935Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|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 vhEFpQtZO3nowL1S) ...
2022-06-02T12:15:23.492Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:15:23.492Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T12:15:23.493Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|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-06-02T12:15:23.493Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|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 vhEFpQtZO3nowL1S) ...
2022-06-02T12:15:33.053Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:15:33.054Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T12:15:33.054Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|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-06-02T12:15:33.055Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|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 vhEFpQtZO3nowL1S) ...
2022-06-02T12:15:42.617Z|80bbccc4-e96c-4313-b3d0-c8fe5007cc7b|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:15:42.618Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T12:15:42.619Z||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-06-02T12:15:42.619Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T12:15:52.189Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:15:52.190Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T12:15:52.190Z||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-06-02T12:15:52.190Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T12:16:01.711Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T12:16:01.712Z||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-06-02T12:16:01.712Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T12:16:01.748Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:16:01.749Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T12:16:01.749Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87328cf1-4281-421a-af09-75358298e837",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172069537,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d87328cf1-4281-421a-af09-75358298e837 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/c187b15e-e197-4b0e-8109-a08f5a6326bd/model-vers/model-ver/eb5268ab-7152-4abf-9d75-12d23ac5c9e9 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/c187b15e-e197-4b0e-8109-a08f5a6326bd/model-vers/model-ver/eb5268ab-7152-4abf-9d75-12d23ac5c9e9) (ec\u003dERR.5.4.6114)"
}
2022-06-02T12:16:01.750Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:16:01.750Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T12:16:01.750Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80bbccc4-e96c-4313-b3d0-c8fe5007cc7b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172014446,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:16:01.750Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:16:01.750Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T12:16:01.750Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80bbccc4-e96c-4313-b3d0-c8fe5007cc7b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172014446,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:16:01.751Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:16:01.751Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T12:16:01.751Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80bbccc4-e96c-4313-b3d0-c8fe5007cc7b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172014446,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:16:01.751Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:16:01.752Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T12:16:01.752Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80bbccc4-e96c-4313-b3d0-c8fe5007cc7b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172014446,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:16:01.752Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:16:01.752Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T12:16:01.752Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80bbccc4-e96c-4313-b3d0-c8fe5007cc7b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172014446,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:16:01.752Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:16:01.753Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T12:16:01.753Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80bbccc4-e96c-4313-b3d0-c8fe5007cc7b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172014446,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:16:01.753Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:16:01.753Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T12:16:01.753Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80bbccc4-e96c-4313-b3d0-c8fe5007cc7b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172014446,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:16:01.753Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:16:01.753Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T12:16:01.753Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80bbccc4-e96c-4313-b3d0-c8fe5007cc7b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172014446,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:16:01.754Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:16:01.754Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T12:16:01.754Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80bbccc4-e96c-4313-b3d0-c8fe5007cc7b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172014446,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T12:16:01.754Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:16:01.754Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T12:16:01.754Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80bbccc4-e96c-4313-b3d0-c8fe5007cc7b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172079810,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:16:01.754Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:16:01.754Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T12:16:01.754Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80bbccc4-e96c-4313-b3d0-c8fe5007cc7b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172081702,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T12:16:01.755Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:16:01.769Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:16:01.769Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T12:16:01.770Z||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-06-02T12:16:01.770Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T12:16:11.339Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:17:01.708Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T12:17:01.709Z||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-06-02T12:17:01.709Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T12:17:01.711Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T12:17:01.711Z||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-06-02T12:17:01.711Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T12:17:02.263Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:17:02.264Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-02T12:17:02.264Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80bbccc4-e96c-4313-b3d0-c8fe5007cc7b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172112922,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d80bbccc4-e96c-4313-b3d0-c8fe5007cc7b Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/2068ac33-6242-41fb-ab22-855519994d83/model-vers/model-ver/baf50763-5918-4b79-959c-2931ad13a557 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/2068ac33-6242-41fb-ab22-855519994d83/model-vers/model-ver/baf50763-5918-4b79-959c-2931ad13a557) (ec\u003dERR.5.4.6114)"
}
2022-06-02T12:17:02.265Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:17:11.322Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:18:01.708Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T12:18:01.709Z||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-06-02T12:18:01.709Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T12:18:01.710Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T12:18:01.711Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|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-06-02T12:18:01.711Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|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 vhEFpQtZO3nowL1S) ...
2022-06-02T12:18:11.325Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:18:11.328Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:19:01.711Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T12:19:01.711Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T12:19:01.714Z||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-06-02T12:19:01.714Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T12:19:01.714Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T12:19:01.714Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:19:11.319Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:19:11.327Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:20:01.708Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T12:20:01.710Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T12:20:01.710Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:20:01.711Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T12:20:01.711Z||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-06-02T12:20:01.711Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T12:20:02.418Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:20:02.419Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-02T12:20:02.419Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"04e0df81-40d8-40c1-b3ec-24927c4c197d","serviceName":"Demo_pNF_AtiUSZ2UIw25EBdZOpYR","serviceVersion":"1.0","serviceUUID":"2a72b502-351a-4b76-bf5f-e1e59957401a","serviceDescription":"catalog service description","serviceInvariantUUID":"176e4109-8c7b-477c-8543-f432b2f9149b","resources":[{"resourceInstanceName":"pNF 2ef32ab5-976a 0","resourceName":"pNF 2ef32ab5-976a","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"a47336bb-21a4-4819-912c-12d01fd54b3e","resourceInvariantUUID":"b23226ff-131c-41dc-91ec-e3702cd5566d","resourceCustomizationUUID":"3d85450a-c758-444e-bd31-2de0a75bc181","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAtiusz2uiw25ebdzopyr/1.0/resourceInstances/pnf2ef32ab5976a0/artifacts/vf-license-model.xml","artifactChecksum":"ODk3ZDRjZmE5MGIwM2M5NTI5ZGM5ZjZmZjExNDI5YTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"42d8a267-bc24-4aee-bb9c-ac7a61e0188f","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAtiusz2uiw25ebdzopyr/1.0/resourceInstances/pnf2ef32ab5976a0/artifacts/pNF.csar","artifactChecksum":"YjMxNmYxMjM1ZTk4MjM4MjFhZmFlODA5YzA2M2FmY2Y\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fae8ae0d-5116-4e50-9ea2-3f066f638787","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAtiusz2uiw25ebdzopyr/1.0/resourceInstances/pnf2ef32ab5976a0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6c486fe4-9fc4-48fe-bd6c-f4866b1eb01d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAtiusz2uiw25ebdzopyr/1.0/resourceInstances/pnf2ef32ab5976a0/artifacts/vendor-license-model.xml","artifactChecksum":"MDg5MmIwODMwYmQ2N2UyZjI0OGY0NTlhOTkzYTI1NzY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3f924636-d482-42ae-b6a6-d128ce45344a","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfAtiusz2uiw25ebdzopyr/1.0/resourceInstances/pnf2ef32ab5976a0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2468f2c4-b478-4950-b3c6-d03947d6f50b","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfAtiusz2uiw25ebdzopyr/1.0/resourceInstances/pnf2ef32ab5976a0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"567d3101-285e-4a2d-aa70-e346fb12db54","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfAtiusz2uiw25ebdzopyr-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAtiusz2uiw25ebdzopyr/1.0/artifacts/service-DemoPnfAtiusz2uiw25ebdzopyr-template.yml","artifactChecksum":"ZmEwYzcxZjZkODVmNzEzYWJiZGEwYjBmZDJlYTIyOTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b056131c-9953-4eb7-ae21-cd97f30deefa","artifactVersion":"1"},{"artifactName":"service-DemoPnfAtiusz2uiw25ebdzopyr-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfAtiusz2uiw25ebdzopyr/1.0/artifacts/service-DemoPnfAtiusz2uiw25ebdzopyr-csar.csar","artifactChecksum":"MzY5ZmE5MzIyNmM3Y2RhY2RkNzY4ZGJjZjc3MWUzOWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1f8a118d-609b-45e6-b48d-c99eab675608","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-02T12:20:02.423Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:20:02.424Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T12:20:02.425Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:20:02.426Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:20:02.426Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04e0df81-40d8-40c1-b3ec-24927c4c197d",
  "consumerID": "cds",
  "timestamp": 1654172361248,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtiusz2uiw25ebdzopyr/1.0/resourceInstances/pnf2ef32ab5976a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:20:02.427Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:20:02.428Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:20:02.428Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04e0df81-40d8-40c1-b3ec-24927c4c197d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654172356636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtiusz2uiw25ebdzopyr/1.0/resourceInstances/pnf2ef32ab5976a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:20:02.428Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:20:02.429Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:20:02.429Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04e0df81-40d8-40c1-b3ec-24927c4c197d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654172356903,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtiusz2uiw25ebdzopyr/1.0/resourceInstances/pnf2ef32ab5976a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:20:02.430Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:20:02.430Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:20:02.430Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04e0df81-40d8-40c1-b3ec-24927c4c197d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654172355893,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtiusz2uiw25ebdzopyr/1.0/resourceInstances/pnf2ef32ab5976a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:20:02.431Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:20:02.431Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:20:02.431Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04e0df81-40d8-40c1-b3ec-24927c4c197d",
  "consumerID": "cds",
  "timestamp": 1654172361248,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtiusz2uiw25ebdzopyr/1.0/resourceInstances/pnf2ef32ab5976a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:20:02.432Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:20:02.432Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:20:02.432Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04e0df81-40d8-40c1-b3ec-24927c4c197d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654172356636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtiusz2uiw25ebdzopyr/1.0/resourceInstances/pnf2ef32ab5976a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:20:02.433Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:20:02.433Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:20:02.434Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04e0df81-40d8-40c1-b3ec-24927c4c197d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654172356903,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtiusz2uiw25ebdzopyr/1.0/resourceInstances/pnf2ef32ab5976a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:20:02.434Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:20:02.435Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:20:02.435Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04e0df81-40d8-40c1-b3ec-24927c4c197d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654172355893,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtiusz2uiw25ebdzopyr/1.0/resourceInstances/pnf2ef32ab5976a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:20:02.436Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:20:02.436Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:20:02.436Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04e0df81-40d8-40c1-b3ec-24927c4c197d",
  "consumerID": "policy-id",
  "timestamp": 1654172364763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtiusz2uiw25ebdzopyr/1.0/resourceInstances/pnf2ef32ab5976a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:20:02.437Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:20:02.437Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:20:02.437Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04e0df81-40d8-40c1-b3ec-24927c4c197d",
  "consumerID": "cds",
  "timestamp": 1654172361248,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtiusz2uiw25ebdzopyr/1.0/resourceInstances/pnf2ef32ab5976a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:20:02.438Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:20:02.438Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:20:02.438Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04e0df81-40d8-40c1-b3ec-24927c4c197d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654172356636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtiusz2uiw25ebdzopyr/1.0/resourceInstances/pnf2ef32ab5976a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:20:02.439Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:20:02.439Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:20:02.439Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:20:02.439Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "04e0df81-40d8-40c1-b3ec-24927c4c197d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172401708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtiusz2uiw25ebdzopyr/1.0/resourceInstances/pnf2ef32ab5976a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:20:02.439Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04e0df81-40d8-40c1-b3ec-24927c4c197d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654172356903,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtiusz2uiw25ebdzopyr/1.0/resourceInstances/pnf2ef32ab5976a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:20:02.440Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:20:02.440Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:20:02.440Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04e0df81-40d8-40c1-b3ec-24927c4c197d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654172355893,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtiusz2uiw25ebdzopyr/1.0/resourceInstances/pnf2ef32ab5976a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:20:02.441Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:20:02.441Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:20:02.442Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04e0df81-40d8-40c1-b3ec-24927c4c197d",
  "consumerID": "policy-id",
  "timestamp": 1654172364763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtiusz2uiw25ebdzopyr/1.0/resourceInstances/pnf2ef32ab5976a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:20:02.442Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:20:02.442Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:20:02.442Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04e0df81-40d8-40c1-b3ec-24927c4c197d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654172356636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtiusz2uiw25ebdzopyr/1.0/resourceInstances/pnf2ef32ab5976a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:20:02.443Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:20:02.443Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:20:02.444Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04e0df81-40d8-40c1-b3ec-24927c4c197d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654172356903,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtiusz2uiw25ebdzopyr/1.0/resourceInstances/pnf2ef32ab5976a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:20:02.444Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:20:02.444Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:20:02.445Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04e0df81-40d8-40c1-b3ec-24927c4c197d",
  "consumerID": "cds",
  "timestamp": 1654172361248,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtiusz2uiw25ebdzopyr/1.0/resourceInstances/pnf2ef32ab5976a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:20:02.445Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:20:02.445Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:20:02.445Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04e0df81-40d8-40c1-b3ec-24927c4c197d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654172355893,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtiusz2uiw25ebdzopyr/1.0/resourceInstances/pnf2ef32ab5976a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:20:02.446Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:20:02.446Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:20:02.446Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04e0df81-40d8-40c1-b3ec-24927c4c197d",
  "consumerID": "policy-id",
  "timestamp": 1654172364763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtiusz2uiw25ebdzopyr/1.0/resourceInstances/pnf2ef32ab5976a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:20:02.447Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:20:02.447Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:20:02.447Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04e0df81-40d8-40c1-b3ec-24927c4c197d",
  "consumerID": "cds",
  "timestamp": 1654172361248,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtiusz2uiw25ebdzopyr/1.0/resourceInstances/pnf2ef32ab5976a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:20:02.448Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:20:02.448Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:20:02.448Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04e0df81-40d8-40c1-b3ec-24927c4c197d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654172356636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtiusz2uiw25ebdzopyr/1.0/resourceInstances/pnf2ef32ab5976a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:20:02.449Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:20:02.449Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:20:02.449Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04e0df81-40d8-40c1-b3ec-24927c4c197d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654172356903,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtiusz2uiw25ebdzopyr/1.0/resourceInstances/pnf2ef32ab5976a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:20:02.450Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:20:02.450Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:20:02.450Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04e0df81-40d8-40c1-b3ec-24927c4c197d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654172355893,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtiusz2uiw25ebdzopyr/1.0/resourceInstances/pnf2ef32ab5976a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:20:02.450Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:20:02.451Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:20:02.451Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04e0df81-40d8-40c1-b3ec-24927c4c197d",
  "consumerID": "policy-id",
  "timestamp": 1654172364763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtiusz2uiw25ebdzopyr/1.0/resourceInstances/pnf2ef32ab5976a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:20:02.451Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:20:02.451Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:20:02.452Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04e0df81-40d8-40c1-b3ec-24927c4c197d",
  "consumerID": "cds",
  "timestamp": 1654172361248,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtiusz2uiw25ebdzopyr/1.0/resourceInstances/pnf2ef32ab5976a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:20:02.452Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:20:02.452Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:20:02.452Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04e0df81-40d8-40c1-b3ec-24927c4c197d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654172356903,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtiusz2uiw25ebdzopyr/1.0/resourceInstances/pnf2ef32ab5976a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:20:02.453Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:20:02.453Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:20:02.453Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04e0df81-40d8-40c1-b3ec-24927c4c197d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654172356636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtiusz2uiw25ebdzopyr/1.0/resourceInstances/pnf2ef32ab5976a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:20:02.454Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:20:02.454Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:20:02.454Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04e0df81-40d8-40c1-b3ec-24927c4c197d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654172355893,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtiusz2uiw25ebdzopyr/1.0/resourceInstances/pnf2ef32ab5976a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-06-02T12:20:02.455Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:20:02.455Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:20:02.455Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04e0df81-40d8-40c1-b3ec-24927c4c197d",
  "consumerID": "policy-id",
  "timestamp": 1654172364763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtiusz2uiw25ebdzopyr/1.0/resourceInstances/pnf2ef32ab5976a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:20:02.455Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:20:02.456Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:20:02.456Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04e0df81-40d8-40c1-b3ec-24927c4c197d",
  "consumerID": "cds",
  "timestamp": 1654172361248,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtiusz2uiw25ebdzopyr/1.0/artifacts/service-DemoPnfAtiusz2uiw25ebdzopyr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:20:02.456Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:20:02.457Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:20:02.457Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04e0df81-40d8-40c1-b3ec-24927c4c197d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654172356636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtiusz2uiw25ebdzopyr/1.0/artifacts/service-DemoPnfAtiusz2uiw25ebdzopyr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:20:02.457Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:20:02.458Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:20:02.458Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04e0df81-40d8-40c1-b3ec-24927c4c197d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654172355893,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtiusz2uiw25ebdzopyr/1.0/artifacts/service-DemoPnfAtiusz2uiw25ebdzopyr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:20:02.458Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:20:02.459Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:20:02.459Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04e0df81-40d8-40c1-b3ec-24927c4c197d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654172356903,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtiusz2uiw25ebdzopyr/1.0/artifacts/service-DemoPnfAtiusz2uiw25ebdzopyr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:20:02.459Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:20:02.460Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:20:02.460Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04e0df81-40d8-40c1-b3ec-24927c4c197d",
  "consumerID": "policy-id",
  "timestamp": 1654172364763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtiusz2uiw25ebdzopyr/1.0/resourceInstances/pnf2ef32ab5976a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:20:02.460Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:20:02.460Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:20:02.461Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04e0df81-40d8-40c1-b3ec-24927c4c197d",
  "consumerID": "cds",
  "timestamp": 1654172361248,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtiusz2uiw25ebdzopyr/1.0/artifacts/service-DemoPnfAtiusz2uiw25ebdzopyr-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T12:20:02.461Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:20:02.461Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:20:02.461Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04e0df81-40d8-40c1-b3ec-24927c4c197d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654172356636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtiusz2uiw25ebdzopyr/1.0/artifacts/service-DemoPnfAtiusz2uiw25ebdzopyr-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T12:20:02.462Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:20:02.462Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:20:02.462Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04e0df81-40d8-40c1-b3ec-24927c4c197d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654172355893,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtiusz2uiw25ebdzopyr/1.0/artifacts/service-DemoPnfAtiusz2uiw25ebdzopyr-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:20:02.463Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:20:02.463Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:20:02.463Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04e0df81-40d8-40c1-b3ec-24927c4c197d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654172356903,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtiusz2uiw25ebdzopyr/1.0/artifacts/service-DemoPnfAtiusz2uiw25ebdzopyr-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T12:20:02.463Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:20:02.464Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:20:02.464Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04e0df81-40d8-40c1-b3ec-24927c4c197d",
  "consumerID": "policy-id",
  "timestamp": 1654172364763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtiusz2uiw25ebdzopyr/1.0/artifacts/service-DemoPnfAtiusz2uiw25ebdzopyr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:20:02.464Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:20:02.464Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:20:02.465Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04e0df81-40d8-40c1-b3ec-24927c4c197d",
  "consumerID": "cds",
  "timestamp": 1654172372278,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtiusz2uiw25ebdzopyr/1.0/artifacts/service-DemoPnfAtiusz2uiw25ebdzopyr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:20:02.470Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:20:02.470Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:20:02.470Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04e0df81-40d8-40c1-b3ec-24927c4c197d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654172372117,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtiusz2uiw25ebdzopyr/1.0/resourceInstances/pnf2ef32ab5976a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:20:02.471Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:20:02.471Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:20:02.471Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04e0df81-40d8-40c1-b3ec-24927c4c197d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654172372498,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtiusz2uiw25ebdzopyr/1.0/artifacts/service-DemoPnfAtiusz2uiw25ebdzopyr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:20:02.472Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:20:02.472Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:20:02.472Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04e0df81-40d8-40c1-b3ec-24927c4c197d",
  "consumerID": "policy-id",
  "timestamp": 1654172364763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtiusz2uiw25ebdzopyr/1.0/artifacts/service-DemoPnfAtiusz2uiw25ebdzopyr-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T12:20:02.473Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:20:02.473Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:20:02.473Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04e0df81-40d8-40c1-b3ec-24927c4c197d",
  "consumerID": "cds",
  "timestamp": 1654172373296,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtiusz2uiw25ebdzopyr/1.0/artifacts/service-DemoPnfAtiusz2uiw25ebdzopyr-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-06-02T12:20:02.510Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 04e0df81-40d8-40c1-b3ec-24927c4c197d
2022-06-02T12:20:02.511Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 04e0df81-40d8-40c1-b3ec-24927c4c197d 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-06-02T12:20:02.529Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:20:02.529Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04e0df81-40d8-40c1-b3ec-24927c4c197d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654172373147,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtiusz2uiw25ebdzopyr/1.0/resourceInstances/pnf2ef32ab5976a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-06-02T12:20:02.530Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:20:02.530Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:20:02.530Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04e0df81-40d8-40c1-b3ec-24927c4c197d",
  "consumerID": "policy-id",
  "timestamp": 1654172373755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtiusz2uiw25ebdzopyr/1.0/artifacts/service-DemoPnfAtiusz2uiw25ebdzopyr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:20:02.530Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:20:02.531Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:20:02.531Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04e0df81-40d8-40c1-b3ec-24927c4c197d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654172374151,
  "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-06-02T12:20:02.536Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 04e0df81-40d8-40c1-b3ec-24927c4c197d
2022-06-02T12:20:02.537Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 04e0df81-40d8-40c1-b3ec-24927c4c197d 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-06-02T12:20:02.542Z||pool-281-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-02T12:20:02.543Z||pool-281-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:20:02.543Z||pool-281-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:20:02.552Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:20:02.553Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04e0df81-40d8-40c1-b3ec-24927c4c197d",
  "consumerID": "policy-id",
  "timestamp": 1654172374760,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtiusz2uiw25ebdzopyr/1.0/artifacts/service-DemoPnfAtiusz2uiw25ebdzopyr-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T12:20:02.553Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:20:02.553Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:20:02.553Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04e0df81-40d8-40c1-b3ec-24927c4c197d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654172375135,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtiusz2uiw25ebdzopyr/1.0/artifacts/service-DemoPnfAtiusz2uiw25ebdzopyr-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T12:20:02.553Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:20:02.553Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:20:02.553Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04e0df81-40d8-40c1-b3ec-24927c4c197d",
  "consumerID": "clamp",
  "timestamp": 1654172374755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtiusz2uiw25ebdzopyr/1.0/resourceInstances/pnf2ef32ab5976a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:20:02.554Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:20:02.554Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:20:02.554Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04e0df81-40d8-40c1-b3ec-24927c4c197d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654172376140,
  "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-06-02T12:20:02.556Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 04e0df81-40d8-40c1-b3ec-24927c4c197d
2022-06-02T12:20:02.557Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 04e0df81-40d8-40c1-b3ec-24927c4c197d 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-06-02T12:20:02.567Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:20:02.567Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04e0df81-40d8-40c1-b3ec-24927c4c197d",
  "consumerID": "policy-id",
  "timestamp": 1654172375763,
  "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-06-02T12:20:02.570Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 04e0df81-40d8-40c1-b3ec-24927c4c197d
2022-06-02T12:20:02.570Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 04e0df81-40d8-40c1-b3ec-24927c4c197d 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-06-02T12:20:02.576Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:20:02.577Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04e0df81-40d8-40c1-b3ec-24927c4c197d",
  "consumerID": "clamp",
  "timestamp": 1654172374755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtiusz2uiw25ebdzopyr/1.0/resourceInstances/pnf2ef32ab5976a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:20:02.577Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:20:02.577Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:20:02.577Z||pool-281-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:20:02.577Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04e0df81-40d8-40c1-b3ec-24927c4c197d",
  "consumerID": "clamp",
  "timestamp": 1654172374755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtiusz2uiw25ebdzopyr/1.0/resourceInstances/pnf2ef32ab5976a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:20:02.578Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:20:02.578Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:20:02.578Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04e0df81-40d8-40c1-b3ec-24927c4c197d",
  "consumerID": "clamp",
  "timestamp": 1654172374755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtiusz2uiw25ebdzopyr/1.0/resourceInstances/pnf2ef32ab5976a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:20:02.578Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:20:02.578Z||pool-281-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1}
2022-06-02T12:20:02.578Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:20:02.578Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04e0df81-40d8-40c1-b3ec-24927c4c197d",
  "consumerID": "clamp",
  "timestamp": 1654172374755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtiusz2uiw25ebdzopyr/1.0/resourceInstances/pnf2ef32ab5976a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:20:02.578Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:20:02.579Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:20:02.579Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04e0df81-40d8-40c1-b3ec-24927c4c197d",
  "consumerID": "aai-ml",
  "timestamp": 1654172378714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtiusz2uiw25ebdzopyr/1.0/resourceInstances/pnf2ef32ab5976a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:20:02.579Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:20:02.579Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:20:02.579Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04e0df81-40d8-40c1-b3ec-24927c4c197d",
  "consumerID": "clamp",
  "timestamp": 1654172374755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtiusz2uiw25ebdzopyr/1.0/resourceInstances/pnf2ef32ab5976a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:20:02.579Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:20:02.579Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:20:02.580Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04e0df81-40d8-40c1-b3ec-24927c4c197d",
  "consumerID": "aai-ml",
  "timestamp": 1654172378714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtiusz2uiw25ebdzopyr/1.0/resourceInstances/pnf2ef32ab5976a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:20:02.580Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:20:02.580Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:20:02.580Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04e0df81-40d8-40c1-b3ec-24927c4c197d",
  "consumerID": "clamp",
  "timestamp": 1654172374755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtiusz2uiw25ebdzopyr/1.0/artifacts/service-DemoPnfAtiusz2uiw25ebdzopyr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:20:02.580Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:20:02.580Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:20:02.580Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04e0df81-40d8-40c1-b3ec-24927c4c197d",
  "consumerID": "aai-ml",
  "timestamp": 1654172378714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtiusz2uiw25ebdzopyr/1.0/resourceInstances/pnf2ef32ab5976a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:20:02.580Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:20:02.581Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:20:02.581Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04e0df81-40d8-40c1-b3ec-24927c4c197d",
  "consumerID": "clamp",
  "timestamp": 1654172374755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtiusz2uiw25ebdzopyr/1.0/artifacts/service-DemoPnfAtiusz2uiw25ebdzopyr-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T12:20:02.581Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:20:02.581Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:20:02.581Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04e0df81-40d8-40c1-b3ec-24927c4c197d",
  "consumerID": "aai-ml",
  "timestamp": 1654172378714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtiusz2uiw25ebdzopyr/1.0/resourceInstances/pnf2ef32ab5976a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:20:02.581Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:20:02.581Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:20:02.581Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04e0df81-40d8-40c1-b3ec-24927c4c197d",
  "consumerID": "aai-ml",
  "timestamp": 1654172378714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtiusz2uiw25ebdzopyr/1.0/resourceInstances/pnf2ef32ab5976a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:20:02.582Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:20:02.582Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:20:02.582Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04e0df81-40d8-40c1-b3ec-24927c4c197d",
  "consumerID": "aai-ml",
  "timestamp": 1654172378714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtiusz2uiw25ebdzopyr/1.0/resourceInstances/pnf2ef32ab5976a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:20:02.582Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:20:02.582Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:20:02.583Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04e0df81-40d8-40c1-b3ec-24927c4c197d",
  "consumerID": "aai-ml",
  "timestamp": 1654172378714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtiusz2uiw25ebdzopyr/1.0/artifacts/service-DemoPnfAtiusz2uiw25ebdzopyr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:20:02.583Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:20:02.583Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:20:02.583Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04e0df81-40d8-40c1-b3ec-24927c4c197d",
  "consumerID": "aai-ml",
  "timestamp": 1654172378714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtiusz2uiw25ebdzopyr/1.0/artifacts/service-DemoPnfAtiusz2uiw25ebdzopyr-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T12:20:02.583Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:20:02.584Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:20:02.584Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04e0df81-40d8-40c1-b3ec-24927c4c197d",
  "consumerID": "aai-ml",
  "timestamp": 1654172387874,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtiusz2uiw25ebdzopyr/1.0/artifacts/service-DemoPnfAtiusz2uiw25ebdzopyr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:20:02.584Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:20:02.584Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:20:02.584Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04e0df81-40d8-40c1-b3ec-24927c4c197d",
  "consumerID": "clamp",
  "timestamp": 1654172389756,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtiusz2uiw25ebdzopyr/1.0/artifacts/service-DemoPnfAtiusz2uiw25ebdzopyr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:20:02.584Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:20:02.584Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:20:02.585Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04e0df81-40d8-40c1-b3ec-24927c4c197d",
  "consumerID": "clamp",
  "timestamp": 1654172391780,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtiusz2uiw25ebdzopyr/1.0/artifacts/service-DemoPnfAtiusz2uiw25ebdzopyr-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T12:20:02.585Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:20:02.585Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:20:02.585Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04e0df81-40d8-40c1-b3ec-24927c4c197d",
  "consumerID": "clamp",
  "timestamp": 1654172392785,
  "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-06-02T12:20:02.588Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 04e0df81-40d8-40c1-b3ec-24927c4c197d
2022-06-02T12:20:02.588Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 04e0df81-40d8-40c1-b3ec-24927c4c197d 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-06-02T12:20:02.594Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:20:02.594Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04e0df81-40d8-40c1-b3ec-24927c4c197d",
  "consumerID": "aai-ml",
  "timestamp": 1654172393345,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtiusz2uiw25ebdzopyr/1.0/artifacts/service-DemoPnfAtiusz2uiw25ebdzopyr-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-06-02T12:20:02.594Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:20:02.594Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:20:02.595Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04e0df81-40d8-40c1-b3ec-24927c4c197d",
  "consumerID": "aai-ml",
  "timestamp": 1654172394350,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "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-06-02T12:20:02.597Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 04e0df81-40d8-40c1-b3ec-24927c4c197d
2022-06-02T12:20:02.597Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 04e0df81-40d8-40c1-b3ec-24927c4c197d 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-06-02T12:20:03.441Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T12:20:03.442Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:20:03.449Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:20:03.449Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "04e0df81-40d8-40c1-b3ec-24927c4c197d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172401708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtiusz2uiw25ebdzopyr/1.0/resourceInstances/pnf2ef32ab5976a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:20:03.544Z||pool-282-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-06-02T12:20:03.545Z||pool-282-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:20:03.546Z||pool-282-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:20:03.640Z||pool-282-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:20:03.641Z||pool-282-thread-1|||||INFO|500||cambria reply ok (96 ms):{"serverTimeMs":0,"count":1}
2022-06-02T12:20:04.450Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T12:20:04.451Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:20:04.454Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:20:04.454Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "04e0df81-40d8-40c1-b3ec-24927c4c197d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172401708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtiusz2uiw25ebdzopyr/1.0/resourceInstances/pnf2ef32ab5976a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:20:04.553Z||pool-283-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-02T12:20:04.554Z||pool-283-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:20:04.554Z||pool-283-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:20:04.572Z||pool-283-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:20:04.573Z||pool-283-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-02T12:20:05.455Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T12:20:05.456Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:20:05.459Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:20:05.459Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "04e0df81-40d8-40c1-b3ec-24927c4c197d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172401708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtiusz2uiw25ebdzopyr/1.0/resourceInstances/pnf2ef32ab5976a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:20:05.559Z||pool-284-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-02T12:20:05.560Z||pool-284-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:20:05.560Z||pool-284-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:20:05.675Z||pool-284-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:20:05.675Z||pool-284-thread-1|||||INFO|500||cambria reply ok (115 ms):{"serverTimeMs":0,"count":1}
2022-06-02T12:20:06.460Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T12:20:06.461Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:20:06.463Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:20:06.464Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "04e0df81-40d8-40c1-b3ec-24927c4c197d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172401708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtiusz2uiw25ebdzopyr/1.0/resourceInstances/pnf2ef32ab5976a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:20:06.564Z||pool-285-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T12:20:06.565Z||pool-285-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:20:06.565Z||pool-285-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:20:06.596Z||pool-285-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:20:06.597Z||pool-285-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1}
2022-06-02T12:20:07.464Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T12:20:07.465Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:20:07.467Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:20:07.467Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "04e0df81-40d8-40c1-b3ec-24927c4c197d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172401708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtiusz2uiw25ebdzopyr/1.0/resourceInstances/pnf2ef32ab5976a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:20:07.567Z||pool-286-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T12:20:07.568Z||pool-286-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:20:07.568Z||pool-286-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:20:07.583Z||pool-286-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:20:07.584Z||pool-286-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-02T12:20:08.467Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T12:20:08.468Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:20:08.470Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:20:08.470Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "04e0df81-40d8-40c1-b3ec-24927c4c197d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172401708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtiusz2uiw25ebdzopyr/1.0/artifacts/service-DemoPnfAtiusz2uiw25ebdzopyr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:20:08.570Z||pool-287-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T12:20:08.571Z||pool-287-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:20:08.571Z||pool-287-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:20:08.594Z||pool-287-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:20:08.594Z||pool-287-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-02T12:20:09.471Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T12:20:09.471Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:20:09.493Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:20:09.493Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "04e0df81-40d8-40c1-b3ec-24927c4c197d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172401708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtiusz2uiw25ebdzopyr/1.0/artifacts/service-DemoPnfAtiusz2uiw25ebdzopyr-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T12:20:09.573Z||pool-288-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 80 ms
2022-06-02T12:20:09.574Z||pool-288-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:20:09.574Z||pool-288-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:20:09.608Z||pool-288-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:20:09.609Z||pool-288-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-06-02T12:20:10.494Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "04e0df81-40d8-40c1-b3ec-24927c4c197d",
  "serviceName": "Demo_pNF_AtiUSZ2UIw25EBdZOpYR",
  "serviceVersion": "1.0",
  "serviceUUID": "2a72b502-351a-4b76-bf5f-e1e59957401a",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "176e4109-8c7b-477c-8543-f432b2f9149b",
  "resources": [
    {
      "resourceInstanceName": "pNF 2ef32ab5-976a 0",
      "resourceCustomizationUUID": "3d85450a-c758-444e-bd31-2de0a75bc181",
      "resourceName": "pNF 2ef32ab5-976a",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "a47336bb-21a4-4819-912c-12d01fd54b3e",
      "resourceInvariantUUID": "b23226ff-131c-41dc-91ec-e3702cd5566d",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfAtiusz2uiw25ebdzopyr-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtiusz2uiw25ebdzopyr/1.0/artifacts/service-DemoPnfAtiusz2uiw25ebdzopyr-csar.csar",
      "artifactChecksum": "MzY5ZmE5MzIyNmM3Y2RhY2RkNzY4ZGJjZjc3MWUzOWM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1f8a118d-609b-45e6-b48d-c99eab675608"
    }
  ],
  "workloadContext": "Production"
}
2022-06-02T12:20:10.494Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-02T12:20:10.495Z|db4cbd73-d732-46f4-94b9-ace02d4df48b|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2a72b502-351a-4b76-bf5f-e1e59957401a ASDC
2022-06-02T12:20:10.496Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:04e0df81-40d8-40c1-b3ec-24927c4c197d
ServiceName:Demo_pNF_AtiUSZ2UIw25EBdZOpYR
ServiceVersion:1.0
ServiceUUID:2a72b502-351a-4b76-bf5f-e1e59957401a
ServiceInvariantUUID:176e4109-8c7b-477c-8543-f432b2f9149b
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfAtiusz2uiw25ebdzopyr-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfAtiusz2uiw25ebdzopyr/1.0/artifacts/service-DemoPnfAtiusz2uiw25ebdzopyr-csar.csar
ArtifactUUID:1f8a118d-609b-45e6-b48d-c99eab675608
ArtifactChecksum:MzY5ZmE5MzIyNmM3Y2RhY2RkNzY4ZGJjZjc3MWUzOWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 2ef32ab5-976a 0
ResourceCustomizationUUID:3d85450a-c758-444e-bd31-2de0a75bc181
ResourceInvariantUUID:b23226ff-131c-41dc-91ec-e3702cd5566d
ResourceName:pNF 2ef32ab5-976a
ResourceType:PNF
ResourceUUID:a47336bb-21a4-4819-912c-12d01fd54b3e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-06-02T12:20:10.496Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2a72b502-351a-4b76-bf5f-e1e59957401a 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-06-02T12:20:10.518Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-02T12:20:10.520Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-02T12:20:10.521Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-02T12:20:10.521Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 1f8a118d-609b-45e6-b48d-c99eab675608 from URL: /sdc/v1/catalog/services/DemoPnfAtiusz2uiw25ebdzopyr/1.0/artifacts/service-DemoPnfAtiusz2uiw25ebdzopyr-csar.csar
2022-06-02T12:20:10.521Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-02T12:20:10.521Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfAtiusz2uiw25ebdzopyr/1.0/artifacts/service-DemoPnfAtiusz2uiw25ebdzopyr-csar.csar
2022-06-02T12:20:11.219Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-02T12:20:11.223Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfAtiusz2uiw25ebdzopyr/1.0/artifacts/service-DemoPnfAtiusz2uiw25ebdzopyr-csar.csar 1f8a118d-609b-45e6-b48d-c99eab675608 82658
2022-06-02T12:20:11.225Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfAtiusz2uiw25ebdzopyr/1.0/artifacts/service-DemoPnfAtiusz2uiw25ebdzopyr-csar.csar ASDC sendASDCNotification
2022-06-02T12:20:11.225Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfAtiusz2uiw25ebdzopyr/1.0/artifacts/service-DemoPnfAtiusz2uiw25ebdzopyr-csar.csar
2022-06-02T12:20:11.225Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T12:20:11.226Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:20:11.228Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:20:11.228Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "04e0df81-40d8-40c1-b3ec-24927c4c197d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172411225,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtiusz2uiw25ebdzopyr/1.0/artifacts/service-DemoPnfAtiusz2uiw25ebdzopyr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:20:11.328Z||pool-289-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-02T12:20:11.329Z||pool-289-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:20:11.329Z||pool-289-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:20:11.377Z||pool-289-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:20:11.377Z||pool-289-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":1,"count":1}
2022-06-02T12:20:12.229Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-02T12:20:12.230Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-02T12:20:12.230Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 1f8a118d-609b-45e6-b48d-c99eab675608, URL: /sdc/v1/catalog/services/DemoPnfAtiusz2uiw25ebdzopyr/1.0/artifacts/service-DemoPnfAtiusz2uiw25ebdzopyr-csar.csar to file: /app/ASDC/1/service-DemoPnfAtiusz2uiw25ebdzopyr-csar.csar
2022-06-02T12:20:12.231Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfAtiusz2uiw25ebdzopyr-csar.csar
2022-06-02T12:20:12.231Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfAtiusz2uiw25ebdzopyr-csar.csar
2022-06-02T12:20:12.231Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfAtiusz2uiw25ebdzopyr-csar.csar
2022-06-02T12:20:12.383Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8562515365107235416/Definitions/service-DemoPnfAtiusz2uiw25ebdzopyr-template.yml
2022-06-02T12:20:13.283Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-02T12:20:13.284Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-02T12:20:13.284Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfAtiusz2uiw25ebdzopyr-csar.csar
2022-06-02T12:20:13.284Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-02T12:20:13.284Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 2ef32ab5-976a 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-DemoPnfAtiusz2uiw25ebdzopyr-csar.csar
2022-06-02T12:20:13.284Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfAtiusz2uiw25ebdzopyr-csar.csar
2022-06-02T12:20:13.285Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfAtiusz2uiw25ebdzopyr-csar.csar
2022-06-02T12:20:13.285Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfAtiusz2uiw25ebdzopyr-csar.csar
2022-06-02T12:20:13.285Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfAtiusz2uiw25ebdzopyr-csar.csar
2022-06-02T12:20:13.285Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfAtiusz2uiw25ebdzopyr-csar.csar
2022-06-02T12:20:13.285Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfAtiusz2uiw25ebdzopyr-csar.csar
2022-06-02T12:20:13.285Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-02T12:20:13.286Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:20:13.286Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_AtiUSZ2UIw25EBdZOpYR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T12:20:13.286Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||DEBUG|500||Node template pNF 2ef32ab5-976a 0 is matching search criteria
2022-06-02T12:20:13.287Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-02T12:20:13.287Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 2ef32ab5-976a 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-02T12:20:13.287Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:20:13.287Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_AtiUSZ2UIw25EBdZOpYR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T12:20:13.288Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||DEBUG|500||Node template pNF 2ef32ab5-976a 0 is matching search criteria
2022-06-02T12:20:13.288Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-02T12:20:13.288Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 2ef32ab5-976a 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-02T12:20:13.288Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:20:13.288Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_AtiUSZ2UIw25EBdZOpYR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T12:20:13.289Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:20:13.289Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_AtiUSZ2UIw25EBdZOpYR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T12:20:13.289Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:20:13.289Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_AtiUSZ2UIw25EBdZOpYR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T12:20:13.289Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:20:13.289Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_AtiUSZ2UIw25EBdZOpYR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T12:20:13.290Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:20:13.290Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_AtiUSZ2UIw25EBdZOpYR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T12:20:13.290Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_AtiUSZ2UIw25EBdZOpYR
Description:catalog service description
Model UUID:2a72b502-351a-4b76-bf5f-e1e59957401a
Model Version:NULL
Model InvariantUuid:176e4109-8c7b-477c-8543-f432b2f9149b
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-06-02T12:20:13.303Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: a47336bb-21a4-4819-912c-12d01fd54b3e
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-06-02T12:20:13.310Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||INFO|500||pNF 2ef32ab5-976a 0
2022-06-02T12:20:13.310Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: a47336bb-21a4-4819-912c-12d01fd54b3e
2022-06-02T12:20:13.311Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 2a72b502-351a-4b76-bf5f-e1e59957401a
2022-06-02T12:20:13.311Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 2a72b502-351a-4b76-bf5f-e1e59957401a
2022-06-02T12:20:13.311Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 2ef32ab5-976a 0 a47336bb-21a4-4819-912c-12d01fd54b3e 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-06-02T12:20:13.323Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2fda161, org.onap.sdc.toscaparser.api.parameters.Input@309893f3, org.onap.sdc.toscaparser.api.parameters.Input@6524f441, org.onap.sdc.toscaparser.api.parameters.Input@15c68a55, org.onap.sdc.toscaparser.api.parameters.Input@7adfc725]
2022-06-02T12:20:13.323Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:20:13.323Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_AtiUSZ2UIw25EBdZOpYR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T12:20:13.324Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 2a72b502-351a-4b76-bf5f-e1e59957401a: pNF 2ef32ab5-976a
2022-06-02T12:20:13.324Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||INFO|500||Processing PNF resource: a47336bb-21a4-4819-912c-12d01fd54b3e
2022-06-02T12:20:13.324Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:20:13.324Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_AtiUSZ2UIw25EBdZOpYR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T12:20:13.324Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||INFO|500||Resource customization UUID: 3d85450a-c758-444e-bd31-2de0a75bc181 is the same as notified resource customizationUUID: 3d85450a-c758-444e-bd31-2de0a75bc181
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-06-02T12:20:13.368Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 2ef32ab5-976a a47336bb-21a4-4819-912c-12d01fd54b3e 0 ASDC deployResourceStructure
2022-06-02T12:20:13.368Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfAtiusz2uiw25ebdzopyr/1.0/artifacts/service-DemoPnfAtiusz2uiw25ebdzopyr-csar.csar ASDC sendASDCNotification
2022-06-02T12:20:13.369Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfAtiusz2uiw25ebdzopyr/1.0/artifacts/service-DemoPnfAtiusz2uiw25ebdzopyr-csar.csar
2022-06-02T12:20:13.369Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T12:20:13.369Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:20:13.371Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:20:13.371Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "04e0df81-40d8-40c1-b3ec-24927c4c197d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172413368,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtiusz2uiw25ebdzopyr/1.0/artifacts/service-DemoPnfAtiusz2uiw25ebdzopyr-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T12:20:13.471Z||pool-290-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T12:20:13.472Z||pool-290-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:20:13.472Z||pool-290-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:20:13.544Z||pool-290-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:20:13.544Z||pool-290-thread-1|||||INFO|500||cambria reply ok (73 ms):{"serverTimeMs":0,"count":1}
2022-06-02T12:20:14.372Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 04e0df81-40d8-40c1-b3ec-24927c4c197d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-02T12:20:14.380Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 04e0df81-40d8-40c1-b3ec-24927c4c197d
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-06-02T12:20:14.382Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T12:20:14.383Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-02T12:20:14.383Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-02T12:20:14.383Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-02T12:20:14.383Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-02T12:20:14.383Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-06-02T12:20:14.383Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-06-02T12:20:14.385Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-02T12:20:44.386Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 04e0df81-40d8-40c1-b3ec-24927c4c197d 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-06-02T12:20:44.390Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 04e0df81-40d8-40c1-b3ec-24927c4c197d and serviceModelVersionId: 2a72b502-351a-4b76-bf5f-e1e59957401a
2022-06-02T12:20:44.390Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 176e4109-8c7b-477c-8543-f432b2f9149b
2022-06-02T12:20:44.391Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/176e4109-8c7b-477c-8543-f432b2f9149b/model-vers/model-ver/2a72b502-351a-4b76-bf5f-e1e59957401a?depth=0
2022-06-02T12:20:44.397Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-06-02T12:20:44.446Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/176e4109-8c7b-477c-8543-f432b2f9149b/model-vers/model-ver/2a72b502-351a-4b76-bf5f-e1e59957401a?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-06-02T12:20:44.448Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/176e4109-8c7b-477c-8543-f432b2f9149b/model-vers/model-ver/2a72b502-351a-4b76-bf5f-e1e59957401a?depth=0|INFO|500||Invoke
2022-06-02T12:20:44.480Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/176e4109-8c7b-477c-8543-f432b2f9149b/model-vers/model-ver/2a72b502-351a-4b76-bf5f-e1e59957401a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-06-02T12:20:44.618Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/176e4109-8c7b-477c-8543-f432b2f9149b/model-vers/model-ver/2a72b502-351a-4b76-bf5f-e1e59957401a?depth=0|INFO|404|Not Found|InvokeReturn
2022-06-02T12:20:44.619Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/176e4109-8c7b-477c-8543-f432b2f9149b/model-vers/model-ver/2a72b502-351a-4b76-bf5f-e1e59957401a?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220602-12:20:44:359-53873], Content-Length=[495], Date=[Thu, 02 Jun 2022 12:20:44 GMT], Content-Type=[application/json]}
2022-06-02T12:20:44.620Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/176e4109-8c7b-477c-8543-f432b2f9149b/model-vers/model-ver/2a72b502-351a-4b76-bf5f-e1e59957401a","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/176e4109-8c7b-477c-8543-f432b2f9149b/model-vers/model-ver/2a72b502-351a-4b76-bf5f-e1e59957401a","ERR.5.4.6114"]}}}

2022-06-02T12:20:44.626Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=04e0df81-40d8-40c1-b3ec-24927c4c197d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/176e4109-8c7b-477c-8543-f432b2f9149b/model-vers/model-ver/2a72b502-351a-4b76-bf5f-e1e59957401a (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/176e4109-8c7b-477c-8543-f432b2f9149b/model-vers/model-ver/2a72b502-351a-4b76-bf5f-e1e59957401a) (ec=ERR.5.4.6114)
2022-06-02T12:20:44.626Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=04e0df81-40d8-40c1-b3ec-24927c4c197d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/176e4109-8c7b-477c-8543-f432b2f9149b/model-vers/model-ver/2a72b502-351a-4b76-bf5f-e1e59957401a (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/176e4109-8c7b-477c-8543-f432b2f9149b/model-vers/model-ver/2a72b502-351a-4b76-bf5f-e1e59957401a) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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-06-02T12:20:44.626Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=04e0df81-40d8-40c1-b3ec-24927c4c197d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/176e4109-8c7b-477c-8543-f432b2f9149b/model-vers/model-ver/2a72b502-351a-4b76-bf5f-e1e59957401a (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/176e4109-8c7b-477c-8543-f432b2f9149b/model-vers/model-ver/2a72b502-351a-4b76-bf5f-e1e59957401a) (ec=ERR.5.4.6114)
2022-06-02T12:20:44.626Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=04e0df81-40d8-40c1-b3ec-24927c4c197d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/176e4109-8c7b-477c-8543-f432b2f9149b/model-vers/model-ver/2a72b502-351a-4b76-bf5f-e1e59957401a (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/176e4109-8c7b-477c-8543-f432b2f9149b/model-vers/model-ver/2a72b502-351a-4b76-bf5f-e1e59957401a) (ec=ERR.5.4.6114)
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-06-02T12:20:44.634Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-02T12:20:44.634Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 04e0df81-40d8-40c1-b3ec-24927c4c197d and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=04e0df81-40d8-40c1-b3ec-24927c4c197d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/176e4109-8c7b-477c-8543-f432b2f9149b/model-vers/model-ver/2a72b502-351a-4b76-bf5f-e1e59957401a (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/176e4109-8c7b-477c-8543-f432b2f9149b/model-vers/model-ver/2a72b502-351a-4b76-bf5f-e1e59957401a) (ec=ERR.5.4.6114)
2022-06-02T12:20:44.634Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-02T12:20:44.635Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:20:44.636Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:20:44.636Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "04e0df81-40d8-40c1-b3ec-24927c4c197d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172444634,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d04e0df81-40d8-40c1-b3ec-24927c4c197d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/176e4109-8c7b-477c-8543-f432b2f9149b/model-vers/model-ver/2a72b502-351a-4b76-bf5f-e1e59957401a (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/176e4109-8c7b-477c-8543-f432b2f9149b/model-vers/model-ver/2a72b502-351a-4b76-bf5f-e1e59957401a) (ec\u003dERR.5.4.6114)"
}
2022-06-02T12:20:44.737Z||pool-291-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T12:20:44.738Z||pool-291-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:20:44.738Z||pool-291-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:20:44.781Z||pool-291-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:20:44.781Z||pool-291-thread-1|||||INFO|500||cambria reply ok (44 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-06-02T12:21:01.708Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T12:21:01.709Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T12:21:01.709Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:21:01.710Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T12:21:01.711Z||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-06-02T12:21:01.711Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T12:21:01.896Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:21:01.897Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:21:01.897Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04e0df81-40d8-40c1-b3ec-24927c4c197d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172401708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtiusz2uiw25ebdzopyr/1.0/resourceInstances/pnf2ef32ab5976a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:21:01.898Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:21:08.781Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:21:08.782Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-02T12:21:08.783Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"a2ddf378-0e52-49f1-8010-57c234fdf0c3","serviceName":"vFW 2022-06-02 12-18-08","serviceVersion":"1.0","serviceUUID":"14096489-a017-4c4f-b534-80cc9fb2e644","serviceDescription":"catalog service description","serviceInvariantUUID":"a663e9b4-1c09-4661-b2b8-6c105173fbe5","resources":[{"resourceInstanceName":"vFW a252cf5e-f4f0 0","resourceName":"vFW a252cf5e-f4f0","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f93913f2-9596-4180-b0d9-bc938124c034","resourceInvariantUUID":"6006fca8-ae3f-4cf3-a3ca-421046173f80","resourceCustomizationUUID":"965a97e8-be06-4cdb-8fff-1c722d4a54f7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220602121808/1.0/resourceInstances/vfwa252cf5ef4f00/artifacts/vf-license-model.xml","artifactChecksum":"ZmM4MzAwYTgwZGVmNWRlNDVlYjc2ZGM4OWU5NzQ5OWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fe541b26-b4d6-4a20-98df-2b5c45816083","artifactVersion":"1"},{"artifactName":"vfwa252cf5ef4f00_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220602121808/1.0/resourceInstances/vfwa252cf5ef4f00/artifacts/vfwa252cf5ef4f00_modules.json","artifactChecksum":"OThhNmQ4ODIxYzk4NDUxY2YzMzk0MmUyYTIzNTQ5ZGQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1ffb60b6-0537-4478-b36f-7a74c1379c83","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220602121808/1.0/resourceInstances/vfwa252cf5ef4f00/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"bd47f864-964a-4e49-bc0d-713bdc8bf3dc","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220602121808/1.0/resourceInstances/vfwa252cf5ef4f00/artifacts/vendor-license-model.xml","artifactChecksum":"MzYwY2RlZGQ0YmYyNGM4NDgyYmFhNDU4NWM1MGJiZTM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f298e2d8-b99c-486e-8b21-7cd3ac5bc3e1","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220602121808/1.0/resourceInstances/vfwa252cf5ef4f00/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"840d9252-9afc-4ae5-a232-d643f9bf9c5b","artifactVersion":"2","generatedFromUUID":"bd47f864-964a-4e49-bc0d-713bdc8bf3dc"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220602121808-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220602121808/1.0/artifacts/service-Vfw20220602121808-template.yml","artifactChecksum":"ZGJiODNmZmNmYzk2ZDc3MmU4NzQxMGFkMzQzZGNhMGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9a3a0eac-61c8-4420-a330-992c23fead0c","artifactVersion":"1"},{"artifactName":"service-Vfw20220602121808-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220602121808/1.0/artifacts/service-Vfw20220602121808-csar.csar","artifactChecksum":"NGM1NzdiNDhlOWNjODQzYzI3ZTIyZjZhZTMwYTFjOWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e93cf204-5aae-4315-8581-67905d8e07cc","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-02T12:21:08.784Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T12:21:08.784Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:21:08.786Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:21:08.787Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a2ddf378-0e52-49f1-8010-57c234fdf0c3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172461708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602121808/1.0/resourceInstances/vfwa252cf5ef4f00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:21:08.887Z||pool-292-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T12:21:08.887Z||pool-292-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:21:08.888Z||pool-292-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:21:08.940Z||pool-292-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:21:08.940Z||pool-292-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":0,"count":1}
2022-06-02T12:21:09.787Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T12:21:09.788Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:21:09.790Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:21:09.790Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a2ddf378-0e52-49f1-8010-57c234fdf0c3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172461708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602121808/1.0/resourceInstances/vfwa252cf5ef4f00/artifacts/vfwa252cf5ef4f00_modules.json",
  "status": "NOTIFIED"
}
2022-06-02T12:21:09.890Z||pool-293-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T12:21:09.891Z||pool-293-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:21:09.891Z||pool-293-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:21:09.940Z||pool-293-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:21:09.940Z||pool-293-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":1,"count":1}
2022-06-02T12:21:10.791Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T12:21:10.791Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:21:10.793Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:21:10.793Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a2ddf378-0e52-49f1-8010-57c234fdf0c3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172461708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602121808/1.0/resourceInstances/vfwa252cf5ef4f00/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-02T12:21:10.893Z||pool-294-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T12:21:10.894Z||pool-294-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:21:10.894Z||pool-294-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:21:10.947Z||pool-294-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:21:10.948Z||pool-294-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":1,"count":1}
2022-06-02T12:21:11.793Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T12:21:11.794Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:21:11.796Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:21:11.796Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a2ddf378-0e52-49f1-8010-57c234fdf0c3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172461708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602121808/1.0/resourceInstances/vfwa252cf5ef4f00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:21:11.896Z||pool-295-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T12:21:11.897Z||pool-295-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:21:11.897Z||pool-295-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:21:11.920Z||pool-295-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:21:11.921Z||pool-295-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-06-02T12:21:12.797Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T12:21:12.797Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:21:12.800Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:21:12.800Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a2ddf378-0e52-49f1-8010-57c234fdf0c3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172461708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602121808/1.0/resourceInstances/vfwa252cf5ef4f00/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-02T12:21:12.900Z||pool-296-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T12:21:12.901Z||pool-296-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:21:12.901Z||pool-296-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:21:12.978Z||pool-296-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:21:12.978Z||pool-296-thread-1|||||INFO|500||cambria reply ok (77 ms):{"serverTimeMs":0,"count":1}
2022-06-02T12:21:13.800Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T12:21:13.801Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:21:13.802Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:21:13.802Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a2ddf378-0e52-49f1-8010-57c234fdf0c3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172461708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602121808/1.0/artifacts/service-Vfw20220602121808-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:21:13.902Z||pool-297-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T12:21:13.903Z||pool-297-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:21:13.903Z||pool-297-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:21:13.922Z||pool-297-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:21:13.923Z||pool-297-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-02T12:21:14.803Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T12:21:14.803Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:21:14.805Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:21:14.805Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a2ddf378-0e52-49f1-8010-57c234fdf0c3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172461708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602121808/1.0/artifacts/service-Vfw20220602121808-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T12:21:14.905Z||pool-298-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T12:21:14.906Z||pool-298-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:21:14.906Z||pool-298-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:21:14.936Z||pool-298-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:21:14.937Z||pool-298-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-06-02T12:21:15.806Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "a2ddf378-0e52-49f1-8010-57c234fdf0c3",
  "serviceName": "vFW 2022-06-02 12-18-08",
  "serviceVersion": "1.0",
  "serviceUUID": "14096489-a017-4c4f-b534-80cc9fb2e644",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "a663e9b4-1c09-4661-b2b8-6c105173fbe5",
  "resources": [
    {
      "resourceInstanceName": "vFW a252cf5e-f4f0 0",
      "resourceCustomizationUUID": "965a97e8-be06-4cdb-8fff-1c722d4a54f7",
      "resourceName": "vFW a252cf5e-f4f0",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f93913f2-9596-4180-b0d9-bc938124c034",
      "resourceInvariantUUID": "6006fca8-ae3f-4cf3-a3ca-421046173f80",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwa252cf5ef4f00_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220602121808/1.0/resourceInstances/vfwa252cf5ef4f00/artifacts/vfwa252cf5ef4f00_modules.json",
          "artifactChecksum": "OThhNmQ4ODIxYzk4NDUxY2YzMzk0MmUyYTIzNTQ5ZGQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "1ffb60b6-0537-4478-b36f-7a74c1379c83",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220602121808/1.0/resourceInstances/vfwa252cf5ef4f00/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "bd47f864-964a-4e49-bc0d-713bdc8bf3dc",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220602121808/1.0/resourceInstances/vfwa252cf5ef4f00/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "840d9252-9afc-4ae5-a232-d643f9bf9c5b",
            "generatedFromUUID": "bd47f864-964a-4e49-bc0d-713bdc8bf3dc"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220602121808/1.0/resourceInstances/vfwa252cf5ef4f00/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "840d9252-9afc-4ae5-a232-d643f9bf9c5b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220602121808-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220602121808/1.0/artifacts/service-Vfw20220602121808-csar.csar",
      "artifactChecksum": "NGM1NzdiNDhlOWNjODQzYzI3ZTIyZjZhZTMwYTFjOWE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e93cf204-5aae-4315-8581-67905d8e07cc"
    }
  ],
  "workloadContext": "Production"
}
2022-06-02T12:21:15.806Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-02T12:21:15.806Z|04e0df81-40d8-40c1-b3ec-24927c4c197d|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 14096489-a017-4c4f-b534-80cc9fb2e644 ASDC
2022-06-02T12:21:15.807Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:a2ddf378-0e52-49f1-8010-57c234fdf0c3
ServiceName:vFW 2022-06-02 12-18-08
ServiceVersion:1.0
ServiceUUID:14096489-a017-4c4f-b534-80cc9fb2e644
ServiceInvariantUUID:a663e9b4-1c09-4661-b2b8-6c105173fbe5
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220602121808-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220602121808/1.0/artifacts/service-Vfw20220602121808-csar.csar
ArtifactUUID:e93cf204-5aae-4315-8581-67905d8e07cc
ArtifactChecksum:NGM1NzdiNDhlOWNjODQzYzI3ZTIyZjZhZTMwYTFjOWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW a252cf5e-f4f0 0
ResourceCustomizationUUID:965a97e8-be06-4cdb-8fff-1c722d4a54f7
ResourceInvariantUUID:6006fca8-ae3f-4cf3-a3ca-421046173f80
ResourceName:vFW a252cf5e-f4f0
ResourceType:VF
ResourceUUID:f93913f2-9596-4180-b0d9-bc938124c034
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwa252cf5ef4f00_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220602121808/1.0/resourceInstances/vfwa252cf5ef4f00/artifacts/vfwa252cf5ef4f00_modules.json
ArtifactUUID:1ffb60b6-0537-4478-b36f-7a74c1379c83
ArtifactChecksum:OThhNmQ4ODIxYzk4NDUxY2YzMzk0MmUyYTIzNTQ5ZGQ=
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/Vfw20220602121808/1.0/resourceInstances/vfwa252cf5ef4f00/artifacts/base_vfw.yaml
ArtifactUUID:bd47f864-964a-4e49-bc0d-713bdc8bf3dc
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/Vfw20220602121808/1.0/resourceInstances/vfwa252cf5ef4f00/artifacts/base_vfw.env
ArtifactUUID:840d9252-9afc-4ae5-a232-d643f9bf9c5b
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/Vfw20220602121808/1.0/resourceInstances/vfwa252cf5ef4f00/artifacts/base_vfw.env
ArtifactUUID:840d9252-9afc-4ae5-a232-d643f9bf9c5b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-02T12:21:15.807Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 14096489-a017-4c4f-b534-80cc9fb2e644 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-06-02T12:21:15.834Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-02T12:21:15.834Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-02T12:21:15.835Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-02T12:21:15.835Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: e93cf204-5aae-4315-8581-67905d8e07cc from URL: /sdc/v1/catalog/services/Vfw20220602121808/1.0/artifacts/service-Vfw20220602121808-csar.csar
2022-06-02T12:21:15.835Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-02T12:21:15.835Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220602121808/1.0/artifacts/service-Vfw20220602121808-csar.csar
2022-06-02T12:21:16.550Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-02T12:21:16.555Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220602121808/1.0/artifacts/service-Vfw20220602121808-csar.csar e93cf204-5aae-4315-8581-67905d8e07cc 99071
2022-06-02T12:21:16.555Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220602121808/1.0/artifacts/service-Vfw20220602121808-csar.csar ASDC sendASDCNotification
2022-06-02T12:21:16.555Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602121808/1.0/artifacts/service-Vfw20220602121808-csar.csar
2022-06-02T12:21:16.555Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T12:21:16.556Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:21:16.558Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:21:16.558Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a2ddf378-0e52-49f1-8010-57c234fdf0c3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172476555,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602121808/1.0/artifacts/service-Vfw20220602121808-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:21:16.659Z||pool-299-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-02T12:21:16.660Z||pool-299-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:21:16.660Z||pool-299-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:21:16.740Z||pool-299-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:21:16.741Z||pool-299-thread-1|||||INFO|500||cambria reply ok (82 ms):{"serverTimeMs":1,"count":1}
2022-06-02T12:21:17.559Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-02T12:21:17.560Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-02T12:21:17.560Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: e93cf204-5aae-4315-8581-67905d8e07cc, URL: /sdc/v1/catalog/services/Vfw20220602121808/1.0/artifacts/service-Vfw20220602121808-csar.csar to file: /app/ASDC/1/service-Vfw20220602121808-csar.csar
2022-06-02T12:21:17.561Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220602121808-csar.csar
2022-06-02T12:21:17.561Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220602121808-csar.csar
2022-06-02T12:21:17.562Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220602121808-csar.csar
2022-06-02T12:21:17.721Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16006978099326158767/Definitions/service-Vfw20220602121808-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-06-02T12:21:19.795Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-02T12:21:19.795Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-02T12:21:19.795Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220602121808-csar.csar
2022-06-02T12:21:19.795Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-02T12:21:19.795Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||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-Vfw20220602121808-csar.csar
2022-06-02T12:21:19.796Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||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-Vfw20220602121808-csar.csar
2022-06-02T12:21:19.796Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220602121808-csar.csar
2022-06-02T12:21:19.796Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220602121808-csar.csar
2022-06-02T12:21:19.796Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220602121808-csar.csar
2022-06-02T12:21:19.796Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||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-Vfw20220602121808-csar.csar
2022-06-02T12:21:19.796Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220602121808-csar.csar
2022-06-02T12:21:19.796Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||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-Vfw20220602121808-csar.csar
2022-06-02T12:21:19.796Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220602121808-csar.csar
2022-06-02T12:21:19.796Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||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-Vfw20220602121808-csar.csar
2022-06-02T12:21:19.796Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW a252cf5e-f4f0 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-Vfw20220602121808-csar.csar
2022-06-02T12:21:19.796Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220602121808-csar.csar
2022-06-02T12:21:19.796Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220602121808-csar.csar
2022-06-02T12:21:19.797Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-02T12:21:19.797Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:21:19.797Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-02 12-18-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T12:21:19.797Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Node template vFW a252cf5e-f4f0 0 is matching search criteria
2022-06-02T12:21:19.797Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-02T12:21:19.797Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW a252cf5e-f4f0 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-02T12:21:19.798Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:21:19.798Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-02 12-18-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T12:21:19.798Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Node template vFW a252cf5e-f4f0 0 is matching search criteria
2022-06-02T12:21:19.798Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-02T12:21:19.798Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW a252cf5e-f4f0 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-02T12:21:19.798Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:21:19.798Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-02 12-18-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T12:21:19.798Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:21:19.799Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Node template vFW a252cf5e-f4f0 0 is not matching search criteria
2022-06-02T12:21:19.799Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T12:21:19.799Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-02T12:21:19.799Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-02T12:21:19.799Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-02T12:21:19.799Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-02T12:21:19.799Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T12:21:19.799Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T12:21:19.800Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-02T12:21:19.800Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-02T12:21:19.800Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-02T12:21:19.800Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-02T12:21:19.800Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-02T12:21:19.800Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-02T12:21:19.800Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-02T12:21:19.800Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T12:21:19.800Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-02T12:21:19.801Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:21:19.801Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-02 12-18-08 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-02T12:21:19.801Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:21:19.801Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Node template vFW a252cf5e-f4f0 0 is matching search criteria
2022-06-02T12:21:19.801Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW a252cf5e-f4f0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T12:21:19.802Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:21:19.802Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Node template vFW a252cf5e-f4f0 0 is matching search criteria
2022-06-02T12:21:19.802Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW a252cf5e-f4f0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T12:21:19.802Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:21:19.802Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Node template vFW a252cf5e-f4f0 0 is matching search criteria
2022-06-02T12:21:19.802Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW a252cf5e-f4f0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T12:21:19.802Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:21:19.802Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Node template vFW a252cf5e-f4f0 0 is not matching search criteria
2022-06-02T12:21:19.803Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T12:21:19.803Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-02T12:21:19.803Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T12:21:19.803Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-02T12:21:19.803Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-02T12:21:19.803Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-02T12:21:19.803Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-02T12:21:19.803Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-02T12:21:19.803Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-02T12:21:19.804Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-02T12:21:19.804Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T12:21:19.804Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9f39cdfa-a7d3-435e-9fe5-0bb1e7aebf8d
2022-06-02T12:21:19.804Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:21:19.804Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Node template vFW a252cf5e-f4f0 0 is not matching search criteria
2022-06-02T12:21:19.804Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T12:21:19.804Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-02T12:21:19.804Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-02T12:21:19.805Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-02T12:21:19.805Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-02T12:21:19.805Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T12:21:19.805Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T12:21:19.805Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-02T12:21:19.805Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-02T12:21:19.805Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-02T12:21:19.805Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-02T12:21:19.805Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T12:21:19.805Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=aea3fab7-c2e5-4cd5-9d90-b35fdacf1343
2022-06-02T12:21:19.806Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:21:19.806Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Node template vFW a252cf5e-f4f0 0 is not matching search criteria
2022-06-02T12:21:19.806Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T12:21:19.806Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-02T12:21:19.806Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-02T12:21:19.806Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-02T12:21:19.806Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-02T12:21:19.806Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T12:21:19.807Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T12:21:19.807Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-02T12:21:19.807Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-02T12:21:19.807Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-02T12:21:19.807Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-02T12:21:19.807Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-02T12:21:19.807Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=28998055-0cab-4bff-bfc1-6913e317f20c
2022-06-02T12:21:19.807Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:21:19.808Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-02 12-18-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T12:21:19.808Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:21:19.808Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-02 12-18-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T12:21:19.808Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:21:19.808Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-02 12-18-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T12:21:19.808Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:21:19.808Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-02 12-18-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T12:21:19.808Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-06-02 12-18-08
Description:catalog service description
Model UUID:14096489-a017-4c4f-b534-80cc9fb2e644
Model Version:NULL
Model InvariantUuid:a663e9b4-1c09-4661-b2b8-6c105173fbe5
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW a252cf5e-f4f0
Model UUID:6c673620-3165-4315-ab2b-c9a532156232
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6006fca8-ae3f-4cf3-a3ca-421046173f80
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:965a97e8-be06-4cdb-8fff-1c722d4a54f7
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:417f1550-4e6e-49b0-b545-21cf7b738a9b
ModelName:VfwA252cf5eF4f0..base_vfw..module-0
ModelUuid:65b66910-5e41-4dec-af3d-ccedd80cd000
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:9f39cdfa-a7d3-435e-9fe5-0bb1e7aebf8d
ModelInvariantUuid:5fb4c32f-4412-4306-bf32-d5dfe704ecfd
ModelName:vFW a252cf5e-f4f0-nodes.vfwCvfc
ModelUuid:16aedd5c-463b-417d-b760-db8908311cd5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:a043f0f1-97b1-4950-8b5e-ebeed46fd8ba
ModelInvariantUuid:120c0104-5148-4f1f-acd0-83c0c2acee67
ModelName:VfwA252cf5eF4f0.compute.nodes.heat.vfw
ModelUuid:9d833bea-49d9-4fde-b6c5-5317e57f9775
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:aea3fab7-c2e5-4cd5-9d90-b35fdacf1343
ModelInvariantUuid:87d1bf5c-2f83-4745-81f3-e72b5b28a08c
ModelName:vFW a252cf5e-f4f0-nodes.vsnCvfc
ModelUuid:11100cc6-6855-42ae-a2ed-53f8fbe310b5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:4ae5b70c-e6c2-46be-bd46-fa72acb02325
ModelInvariantUuid:047149d8-e272-4875-b84d-f6ee4680c1fc
ModelName:VfwA252cf5eF4f0.compute.nodes.heat.vsn
ModelUuid:1ac67815-5106-4dd0-b097-a4b06ed58c8b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:28998055-0cab-4bff-bfc1-6913e317f20c
ModelInvariantUuid:b8dbb733-0516-4ebc-8070-f37a65739a48
ModelName:vFW a252cf5e-f4f0-nodes.vpgCvfc
ModelUuid:e42982a3-036d-42e9-a448-539b1e7f5547
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:7ef0484b-9992-4252-8f2f-035844e03950
ModelInvariantUuid:c7ba478b-18d2-4065-86c3-b93282b73b68
ModelName:VfwA252cf5eF4f0.compute.nodes.heat.vpg
ModelUuid:d330e3db-3290-4abc-a7ac-8dca11697fa7
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-06-02T12:21:19.833Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: f93913f2-9596-4180-b0d9-bc938124c034
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-06-02T12:21:19.839Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||INFO|500||vFW a252cf5e-f4f0 0
2022-06-02T12:21:19.839Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f93913f2-9596-4180-b0d9-bc938124c034
2022-06-02T12:21:19.839Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 1ffb60b6-0537-4478-b36f-7a74c1379c83 from URL: /sdc/v1/catalog/services/Vfw20220602121808/1.0/resourceInstances/vfwa252cf5ef4f00/artifacts/vfwa252cf5ef4f00_modules.json
2022-06-02T12:21:19.839Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-02T12:21:19.840Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220602121808/1.0/resourceInstances/vfwa252cf5ef4f00/artifacts/vfwa252cf5ef4f00_modules.json
2022-06-02T12:21:20.406Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-02T12:21:20.406Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220602121808/1.0/resourceInstances/vfwa252cf5ef4f00/artifacts/vfwa252cf5ef4f00_modules.json 1ffb60b6-0537-4478-b36f-7a74c1379c83 785
2022-06-02T12:21:20.407Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220602121808/1.0/resourceInstances/vfwa252cf5ef4f00/artifacts/vfwa252cf5ef4f00_modules.json ASDC sendASDCNotification
2022-06-02T12:21:20.407Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602121808/1.0/resourceInstances/vfwa252cf5ef4f00/artifacts/vfwa252cf5ef4f00_modules.json
2022-06-02T12:21:20.407Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T12:21:20.407Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:21:20.410Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:21:20.410Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a2ddf378-0e52-49f1-8010-57c234fdf0c3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172480407,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602121808/1.0/resourceInstances/vfwa252cf5ef4f00/artifacts/vfwa252cf5ef4f00_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:21:20.510Z||pool-300-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T12:21:20.511Z||pool-300-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:21:20.511Z||pool-300-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:21:20.556Z||pool-300-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:21:20.556Z||pool-300-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":1,"count":1}
2022-06-02T12:21:21.410Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwA252cf5eF4f0..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "417f1550-4e6e-49b0-b545-21cf7b738a9b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "65b66910-5e41-4dec-af3d-ccedd80cd000",
    "vfModuleModelCustomizationUUID": "ecb8d135-c627-4137-8db4-d66db87b28e5",
    "isBase": true,
    "artifacts": [
      "bd47f864-964a-4e49-bc0d-713bdc8bf3dc",
      "840d9252-9afc-4ae5-a232-d643f9bf9c5b"
    ],
    "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-06-02T12:21:21.414Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA252cf5eF4f0..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:65b66910-5e41-4dec-af3d-ccedd80cd000
VfModuleModelInvariantUUID:417f1550-4e6e-49b0-b545-21cf7b738a9b
VfModuleModelDescription:NULL
Artifacts UUID List:{
bd47f864-964a-4e49-bc0d-713bdc8bf3dc
,
840d9252-9afc-4ae5-a232-d643f9bf9c5b

}
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-06-02T12:21:21.416Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwA252cf5eF4f0..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "417f1550-4e6e-49b0-b545-21cf7b738a9b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "65b66910-5e41-4dec-af3d-ccedd80cd000",
    "vfModuleModelCustomizationUUID": "ecb8d135-c627-4137-8db4-d66db87b28e5",
    "isBase": true,
    "artifacts": [
      "bd47f864-964a-4e49-bc0d-713bdc8bf3dc",
      "840d9252-9afc-4ae5-a232-d643f9bf9c5b"
    ],
    "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-06-02T12:21:21.416Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA252cf5eF4f0..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:65b66910-5e41-4dec-af3d-ccedd80cd000
VfModuleModelInvariantUUID:417f1550-4e6e-49b0-b545-21cf7b738a9b
VfModuleModelDescription:NULL
Artifacts UUID List:{
bd47f864-964a-4e49-bc0d-713bdc8bf3dc
,
840d9252-9afc-4ae5-a232-d643f9bf9c5b

}
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-06-02T12:21:21.416Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: bd47f864-964a-4e49-bc0d-713bdc8bf3dc from URL: /sdc/v1/catalog/services/Vfw20220602121808/1.0/resourceInstances/vfwa252cf5ef4f00/artifacts/base_vfw.yaml
2022-06-02T12:21:21.416Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-02T12:21:21.416Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220602121808/1.0/resourceInstances/vfwa252cf5ef4f00/artifacts/base_vfw.yaml
2022-06-02T12:21:21.853Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-02T12:21:21.854Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220602121808/1.0/resourceInstances/vfwa252cf5ef4f00/artifacts/base_vfw.yaml bd47f864-964a-4e49-bc0d-713bdc8bf3dc 20368
2022-06-02T12:21:21.855Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220602121808/1.0/resourceInstances/vfwa252cf5ef4f00/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-02T12:21:21.855Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602121808/1.0/resourceInstances/vfwa252cf5ef4f00/artifacts/base_vfw.yaml
2022-06-02T12:21:21.855Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T12:21:21.855Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:21:21.857Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:21:21.857Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a2ddf378-0e52-49f1-8010-57c234fdf0c3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172481855,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602121808/1.0/resourceInstances/vfwa252cf5ef4f00/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:21:21.960Z||pool-301-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-06-02T12:21:21.961Z||pool-301-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:21:21.961Z||pool-301-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:21:22.038Z||pool-301-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:21:22.039Z||pool-301-thread-1|||||INFO|500||cambria reply ok (79 ms):{"serverTimeMs":0,"count":1}
2022-06-02T12:21:22.858Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 840d9252-9afc-4ae5-a232-d643f9bf9c5b from URL: /sdc/v1/catalog/services/Vfw20220602121808/1.0/resourceInstances/vfwa252cf5ef4f00/artifacts/base_vfw.env
2022-06-02T12:21:22.858Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-02T12:21:22.858Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220602121808/1.0/resourceInstances/vfwa252cf5ef4f00/artifacts/base_vfw.env
2022-06-02T12:21:23.558Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-02T12:21:23.559Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220602121808/1.0/resourceInstances/vfwa252cf5ef4f00/artifacts/base_vfw.env 840d9252-9afc-4ae5-a232-d643f9bf9c5b 2098
2022-06-02T12:21:23.559Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220602121808/1.0/resourceInstances/vfwa252cf5ef4f00/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-02T12:21:23.559Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602121808/1.0/resourceInstances/vfwa252cf5ef4f00/artifacts/base_vfw.env
2022-06-02T12:21:23.559Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T12:21:23.559Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:21:23.561Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:21:23.561Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a2ddf378-0e52-49f1-8010-57c234fdf0c3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172483559,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602121808/1.0/resourceInstances/vfwa252cf5ef4f00/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:21:23.663Z||pool-302-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-02T12:21:23.663Z||pool-302-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:21:23.664Z||pool-302-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:21:23.697Z||pool-302-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:21:23.697Z||pool-302-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1}
2022-06-02T12:21:24.561Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 14096489-a017-4c4f-b534-80cc9fb2e644
2022-06-02T12:21:24.562Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW a252cf5e-f4f0 0 f93913f2-9596-4180-b0d9-bc938124c034 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-02T12:21:24.599Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@67fc0bbf, org.onap.sdc.toscaparser.api.parameters.Input@7c140262, org.onap.sdc.toscaparser.api.parameters.Input@f6b2039, org.onap.sdc.toscaparser.api.parameters.Input@7d6f1b5a, org.onap.sdc.toscaparser.api.parameters.Input@7a4946bb]
2022-06-02T12:21:24.600Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:21:24.601Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-02 12-18-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T12:21:24.601Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-06-02T12:21:24.601Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 965a97e8-be06-4cdb-8fff-1c722d4a54f7
2022-06-02T12:21:24.601Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 965a97e8-be06-4cdb-8fff-1c722d4a54f7 matches Tosca VF Customization UUID: 965a97e8-be06-4cdb-8fff-1c722d4a54f7
2022-06-02T12:21:24.601Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 965a97e8-be06-4cdb-8fff-1c722d4a54f7  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-06-02T12:21:24.605Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:21:24.605Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-02 12-18-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T12:21:24.606Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 965a97e8-be06-4cdb-8fff-1c722d4a54f7: {\"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-06-02T12:21:24.606Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@751eba05
2022-06-02T12:21:24.606Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:21:24.606Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-02 12-18-08 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-02T12:21:24.607Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ecb8d135-c627-4137-8db4-d66db87b28e5
2022-06-02T12:21:24.607Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ecb8d135-c627-4137-8db4-d66db87b28e5
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-06-02T12:21:24.610Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:21:24.610Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Node template vFW a252cf5e-f4f0 0 is matching search criteria
2022-06-02T12:21:24.610Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW a252cf5e-f4f0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T12:21:24.610Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:21:24.611Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Node template vFW a252cf5e-f4f0 0 is matching search criteria
2022-06-02T12:21:24.611Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW a252cf5e-f4f0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T12:21:24.611Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:21:24.611Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Node template vFW a252cf5e-f4f0 0 is not matching search criteria
2022-06-02T12:21:24.612Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T12:21:24.612Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-02T12:21:24.612Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T12:21:24.612Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-02T12:21:24.613Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-02T12:21:24.613Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-02T12:21:24.613Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-02T12:21:24.613Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-02T12:21:24.613Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-02T12:21:24.614Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-02T12:21:24.614Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T12:21:24.614Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9f39cdfa-a7d3-435e-9fe5-0bb1e7aebf8d
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-06-02T12:21:24.616Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:21:24.617Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Node template vFW a252cf5e-f4f0 0 is matching search criteria
2022-06-02T12:21:24.617Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW a252cf5e-f4f0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T12:21:24.617Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:21:24.617Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Node template vFW a252cf5e-f4f0 0 is not matching search criteria
2022-06-02T12:21:24.617Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T12:21:24.618Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-02T12:21:24.618Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-02T12:21:24.618Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-02T12:21:24.618Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-02T12:21:24.619Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T12:21:24.619Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T12:21:24.619Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-02T12:21:24.619Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-02T12:21:24.619Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-02T12:21:24.620Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-02T12:21:24.620Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T12:21:24.620Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=aea3fab7-c2e5-4cd5-9d90-b35fdacf1343
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-06-02T12:21:24.622Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:21:24.622Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Node template vFW a252cf5e-f4f0 0 is matching search criteria
2022-06-02T12:21:24.623Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW a252cf5e-f4f0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T12:21:24.623Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:21:24.623Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Node template vFW a252cf5e-f4f0 0 is not matching search criteria
2022-06-02T12:21:24.623Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T12:21:24.623Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-02T12:21:24.624Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-02T12:21:24.624Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-02T12:21:24.624Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-02T12:21:24.624Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T12:21:24.625Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T12:21:24.625Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-02T12:21:24.625Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-02T12:21:24.625Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-02T12:21:24.625Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-02T12:21:24.626Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-02T12:21:24.626Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=28998055-0cab-4bff-bfc1-6913e317f20c
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-06-02T12:21:24.632Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:21:24.632Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Node template vFW a252cf5e-f4f0 0 is matching search criteria
2022-06-02T12:21:24.632Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW a252cf5e-f4f0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T12:21:24.632Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:21:24.633Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Node template vFW a252cf5e-f4f0 0 is matching search criteria
2022-06-02T12:21:24.633Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW a252cf5e-f4f0 0] matching following query criteria: sdcType=VF, customizationUUID=965a97e8-be06-4cdb-8fff-1c722d4a54f7
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-06-02T12:21:24.634Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:21:24.634Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-02 12-18-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T12:21:24.635Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 14096489-a017-4c4f-b534-80cc9fb2e644: vFW a252cf5e-f4f0
2022-06-02T12:21:24.635Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:21:24.635Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-02 12-18-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T12:21:24.635Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:21:24.635Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-02 12-18-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T12:21:24.635Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:21:24.635Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-02 12-18-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T12:21:24.636Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:21:24.636Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-02 12-18-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T12:21:24.636Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:21:24.636Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-02 12-18-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T12:21:24.636Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2022-06-02 12-18-08 
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-06-02T12:21:24.852Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW a252cf5e-f4f0 f93913f2-9596-4180-b0d9-bc938124c034 1 ASDC deployResourceStructure
2022-06-02T12:21:24.852Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220602121808/1.0/resourceInstances/vfwa252cf5ef4f00/artifacts/vfwa252cf5ef4f00_modules.json ASDC sendASDCNotification
2022-06-02T12:21:24.852Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602121808/1.0/resourceInstances/vfwa252cf5ef4f00/artifacts/vfwa252cf5ef4f00_modules.json
2022-06-02T12:21:24.852Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T12:21:24.853Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:21:24.855Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:21:24.855Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a2ddf378-0e52-49f1-8010-57c234fdf0c3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172484852,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602121808/1.0/resourceInstances/vfwa252cf5ef4f00/artifacts/vfwa252cf5ef4f00_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-02T12:21:24.955Z||pool-303-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T12:21:24.956Z||pool-303-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:21:24.956Z||pool-303-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:21:25.010Z||pool-303-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:21:25.011Z||pool-303-thread-1|||||INFO|500||cambria reply ok (56 ms):{"serverTimeMs":0,"count":1}
2022-06-02T12:21:25.855Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220602121808/1.0/resourceInstances/vfwa252cf5ef4f00/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-02T12:21:25.856Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602121808/1.0/resourceInstances/vfwa252cf5ef4f00/artifacts/base_vfw.yaml
2022-06-02T12:21:25.856Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T12:21:25.856Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:21:25.857Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:21:25.857Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a2ddf378-0e52-49f1-8010-57c234fdf0c3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172485855,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602121808/1.0/resourceInstances/vfwa252cf5ef4f00/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-02T12:21:25.958Z||pool-304-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-02T12:21:25.958Z||pool-304-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:21:25.959Z||pool-304-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:21:25.991Z||pool-304-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:21:25.992Z||pool-304-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-06-02T12:21:26.858Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220602121808/1.0/resourceInstances/vfwa252cf5ef4f00/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-02T12:21:26.858Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602121808/1.0/resourceInstances/vfwa252cf5ef4f00/artifacts/base_vfw.env
2022-06-02T12:21:26.859Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T12:21:26.859Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:21:26.861Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:21:26.861Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a2ddf378-0e52-49f1-8010-57c234fdf0c3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172486858,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602121808/1.0/resourceInstances/vfwa252cf5ef4f00/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-02T12:21:26.961Z||pool-305-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T12:21:26.961Z||pool-305-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:21:26.962Z||pool-305-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:21:27.048Z||pool-305-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:21:27.050Z||pool-305-thread-1|||||INFO|500||cambria reply ok (89 ms):{"serverTimeMs":0,"count":1}
2022-06-02T12:21:27.861Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220602121808/1.0/artifacts/service-Vfw20220602121808-csar.csar ASDC sendASDCNotification
2022-06-02T12:21:27.862Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602121808/1.0/artifacts/service-Vfw20220602121808-csar.csar
2022-06-02T12:21:27.862Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T12:21:27.862Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:21:27.864Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:21:27.864Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a2ddf378-0e52-49f1-8010-57c234fdf0c3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172487861,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602121808/1.0/artifacts/service-Vfw20220602121808-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T12:21:27.964Z||pool-306-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T12:21:27.965Z||pool-306-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:21:27.965Z||pool-306-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:21:27.994Z||pool-306-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:21:27.994Z||pool-306-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-06-02T12:21:28.864Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a2ddf378-0e52-49f1-8010-57c234fdf0c3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-02T12:21:28.869Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a2ddf378-0e52-49f1-8010-57c234fdf0c3
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-06-02T12:21:28.871Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T12:21:28.871Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-02T12:21:28.871Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-02T12:21:58.871Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a2ddf378-0e52-49f1-8010-57c234fdf0c3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-02T12:21:58.877Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a2ddf378-0e52-49f1-8010-57c234fdf0c3
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-06-02T12:21:58.878Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T12:21:58.878Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-02T12:21:58.878Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-02T12:22:01.711Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T12:22:01.711Z||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-06-02T12:22:01.711Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T12:22:01.748Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:22:01.749Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:22:01.749Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04e0df81-40d8-40c1-b3ec-24927c4c197d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172401708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtiusz2uiw25ebdzopyr/1.0/resourceInstances/pnf2ef32ab5976a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:22:01.750Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:22:01.750Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:22:01.750Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04e0df81-40d8-40c1-b3ec-24927c4c197d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172401708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtiusz2uiw25ebdzopyr/1.0/resourceInstances/pnf2ef32ab5976a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:22:01.750Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:22:01.750Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:22:01.750Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04e0df81-40d8-40c1-b3ec-24927c4c197d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172401708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtiusz2uiw25ebdzopyr/1.0/resourceInstances/pnf2ef32ab5976a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:22:01.750Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:22:01.750Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:22:01.750Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04e0df81-40d8-40c1-b3ec-24927c4c197d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172401708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtiusz2uiw25ebdzopyr/1.0/resourceInstances/pnf2ef32ab5976a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:22:01.750Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:22:01.750Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:22:01.751Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04e0df81-40d8-40c1-b3ec-24927c4c197d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172401708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtiusz2uiw25ebdzopyr/1.0/resourceInstances/pnf2ef32ab5976a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:22:01.751Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:22:01.751Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:22:01.751Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04e0df81-40d8-40c1-b3ec-24927c4c197d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172401708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtiusz2uiw25ebdzopyr/1.0/artifacts/service-DemoPnfAtiusz2uiw25ebdzopyr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:22:01.751Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:22:01.751Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:22:01.751Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04e0df81-40d8-40c1-b3ec-24927c4c197d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172401708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtiusz2uiw25ebdzopyr/1.0/artifacts/service-DemoPnfAtiusz2uiw25ebdzopyr-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T12:22:01.751Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:22:01.751Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:22:01.751Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04e0df81-40d8-40c1-b3ec-24927c4c197d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172411225,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtiusz2uiw25ebdzopyr/1.0/artifacts/service-DemoPnfAtiusz2uiw25ebdzopyr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:22:01.751Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:22:01.751Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:22:01.751Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04e0df81-40d8-40c1-b3ec-24927c4c197d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172413368,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtiusz2uiw25ebdzopyr/1.0/artifacts/service-DemoPnfAtiusz2uiw25ebdzopyr-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T12:22:01.752Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:22:01.752Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:22:01.752Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04e0df81-40d8-40c1-b3ec-24927c4c197d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172444634,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d04e0df81-40d8-40c1-b3ec-24927c4c197d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/176e4109-8c7b-477c-8543-f432b2f9149b/model-vers/model-ver/2a72b502-351a-4b76-bf5f-e1e59957401a (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/176e4109-8c7b-477c-8543-f432b2f9149b/model-vers/model-ver/2a72b502-351a-4b76-bf5f-e1e59957401a) (ec\u003dERR.5.4.6114)"
}
2022-06-02T12:22:01.752Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:22:28.878Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a2ddf378-0e52-49f1-8010-57c234fdf0c3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-02T12:22:28.894Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a2ddf378-0e52-49f1-8010-57c234fdf0c3
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-06-02T12:22:28.895Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T12:22:28.896Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-02T12:22:28.896Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-02T12:22:58.896Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a2ddf378-0e52-49f1-8010-57c234fdf0c3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-02T12:22:58.923Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a2ddf378-0e52-49f1-8010-57c234fdf0c3
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-06-02T12:22:58.925Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T12:22:58.925Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-02T12:22:58.925Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-02T12:23:01.711Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T12:23:01.711Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|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-06-02T12:23:01.711Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|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 vhEFpQtZO3nowL1S) ...
2022-06-02T12:23:02.296Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:23:02.297Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T12:23:02.297Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2ddf378-0e52-49f1-8010-57c234fdf0c3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172461708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602121808/1.0/resourceInstances/vfwa252cf5ef4f00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:23:02.298Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:23:02.298Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T12:23:02.298Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2ddf378-0e52-49f1-8010-57c234fdf0c3",
  "consumerID": "clamp",
  "timestamp": 1654172464756,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602121808/1.0/resourceInstances/vfwa252cf5ef4f00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:23:02.298Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:23:02.298Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T12:23:02.298Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2ddf378-0e52-49f1-8010-57c234fdf0c3",
  "consumerID": "cds",
  "timestamp": 1654172466248,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602121808/1.0/resourceInstances/vfwa252cf5ef4f00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:23:02.299Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:23:02.299Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T12:23:02.299Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2ddf378-0e52-49f1-8010-57c234fdf0c3",
  "consumerID": "policy-id",
  "timestamp": 1654172464763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602121808/1.0/resourceInstances/vfwa252cf5ef4f00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:23:02.299Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:23:02.299Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T12:23:02.299Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2ddf378-0e52-49f1-8010-57c234fdf0c3",
  "consumerID": "aai-ml",
  "timestamp": 1654172468714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602121808/1.0/resourceInstances/vfwa252cf5ef4f00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:23:02.299Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:23:02.299Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T12:23:02.299Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2ddf378-0e52-49f1-8010-57c234fdf0c3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172461708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602121808/1.0/resourceInstances/vfwa252cf5ef4f00/artifacts/vfwa252cf5ef4f00_modules.json",
  "status": "NOTIFIED"
}
2022-06-02T12:23:02.299Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:23:02.300Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T12:23:02.300Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2ddf378-0e52-49f1-8010-57c234fdf0c3",
  "consumerID": "cds",
  "timestamp": 1654172466248,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602121808/1.0/resourceInstances/vfwa252cf5ef4f00/artifacts/vfwa252cf5ef4f00_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:23:02.300Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:23:02.300Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T12:23:02.300Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2ddf378-0e52-49f1-8010-57c234fdf0c3",
  "consumerID": "clamp",
  "timestamp": 1654172464756,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602121808/1.0/resourceInstances/vfwa252cf5ef4f00/artifacts/vfwa252cf5ef4f00_modules.json",
  "status": "NOTIFIED"
}
2022-06-02T12:23:02.300Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:23:02.300Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T12:23:02.300Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2ddf378-0e52-49f1-8010-57c234fdf0c3",
  "consumerID": "policy-id",
  "timestamp": 1654172464763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602121808/1.0/resourceInstances/vfwa252cf5ef4f00/artifacts/vfwa252cf5ef4f00_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:23:02.300Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:23:02.300Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T12:23:02.300Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2ddf378-0e52-49f1-8010-57c234fdf0c3",
  "consumerID": "aai-ml",
  "timestamp": 1654172468714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602121808/1.0/resourceInstances/vfwa252cf5ef4f00/artifacts/vfwa252cf5ef4f00_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:23:02.300Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:23:02.300Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T12:23:02.301Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2ddf378-0e52-49f1-8010-57c234fdf0c3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172461708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602121808/1.0/resourceInstances/vfwa252cf5ef4f00/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-02T12:23:02.301Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:23:02.301Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T12:23:02.301Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2ddf378-0e52-49f1-8010-57c234fdf0c3",
  "consumerID": "cds",
  "timestamp": 1654172466248,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602121808/1.0/resourceInstances/vfwa252cf5ef4f00/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:23:02.301Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:23:02.301Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T12:23:02.301Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2ddf378-0e52-49f1-8010-57c234fdf0c3",
  "consumerID": "clamp",
  "timestamp": 1654172464756,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602121808/1.0/resourceInstances/vfwa252cf5ef4f00/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:23:02.301Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:23:02.301Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T12:23:02.301Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2ddf378-0e52-49f1-8010-57c234fdf0c3",
  "consumerID": "policy-id",
  "timestamp": 1654172464763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602121808/1.0/resourceInstances/vfwa252cf5ef4f00/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-02T12:23:02.301Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:23:02.301Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T12:23:02.301Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2ddf378-0e52-49f1-8010-57c234fdf0c3",
  "consumerID": "aai-ml",
  "timestamp": 1654172468714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602121808/1.0/resourceInstances/vfwa252cf5ef4f00/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:23:02.302Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:23:02.302Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T12:23:02.302Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2ddf378-0e52-49f1-8010-57c234fdf0c3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172461708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602121808/1.0/resourceInstances/vfwa252cf5ef4f00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:23:02.302Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:23:02.302Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T12:23:02.302Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2ddf378-0e52-49f1-8010-57c234fdf0c3",
  "consumerID": "clamp",
  "timestamp": 1654172464756,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602121808/1.0/resourceInstances/vfwa252cf5ef4f00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:23:02.302Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:23:02.302Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T12:23:02.302Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2ddf378-0e52-49f1-8010-57c234fdf0c3",
  "consumerID": "cds",
  "timestamp": 1654172466248,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602121808/1.0/resourceInstances/vfwa252cf5ef4f00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:23:02.302Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:23:02.302Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T12:23:02.302Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2ddf378-0e52-49f1-8010-57c234fdf0c3",
  "consumerID": "policy-id",
  "timestamp": 1654172464763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602121808/1.0/resourceInstances/vfwa252cf5ef4f00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:23:02.302Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:23:02.303Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T12:23:02.303Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2ddf378-0e52-49f1-8010-57c234fdf0c3",
  "consumerID": "aai-ml",
  "timestamp": 1654172468714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602121808/1.0/resourceInstances/vfwa252cf5ef4f00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:23:02.303Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:23:02.303Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T12:23:02.303Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2ddf378-0e52-49f1-8010-57c234fdf0c3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172461708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602121808/1.0/resourceInstances/vfwa252cf5ef4f00/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-02T12:23:02.303Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:23:02.303Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T12:23:02.304Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2ddf378-0e52-49f1-8010-57c234fdf0c3",
  "consumerID": "clamp",
  "timestamp": 1654172464756,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602121808/1.0/resourceInstances/vfwa252cf5ef4f00/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:23:02.304Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:23:02.304Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T12:23:02.304Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2ddf378-0e52-49f1-8010-57c234fdf0c3",
  "consumerID": "cds",
  "timestamp": 1654172466248,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602121808/1.0/resourceInstances/vfwa252cf5ef4f00/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:23:02.304Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:23:02.304Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T12:23:02.304Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2ddf378-0e52-49f1-8010-57c234fdf0c3",
  "consumerID": "policy-id",
  "timestamp": 1654172464763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602121808/1.0/resourceInstances/vfwa252cf5ef4f00/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:23:02.304Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:23:02.304Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T12:23:02.304Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2ddf378-0e52-49f1-8010-57c234fdf0c3",
  "consumerID": "aai-ml",
  "timestamp": 1654172468714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602121808/1.0/resourceInstances/vfwa252cf5ef4f00/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:23:02.304Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:23:02.305Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T12:23:02.305Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2ddf378-0e52-49f1-8010-57c234fdf0c3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172461708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602121808/1.0/artifacts/service-Vfw20220602121808-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:23:02.305Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:23:02.305Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T12:23:02.305Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2ddf378-0e52-49f1-8010-57c234fdf0c3",
  "consumerID": "clamp",
  "timestamp": 1654172464756,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602121808/1.0/artifacts/service-Vfw20220602121808-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:23:02.305Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:23:02.305Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T12:23:02.305Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2ddf378-0e52-49f1-8010-57c234fdf0c3",
  "consumerID": "cds",
  "timestamp": 1654172466248,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602121808/1.0/artifacts/service-Vfw20220602121808-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:23:02.305Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:23:02.305Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T12:23:02.306Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2ddf378-0e52-49f1-8010-57c234fdf0c3",
  "consumerID": "policy-id",
  "timestamp": 1654172464763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602121808/1.0/artifacts/service-Vfw20220602121808-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:23:02.306Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:23:02.306Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T12:23:02.306Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2ddf378-0e52-49f1-8010-57c234fdf0c3",
  "consumerID": "aai-ml",
  "timestamp": 1654172468714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602121808/1.0/artifacts/service-Vfw20220602121808-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:23:02.306Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:23:02.306Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T12:23:02.306Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2ddf378-0e52-49f1-8010-57c234fdf0c3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172461708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602121808/1.0/artifacts/service-Vfw20220602121808-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T12:23:02.306Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:23:02.306Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T12:23:02.306Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2ddf378-0e52-49f1-8010-57c234fdf0c3",
  "consumerID": "clamp",
  "timestamp": 1654172464756,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602121808/1.0/artifacts/service-Vfw20220602121808-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T12:23:02.306Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:23:02.306Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T12:23:02.307Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2ddf378-0e52-49f1-8010-57c234fdf0c3",
  "consumerID": "cds",
  "timestamp": 1654172466248,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602121808/1.0/artifacts/service-Vfw20220602121808-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T12:23:02.307Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:23:02.307Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T12:23:02.307Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2ddf378-0e52-49f1-8010-57c234fdf0c3",
  "consumerID": "policy-id",
  "timestamp": 1654172464763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602121808/1.0/artifacts/service-Vfw20220602121808-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T12:23:02.307Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:23:02.307Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T12:23:02.307Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2ddf378-0e52-49f1-8010-57c234fdf0c3",
  "consumerID": "aai-ml",
  "timestamp": 1654172468714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602121808/1.0/artifacts/service-Vfw20220602121808-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T12:23:02.307Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:23:02.307Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T12:23:02.307Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2ddf378-0e52-49f1-8010-57c234fdf0c3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172476555,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602121808/1.0/artifacts/service-Vfw20220602121808-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:23:02.307Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:23:02.307Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T12:23:02.307Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2ddf378-0e52-49f1-8010-57c234fdf0c3",
  "consumerID": "policy-id",
  "timestamp": 1654172476119,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602121808/1.0/artifacts/service-Vfw20220602121808-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:23:02.308Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:23:02.308Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T12:23:02.308Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2ddf378-0e52-49f1-8010-57c234fdf0c3",
  "consumerID": "cds",
  "timestamp": 1654172476746,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602121808/1.0/artifacts/service-Vfw20220602121808-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:23:02.308Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:23:02.308Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T12:23:02.308Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2ddf378-0e52-49f1-8010-57c234fdf0c3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654172475893,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602121808/1.0/resourceInstances/vfwa252cf5ef4f00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:23:02.308Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:23:02.308Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T12:23:02.308Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2ddf378-0e52-49f1-8010-57c234fdf0c3",
  "consumerID": "aai-ml",
  "timestamp": 1654172477252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602121808/1.0/artifacts/service-Vfw20220602121808-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:23:02.308Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:23:02.308Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T12:23:02.309Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2ddf378-0e52-49f1-8010-57c234fdf0c3",
  "consumerID": "policy-id",
  "timestamp": 1654172477124,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602121808/1.0/artifacts/service-Vfw20220602121808-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T12:23:02.309Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:23:02.309Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T12:23:02.309Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2ddf378-0e52-49f1-8010-57c234fdf0c3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654172476636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602121808/1.0/resourceInstances/vfwa252cf5ef4f00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:23:02.309Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:23:02.309Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T12:23:02.309Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2ddf378-0e52-49f1-8010-57c234fdf0c3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654172476903,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602121808/1.0/resourceInstances/vfwa252cf5ef4f00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:23:02.309Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:23:02.309Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T12:23:02.310Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2ddf378-0e52-49f1-8010-57c234fdf0c3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654172475893,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602121808/1.0/resourceInstances/vfwa252cf5ef4f00/artifacts/vfwa252cf5ef4f00_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:23:02.310Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:23:02.310Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T12:23:02.310Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2ddf378-0e52-49f1-8010-57c234fdf0c3",
  "consumerID": "cds",
  "timestamp": 1654172477762,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602121808/1.0/artifacts/service-Vfw20220602121808-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-06-02T12:23:02.320Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a2ddf378-0e52-49f1-8010-57c234fdf0c3
2022-06-02T12:23:02.321Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a2ddf378-0e52-49f1-8010-57c234fdf0c3 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-06-02T12:23:02.332Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T12:23:02.333Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2ddf378-0e52-49f1-8010-57c234fdf0c3",
  "consumerID": "policy-id",
  "timestamp": 1654172478127,
  "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-06-02T12:23:02.342Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a2ddf378-0e52-49f1-8010-57c234fdf0c3
2022-06-02T12:23:02.343Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a2ddf378-0e52-49f1-8010-57c234fdf0c3 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-06-02T12:23:02.362Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T12:23:02.363Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2ddf378-0e52-49f1-8010-57c234fdf0c3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654172476636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602121808/1.0/resourceInstances/vfwa252cf5ef4f00/artifacts/vfwa252cf5ef4f00_modules.json",
  "status": "NOTIFIED"
}
2022-06-02T12:23:02.363Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:23:02.363Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T12:23:02.363Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2ddf378-0e52-49f1-8010-57c234fdf0c3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654172476903,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602121808/1.0/resourceInstances/vfwa252cf5ef4f00/artifacts/vfwa252cf5ef4f00_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:23:02.364Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:23:02.364Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T12:23:02.364Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2ddf378-0e52-49f1-8010-57c234fdf0c3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654172475893,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602121808/1.0/resourceInstances/vfwa252cf5ef4f00/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:23:02.364Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:23:02.364Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T12:23:02.364Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2ddf378-0e52-49f1-8010-57c234fdf0c3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654172476636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602121808/1.0/resourceInstances/vfwa252cf5ef4f00/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-02T12:23:02.365Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:23:02.365Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T12:23:02.365Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2ddf378-0e52-49f1-8010-57c234fdf0c3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654172476903,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602121808/1.0/resourceInstances/vfwa252cf5ef4f00/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:23:02.365Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:23:02.365Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T12:23:02.365Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2ddf378-0e52-49f1-8010-57c234fdf0c3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654172475893,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602121808/1.0/resourceInstances/vfwa252cf5ef4f00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:23:02.365Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:23:02.366Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T12:23:02.366Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2ddf378-0e52-49f1-8010-57c234fdf0c3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172480407,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602121808/1.0/resourceInstances/vfwa252cf5ef4f00/artifacts/vfwa252cf5ef4f00_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:23:02.366Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:23:02.366Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T12:23:02.366Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2ddf378-0e52-49f1-8010-57c234fdf0c3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654172476636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602121808/1.0/resourceInstances/vfwa252cf5ef4f00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:23:02.366Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:23:02.366Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T12:23:02.366Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2ddf378-0e52-49f1-8010-57c234fdf0c3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654172476903,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602121808/1.0/resourceInstances/vfwa252cf5ef4f00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:23:02.367Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:23:02.367Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T12:23:02.367Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2ddf378-0e52-49f1-8010-57c234fdf0c3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654172475893,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602121808/1.0/resourceInstances/vfwa252cf5ef4f00/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:23:02.367Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:23:02.367Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T12:23:02.367Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2ddf378-0e52-49f1-8010-57c234fdf0c3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654172476636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602121808/1.0/resourceInstances/vfwa252cf5ef4f00/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-02T12:23:02.367Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:23:02.368Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T12:23:02.368Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2ddf378-0e52-49f1-8010-57c234fdf0c3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654172476903,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602121808/1.0/resourceInstances/vfwa252cf5ef4f00/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:23:02.368Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:23:02.368Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T12:23:02.368Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2ddf378-0e52-49f1-8010-57c234fdf0c3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172481855,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602121808/1.0/resourceInstances/vfwa252cf5ef4f00/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:23:02.368Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:23:02.368Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T12:23:02.368Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2ddf378-0e52-49f1-8010-57c234fdf0c3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654172475893,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602121808/1.0/artifacts/service-Vfw20220602121808-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:23:02.369Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:23:02.369Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T12:23:02.369Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2ddf378-0e52-49f1-8010-57c234fdf0c3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654172476636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602121808/1.0/artifacts/service-Vfw20220602121808-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:23:02.369Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:23:02.369Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T12:23:02.369Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2ddf378-0e52-49f1-8010-57c234fdf0c3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654172476903,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602121808/1.0/artifacts/service-Vfw20220602121808-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:23:02.369Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:23:02.370Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T12:23:02.370Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2ddf378-0e52-49f1-8010-57c234fdf0c3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654172475893,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602121808/1.0/artifacts/service-Vfw20220602121808-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:23:02.370Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:23:02.370Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T12:23:02.370Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2ddf378-0e52-49f1-8010-57c234fdf0c3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172483559,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602121808/1.0/resourceInstances/vfwa252cf5ef4f00/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:23:02.370Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:23:02.370Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T12:23:02.371Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2ddf378-0e52-49f1-8010-57c234fdf0c3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654172476636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602121808/1.0/artifacts/service-Vfw20220602121808-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T12:23:02.371Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:23:02.371Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T12:23:02.371Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2ddf378-0e52-49f1-8010-57c234fdf0c3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654172476903,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602121808/1.0/artifacts/service-Vfw20220602121808-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T12:23:02.371Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:23:02.371Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T12:23:02.371Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2ddf378-0e52-49f1-8010-57c234fdf0c3",
  "consumerID": "clamp",
  "timestamp": 1654172483764,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602121808/1.0/artifacts/service-Vfw20220602121808-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:23:02.371Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:23:02.371Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T12:23:02.371Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2ddf378-0e52-49f1-8010-57c234fdf0c3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172484852,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602121808/1.0/resourceInstances/vfwa252cf5ef4f00/artifacts/vfwa252cf5ef4f00_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-02T12:23:02.372Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:23:02.372Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T12:23:02.372Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2ddf378-0e52-49f1-8010-57c234fdf0c3",
  "consumerID": "clamp",
  "timestamp": 1654172484821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602121808/1.0/artifacts/service-Vfw20220602121808-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T12:23:02.372Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:23:02.372Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T12:23:02.372Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2ddf378-0e52-49f1-8010-57c234fdf0c3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654172485139,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602121808/1.0/resourceInstances/vfwa252cf5ef4f00/artifacts/vfwa252cf5ef4f00_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:23:02.372Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:23:02.372Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T12:23:02.372Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2ddf378-0e52-49f1-8010-57c234fdf0c3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654172485476,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602121808/1.0/artifacts/service-Vfw20220602121808-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:23:02.372Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:23:02.373Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T12:23:02.373Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2ddf378-0e52-49f1-8010-57c234fdf0c3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172485855,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602121808/1.0/resourceInstances/vfwa252cf5ef4f00/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-02T12:23:02.373Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:23:02.373Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T12:23:02.373Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2ddf378-0e52-49f1-8010-57c234fdf0c3",
  "consumerID": "clamp",
  "timestamp": 1654172485833,
  "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-06-02T12:23:02.381Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a2ddf378-0e52-49f1-8010-57c234fdf0c3
2022-06-02T12:23:02.381Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a2ddf378-0e52-49f1-8010-57c234fdf0c3 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-06-02T12:23:02.411Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T12:23:02.411Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2ddf378-0e52-49f1-8010-57c234fdf0c3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172486858,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602121808/1.0/resourceInstances/vfwa252cf5ef4f00/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-02T12:23:02.411Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:23:02.411Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T12:23:02.411Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2ddf378-0e52-49f1-8010-57c234fdf0c3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654172487060,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602121808/1.0/resourceInstances/vfwa252cf5ef4f00/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:23:02.412Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:23:02.412Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T12:23:02.412Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2ddf378-0e52-49f1-8010-57c234fdf0c3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172487861,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602121808/1.0/artifacts/service-Vfw20220602121808-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T12:23:02.412Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:23:02.412Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T12:23:02.412Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2ddf378-0e52-49f1-8010-57c234fdf0c3",
  "consumerID": "aai-ml",
  "timestamp": 1654172487765,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602121808/1.0/artifacts/service-Vfw20220602121808-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-06-02T12:23:02.412Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:23:02.413Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T12:23:02.413Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2ddf378-0e52-49f1-8010-57c234fdf0c3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654172488277,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602121808/1.0/resourceInstances/vfwa252cf5ef4f00/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:23:02.413Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:23:02.413Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T12:23:02.413Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2ddf378-0e52-49f1-8010-57c234fdf0c3",
  "consumerID": "aai-ml",
  "timestamp": 1654172488770,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "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-06-02T12:23:02.433Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of a2ddf378-0e52-49f1-8010-57c234fdf0c3
2022-06-02T12:23:02.433Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a2ddf378-0e52-49f1-8010-57c234fdf0c3 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-06-02T12:23:02.467Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T12:23:02.467Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2ddf378-0e52-49f1-8010-57c234fdf0c3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654172489307,
  "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-06-02T12:23:02.500Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a2ddf378-0e52-49f1-8010-57c234fdf0c3
2022-06-02T12:23:02.500Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a2ddf378-0e52-49f1-8010-57c234fdf0c3 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-06-02T12:23:02.521Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T12:23:02.521Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2ddf378-0e52-49f1-8010-57c234fdf0c3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654172490312,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602121808/1.0/resourceInstances/vfwa252cf5ef4f00/artifacts/vfwa252cf5ef4f00_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-02T12:23:02.521Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:23:02.521Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T12:23:02.521Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2ddf378-0e52-49f1-8010-57c234fdf0c3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654172490577,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602121808/1.0/artifacts/service-Vfw20220602121808-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T12:23:02.522Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:23:02.522Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T12:23:02.522Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2ddf378-0e52-49f1-8010-57c234fdf0c3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654172491583,
  "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-06-02T12:23:02.531Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a2ddf378-0e52-49f1-8010-57c234fdf0c3
2022-06-02T12:23:02.531Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a2ddf378-0e52-49f1-8010-57c234fdf0c3 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-06-02T12:23:28.925Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a2ddf378-0e52-49f1-8010-57c234fdf0c3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-02T12:23:28.940Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a2ddf378-0e52-49f1-8010-57c234fdf0c3
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-06-02T12:23:28.942Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T12:23:28.942Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-02T12:23:28.942Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-02T12:23:28.943Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-02T12:23:28.943Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-06-02T12:23:28.943Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-06-02T12:23:28.949Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-02T12:23:58.950Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a2ddf378-0e52-49f1-8010-57c234fdf0c3 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-06-02T12:23:58.956Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a2ddf378-0e52-49f1-8010-57c234fdf0c3 and serviceModelVersionId: 14096489-a017-4c4f-b534-80cc9fb2e644
2022-06-02T12:23:58.956Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a663e9b4-1c09-4661-b2b8-6c105173fbe5
2022-06-02T12:23:58.957Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a663e9b4-1c09-4661-b2b8-6c105173fbe5/model-vers/model-ver/14096489-a017-4c4f-b534-80cc9fb2e644?depth=0
2022-06-02T12:23:58.961Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-06-02T12:23:58.990Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a663e9b4-1c09-4661-b2b8-6c105173fbe5/model-vers/model-ver/14096489-a017-4c4f-b534-80cc9fb2e644?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-06-02T12:23:58.993Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a663e9b4-1c09-4661-b2b8-6c105173fbe5/model-vers/model-ver/14096489-a017-4c4f-b534-80cc9fb2e644?depth=0|INFO|500||Invoke
2022-06-02T12:23:59.020Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a663e9b4-1c09-4661-b2b8-6c105173fbe5/model-vers/model-ver/14096489-a017-4c4f-b534-80cc9fb2e644?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-06-02T12:23:59.049Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a663e9b4-1c09-4661-b2b8-6c105173fbe5/model-vers/model-ver/14096489-a017-4c4f-b534-80cc9fb2e644?depth=0|INFO|404|Not Found|InvokeReturn
2022-06-02T12:23:59.050Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a663e9b4-1c09-4661-b2b8-6c105173fbe5/model-vers/model-ver/14096489-a017-4c4f-b534-80cc9fb2e644?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220602-12:23:58:888-91844], Content-Length=[495], Date=[Thu, 02 Jun 2022 12:23:58 GMT], Content-Type=[application/json]}
2022-06-02T12:23:59.051Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/a663e9b4-1c09-4661-b2b8-6c105173fbe5/model-vers/model-ver/14096489-a017-4c4f-b534-80cc9fb2e644","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a663e9b4-1c09-4661-b2b8-6c105173fbe5/model-vers/model-ver/14096489-a017-4c4f-b534-80cc9fb2e644","ERR.5.4.6114"]}}}

2022-06-02T12:23:59.054Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=a2ddf378-0e52-49f1-8010-57c234fdf0c3 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a663e9b4-1c09-4661-b2b8-6c105173fbe5/model-vers/model-ver/14096489-a017-4c4f-b534-80cc9fb2e644 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a663e9b4-1c09-4661-b2b8-6c105173fbe5/model-vers/model-ver/14096489-a017-4c4f-b534-80cc9fb2e644) (ec=ERR.5.4.6114)
2022-06-02T12:23:59.055Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=a2ddf378-0e52-49f1-8010-57c234fdf0c3 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a663e9b4-1c09-4661-b2b8-6c105173fbe5/model-vers/model-ver/14096489-a017-4c4f-b534-80cc9fb2e644 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a663e9b4-1c09-4661-b2b8-6c105173fbe5/model-vers/model-ver/14096489-a017-4c4f-b534-80cc9fb2e644) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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-06-02T12:23:59.055Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=a2ddf378-0e52-49f1-8010-57c234fdf0c3 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a663e9b4-1c09-4661-b2b8-6c105173fbe5/model-vers/model-ver/14096489-a017-4c4f-b534-80cc9fb2e644 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a663e9b4-1c09-4661-b2b8-6c105173fbe5/model-vers/model-ver/14096489-a017-4c4f-b534-80cc9fb2e644) (ec=ERR.5.4.6114)
2022-06-02T12:23:59.055Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=a2ddf378-0e52-49f1-8010-57c234fdf0c3 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a663e9b4-1c09-4661-b2b8-6c105173fbe5/model-vers/model-ver/14096489-a017-4c4f-b534-80cc9fb2e644 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a663e9b4-1c09-4661-b2b8-6c105173fbe5/model-vers/model-ver/14096489-a017-4c4f-b534-80cc9fb2e644) (ec=ERR.5.4.6114)
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-06-02T12:23:59.061Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-02T12:23:59.061Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a2ddf378-0e52-49f1-8010-57c234fdf0c3 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=a2ddf378-0e52-49f1-8010-57c234fdf0c3 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a663e9b4-1c09-4661-b2b8-6c105173fbe5/model-vers/model-ver/14096489-a017-4c4f-b534-80cc9fb2e644 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a663e9b4-1c09-4661-b2b8-6c105173fbe5/model-vers/model-ver/14096489-a017-4c4f-b534-80cc9fb2e644) (ec=ERR.5.4.6114)
2022-06-02T12:23:59.061Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-02T12:23:59.061Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:23:59.063Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:23:59.063Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a2ddf378-0e52-49f1-8010-57c234fdf0c3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172639061,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003da2ddf378-0e52-49f1-8010-57c234fdf0c3 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a663e9b4-1c09-4661-b2b8-6c105173fbe5/model-vers/model-ver/14096489-a017-4c4f-b534-80cc9fb2e644 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a663e9b4-1c09-4661-b2b8-6c105173fbe5/model-vers/model-ver/14096489-a017-4c4f-b534-80cc9fb2e644) (ec\u003dERR.5.4.6114)"
}
2022-06-02T12:23:59.163Z||pool-307-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T12:23:59.164Z||pool-307-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:23:59.165Z||pool-307-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:23:59.182Z||pool-307-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:23:59.183Z||pool-307-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-02T12:24:00.081Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T12:24:00.081Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T12:24:00.081Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:24:01.711Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T12:24:01.711Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|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-06-02T12:24:01.711Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|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 vhEFpQtZO3nowL1S) ...
2022-06-02T12:24:02.355Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:24:02.355Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T12:24:02.355Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2ddf378-0e52-49f1-8010-57c234fdf0c3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172639061,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003da2ddf378-0e52-49f1-8010-57c234fdf0c3 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a663e9b4-1c09-4661-b2b8-6c105173fbe5/model-vers/model-ver/14096489-a017-4c4f-b534-80cc9fb2e644 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a663e9b4-1c09-4661-b2b8-6c105173fbe5/model-vers/model-ver/14096489-a017-4c4f-b534-80cc9fb2e644) (ec\u003dERR.5.4.6114)"
}
2022-06-02T12:24:02.356Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:24:10.379Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:24:10.380Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T12:24:10.380Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T12:24:10.380Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:24:19.951Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:24:19.951Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T12:24:19.952Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T12:24:19.952Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:24:29.523Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:25:01.708Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T12:25:01.709Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T12:25:01.709Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:25:01.710Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T12:25:01.711Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|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-06-02T12:25:01.711Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|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 vhEFpQtZO3nowL1S) ...
2022-06-02T12:25:11.335Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:25:11.365Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:26:01.708Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T12:26:01.709Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T12:26:01.709Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:26:01.711Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T12:26:01.711Z||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-06-02T12:26:01.711Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T12:26:11.301Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:26:11.301Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:27:01.709Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T12:27:01.711Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T12:27:01.712Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T12:27:01.712Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:27:01.712Z||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-06-02T12:27:01.713Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T12:27:02.367Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:27:02.367Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:27:02.369Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-02T12:27:02.369Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"dc737fc7-e17b-47e4-afed-c6d79bf50b51","serviceName":"Demo_pNF_jq23PVEiBsJfvx3LzF45","serviceVersion":"1.0","serviceUUID":"c2c0bae9-7f9e-407b-a279-c00a5c97379e","serviceDescription":"catalog service description","serviceInvariantUUID":"8e778969-0bd8-4917-b0fb-a27844ddb1a1","resources":[{"resourceInstanceName":"pNF a2a20acd-0fc5 0","resourceName":"pNF a2a20acd-0fc5","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"134657df-6da3-4416-a8a6-469fbadf96bc","resourceInvariantUUID":"63318664-0e8c-445d-b6b0-d72aed0b14cf","resourceCustomizationUUID":"3dc805b6-feee-4406-83ef-750409500bd0","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJq23pveibsjfvx3lzf45/1.0/resourceInstances/pnfa2a20acd0fc50/artifacts/vf-license-model.xml","artifactChecksum":"ODVlNWVlMTUxZjFjYzgwOWJmMzFhYmNkNjAxYTkzMGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4d4d20b7-1161-4a5d-88d1-310b0cd80761","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJq23pveibsjfvx3lzf45/1.0/resourceInstances/pnfa2a20acd0fc50/artifacts/pNF.csar","artifactChecksum":"YjMxNmYxMjM1ZTk4MjM4MjFhZmFlODA5YzA2M2FmY2Y\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fec0580e-ab56-47e1-943f-899920b26641","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJq23pveibsjfvx3lzf45/1.0/resourceInstances/pnfa2a20acd0fc50/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f2d378a8-e00c-4fcc-846c-24d02f4924fa","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJq23pveibsjfvx3lzf45/1.0/resourceInstances/pnfa2a20acd0fc50/artifacts/vendor-license-model.xml","artifactChecksum":"ZTA5Yzk0NzY5ZmY4OTFhYTkyMjgzZWE5NDk2ODQ0NjI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f9b42643-6598-4444-8c91-06e33e718ce2","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfJq23pveibsjfvx3lzf45/1.0/resourceInstances/pnfa2a20acd0fc50/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"63cd588b-c7dd-4f53-a34b-5987afcdb239","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfJq23pveibsjfvx3lzf45/1.0/resourceInstances/pnfa2a20acd0fc50/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4fe62aaf-919b-43c3-a46a-0066f26a8416","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfJq23pveibsjfvx3lzf45-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJq23pveibsjfvx3lzf45/1.0/artifacts/service-DemoPnfJq23pveibsjfvx3lzf45-template.yml","artifactChecksum":"NTU4MDIyYzY0YmYyYTU1MmQwOTg4NjBmM2QxYjBhNzM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4cee0fd8-da45-4305-b2e1-cf77d6097f86","artifactVersion":"1"},{"artifactName":"service-DemoPnfJq23pveibsjfvx3lzf45-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfJq23pveibsjfvx3lzf45/1.0/artifacts/service-DemoPnfJq23pveibsjfvx3lzf45-csar.csar","artifactChecksum":"OTc4YTc2MDJlYThkZGEyNWQ1YmFjNzA1Y2I2MjdkNWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7de96058-c05c-4111-bfac-580cce038df4","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-02T12:27:02.369Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:27:02.370Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc737fc7-e17b-47e4-afed-c6d79bf50b51",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654172796636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJq23pveibsjfvx3lzf45/1.0/resourceInstances/pnfa2a20acd0fc50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:27:02.371Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:27:02.371Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:27:02.371Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc737fc7-e17b-47e4-afed-c6d79bf50b51",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654172795893,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJq23pveibsjfvx3lzf45/1.0/resourceInstances/pnfa2a20acd0fc50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:27:02.372Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:27:02.372Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:27:02.372Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc737fc7-e17b-47e4-afed-c6d79bf50b51",
  "consumerID": "cds",
  "timestamp": 1654172796248,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJq23pveibsjfvx3lzf45/1.0/resourceInstances/pnfa2a20acd0fc50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:27:02.372Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T12:27:02.373Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:27:02.373Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:27:02.373Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:27:02.373Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc737fc7-e17b-47e4-afed-c6d79bf50b51",
  "consumerID": "aai-ml",
  "timestamp": 1654172798714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJq23pveibsjfvx3lzf45/1.0/resourceInstances/pnfa2a20acd0fc50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:27:02.374Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:27:02.374Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:27:02.374Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc737fc7-e17b-47e4-afed-c6d79bf50b51",
  "consumerID": "policy-id",
  "timestamp": 1654172804763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJq23pveibsjfvx3lzf45/1.0/resourceInstances/pnfa2a20acd0fc50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:27:02.374Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:27:02.375Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:27:02.375Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc737fc7-e17b-47e4-afed-c6d79bf50b51",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654172795893,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJq23pveibsjfvx3lzf45/1.0/resourceInstances/pnfa2a20acd0fc50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:27:02.375Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:27:02.375Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:27:02.376Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc737fc7-e17b-47e4-afed-c6d79bf50b51",
  "consumerID": "cds",
  "timestamp": 1654172796248,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJq23pveibsjfvx3lzf45/1.0/resourceInstances/pnfa2a20acd0fc50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:27:02.376Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:27:02.376Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:27:02.376Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc737fc7-e17b-47e4-afed-c6d79bf50b51",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654172796636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJq23pveibsjfvx3lzf45/1.0/resourceInstances/pnfa2a20acd0fc50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:27:02.377Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:27:02.377Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:27:02.377Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc737fc7-e17b-47e4-afed-c6d79bf50b51",
  "consumerID": "policy-id",
  "timestamp": 1654172804763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJq23pveibsjfvx3lzf45/1.0/resourceInstances/pnfa2a20acd0fc50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:27:02.377Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:27:02.377Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:27:02.378Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc737fc7-e17b-47e4-afed-c6d79bf50b51",
  "consumerID": "aai-ml",
  "timestamp": 1654172798714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJq23pveibsjfvx3lzf45/1.0/resourceInstances/pnfa2a20acd0fc50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:27:02.378Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:27:02.378Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "dc737fc7-e17b-47e4-afed-c6d79bf50b51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172821709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJq23pveibsjfvx3lzf45/1.0/resourceInstances/pnfa2a20acd0fc50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:27:02.378Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:27:02.378Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:27:02.379Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc737fc7-e17b-47e4-afed-c6d79bf50b51",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654172806903,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJq23pveibsjfvx3lzf45/1.0/resourceInstances/pnfa2a20acd0fc50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:27:02.379Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:27:02.379Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:27:02.379Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc737fc7-e17b-47e4-afed-c6d79bf50b51",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654172795893,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJq23pveibsjfvx3lzf45/1.0/resourceInstances/pnfa2a20acd0fc50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:27:02.380Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:27:02.380Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:27:02.380Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc737fc7-e17b-47e4-afed-c6d79bf50b51",
  "consumerID": "cds",
  "timestamp": 1654172796248,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJq23pveibsjfvx3lzf45/1.0/resourceInstances/pnfa2a20acd0fc50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:27:02.381Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:27:02.381Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:27:02.381Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc737fc7-e17b-47e4-afed-c6d79bf50b51",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654172796636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJq23pveibsjfvx3lzf45/1.0/resourceInstances/pnfa2a20acd0fc50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:27:02.381Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:27:02.382Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:27:02.382Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc737fc7-e17b-47e4-afed-c6d79bf50b51",
  "consumerID": "policy-id",
  "timestamp": 1654172804763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJq23pveibsjfvx3lzf45/1.0/resourceInstances/pnfa2a20acd0fc50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:27:02.382Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:27:02.383Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:27:02.383Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc737fc7-e17b-47e4-afed-c6d79bf50b51",
  "consumerID": "aai-ml",
  "timestamp": 1654172798714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJq23pveibsjfvx3lzf45/1.0/resourceInstances/pnfa2a20acd0fc50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:27:02.383Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:27:02.383Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:27:02.384Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc737fc7-e17b-47e4-afed-c6d79bf50b51",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654172806903,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJq23pveibsjfvx3lzf45/1.0/resourceInstances/pnfa2a20acd0fc50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:27:02.384Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:27:02.384Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:27:02.384Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc737fc7-e17b-47e4-afed-c6d79bf50b51",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654172795893,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJq23pveibsjfvx3lzf45/1.0/resourceInstances/pnfa2a20acd0fc50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:27:02.385Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:27:02.385Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:27:02.385Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc737fc7-e17b-47e4-afed-c6d79bf50b51",
  "consumerID": "cds",
  "timestamp": 1654172796248,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJq23pveibsjfvx3lzf45/1.0/resourceInstances/pnfa2a20acd0fc50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:27:02.385Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:27:02.386Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:27:02.386Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc737fc7-e17b-47e4-afed-c6d79bf50b51",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654172796636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJq23pveibsjfvx3lzf45/1.0/resourceInstances/pnfa2a20acd0fc50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:27:02.386Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:27:02.387Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:27:02.387Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc737fc7-e17b-47e4-afed-c6d79bf50b51",
  "consumerID": "policy-id",
  "timestamp": 1654172804763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJq23pveibsjfvx3lzf45/1.0/resourceInstances/pnfa2a20acd0fc50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:27:02.387Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:27:02.387Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:27:02.388Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc737fc7-e17b-47e4-afed-c6d79bf50b51",
  "consumerID": "aai-ml",
  "timestamp": 1654172798714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJq23pveibsjfvx3lzf45/1.0/resourceInstances/pnfa2a20acd0fc50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:27:02.388Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:27:02.388Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:27:02.389Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc737fc7-e17b-47e4-afed-c6d79bf50b51",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654172806903,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJq23pveibsjfvx3lzf45/1.0/resourceInstances/pnfa2a20acd0fc50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:27:02.389Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:27:02.389Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:27:02.389Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc737fc7-e17b-47e4-afed-c6d79bf50b51",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654172795893,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJq23pveibsjfvx3lzf45/1.0/resourceInstances/pnfa2a20acd0fc50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:27:02.390Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:27:02.390Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:27:02.390Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc737fc7-e17b-47e4-afed-c6d79bf50b51",
  "consumerID": "cds",
  "timestamp": 1654172796248,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJq23pveibsjfvx3lzf45/1.0/resourceInstances/pnfa2a20acd0fc50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:27:02.391Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:27:02.391Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:27:02.391Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc737fc7-e17b-47e4-afed-c6d79bf50b51",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654172796636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJq23pveibsjfvx3lzf45/1.0/resourceInstances/pnfa2a20acd0fc50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:27:02.391Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:27:02.392Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:27:02.392Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc737fc7-e17b-47e4-afed-c6d79bf50b51",
  "consumerID": "aai-ml",
  "timestamp": 1654172798714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJq23pveibsjfvx3lzf45/1.0/resourceInstances/pnfa2a20acd0fc50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:27:02.392Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:27:02.392Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:27:02.393Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc737fc7-e17b-47e4-afed-c6d79bf50b51",
  "consumerID": "policy-id",
  "timestamp": 1654172804763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJq23pveibsjfvx3lzf45/1.0/resourceInstances/pnfa2a20acd0fc50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:27:02.393Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:27:02.393Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:27:02.394Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc737fc7-e17b-47e4-afed-c6d79bf50b51",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654172806903,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJq23pveibsjfvx3lzf45/1.0/resourceInstances/pnfa2a20acd0fc50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:27:02.394Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:27:02.394Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:27:02.394Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc737fc7-e17b-47e4-afed-c6d79bf50b51",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654172795893,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJq23pveibsjfvx3lzf45/1.0/resourceInstances/pnfa2a20acd0fc50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-06-02T12:27:02.396Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:27:02.396Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:27:02.396Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc737fc7-e17b-47e4-afed-c6d79bf50b51",
  "consumerID": "cds",
  "timestamp": 1654172796248,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJq23pveibsjfvx3lzf45/1.0/resourceInstances/pnfa2a20acd0fc50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:27:02.397Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:27:02.397Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:27:02.397Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc737fc7-e17b-47e4-afed-c6d79bf50b51",
  "consumerID": "policy-id",
  "timestamp": 1654172804763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJq23pveibsjfvx3lzf45/1.0/resourceInstances/pnfa2a20acd0fc50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:27:02.397Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:27:02.398Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:27:02.398Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc737fc7-e17b-47e4-afed-c6d79bf50b51",
  "consumerID": "aai-ml",
  "timestamp": 1654172798714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJq23pveibsjfvx3lzf45/1.0/resourceInstances/pnfa2a20acd0fc50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:27:02.398Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:27:02.399Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:27:02.399Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc737fc7-e17b-47e4-afed-c6d79bf50b51",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654172796636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJq23pveibsjfvx3lzf45/1.0/resourceInstances/pnfa2a20acd0fc50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:27:02.399Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:27:02.399Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:27:02.400Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc737fc7-e17b-47e4-afed-c6d79bf50b51",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654172806903,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJq23pveibsjfvx3lzf45/1.0/resourceInstances/pnfa2a20acd0fc50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:27:02.400Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:27:02.400Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:27:02.401Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc737fc7-e17b-47e4-afed-c6d79bf50b51",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654172795893,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJq23pveibsjfvx3lzf45/1.0/artifacts/service-DemoPnfJq23pveibsjfvx3lzf45-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:27:02.401Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:27:02.401Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:27:02.401Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc737fc7-e17b-47e4-afed-c6d79bf50b51",
  "consumerID": "cds",
  "timestamp": 1654172796248,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJq23pveibsjfvx3lzf45/1.0/artifacts/service-DemoPnfJq23pveibsjfvx3lzf45-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:27:02.401Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:27:02.401Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:27:02.402Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc737fc7-e17b-47e4-afed-c6d79bf50b51",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654172796636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJq23pveibsjfvx3lzf45/1.0/artifacts/service-DemoPnfJq23pveibsjfvx3lzf45-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:27:02.402Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:27:02.402Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:27:02.403Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc737fc7-e17b-47e4-afed-c6d79bf50b51",
  "consumerID": "policy-id",
  "timestamp": 1654172804763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJq23pveibsjfvx3lzf45/1.0/artifacts/service-DemoPnfJq23pveibsjfvx3lzf45-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:27:02.403Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:27:02.403Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:27:02.403Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc737fc7-e17b-47e4-afed-c6d79bf50b51",
  "consumerID": "aai-ml",
  "timestamp": 1654172798714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJq23pveibsjfvx3lzf45/1.0/artifacts/service-DemoPnfJq23pveibsjfvx3lzf45-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:27:02.405Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:27:02.405Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:27:02.405Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc737fc7-e17b-47e4-afed-c6d79bf50b51",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654172806903,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJq23pveibsjfvx3lzf45/1.0/resourceInstances/pnfa2a20acd0fc50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:27:02.406Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:27:02.406Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:27:02.406Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc737fc7-e17b-47e4-afed-c6d79bf50b51",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654172795893,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJq23pveibsjfvx3lzf45/1.0/artifacts/service-DemoPnfJq23pveibsjfvx3lzf45-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:27:02.407Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:27:02.407Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:27:02.407Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc737fc7-e17b-47e4-afed-c6d79bf50b51",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654172796636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJq23pveibsjfvx3lzf45/1.0/artifacts/service-DemoPnfJq23pveibsjfvx3lzf45-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T12:27:02.407Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:27:02.408Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:27:02.408Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc737fc7-e17b-47e4-afed-c6d79bf50b51",
  "consumerID": "cds",
  "timestamp": 1654172796248,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJq23pveibsjfvx3lzf45/1.0/artifacts/service-DemoPnfJq23pveibsjfvx3lzf45-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T12:27:02.408Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:27:02.409Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:27:02.409Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc737fc7-e17b-47e4-afed-c6d79bf50b51",
  "consumerID": "policy-id",
  "timestamp": 1654172804763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJq23pveibsjfvx3lzf45/1.0/artifacts/service-DemoPnfJq23pveibsjfvx3lzf45-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T12:27:02.409Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:27:02.409Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:27:02.410Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc737fc7-e17b-47e4-afed-c6d79bf50b51",
  "consumerID": "aai-ml",
  "timestamp": 1654172798714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJq23pveibsjfvx3lzf45/1.0/artifacts/service-DemoPnfJq23pveibsjfvx3lzf45-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T12:27:02.410Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:27:02.410Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:27:02.410Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc737fc7-e17b-47e4-afed-c6d79bf50b51",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654172806903,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJq23pveibsjfvx3lzf45/1.0/artifacts/service-DemoPnfJq23pveibsjfvx3lzf45-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:27:02.411Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:27:02.411Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:27:02.411Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc737fc7-e17b-47e4-afed-c6d79bf50b51",
  "consumerID": "cds",
  "timestamp": 1654172814489,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJq23pveibsjfvx3lzf45/1.0/artifacts/service-DemoPnfJq23pveibsjfvx3lzf45-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:27:02.412Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:27:02.412Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:27:02.412Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc737fc7-e17b-47e4-afed-c6d79bf50b51",
  "consumerID": "aai-ml",
  "timestamp": 1654172814406,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJq23pveibsjfvx3lzf45/1.0/artifacts/service-DemoPnfJq23pveibsjfvx3lzf45-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:27:02.413Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:27:02.413Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:27:02.413Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc737fc7-e17b-47e4-afed-c6d79bf50b51",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654172806903,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJq23pveibsjfvx3lzf45/1.0/artifacts/service-DemoPnfJq23pveibsjfvx3lzf45-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T12:27:02.413Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:27:02.414Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:27:02.414Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc737fc7-e17b-47e4-afed-c6d79bf50b51",
  "consumerID": "policy-id",
  "timestamp": 1654172814214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJq23pveibsjfvx3lzf45/1.0/artifacts/service-DemoPnfJq23pveibsjfvx3lzf45-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:27:02.414Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:27:02.414Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:27:02.415Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc737fc7-e17b-47e4-afed-c6d79bf50b51",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654172814489,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJq23pveibsjfvx3lzf45/1.0/resourceInstances/pnfa2a20acd0fc50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:27:02.415Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:27:02.415Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:27:02.415Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc737fc7-e17b-47e4-afed-c6d79bf50b51",
  "consumerID": "cds",
  "timestamp": 1654172815500,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJq23pveibsjfvx3lzf45/1.0/artifacts/service-DemoPnfJq23pveibsjfvx3lzf45-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-06-02T12:27:02.439Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of dc737fc7-e17b-47e4-afed-c6d79bf50b51
2022-06-02T12:27:02.439Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc737fc7-e17b-47e4-afed-c6d79bf50b51 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-06-02T12:27:02.450Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:27:02.450Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc737fc7-e17b-47e4-afed-c6d79bf50b51",
  "consumerID": "policy-id",
  "timestamp": 1654172815218,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJq23pveibsjfvx3lzf45/1.0/artifacts/service-DemoPnfJq23pveibsjfvx3lzf45-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T12:27:02.451Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:27:02.451Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:27:02.452Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc737fc7-e17b-47e4-afed-c6d79bf50b51",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654172815683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJq23pveibsjfvx3lzf45/1.0/artifacts/service-DemoPnfJq23pveibsjfvx3lzf45-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:27:02.452Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:27:02.452Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:27:02.453Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc737fc7-e17b-47e4-afed-c6d79bf50b51",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654172815520,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJq23pveibsjfvx3lzf45/1.0/resourceInstances/pnfa2a20acd0fc50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-06-02T12:27:02.453Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:27:02.453Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:27:02.453Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc737fc7-e17b-47e4-afed-c6d79bf50b51",
  "consumerID": "policy-id",
  "timestamp": 1654172816221,
  "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-06-02T12:27:02.459Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dc737fc7-e17b-47e4-afed-c6d79bf50b51
2022-06-02T12:27:02.459Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc737fc7-e17b-47e4-afed-c6d79bf50b51 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-06-02T12:27:02.466Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:27:02.467Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc737fc7-e17b-47e4-afed-c6d79bf50b51",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654172816524,
  "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-06-02T12:27:02.471Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of dc737fc7-e17b-47e4-afed-c6d79bf50b51
2022-06-02T12:27:02.471Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc737fc7-e17b-47e4-afed-c6d79bf50b51 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-06-02T12:27:02.478Z||pool-308-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T12:27:02.479Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:27:02.479Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc737fc7-e17b-47e4-afed-c6d79bf50b51",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654172817956,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJq23pveibsjfvx3lzf45/1.0/artifacts/service-DemoPnfJq23pveibsjfvx3lzf45-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T12:27:02.480Z||pool-308-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:27:02.480Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:27:02.480Z||pool-308-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:27:02.480Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:27:02.480Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc737fc7-e17b-47e4-afed-c6d79bf50b51",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654172818965,
  "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-06-02T12:27:02.484Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of dc737fc7-e17b-47e4-afed-c6d79bf50b51
2022-06-02T12:27:02.484Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc737fc7-e17b-47e4-afed-c6d79bf50b51 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-06-02T12:27:02.493Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:27:02.493Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc737fc7-e17b-47e4-afed-c6d79bf50b51",
  "consumerID": "aai-ml",
  "timestamp": 1654172819061,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJq23pveibsjfvx3lzf45/1.0/artifacts/service-DemoPnfJq23pveibsjfvx3lzf45-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-06-02T12:27:02.494Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:27:02.494Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T12:27:02.494Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc737fc7-e17b-47e4-afed-c6d79bf50b51",
  "consumerID": "aai-ml",
  "timestamp": 1654172820067,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "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-06-02T12:27:02.496Z||pool-308-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:27:02.496Z||pool-308-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-02T12:27:02.499Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of dc737fc7-e17b-47e4-afed-c6d79bf50b51
2022-06-02T12:27:02.499Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc737fc7-e17b-47e4-afed-c6d79bf50b51 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-06-02T12:27:03.379Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T12:27:03.379Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:27:03.381Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:27:03.381Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "dc737fc7-e17b-47e4-afed-c6d79bf50b51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172821709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJq23pveibsjfvx3lzf45/1.0/resourceInstances/pnfa2a20acd0fc50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:27:03.481Z||pool-309-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T12:27:03.482Z||pool-309-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:27:03.482Z||pool-309-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:27:03.506Z||pool-309-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:27:03.507Z||pool-309-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-02T12:27:04.382Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T12:27:04.382Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:27:04.384Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:27:04.384Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "dc737fc7-e17b-47e4-afed-c6d79bf50b51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172821709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJq23pveibsjfvx3lzf45/1.0/resourceInstances/pnfa2a20acd0fc50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:27:04.484Z||pool-310-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T12:27:04.485Z||pool-310-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:27:04.485Z||pool-310-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:27:04.503Z||pool-310-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:27:04.503Z||pool-310-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-02T12:27:05.385Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T12:27:05.385Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:27:05.388Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:27:05.388Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "dc737fc7-e17b-47e4-afed-c6d79bf50b51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172821709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJq23pveibsjfvx3lzf45/1.0/resourceInstances/pnfa2a20acd0fc50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:27:05.488Z||pool-311-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T12:27:05.489Z||pool-311-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:27:05.489Z||pool-311-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:27:05.516Z||pool-311-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:27:05.516Z||pool-311-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-06-02T12:27:06.389Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T12:27:06.389Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:27:06.392Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:27:06.392Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "dc737fc7-e17b-47e4-afed-c6d79bf50b51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172821709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJq23pveibsjfvx3lzf45/1.0/resourceInstances/pnfa2a20acd0fc50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:27:06.492Z||pool-312-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T12:27:06.493Z||pool-312-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:27:06.493Z||pool-312-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:27:06.524Z||pool-312-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:27:06.524Z||pool-312-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
2022-06-02T12:27:07.393Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T12:27:07.393Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:27:07.396Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:27:07.396Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "dc737fc7-e17b-47e4-afed-c6d79bf50b51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172821709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJq23pveibsjfvx3lzf45/1.0/resourceInstances/pnfa2a20acd0fc50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:27:07.496Z||pool-313-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T12:27:07.497Z||pool-313-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:27:07.497Z||pool-313-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:27:07.513Z||pool-313-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:27:07.514Z||pool-313-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-02T12:27:08.397Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T12:27:08.397Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:27:08.399Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:27:08.400Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "dc737fc7-e17b-47e4-afed-c6d79bf50b51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172821709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJq23pveibsjfvx3lzf45/1.0/artifacts/service-DemoPnfJq23pveibsjfvx3lzf45-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:27:08.500Z||pool-314-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T12:27:08.501Z||pool-314-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:27:08.501Z||pool-314-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:27:08.533Z||pool-314-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:27:08.533Z||pool-314-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-06-02T12:27:09.400Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T12:27:09.401Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:27:09.405Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:27:09.405Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "dc737fc7-e17b-47e4-afed-c6d79bf50b51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172821709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJq23pveibsjfvx3lzf45/1.0/artifacts/service-DemoPnfJq23pveibsjfvx3lzf45-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T12:27:09.503Z||pool-315-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-02T12:27:09.504Z||pool-315-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:27:09.504Z||pool-315-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:27:09.554Z||pool-315-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:27:09.554Z||pool-315-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":1,"count":1}
2022-06-02T12:27:10.406Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "dc737fc7-e17b-47e4-afed-c6d79bf50b51",
  "serviceName": "Demo_pNF_jq23PVEiBsJfvx3LzF45",
  "serviceVersion": "1.0",
  "serviceUUID": "c2c0bae9-7f9e-407b-a279-c00a5c97379e",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "8e778969-0bd8-4917-b0fb-a27844ddb1a1",
  "resources": [
    {
      "resourceInstanceName": "pNF a2a20acd-0fc5 0",
      "resourceCustomizationUUID": "3dc805b6-feee-4406-83ef-750409500bd0",
      "resourceName": "pNF a2a20acd-0fc5",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "134657df-6da3-4416-a8a6-469fbadf96bc",
      "resourceInvariantUUID": "63318664-0e8c-445d-b6b0-d72aed0b14cf",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfJq23pveibsjfvx3lzf45-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfJq23pveibsjfvx3lzf45/1.0/artifacts/service-DemoPnfJq23pveibsjfvx3lzf45-csar.csar",
      "artifactChecksum": "OTc4YTc2MDJlYThkZGEyNWQ1YmFjNzA1Y2I2MjdkNWE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7de96058-c05c-4111-bfac-580cce038df4"
    }
  ],
  "workloadContext": "Production"
}
2022-06-02T12:27:10.407Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-02T12:27:10.407Z|a2ddf378-0e52-49f1-8010-57c234fdf0c3|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c2c0bae9-7f9e-407b-a279-c00a5c97379e ASDC
2022-06-02T12:27:10.409Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:dc737fc7-e17b-47e4-afed-c6d79bf50b51
ServiceName:Demo_pNF_jq23PVEiBsJfvx3LzF45
ServiceVersion:1.0
ServiceUUID:c2c0bae9-7f9e-407b-a279-c00a5c97379e
ServiceInvariantUUID:8e778969-0bd8-4917-b0fb-a27844ddb1a1
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfJq23pveibsjfvx3lzf45-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfJq23pveibsjfvx3lzf45/1.0/artifacts/service-DemoPnfJq23pveibsjfvx3lzf45-csar.csar
ArtifactUUID:7de96058-c05c-4111-bfac-580cce038df4
ArtifactChecksum:OTc4YTc2MDJlYThkZGEyNWQ1YmFjNzA1Y2I2MjdkNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF a2a20acd-0fc5 0
ResourceCustomizationUUID:3dc805b6-feee-4406-83ef-750409500bd0
ResourceInvariantUUID:63318664-0e8c-445d-b6b0-d72aed0b14cf
ResourceName:pNF a2a20acd-0fc5
ResourceType:PNF
ResourceUUID:134657df-6da3-4416-a8a6-469fbadf96bc
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-06-02T12:27:10.409Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c2c0bae9-7f9e-407b-a279-c00a5c97379e 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-06-02T12:27:10.450Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-02T12:27:10.452Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-02T12:27:10.452Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-02T12:27:10.452Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 7de96058-c05c-4111-bfac-580cce038df4 from URL: /sdc/v1/catalog/services/DemoPnfJq23pveibsjfvx3lzf45/1.0/artifacts/service-DemoPnfJq23pveibsjfvx3lzf45-csar.csar
2022-06-02T12:27:10.453Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-02T12:27:10.453Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfJq23pveibsjfvx3lzf45/1.0/artifacts/service-DemoPnfJq23pveibsjfvx3lzf45-csar.csar
2022-06-02T12:27:10.546Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-02T12:27:10.550Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfJq23pveibsjfvx3lzf45/1.0/artifacts/service-DemoPnfJq23pveibsjfvx3lzf45-csar.csar 7de96058-c05c-4111-bfac-580cce038df4 82657
2022-06-02T12:27:10.550Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfJq23pveibsjfvx3lzf45/1.0/artifacts/service-DemoPnfJq23pveibsjfvx3lzf45-csar.csar ASDC sendASDCNotification
2022-06-02T12:27:10.550Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJq23pveibsjfvx3lzf45/1.0/artifacts/service-DemoPnfJq23pveibsjfvx3lzf45-csar.csar
2022-06-02T12:27:10.550Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T12:27:10.550Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:27:10.553Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:27:10.553Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "dc737fc7-e17b-47e4-afed-c6d79bf50b51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172830550,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJq23pveibsjfvx3lzf45/1.0/artifacts/service-DemoPnfJq23pveibsjfvx3lzf45-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:27:10.653Z||pool-316-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T12:27:10.655Z||pool-316-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:27:10.655Z||pool-316-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:27:10.672Z||pool-316-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:27:10.672Z||pool-316-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-02T12:27:11.553Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-02T12:27:11.554Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-02T12:27:11.554Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 7de96058-c05c-4111-bfac-580cce038df4, URL: /sdc/v1/catalog/services/DemoPnfJq23pveibsjfvx3lzf45/1.0/artifacts/service-DemoPnfJq23pveibsjfvx3lzf45-csar.csar to file: /app/ASDC/1/service-DemoPnfJq23pveibsjfvx3lzf45-csar.csar
2022-06-02T12:27:11.555Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfJq23pveibsjfvx3lzf45-csar.csar
2022-06-02T12:27:11.555Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfJq23pveibsjfvx3lzf45-csar.csar
2022-06-02T12:27:11.556Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfJq23pveibsjfvx3lzf45-csar.csar
2022-06-02T12:27:11.715Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14983400804580627710/Definitions/service-DemoPnfJq23pveibsjfvx3lzf45-template.yml
2022-06-02T12:27:12.639Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-02T12:27:12.639Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-02T12:27:12.640Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfJq23pveibsjfvx3lzf45-csar.csar
2022-06-02T12:27:12.640Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-02T12:27:12.640Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfJq23pveibsjfvx3lzf45-csar.csar
2022-06-02T12:27:12.640Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfJq23pveibsjfvx3lzf45-csar.csar
2022-06-02T12:27:12.640Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJq23pveibsjfvx3lzf45-csar.csar
2022-06-02T12:27:12.640Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJq23pveibsjfvx3lzf45-csar.csar
2022-06-02T12:27:12.640Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF a2a20acd-0fc5 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-DemoPnfJq23pveibsjfvx3lzf45-csar.csar
2022-06-02T12:27:12.640Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJq23pveibsjfvx3lzf45-csar.csar
2022-06-02T12:27:12.641Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJq23pveibsjfvx3lzf45-csar.csar
2022-06-02T12:27:12.641Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-02T12:27:12.641Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:27:12.641Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_jq23PVEiBsJfvx3LzF45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T12:27:12.642Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||DEBUG|500||Node template pNF a2a20acd-0fc5 0 is matching search criteria
2022-06-02T12:27:12.642Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-02T12:27:12.642Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF a2a20acd-0fc5 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-02T12:27:12.642Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:27:12.643Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_jq23PVEiBsJfvx3LzF45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T12:27:12.643Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||DEBUG|500||Node template pNF a2a20acd-0fc5 0 is matching search criteria
2022-06-02T12:27:12.643Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-02T12:27:12.643Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF a2a20acd-0fc5 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-02T12:27:12.643Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:27:12.643Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_jq23PVEiBsJfvx3LzF45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T12:27:12.643Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:27:12.644Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_jq23PVEiBsJfvx3LzF45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T12:27:12.644Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:27:12.644Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_jq23PVEiBsJfvx3LzF45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T12:27:12.644Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:27:12.644Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_jq23PVEiBsJfvx3LzF45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T12:27:12.644Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:27:12.644Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_jq23PVEiBsJfvx3LzF45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T12:27:12.645Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_jq23PVEiBsJfvx3LzF45
Description:catalog service description
Model UUID:c2c0bae9-7f9e-407b-a279-c00a5c97379e
Model Version:NULL
Model InvariantUuid:8e778969-0bd8-4917-b0fb-a27844ddb1a1
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-06-02T12:27:12.651Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: 134657df-6da3-4416-a8a6-469fbadf96bc
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-06-02T12:27:12.656Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||INFO|500||pNF a2a20acd-0fc5 0
2022-06-02T12:27:12.657Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 134657df-6da3-4416-a8a6-469fbadf96bc
2022-06-02T12:27:12.657Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||DEBUG|500||No resources found for Service: c2c0bae9-7f9e-407b-a279-c00a5c97379e
2022-06-02T12:27:12.657Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: c2c0bae9-7f9e-407b-a279-c00a5c97379e
2022-06-02T12:27:12.657Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF a2a20acd-0fc5 0 134657df-6da3-4416-a8a6-469fbadf96bc 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-06-02T12:27:12.661Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@53f7f8ba, org.onap.sdc.toscaparser.api.parameters.Input@6f59f1a9, org.onap.sdc.toscaparser.api.parameters.Input@78a980bf, org.onap.sdc.toscaparser.api.parameters.Input@5847518d, org.onap.sdc.toscaparser.api.parameters.Input@34995017]
2022-06-02T12:27:12.661Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:27:12.661Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_jq23PVEiBsJfvx3LzF45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T12:27:12.661Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid c2c0bae9-7f9e-407b-a279-c00a5c97379e: pNF a2a20acd-0fc5
2022-06-02T12:27:12.662Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||INFO|500||Processing PNF resource: 134657df-6da3-4416-a8a6-469fbadf96bc
2022-06-02T12:27:12.662Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:27:12.662Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_jq23PVEiBsJfvx3LzF45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T12:27:12.662Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||INFO|500||Resource customization UUID: 3dc805b6-feee-4406-83ef-750409500bd0 is the same as notified resource customizationUUID: 3dc805b6-feee-4406-83ef-750409500bd0
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-06-02T12:27:12.694Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF a2a20acd-0fc5 134657df-6da3-4416-a8a6-469fbadf96bc 0 ASDC deployResourceStructure
2022-06-02T12:27:12.694Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfJq23pveibsjfvx3lzf45/1.0/artifacts/service-DemoPnfJq23pveibsjfvx3lzf45-csar.csar ASDC sendASDCNotification
2022-06-02T12:27:12.694Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJq23pveibsjfvx3lzf45/1.0/artifacts/service-DemoPnfJq23pveibsjfvx3lzf45-csar.csar
2022-06-02T12:27:12.694Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T12:27:12.695Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:27:12.697Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:27:12.697Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "dc737fc7-e17b-47e4-afed-c6d79bf50b51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172832694,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJq23pveibsjfvx3lzf45/1.0/artifacts/service-DemoPnfJq23pveibsjfvx3lzf45-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T12:27:12.797Z||pool-317-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T12:27:12.797Z||pool-317-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:27:12.797Z||pool-317-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:27:12.833Z||pool-317-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:27:12.834Z||pool-317-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1}
2022-06-02T12:27:13.697Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dc737fc7-e17b-47e4-afed-c6d79bf50b51
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-02T12:27:13.710Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dc737fc7-e17b-47e4-afed-c6d79bf50b51
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-06-02T12:27:13.712Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T12:27:13.713Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-02T12:27:13.713Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-02T12:27:13.713Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-02T12:27:13.713Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-02T12:27:13.713Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-06-02T12:27:13.713Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-06-02T12:27:13.717Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-02T12:27:43.717Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dc737fc7-e17b-47e4-afed-c6d79bf50b51 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-06-02T12:27:43.723Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dc737fc7-e17b-47e4-afed-c6d79bf50b51 and serviceModelVersionId: c2c0bae9-7f9e-407b-a279-c00a5c97379e
2022-06-02T12:27:43.723Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8e778969-0bd8-4917-b0fb-a27844ddb1a1
2022-06-02T12:27:43.725Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8e778969-0bd8-4917-b0fb-a27844ddb1a1/model-vers/model-ver/c2c0bae9-7f9e-407b-a279-c00a5c97379e?depth=0
2022-06-02T12:27:43.730Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-06-02T12:27:43.766Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8e778969-0bd8-4917-b0fb-a27844ddb1a1/model-vers/model-ver/c2c0bae9-7f9e-407b-a279-c00a5c97379e?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-06-02T12:27:43.768Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8e778969-0bd8-4917-b0fb-a27844ddb1a1/model-vers/model-ver/c2c0bae9-7f9e-407b-a279-c00a5c97379e?depth=0|INFO|500||Invoke
2022-06-02T12:27:43.790Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8e778969-0bd8-4917-b0fb-a27844ddb1a1/model-vers/model-ver/c2c0bae9-7f9e-407b-a279-c00a5c97379e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-06-02T12:27:43.899Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8e778969-0bd8-4917-b0fb-a27844ddb1a1/model-vers/model-ver/c2c0bae9-7f9e-407b-a279-c00a5c97379e?depth=0|INFO|404|Not Found|InvokeReturn
2022-06-02T12:27:43.900Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8e778969-0bd8-4917-b0fb-a27844ddb1a1/model-vers/model-ver/c2c0bae9-7f9e-407b-a279-c00a5c97379e?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220602-12:27:43:659-15199], Content-Length=[495], Date=[Thu, 02 Jun 2022 12:27:43 GMT], Content-Type=[application/json]}
2022-06-02T12:27:43.904Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/8e778969-0bd8-4917-b0fb-a27844ddb1a1/model-vers/model-ver/c2c0bae9-7f9e-407b-a279-c00a5c97379e","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/8e778969-0bd8-4917-b0fb-a27844ddb1a1/model-vers/model-ver/c2c0bae9-7f9e-407b-a279-c00a5c97379e","ERR.5.4.6114"]}}}

2022-06-02T12:27:43.909Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=dc737fc7-e17b-47e4-afed-c6d79bf50b51 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/8e778969-0bd8-4917-b0fb-a27844ddb1a1/model-vers/model-ver/c2c0bae9-7f9e-407b-a279-c00a5c97379e (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/8e778969-0bd8-4917-b0fb-a27844ddb1a1/model-vers/model-ver/c2c0bae9-7f9e-407b-a279-c00a5c97379e) (ec=ERR.5.4.6114)
2022-06-02T12:27:43.909Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=dc737fc7-e17b-47e4-afed-c6d79bf50b51 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/8e778969-0bd8-4917-b0fb-a27844ddb1a1/model-vers/model-ver/c2c0bae9-7f9e-407b-a279-c00a5c97379e (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/8e778969-0bd8-4917-b0fb-a27844ddb1a1/model-vers/model-ver/c2c0bae9-7f9e-407b-a279-c00a5c97379e) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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-06-02T12:27:43.910Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=dc737fc7-e17b-47e4-afed-c6d79bf50b51 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/8e778969-0bd8-4917-b0fb-a27844ddb1a1/model-vers/model-ver/c2c0bae9-7f9e-407b-a279-c00a5c97379e (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/8e778969-0bd8-4917-b0fb-a27844ddb1a1/model-vers/model-ver/c2c0bae9-7f9e-407b-a279-c00a5c97379e) (ec=ERR.5.4.6114)
2022-06-02T12:27:43.910Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=dc737fc7-e17b-47e4-afed-c6d79bf50b51 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/8e778969-0bd8-4917-b0fb-a27844ddb1a1/model-vers/model-ver/c2c0bae9-7f9e-407b-a279-c00a5c97379e (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/8e778969-0bd8-4917-b0fb-a27844ddb1a1/model-vers/model-ver/c2c0bae9-7f9e-407b-a279-c00a5c97379e) (ec=ERR.5.4.6114)
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-06-02T12:27:43.921Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-02T12:27:43.921Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dc737fc7-e17b-47e4-afed-c6d79bf50b51 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=dc737fc7-e17b-47e4-afed-c6d79bf50b51 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/8e778969-0bd8-4917-b0fb-a27844ddb1a1/model-vers/model-ver/c2c0bae9-7f9e-407b-a279-c00a5c97379e (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/8e778969-0bd8-4917-b0fb-a27844ddb1a1/model-vers/model-ver/c2c0bae9-7f9e-407b-a279-c00a5c97379e) (ec=ERR.5.4.6114)
2022-06-02T12:27:43.921Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-02T12:27:43.922Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:27:43.923Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:27:43.923Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "dc737fc7-e17b-47e4-afed-c6d79bf50b51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172863921,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003ddc737fc7-e17b-47e4-afed-c6d79bf50b51 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/8e778969-0bd8-4917-b0fb-a27844ddb1a1/model-vers/model-ver/c2c0bae9-7f9e-407b-a279-c00a5c97379e (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/8e778969-0bd8-4917-b0fb-a27844ddb1a1/model-vers/model-ver/c2c0bae9-7f9e-407b-a279-c00a5c97379e) (ec\u003dERR.5.4.6114)"
}
2022-06-02T12:27:44.023Z||pool-318-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T12:27:44.024Z||pool-318-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:27:44.024Z||pool-318-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:27:44.042Z||pool-318-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:27:44.043Z||pool-318-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-02T12:28:01.708Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T12:28:01.709Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T12:28:01.709Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:28:01.711Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T12:28:01.711Z||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-06-02T12:28:01.711Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T12:28:01.840Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:28:01.841Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T12:28:01.841Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc737fc7-e17b-47e4-afed-c6d79bf50b51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172821709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJq23pveibsjfvx3lzf45/1.0/resourceInstances/pnfa2a20acd0fc50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:28:01.842Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:28:11.292Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:29:01.708Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T12:29:01.709Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T12:29:01.709Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:29:01.711Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T12:29:01.711Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|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-06-02T12:29:01.711Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|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 vhEFpQtZO3nowL1S) ...
2022-06-02T12:29:02.249Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:29:02.250Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T12:29:02.250Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc737fc7-e17b-47e4-afed-c6d79bf50b51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172821709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJq23pveibsjfvx3lzf45/1.0/resourceInstances/pnfa2a20acd0fc50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:29:02.251Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:29:02.251Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T12:29:02.251Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc737fc7-e17b-47e4-afed-c6d79bf50b51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172821709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJq23pveibsjfvx3lzf45/1.0/resourceInstances/pnfa2a20acd0fc50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:29:02.251Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:29:02.251Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T12:29:02.251Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc737fc7-e17b-47e4-afed-c6d79bf50b51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172821709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJq23pveibsjfvx3lzf45/1.0/resourceInstances/pnfa2a20acd0fc50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:29:02.252Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:29:02.252Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T12:29:02.252Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc737fc7-e17b-47e4-afed-c6d79bf50b51",
  "consumerID": "clamp",
  "timestamp": 1654172824755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJq23pveibsjfvx3lzf45/1.0/resourceInstances/pnfa2a20acd0fc50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:29:02.252Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:29:02.252Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T12:29:02.252Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc737fc7-e17b-47e4-afed-c6d79bf50b51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172821709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJq23pveibsjfvx3lzf45/1.0/resourceInstances/pnfa2a20acd0fc50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:29:02.253Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:29:02.253Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T12:29:02.253Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc737fc7-e17b-47e4-afed-c6d79bf50b51",
  "consumerID": "clamp",
  "timestamp": 1654172824755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJq23pveibsjfvx3lzf45/1.0/resourceInstances/pnfa2a20acd0fc50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:29:02.254Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:29:02.254Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T12:29:02.254Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc737fc7-e17b-47e4-afed-c6d79bf50b51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172821709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJq23pveibsjfvx3lzf45/1.0/resourceInstances/pnfa2a20acd0fc50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:29:02.254Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:29:02.254Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T12:29:02.255Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc737fc7-e17b-47e4-afed-c6d79bf50b51",
  "consumerID": "clamp",
  "timestamp": 1654172824755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJq23pveibsjfvx3lzf45/1.0/resourceInstances/pnfa2a20acd0fc50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:29:02.255Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:29:02.255Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T12:29:02.255Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc737fc7-e17b-47e4-afed-c6d79bf50b51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172821709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJq23pveibsjfvx3lzf45/1.0/artifacts/service-DemoPnfJq23pveibsjfvx3lzf45-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:29:02.255Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:29:02.255Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T12:29:02.256Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc737fc7-e17b-47e4-afed-c6d79bf50b51",
  "consumerID": "clamp",
  "timestamp": 1654172824755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJq23pveibsjfvx3lzf45/1.0/resourceInstances/pnfa2a20acd0fc50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:29:02.256Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:29:02.256Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T12:29:02.256Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc737fc7-e17b-47e4-afed-c6d79bf50b51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172821709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJq23pveibsjfvx3lzf45/1.0/artifacts/service-DemoPnfJq23pveibsjfvx3lzf45-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T12:29:02.256Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:29:02.256Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T12:29:02.257Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc737fc7-e17b-47e4-afed-c6d79bf50b51",
  "consumerID": "clamp",
  "timestamp": 1654172824755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJq23pveibsjfvx3lzf45/1.0/resourceInstances/pnfa2a20acd0fc50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:29:02.257Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:29:02.257Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T12:29:02.257Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc737fc7-e17b-47e4-afed-c6d79bf50b51",
  "consumerID": "clamp",
  "timestamp": 1654172824755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJq23pveibsjfvx3lzf45/1.0/resourceInstances/pnfa2a20acd0fc50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:29:02.257Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:29:02.257Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T12:29:02.258Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc737fc7-e17b-47e4-afed-c6d79bf50b51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172830550,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJq23pveibsjfvx3lzf45/1.0/artifacts/service-DemoPnfJq23pveibsjfvx3lzf45-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:29:02.258Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:29:02.258Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T12:29:02.258Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc737fc7-e17b-47e4-afed-c6d79bf50b51",
  "consumerID": "clamp",
  "timestamp": 1654172824755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJq23pveibsjfvx3lzf45/1.0/artifacts/service-DemoPnfJq23pveibsjfvx3lzf45-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:29:02.258Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:29:02.258Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T12:29:02.259Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc737fc7-e17b-47e4-afed-c6d79bf50b51",
  "consumerID": "clamp",
  "timestamp": 1654172824755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJq23pveibsjfvx3lzf45/1.0/artifacts/service-DemoPnfJq23pveibsjfvx3lzf45-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T12:29:02.259Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:29:02.259Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T12:29:02.259Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc737fc7-e17b-47e4-afed-c6d79bf50b51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172832694,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJq23pveibsjfvx3lzf45/1.0/artifacts/service-DemoPnfJq23pveibsjfvx3lzf45-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T12:29:02.259Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:29:02.259Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T12:29:02.260Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc737fc7-e17b-47e4-afed-c6d79bf50b51",
  "consumerID": "clamp",
  "timestamp": 1654172844833,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJq23pveibsjfvx3lzf45/1.0/artifacts/service-DemoPnfJq23pveibsjfvx3lzf45-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:29:02.260Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:29:02.260Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T12:29:02.260Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc737fc7-e17b-47e4-afed-c6d79bf50b51",
  "consumerID": "clamp",
  "timestamp": 1654172846850,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJq23pveibsjfvx3lzf45/1.0/artifacts/service-DemoPnfJq23pveibsjfvx3lzf45-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T12:29:02.261Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:29:02.261Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T12:29:02.261Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc737fc7-e17b-47e4-afed-c6d79bf50b51",
  "consumerID": "clamp",
  "timestamp": 1654172847868,
  "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-06-02T12:29:02.267Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of dc737fc7-e17b-47e4-afed-c6d79bf50b51
2022-06-02T12:29:02.267Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc737fc7-e17b-47e4-afed-c6d79bf50b51 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-06-02T12:29:02.274Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T12:29:02.274Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc737fc7-e17b-47e4-afed-c6d79bf50b51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654172863921,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003ddc737fc7-e17b-47e4-afed-c6d79bf50b51 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/8e778969-0bd8-4917-b0fb-a27844ddb1a1/model-vers/model-ver/c2c0bae9-7f9e-407b-a279-c00a5c97379e (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/8e778969-0bd8-4917-b0fb-a27844ddb1a1/model-vers/model-ver/c2c0bae9-7f9e-407b-a279-c00a5c97379e) (ec\u003dERR.5.4.6114)"
}
2022-06-02T12:29:02.274Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:29:11.288Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:30:01.708Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T12:30:01.709Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T12:30:01.709Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:30:01.710Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T12:30:01.711Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|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-06-02T12:30:01.711Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|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 vhEFpQtZO3nowL1S) ...
2022-06-02T12:30:11.301Z|5563928e-2539-414b-a0d6-d1f0c9b3e85b|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:30:11.302Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:31:01.708Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T12:31:01.709Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T12:31:01.709Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:31:01.711Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T12:31:01.711Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|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-06-02T12:31:01.711Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|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 vhEFpQtZO3nowL1S) ...
2022-06-02T12:31:02.288Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:31:02.290Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:31:02.290Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfd1f5ad-7f22-4755-845d-f62ffdb36422",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654173055893,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602122811/1.0/resourceInstances/vfw855fa14f5f850/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:31:02.290Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:31:02.290Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:31:02.290Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfd1f5ad-7f22-4755-845d-f62ffdb36422",
  "consumerID": "cds",
  "timestamp": 1654173051248,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602122811/1.0/resourceInstances/vfw855fa14f5f850/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:31:02.290Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:31:02.290Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:31:02.291Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfd1f5ad-7f22-4755-845d-f62ffdb36422",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654173056636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602122811/1.0/resourceInstances/vfw855fa14f5f850/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:31:02.291Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:31:02.291Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:31:02.291Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfd1f5ad-7f22-4755-845d-f62ffdb36422",
  "consumerID": "cds",
  "timestamp": 1654173051248,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602122811/1.0/resourceInstances/vfw855fa14f5f850/artifacts/vfw855fa14f5f850_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:31:02.291Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:31:02.291Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:31:02.291Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfd1f5ad-7f22-4755-845d-f62ffdb36422",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654173055893,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602122811/1.0/resourceInstances/vfw855fa14f5f850/artifacts/vfw855fa14f5f850_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:31:02.291Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:31:02.291Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:31:02.291Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfd1f5ad-7f22-4755-845d-f62ffdb36422",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654173056636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602122811/1.0/resourceInstances/vfw855fa14f5f850/artifacts/vfw855fa14f5f850_modules.json",
  "status": "NOTIFIED"
}
2022-06-02T12:31:02.291Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:31:02.291Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:31:02.291Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfd1f5ad-7f22-4755-845d-f62ffdb36422",
  "consumerID": "cds",
  "timestamp": 1654173051248,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602122811/1.0/resourceInstances/vfw855fa14f5f850/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:31:02.292Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:31:02.292Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:31:02.292Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfd1f5ad-7f22-4755-845d-f62ffdb36422",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654173056636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602122811/1.0/resourceInstances/vfw855fa14f5f850/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-02T12:31:02.292Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:31:02.292Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:31:02.292Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfd1f5ad-7f22-4755-845d-f62ffdb36422",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654173055893,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602122811/1.0/resourceInstances/vfw855fa14f5f850/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:31:02.292Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:31:02.292Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:31:02.292Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfd1f5ad-7f22-4755-845d-f62ffdb36422",
  "consumerID": "cds",
  "timestamp": 1654173051248,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602122811/1.0/resourceInstances/vfw855fa14f5f850/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:31:02.292Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:31:02.292Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:31:02.292Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfd1f5ad-7f22-4755-845d-f62ffdb36422",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654173055893,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602122811/1.0/resourceInstances/vfw855fa14f5f850/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:31:02.292Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:31:02.293Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:31:02.293Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfd1f5ad-7f22-4755-845d-f62ffdb36422",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654173056636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602122811/1.0/resourceInstances/vfw855fa14f5f850/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:31:02.293Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:31:02.342Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:31:02.345Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-02T12:31:02.345Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"bfd1f5ad-7f22-4755-845d-f62ffdb36422","serviceName":"vFW 2022-06-02 12-28-11","serviceVersion":"1.0","serviceUUID":"7869fb57-e39d-40bf-9e55-22ad8a5b4f78","serviceDescription":"catalog service description","serviceInvariantUUID":"cc231ace-d7d7-4006-a529-73755d55ae42","resources":[{"resourceInstanceName":"vFW 855fa14f-5f85 0","resourceName":"vFW 855fa14f-5f85","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"033a9077-dd5a-4ad8-9d65-15b2e50fe436","resourceInvariantUUID":"38784b50-d286-4ac7-a030-881b3be4545d","resourceCustomizationUUID":"60e5f14d-4c6d-4de6-a892-7a4196d024dc","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220602122811/1.0/resourceInstances/vfw855fa14f5f850/artifacts/vf-license-model.xml","artifactChecksum":"OWMzMDgxNGNjNTQyYTY0NjU2YzliNjAwYjI5Mjc5ODQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c49d59d6-48df-4be6-83f4-9d093e01b5a3","artifactVersion":"1"},{"artifactName":"vfw855fa14f5f850_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220602122811/1.0/resourceInstances/vfw855fa14f5f850/artifacts/vfw855fa14f5f850_modules.json","artifactChecksum":"NjcwYjIwOTg1MjFlMDhiYzQzZjU5YzVmZWE1MGUwZmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"46014d4c-e510-4e74-887b-64a4e6526047","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220602122811/1.0/resourceInstances/vfw855fa14f5f850/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d5b8309d-bf38-4a27-bd2f-6be039824a92","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220602122811/1.0/resourceInstances/vfw855fa14f5f850/artifacts/vendor-license-model.xml","artifactChecksum":"Nzg2YjhkMGM2OWJjNmExZjIxZDIzMWU4Y2MzMGU5NjM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"294d299d-b6c8-4a23-9725-c61d717566a0","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220602122811/1.0/resourceInstances/vfw855fa14f5f850/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"dc037263-90e3-47d9-8bb6-7a8baa0a6553","artifactVersion":"2","generatedFromUUID":"d5b8309d-bf38-4a27-bd2f-6be039824a92"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220602122811-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220602122811/1.0/artifacts/service-Vfw20220602122811-template.yml","artifactChecksum":"Yzc1OWY2NjY3YTc2OWU0ZGJkNGZhNTYxZjU4NDQxZDk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6402b7d2-2984-420e-b4b6-d3c51c372573","artifactVersion":"1"},{"artifactName":"service-Vfw20220602122811-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220602122811/1.0/artifacts/service-Vfw20220602122811-csar.csar","artifactChecksum":"MTE0YTg5YjQ1OWZhMzI0ZWIzN2Q3MGExNjg4YWRiMTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1237e413-47a2-465a-9dcc-c9f4b3fe6cf6","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-02T12:31:02.347Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T12:31:02.347Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:31:02.350Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:31:02.350Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "bfd1f5ad-7f22-4755-845d-f62ffdb36422",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654173061708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602122811/1.0/resourceInstances/vfw855fa14f5f850/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:31:02.450Z||pool-319-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T12:31:02.451Z||pool-319-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:31:02.451Z||pool-319-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:31:02.468Z||pool-319-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:31:02.469Z||pool-319-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-02T12:31:03.350Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T12:31:03.351Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:31:03.352Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:31:03.353Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "bfd1f5ad-7f22-4755-845d-f62ffdb36422",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654173061708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602122811/1.0/resourceInstances/vfw855fa14f5f850/artifacts/vfw855fa14f5f850_modules.json",
  "status": "NOTIFIED"
}
2022-06-02T12:31:03.454Z||pool-320-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-02T12:31:03.455Z||pool-320-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:31:03.455Z||pool-320-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:31:03.475Z||pool-320-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:31:03.476Z||pool-320-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-06-02T12:31:04.353Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T12:31:04.354Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:31:04.357Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:31:04.357Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "bfd1f5ad-7f22-4755-845d-f62ffdb36422",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654173061708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602122811/1.0/resourceInstances/vfw855fa14f5f850/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-02T12:31:04.457Z||pool-321-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T12:31:04.457Z||pool-321-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:31:04.458Z||pool-321-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:31:04.484Z||pool-321-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:31:04.485Z||pool-321-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-06-02T12:31:05.357Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T12:31:05.358Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:31:05.360Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:31:05.360Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "bfd1f5ad-7f22-4755-845d-f62ffdb36422",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654173061708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602122811/1.0/resourceInstances/vfw855fa14f5f850/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:31:05.460Z||pool-322-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T12:31:05.461Z||pool-322-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:31:05.461Z||pool-322-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:31:05.481Z||pool-322-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:31:05.482Z||pool-322-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-02T12:31:06.360Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T12:31:06.361Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:31:06.363Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:31:06.363Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "bfd1f5ad-7f22-4755-845d-f62ffdb36422",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654173061708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602122811/1.0/resourceInstances/vfw855fa14f5f850/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-02T12:31:06.463Z||pool-323-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-02T12:31:06.464Z||pool-323-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:31:06.464Z||pool-323-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:31:06.481Z||pool-323-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:31:06.481Z||pool-323-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-02T12:31:07.364Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T12:31:07.365Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:31:07.368Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:31:07.368Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "bfd1f5ad-7f22-4755-845d-f62ffdb36422",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654173061708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602122811/1.0/artifacts/service-Vfw20220602122811-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:31:07.469Z||pool-324-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-02T12:31:07.470Z||pool-324-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:31:07.470Z||pool-324-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:31:07.483Z||pool-324-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:31:07.483Z||pool-324-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-02T12:31:08.368Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T12:31:08.369Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:31:08.372Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:31:08.373Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "bfd1f5ad-7f22-4755-845d-f62ffdb36422",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654173061708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602122811/1.0/artifacts/service-Vfw20220602122811-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T12:31:08.472Z||pool-325-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-02T12:31:08.473Z||pool-325-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:31:08.473Z||pool-325-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:31:08.491Z||pool-325-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:31:08.492Z||pool-325-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-02T12:31:09.374Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "bfd1f5ad-7f22-4755-845d-f62ffdb36422",
  "serviceName": "vFW 2022-06-02 12-28-11",
  "serviceVersion": "1.0",
  "serviceUUID": "7869fb57-e39d-40bf-9e55-22ad8a5b4f78",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "cc231ace-d7d7-4006-a529-73755d55ae42",
  "resources": [
    {
      "resourceInstanceName": "vFW 855fa14f-5f85 0",
      "resourceCustomizationUUID": "60e5f14d-4c6d-4de6-a892-7a4196d024dc",
      "resourceName": "vFW 855fa14f-5f85",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "033a9077-dd5a-4ad8-9d65-15b2e50fe436",
      "resourceInvariantUUID": "38784b50-d286-4ac7-a030-881b3be4545d",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw855fa14f5f850_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220602122811/1.0/resourceInstances/vfw855fa14f5f850/artifacts/vfw855fa14f5f850_modules.json",
          "artifactChecksum": "NjcwYjIwOTg1MjFlMDhiYzQzZjU5YzVmZWE1MGUwZmM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "46014d4c-e510-4e74-887b-64a4e6526047",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220602122811/1.0/resourceInstances/vfw855fa14f5f850/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "d5b8309d-bf38-4a27-bd2f-6be039824a92",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220602122811/1.0/resourceInstances/vfw855fa14f5f850/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "dc037263-90e3-47d9-8bb6-7a8baa0a6553",
            "generatedFromUUID": "d5b8309d-bf38-4a27-bd2f-6be039824a92"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220602122811/1.0/resourceInstances/vfw855fa14f5f850/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "dc037263-90e3-47d9-8bb6-7a8baa0a6553",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220602122811-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220602122811/1.0/artifacts/service-Vfw20220602122811-csar.csar",
      "artifactChecksum": "MTE0YTg5YjQ1OWZhMzI0ZWIzN2Q3MGExNjg4YWRiMTQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1237e413-47a2-465a-9dcc-c9f4b3fe6cf6"
    }
  ],
  "workloadContext": "Production"
}
2022-06-02T12:31:09.374Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-02T12:31:09.374Z|dc737fc7-e17b-47e4-afed-c6d79bf50b51|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7869fb57-e39d-40bf-9e55-22ad8a5b4f78 ASDC
2022-06-02T12:31:09.375Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:bfd1f5ad-7f22-4755-845d-f62ffdb36422
ServiceName:vFW 2022-06-02 12-28-11
ServiceVersion:1.0
ServiceUUID:7869fb57-e39d-40bf-9e55-22ad8a5b4f78
ServiceInvariantUUID:cc231ace-d7d7-4006-a529-73755d55ae42
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220602122811-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220602122811/1.0/artifacts/service-Vfw20220602122811-csar.csar
ArtifactUUID:1237e413-47a2-465a-9dcc-c9f4b3fe6cf6
ArtifactChecksum:MTE0YTg5YjQ1OWZhMzI0ZWIzN2Q3MGExNjg4YWRiMTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 855fa14f-5f85 0
ResourceCustomizationUUID:60e5f14d-4c6d-4de6-a892-7a4196d024dc
ResourceInvariantUUID:38784b50-d286-4ac7-a030-881b3be4545d
ResourceName:vFW 855fa14f-5f85
ResourceType:VF
ResourceUUID:033a9077-dd5a-4ad8-9d65-15b2e50fe436
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw855fa14f5f850_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220602122811/1.0/resourceInstances/vfw855fa14f5f850/artifacts/vfw855fa14f5f850_modules.json
ArtifactUUID:46014d4c-e510-4e74-887b-64a4e6526047
ArtifactChecksum:NjcwYjIwOTg1MjFlMDhiYzQzZjU5YzVmZWE1MGUwZmM=
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/Vfw20220602122811/1.0/resourceInstances/vfw855fa14f5f850/artifacts/base_vfw.yaml
ArtifactUUID:d5b8309d-bf38-4a27-bd2f-6be039824a92
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/Vfw20220602122811/1.0/resourceInstances/vfw855fa14f5f850/artifacts/base_vfw.env
ArtifactUUID:dc037263-90e3-47d9-8bb6-7a8baa0a6553
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/Vfw20220602122811/1.0/resourceInstances/vfw855fa14f5f850/artifacts/base_vfw.env
ArtifactUUID:dc037263-90e3-47d9-8bb6-7a8baa0a6553
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-02T12:31:09.375Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7869fb57-e39d-40bf-9e55-22ad8a5b4f78 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-06-02T12:31:09.420Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-02T12:31:09.421Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-02T12:31:09.421Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-02T12:31:09.421Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 1237e413-47a2-465a-9dcc-c9f4b3fe6cf6 from URL: /sdc/v1/catalog/services/Vfw20220602122811/1.0/artifacts/service-Vfw20220602122811-csar.csar
2022-06-02T12:31:09.421Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-02T12:31:09.421Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220602122811/1.0/artifacts/service-Vfw20220602122811-csar.csar
2022-06-02T12:31:09.749Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-02T12:31:09.753Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220602122811/1.0/artifacts/service-Vfw20220602122811-csar.csar 1237e413-47a2-465a-9dcc-c9f4b3fe6cf6 99016
2022-06-02T12:31:09.753Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220602122811/1.0/artifacts/service-Vfw20220602122811-csar.csar ASDC sendASDCNotification
2022-06-02T12:31:09.753Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602122811/1.0/artifacts/service-Vfw20220602122811-csar.csar
2022-06-02T12:31:09.754Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T12:31:09.754Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:31:09.755Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:31:09.755Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "bfd1f5ad-7f22-4755-845d-f62ffdb36422",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654173069753,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602122811/1.0/artifacts/service-Vfw20220602122811-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:31:09.856Z||pool-326-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-02T12:31:09.857Z||pool-326-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:31:09.857Z||pool-326-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:31:09.879Z||pool-326-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:31:09.879Z||pool-326-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-02T12:31:10.757Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-02T12:31:10.758Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-02T12:31:10.758Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 1237e413-47a2-465a-9dcc-c9f4b3fe6cf6, URL: /sdc/v1/catalog/services/Vfw20220602122811/1.0/artifacts/service-Vfw20220602122811-csar.csar to file: /app/ASDC/1/service-Vfw20220602122811-csar.csar
2022-06-02T12:31:10.758Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220602122811-csar.csar
2022-06-02T12:31:10.759Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220602122811-csar.csar
2022-06-02T12:31:10.759Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220602122811-csar.csar
2022-06-02T12:31:10.928Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11966996424836584767/Definitions/service-Vfw20220602122811-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-06-02T12:31:12.783Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-02T12:31:12.783Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-02T12:31:12.783Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220602122811-csar.csar
2022-06-02T12:31:12.783Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-02T12:31:12.783Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||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-Vfw20220602122811-csar.csar
2022-06-02T12:31:12.783Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 855fa14f-5f85 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-Vfw20220602122811-csar.csar
2022-06-02T12:31:12.783Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||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-Vfw20220602122811-csar.csar
2022-06-02T12:31:12.783Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220602122811-csar.csar
2022-06-02T12:31:12.784Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220602122811-csar.csar
2022-06-02T12:31:12.784Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220602122811-csar.csar
2022-06-02T12:31:12.784Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||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-Vfw20220602122811-csar.csar
2022-06-02T12:31:12.784Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220602122811-csar.csar
2022-06-02T12:31:12.784Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||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-Vfw20220602122811-csar.csar
2022-06-02T12:31:12.784Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220602122811-csar.csar
2022-06-02T12:31:12.784Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||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-Vfw20220602122811-csar.csar
2022-06-02T12:31:12.784Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220602122811-csar.csar
2022-06-02T12:31:12.784Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220602122811-csar.csar
2022-06-02T12:31:12.784Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-02T12:31:12.784Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:31:12.784Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-02 12-28-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T12:31:12.785Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Node template vFW 855fa14f-5f85 0 is matching search criteria
2022-06-02T12:31:12.785Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-02T12:31:12.785Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 855fa14f-5f85 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-02T12:31:12.785Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:31:12.785Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-02 12-28-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T12:31:12.785Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Node template vFW 855fa14f-5f85 0 is matching search criteria
2022-06-02T12:31:12.786Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-02T12:31:12.786Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 855fa14f-5f85 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-02T12:31:12.786Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:31:12.786Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-02 12-28-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T12:31:12.786Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:31:12.786Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Node template vFW 855fa14f-5f85 0 is not matching search criteria
2022-06-02T12:31:12.786Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T12:31:12.786Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-02T12:31:12.787Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-02T12:31:12.787Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-02T12:31:12.787Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T12:31:12.787Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-02T12:31:12.787Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T12:31:12.787Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-02T12:31:12.787Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-02T12:31:12.787Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-02T12:31:12.787Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-02T12:31:12.788Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-02T12:31:12.788Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-02T12:31:12.788Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-02T12:31:12.788Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T12:31:12.788Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-02T12:31:12.788Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:31:12.788Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-02 12-28-11 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-02T12:31:12.788Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:31:12.789Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Node template vFW 855fa14f-5f85 0 is matching search criteria
2022-06-02T12:31:12.789Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 855fa14f-5f85 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T12:31:12.789Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:31:12.789Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Node template vFW 855fa14f-5f85 0 is matching search criteria
2022-06-02T12:31:12.789Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 855fa14f-5f85 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T12:31:12.789Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:31:12.790Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Node template vFW 855fa14f-5f85 0 is matching search criteria
2022-06-02T12:31:12.790Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 855fa14f-5f85 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T12:31:12.790Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:31:12.790Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Node template vFW 855fa14f-5f85 0 is not matching search criteria
2022-06-02T12:31:12.790Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T12:31:12.791Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-02T12:31:12.791Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T12:31:12.791Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-02T12:31:12.791Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-02T12:31:12.791Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-02T12:31:12.791Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-02T12:31:12.791Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-02T12:31:12.792Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-02T12:31:12.792Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-02T12:31:12.792Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T12:31:12.792Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4f4f2258-6839-41c4-ba2b-505b102487ee
2022-06-02T12:31:12.792Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:31:12.792Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Node template vFW 855fa14f-5f85 0 is not matching search criteria
2022-06-02T12:31:12.792Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T12:31:12.793Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-02T12:31:12.793Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-02T12:31:12.793Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-02T12:31:12.793Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T12:31:12.793Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-02T12:31:12.793Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T12:31:12.793Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-02T12:31:12.793Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-02T12:31:12.793Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-02T12:31:12.794Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-02T12:31:12.794Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T12:31:12.794Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=31f45b30-7323-4461-8b9c-431fcbc86fb6
2022-06-02T12:31:12.794Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:31:12.794Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Node template vFW 855fa14f-5f85 0 is not matching search criteria
2022-06-02T12:31:12.794Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T12:31:12.794Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-02T12:31:12.794Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-02T12:31:12.794Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-02T12:31:12.795Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T12:31:12.795Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-02T12:31:12.795Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T12:31:12.795Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-02T12:31:12.795Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-02T12:31:12.795Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-02T12:31:12.795Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-02T12:31:12.795Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-02T12:31:12.796Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=7e0cc428-c1d5-4961-beef-2fd470a4b8ec
2022-06-02T12:31:12.796Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:31:12.796Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-02 12-28-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T12:31:12.796Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:31:12.796Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-02 12-28-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T12:31:12.796Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:31:12.796Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-02 12-28-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T12:31:12.796Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:31:12.796Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-02 12-28-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T12:31:12.797Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-06-02 12-28-11
Description:catalog service description
Model UUID:7869fb57-e39d-40bf-9e55-22ad8a5b4f78
Model Version:NULL
Model InvariantUuid:cc231ace-d7d7-4006-a529-73755d55ae42
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 855fa14f-5f85
Model UUID:e840b7f7-4bbb-4e39-a86e-06973313e7e4
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:38784b50-d286-4ac7-a030-881b3be4545d
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:60e5f14d-4c6d-4de6-a892-7a4196d024dc
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:9e9fe7c2-da7f-4e30-973f-85ca6affdef1
ModelName:Vfw855fa14f5f85..base_vfw..module-0
ModelUuid:97408005-bccb-439d-9fb8-623105568def
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4f4f2258-6839-41c4-ba2b-505b102487ee
ModelInvariantUuid:2c6d590c-8f83-4620-bd24-310e396e34cd
ModelName:vFW 855fa14f-5f85-nodes.vfwCvfc
ModelUuid:db7248ed-279f-4484-b7b7-586c2f940439
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:1a8920a0-6416-4688-ac5f-06991e15c93e
ModelInvariantUuid:65c3db4c-3414-45f7-8f5d-13a1e13a3b3c
ModelName:Vfw855fa14f5f85.compute.nodes.heat.vfw
ModelUuid:680ced25-dabf-40f6-be28-3fd7d08925f1
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:31f45b30-7323-4461-8b9c-431fcbc86fb6
ModelInvariantUuid:934efdc2-6565-432c-a9ad-e239e77a191c
ModelName:vFW 855fa14f-5f85-nodes.vsnCvfc
ModelUuid:b5e00160-5f29-4f3a-8e1f-3d5f06a05960
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:f0497ab2-7319-4b8f-b8bf-ba0c9c338175
ModelInvariantUuid:9e9d3739-96a6-4aa2-8529-0f561fabfaf9
ModelName:Vfw855fa14f5f85.compute.nodes.heat.vsn
ModelUuid:5e2e48a0-7fb3-4a4b-8079-1c6a066b9a93
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:7e0cc428-c1d5-4961-beef-2fd470a4b8ec
ModelInvariantUuid:df00752a-9129-4dca-921e-824ac066e22c
ModelName:vFW 855fa14f-5f85-nodes.vpgCvfc
ModelUuid:5ca0a506-1cc8-4de4-98ce-922913b62676
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:25d69c8c-369c-4a77-bc64-654e24560c77
ModelInvariantUuid:a0f96494-7616-489b-b746-74ab4c352d4c
ModelName:Vfw855fa14f5f85.compute.nodes.heat.vpg
ModelUuid:38597190-8e9d-4575-8807-fc1deb6813ec
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-06-02T12:31:12.803Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 033a9077-dd5a-4ad8-9d65-15b2e50fe436
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-06-02T12:31:12.806Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||INFO|500||vFW 855fa14f-5f85 0
2022-06-02T12:31:12.806Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 033a9077-dd5a-4ad8-9d65-15b2e50fe436
2022-06-02T12:31:12.806Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 46014d4c-e510-4e74-887b-64a4e6526047 from URL: /sdc/v1/catalog/services/Vfw20220602122811/1.0/resourceInstances/vfw855fa14f5f850/artifacts/vfw855fa14f5f850_modules.json
2022-06-02T12:31:12.806Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-02T12:31:12.806Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220602122811/1.0/resourceInstances/vfw855fa14f5f850/artifacts/vfw855fa14f5f850_modules.json
2022-06-02T12:31:13.589Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-02T12:31:13.590Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220602122811/1.0/resourceInstances/vfw855fa14f5f850/artifacts/vfw855fa14f5f850_modules.json 46014d4c-e510-4e74-887b-64a4e6526047 785
2022-06-02T12:31:13.590Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220602122811/1.0/resourceInstances/vfw855fa14f5f850/artifacts/vfw855fa14f5f850_modules.json ASDC sendASDCNotification
2022-06-02T12:31:13.591Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602122811/1.0/resourceInstances/vfw855fa14f5f850/artifacts/vfw855fa14f5f850_modules.json
2022-06-02T12:31:13.591Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T12:31:13.591Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:31:13.593Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:31:13.594Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "bfd1f5ad-7f22-4755-845d-f62ffdb36422",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654173073590,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602122811/1.0/resourceInstances/vfw855fa14f5f850/artifacts/vfw855fa14f5f850_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:31:13.694Z||pool-327-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-02T12:31:13.694Z||pool-327-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:31:13.694Z||pool-327-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:31:13.726Z||pool-327-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:31:13.726Z||pool-327-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-06-02T12:31:14.594Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw855fa14f5f85..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "9e9fe7c2-da7f-4e30-973f-85ca6affdef1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "97408005-bccb-439d-9fb8-623105568def",
    "vfModuleModelCustomizationUUID": "ff3ebf51-f47e-4f08-a91f-8dc512fdc90e",
    "isBase": true,
    "artifacts": [
      "d5b8309d-bf38-4a27-bd2f-6be039824a92",
      "dc037263-90e3-47d9-8bb6-7a8baa0a6553"
    ],
    "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-06-02T12:31:14.599Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw855fa14f5f85..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:97408005-bccb-439d-9fb8-623105568def
VfModuleModelInvariantUUID:9e9fe7c2-da7f-4e30-973f-85ca6affdef1
VfModuleModelDescription:NULL
Artifacts UUID List:{
d5b8309d-bf38-4a27-bd2f-6be039824a92
,
dc037263-90e3-47d9-8bb6-7a8baa0a6553

}
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-06-02T12:31:14.601Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw855fa14f5f85..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "9e9fe7c2-da7f-4e30-973f-85ca6affdef1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "97408005-bccb-439d-9fb8-623105568def",
    "vfModuleModelCustomizationUUID": "ff3ebf51-f47e-4f08-a91f-8dc512fdc90e",
    "isBase": true,
    "artifacts": [
      "d5b8309d-bf38-4a27-bd2f-6be039824a92",
      "dc037263-90e3-47d9-8bb6-7a8baa0a6553"
    ],
    "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-06-02T12:31:14.601Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw855fa14f5f85..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:97408005-bccb-439d-9fb8-623105568def
VfModuleModelInvariantUUID:9e9fe7c2-da7f-4e30-973f-85ca6affdef1
VfModuleModelDescription:NULL
Artifacts UUID List:{
d5b8309d-bf38-4a27-bd2f-6be039824a92
,
dc037263-90e3-47d9-8bb6-7a8baa0a6553

}
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-06-02T12:31:14.602Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: d5b8309d-bf38-4a27-bd2f-6be039824a92 from URL: /sdc/v1/catalog/services/Vfw20220602122811/1.0/resourceInstances/vfw855fa14f5f850/artifacts/base_vfw.yaml
2022-06-02T12:31:14.602Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-02T12:31:14.603Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220602122811/1.0/resourceInstances/vfw855fa14f5f850/artifacts/base_vfw.yaml
2022-06-02T12:31:14.957Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-02T12:31:14.958Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220602122811/1.0/resourceInstances/vfw855fa14f5f850/artifacts/base_vfw.yaml d5b8309d-bf38-4a27-bd2f-6be039824a92 20368
2022-06-02T12:31:14.958Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220602122811/1.0/resourceInstances/vfw855fa14f5f850/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-02T12:31:14.958Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602122811/1.0/resourceInstances/vfw855fa14f5f850/artifacts/base_vfw.yaml
2022-06-02T12:31:14.958Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T12:31:14.959Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:31:14.961Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:31:14.961Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "bfd1f5ad-7f22-4755-845d-f62ffdb36422",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654173074958,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602122811/1.0/resourceInstances/vfw855fa14f5f850/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:31:15.061Z||pool-328-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T12:31:15.062Z||pool-328-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:31:15.063Z||pool-328-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:31:15.086Z||pool-328-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:31:15.087Z||pool-328-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-06-02T12:31:15.962Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: dc037263-90e3-47d9-8bb6-7a8baa0a6553 from URL: /sdc/v1/catalog/services/Vfw20220602122811/1.0/resourceInstances/vfw855fa14f5f850/artifacts/base_vfw.env
2022-06-02T12:31:15.962Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-02T12:31:15.963Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220602122811/1.0/resourceInstances/vfw855fa14f5f850/artifacts/base_vfw.env
2022-06-02T12:31:16.553Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-02T12:31:16.553Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220602122811/1.0/resourceInstances/vfw855fa14f5f850/artifacts/base_vfw.env dc037263-90e3-47d9-8bb6-7a8baa0a6553 2098
2022-06-02T12:31:16.554Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220602122811/1.0/resourceInstances/vfw855fa14f5f850/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-02T12:31:16.554Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602122811/1.0/resourceInstances/vfw855fa14f5f850/artifacts/base_vfw.env
2022-06-02T12:31:16.554Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T12:31:16.554Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:31:16.556Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:31:16.557Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "bfd1f5ad-7f22-4755-845d-f62ffdb36422",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654173076554,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602122811/1.0/resourceInstances/vfw855fa14f5f850/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:31:16.657Z||pool-329-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T12:31:16.658Z||pool-329-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:31:16.658Z||pool-329-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:31:16.699Z||pool-329-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:31:16.700Z||pool-329-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-06-02T12:31:17.557Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 7869fb57-e39d-40bf-9e55-22ad8a5b4f78
2022-06-02T12:31:17.558Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 855fa14f-5f85 0 033a9077-dd5a-4ad8-9d65-15b2e50fe436 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-06-02T12:31:17.582Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5006bf84, org.onap.sdc.toscaparser.api.parameters.Input@3f46a9da, org.onap.sdc.toscaparser.api.parameters.Input@2f309720, org.onap.sdc.toscaparser.api.parameters.Input@37448b1, org.onap.sdc.toscaparser.api.parameters.Input@66eb3dc4]
2022-06-02T12:31:17.584Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:31:17.584Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-02 12-28-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T12:31:17.584Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-06-02T12:31:17.584Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 60e5f14d-4c6d-4de6-a892-7a4196d024dc
2022-06-02T12:31:17.585Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 60e5f14d-4c6d-4de6-a892-7a4196d024dc matches Tosca VF Customization UUID: 60e5f14d-4c6d-4de6-a892-7a4196d024dc
2022-06-02T12:31:17.585Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 60e5f14d-4c6d-4de6-a892-7a4196d024dc  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-06-02T12:31:17.587Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:31:17.587Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-02 12-28-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T12:31:17.588Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 60e5f14d-4c6d-4de6-a892-7a4196d024dc: {\"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-06-02T12:31:17.588Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@66dbaa18
2022-06-02T12:31:17.588Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:31:17.588Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-02 12-28-11 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-02T12:31:17.589Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ff3ebf51-f47e-4f08-a91f-8dc512fdc90e
2022-06-02T12:31:17.589Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ff3ebf51-f47e-4f08-a91f-8dc512fdc90e
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-06-02T12:31:17.591Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:31:17.591Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Node template vFW 855fa14f-5f85 0 is matching search criteria
2022-06-02T12:31:17.591Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 855fa14f-5f85 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T12:31:17.592Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:31:17.592Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Node template vFW 855fa14f-5f85 0 is matching search criteria
2022-06-02T12:31:17.592Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 855fa14f-5f85 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T12:31:17.592Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:31:17.592Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Node template vFW 855fa14f-5f85 0 is not matching search criteria
2022-06-02T12:31:17.593Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T12:31:17.593Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-02T12:31:17.593Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T12:31:17.593Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-02T12:31:17.593Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-02T12:31:17.593Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-02T12:31:17.593Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-02T12:31:17.594Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-02T12:31:17.594Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-02T12:31:17.594Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-02T12:31:17.594Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T12:31:17.594Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4f4f2258-6839-41c4-ba2b-505b102487ee
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-06-02T12:31:17.596Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:31:17.596Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Node template vFW 855fa14f-5f85 0 is matching search criteria
2022-06-02T12:31:17.597Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 855fa14f-5f85 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T12:31:17.597Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:31:17.598Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Node template vFW 855fa14f-5f85 0 is not matching search criteria
2022-06-02T12:31:17.598Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T12:31:17.598Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-02T12:31:17.599Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-02T12:31:17.599Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-02T12:31:17.599Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T12:31:17.600Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-02T12:31:17.600Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T12:31:17.600Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-02T12:31:17.601Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-02T12:31:17.601Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-02T12:31:17.601Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-02T12:31:17.602Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T12:31:17.602Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=31f45b30-7323-4461-8b9c-431fcbc86fb6
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-06-02T12:31:17.604Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:31:17.605Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Node template vFW 855fa14f-5f85 0 is matching search criteria
2022-06-02T12:31:17.605Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 855fa14f-5f85 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T12:31:17.605Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:31:17.605Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Node template vFW 855fa14f-5f85 0 is not matching search criteria
2022-06-02T12:31:17.606Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T12:31:17.606Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-02T12:31:17.607Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-02T12:31:17.608Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-02T12:31:17.608Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T12:31:17.608Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-02T12:31:17.608Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T12:31:17.609Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-02T12:31:17.609Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-02T12:31:17.609Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-02T12:31:17.609Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-02T12:31:17.610Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-02T12:31:17.610Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=7e0cc428-c1d5-4961-beef-2fd470a4b8ec
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-06-02T12:31:17.612Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:31:17.612Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Node template vFW 855fa14f-5f85 0 is matching search criteria
2022-06-02T12:31:17.612Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 855fa14f-5f85 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T12:31:17.613Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:31:17.613Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Node template vFW 855fa14f-5f85 0 is matching search criteria
2022-06-02T12:31:17.613Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 855fa14f-5f85 0] matching following query criteria: sdcType=VF, customizationUUID=60e5f14d-4c6d-4de6-a892-7a4196d024dc
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-06-02T12:31:17.615Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:31:17.615Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-02 12-28-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T12:31:17.615Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 7869fb57-e39d-40bf-9e55-22ad8a5b4f78: vFW 855fa14f-5f85
2022-06-02T12:31:17.615Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:31:17.615Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-02 12-28-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T12:31:17.616Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:31:17.616Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-02 12-28-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T12:31:17.616Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:31:17.616Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-02 12-28-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T12:31:17.617Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:31:17.617Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-02 12-28-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T12:31:17.617Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:31:17.617Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-02 12-28-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T12:31:17.617Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2022-06-02 12-28-11 
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-06-02T12:31:17.801Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 855fa14f-5f85 033a9077-dd5a-4ad8-9d65-15b2e50fe436 1 ASDC deployResourceStructure
2022-06-02T12:31:17.802Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220602122811/1.0/resourceInstances/vfw855fa14f5f850/artifacts/vfw855fa14f5f850_modules.json ASDC sendASDCNotification
2022-06-02T12:31:17.802Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602122811/1.0/resourceInstances/vfw855fa14f5f850/artifacts/vfw855fa14f5f850_modules.json
2022-06-02T12:31:17.802Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T12:31:17.802Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:31:17.833Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:31:17.833Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "bfd1f5ad-7f22-4755-845d-f62ffdb36422",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654173077802,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602122811/1.0/resourceInstances/vfw855fa14f5f850/artifacts/vfw855fa14f5f850_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-02T12:31:17.932Z||pool-330-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-02T12:31:17.933Z||pool-330-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:31:17.933Z||pool-330-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:31:17.951Z||pool-330-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:31:17.952Z||pool-330-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-02T12:31:18.834Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220602122811/1.0/resourceInstances/vfw855fa14f5f850/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-02T12:31:18.834Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602122811/1.0/resourceInstances/vfw855fa14f5f850/artifacts/base_vfw.yaml
2022-06-02T12:31:18.834Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T12:31:18.834Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:31:18.836Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:31:18.836Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "bfd1f5ad-7f22-4755-845d-f62ffdb36422",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654173078833,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602122811/1.0/resourceInstances/vfw855fa14f5f850/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-02T12:31:18.936Z||pool-331-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T12:31:18.937Z||pool-331-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:31:18.937Z||pool-331-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:31:18.957Z||pool-331-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:31:18.958Z||pool-331-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-06-02T12:31:19.837Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220602122811/1.0/resourceInstances/vfw855fa14f5f850/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-02T12:31:19.837Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602122811/1.0/resourceInstances/vfw855fa14f5f850/artifacts/base_vfw.env
2022-06-02T12:31:19.837Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T12:31:19.837Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:31:19.839Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:31:19.839Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "bfd1f5ad-7f22-4755-845d-f62ffdb36422",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654173079837,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602122811/1.0/resourceInstances/vfw855fa14f5f850/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-02T12:31:19.939Z||pool-332-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T12:31:19.940Z||pool-332-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:31:19.940Z||pool-332-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:31:19.961Z||pool-332-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:31:19.961Z||pool-332-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-02T12:31:20.840Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220602122811/1.0/artifacts/service-Vfw20220602122811-csar.csar ASDC sendASDCNotification
2022-06-02T12:31:20.840Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602122811/1.0/artifacts/service-Vfw20220602122811-csar.csar
2022-06-02T12:31:20.840Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T12:31:20.841Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:31:20.842Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:31:20.842Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "bfd1f5ad-7f22-4755-845d-f62ffdb36422",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654173080840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602122811/1.0/artifacts/service-Vfw20220602122811-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T12:31:20.945Z||pool-333-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-02T12:31:20.945Z||pool-333-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:31:20.946Z||pool-333-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:31:20.962Z||pool-333-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:31:20.962Z||pool-333-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-02T12:31:21.843Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bfd1f5ad-7f22-4755-845d-f62ffdb36422
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-02T12:31:21.854Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bfd1f5ad-7f22-4755-845d-f62ffdb36422
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-06-02T12:31:21.857Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T12:31:21.857Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-02T12:31:21.857Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-02T12:31:51.858Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bfd1f5ad-7f22-4755-845d-f62ffdb36422
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-02T12:31:51.866Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bfd1f5ad-7f22-4755-845d-f62ffdb36422
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-06-02T12:31:51.868Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T12:31:51.868Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-02T12:31:51.868Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-02T12:32:01.711Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T12:32:01.711Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|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-06-02T12:32:01.712Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|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 vhEFpQtZO3nowL1S) ...
2022-06-02T12:32:01.777Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:32:01.778Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:32:01.778Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfd1f5ad-7f22-4755-845d-f62ffdb36422",
  "consumerID": "cds",
  "timestamp": 1654173051248,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602122811/1.0/resourceInstances/vfw855fa14f5f850/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:32:01.778Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:32:21.868Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bfd1f5ad-7f22-4755-845d-f62ffdb36422
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-02T12:32:21.876Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bfd1f5ad-7f22-4755-845d-f62ffdb36422
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-06-02T12:32:21.877Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T12:32:21.877Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-02T12:32:21.877Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-02T12:32:51.877Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bfd1f5ad-7f22-4755-845d-f62ffdb36422
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-02T12:32:51.886Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bfd1f5ad-7f22-4755-845d-f62ffdb36422
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-06-02T12:32:51.888Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T12:32:51.888Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-02T12:32:51.888Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-02T12:33:01.711Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T12:33:01.712Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|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-06-02T12:33:01.712Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|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 vhEFpQtZO3nowL1S) ...
2022-06-02T12:33:01.745Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:33:01.745Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:33:01.745Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfd1f5ad-7f22-4755-845d-f62ffdb36422",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654173056636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602122811/1.0/resourceInstances/vfw855fa14f5f850/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-02T12:33:01.746Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:33:21.889Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bfd1f5ad-7f22-4755-845d-f62ffdb36422
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-02T12:33:21.899Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bfd1f5ad-7f22-4755-845d-f62ffdb36422
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-06-02T12:33:21.900Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T12:33:21.901Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-02T12:33:21.901Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-02T12:33:51.901Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bfd1f5ad-7f22-4755-845d-f62ffdb36422
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-02T12:33:51.919Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bfd1f5ad-7f22-4755-845d-f62ffdb36422
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-06-02T12:33:51.922Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T12:33:51.922Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-02T12:33:51.922Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-02T12:34:01.711Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T12:34:01.713Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|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-06-02T12:34:01.713Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|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 vhEFpQtZO3nowL1S) ...
2022-06-02T12:34:01.758Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:34:01.760Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:34:01.760Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfd1f5ad-7f22-4755-845d-f62ffdb36422",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654173055893,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602122811/1.0/resourceInstances/vfw855fa14f5f850/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:34:01.762Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:34:01.762Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:34:01.762Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfd1f5ad-7f22-4755-845d-f62ffdb36422",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654173061708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602122811/1.0/resourceInstances/vfw855fa14f5f850/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:34:01.762Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:34:01.762Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:34:01.762Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfd1f5ad-7f22-4755-845d-f62ffdb36422",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654173055893,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602122811/1.0/artifacts/service-Vfw20220602122811-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:34:01.762Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:34:01.762Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:34:01.762Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfd1f5ad-7f22-4755-845d-f62ffdb36422",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654173056636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602122811/1.0/artifacts/service-Vfw20220602122811-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:34:01.763Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:34:01.763Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:34:01.763Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfd1f5ad-7f22-4755-845d-f62ffdb36422",
  "consumerID": "cds",
  "timestamp": 1654173051248,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602122811/1.0/artifacts/service-Vfw20220602122811-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:34:01.763Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:34:01.763Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:34:01.763Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfd1f5ad-7f22-4755-845d-f62ffdb36422",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654173061708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602122811/1.0/resourceInstances/vfw855fa14f5f850/artifacts/vfw855fa14f5f850_modules.json",
  "status": "NOTIFIED"
}
2022-06-02T12:34:01.763Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:34:01.763Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:34:01.763Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfd1f5ad-7f22-4755-845d-f62ffdb36422",
  "consumerID": "cds",
  "timestamp": 1654173051248,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602122811/1.0/artifacts/service-Vfw20220602122811-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T12:34:01.763Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:34:01.763Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:34:01.763Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfd1f5ad-7f22-4755-845d-f62ffdb36422",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654173055893,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602122811/1.0/artifacts/service-Vfw20220602122811-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:34:01.763Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:34:01.763Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:34:01.764Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfd1f5ad-7f22-4755-845d-f62ffdb36422",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654173056636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602122811/1.0/artifacts/service-Vfw20220602122811-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T12:34:01.764Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:34:01.764Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:34:01.764Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfd1f5ad-7f22-4755-845d-f62ffdb36422",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654173061708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602122811/1.0/resourceInstances/vfw855fa14f5f850/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-02T12:34:01.764Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:34:01.764Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:34:01.764Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfd1f5ad-7f22-4755-845d-f62ffdb36422",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654173061708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602122811/1.0/resourceInstances/vfw855fa14f5f850/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:34:01.764Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:34:01.764Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:34:01.764Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfd1f5ad-7f22-4755-845d-f62ffdb36422",
  "consumerID": "clamp",
  "timestamp": 1654173064755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602122811/1.0/resourceInstances/vfw855fa14f5f850/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:34:01.764Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:34:01.764Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:34:01.764Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfd1f5ad-7f22-4755-845d-f62ffdb36422",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654173065259,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602122811/1.0/resourceInstances/vfw855fa14f5f850/artifacts/vfw855fa14f5f850_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:34:01.765Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:34:01.765Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:34:01.765Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfd1f5ad-7f22-4755-845d-f62ffdb36422",
  "consumerID": "cds",
  "timestamp": 1654173065483,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602122811/1.0/artifacts/service-Vfw20220602122811-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:34:01.765Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:34:01.765Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:34:01.765Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfd1f5ad-7f22-4755-845d-f62ffdb36422",
  "consumerID": "policy-id",
  "timestamp": 1654173064763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602122811/1.0/resourceInstances/vfw855fa14f5f850/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:34:01.765Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:34:01.765Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:34:01.765Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfd1f5ad-7f22-4755-845d-f62ffdb36422",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654173061708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602122811/1.0/resourceInstances/vfw855fa14f5f850/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-02T12:34:01.765Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:34:01.765Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:34:01.765Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfd1f5ad-7f22-4755-845d-f62ffdb36422",
  "consumerID": "clamp",
  "timestamp": 1654173064755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602122811/1.0/resourceInstances/vfw855fa14f5f850/artifacts/vfw855fa14f5f850_modules.json",
  "status": "NOTIFIED"
}
2022-06-02T12:34:01.765Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:34:01.766Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:34:01.766Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfd1f5ad-7f22-4755-845d-f62ffdb36422",
  "consumerID": "cds",
  "timestamp": 1654173066497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602122811/1.0/artifacts/service-Vfw20220602122811-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-06-02T12:34:01.773Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bfd1f5ad-7f22-4755-845d-f62ffdb36422
2022-06-02T12:34:01.774Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId bfd1f5ad-7f22-4755-845d-f62ffdb36422 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-06-02T12:34:01.783Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:34:01.783Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfd1f5ad-7f22-4755-845d-f62ffdb36422",
  "consumerID": "policy-id",
  "timestamp": 1654173064763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602122811/1.0/resourceInstances/vfw855fa14f5f850/artifacts/vfw855fa14f5f850_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:34:01.783Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:34:01.783Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:34:01.783Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfd1f5ad-7f22-4755-845d-f62ffdb36422",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654173066660,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602122811/1.0/resourceInstances/vfw855fa14f5f850/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:34:01.784Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:34:01.784Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:34:01.784Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfd1f5ad-7f22-4755-845d-f62ffdb36422",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654173061708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602122811/1.0/artifacts/service-Vfw20220602122811-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:34:01.784Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:34:01.784Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:34:01.784Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfd1f5ad-7f22-4755-845d-f62ffdb36422",
  "consumerID": "clamp",
  "timestamp": 1654173064755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602122811/1.0/resourceInstances/vfw855fa14f5f850/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:34:01.784Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:34:01.784Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:34:01.784Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfd1f5ad-7f22-4755-845d-f62ffdb36422",
  "consumerID": "policy-id",
  "timestamp": 1654173064763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602122811/1.0/resourceInstances/vfw855fa14f5f850/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-02T12:34:01.784Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:34:01.784Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:34:01.784Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfd1f5ad-7f22-4755-845d-f62ffdb36422",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654173067966,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602122811/1.0/resourceInstances/vfw855fa14f5f850/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:34:01.785Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:34:01.785Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:34:01.785Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfd1f5ad-7f22-4755-845d-f62ffdb36422",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654173061708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602122811/1.0/artifacts/service-Vfw20220602122811-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T12:34:01.785Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:34:01.785Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:34:01.785Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfd1f5ad-7f22-4755-845d-f62ffdb36422",
  "consumerID": "clamp",
  "timestamp": 1654173064755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602122811/1.0/resourceInstances/vfw855fa14f5f850/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:34:01.785Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:34:01.785Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:34:01.785Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfd1f5ad-7f22-4755-845d-f62ffdb36422",
  "consumerID": "policy-id",
  "timestamp": 1654173064763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602122811/1.0/resourceInstances/vfw855fa14f5f850/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:34:01.785Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:34:01.785Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:34:01.785Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfd1f5ad-7f22-4755-845d-f62ffdb36422",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654173068998,
  "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-06-02T12:34:01.788Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bfd1f5ad-7f22-4755-845d-f62ffdb36422
2022-06-02T12:34:01.789Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId bfd1f5ad-7f22-4755-845d-f62ffdb36422 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-06-02T12:34:01.801Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:34:01.801Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfd1f5ad-7f22-4755-845d-f62ffdb36422",
  "consumerID": "clamp",
  "timestamp": 1654173064755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602122811/1.0/resourceInstances/vfw855fa14f5f850/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:34:01.802Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:34:01.802Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:34:01.802Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfd1f5ad-7f22-4755-845d-f62ffdb36422",
  "consumerID": "aai-ml",
  "timestamp": 1654173068714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602122811/1.0/resourceInstances/vfw855fa14f5f850/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:34:01.802Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:34:01.802Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:34:01.802Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfd1f5ad-7f22-4755-845d-f62ffdb36422",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654173069753,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602122811/1.0/artifacts/service-Vfw20220602122811-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:34:01.802Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:34:01.802Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:34:01.802Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfd1f5ad-7f22-4755-845d-f62ffdb36422",
  "consumerID": "policy-id",
  "timestamp": 1654173064763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602122811/1.0/resourceInstances/vfw855fa14f5f850/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:34:01.802Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:34:01.802Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:34:01.802Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfd1f5ad-7f22-4755-845d-f62ffdb36422",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654173070001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602122811/1.0/resourceInstances/vfw855fa14f5f850/artifacts/vfw855fa14f5f850_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-02T12:34:01.803Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:34:01.803Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:34:01.803Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfd1f5ad-7f22-4755-845d-f62ffdb36422",
  "consumerID": "clamp",
  "timestamp": 1654173064755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602122811/1.0/artifacts/service-Vfw20220602122811-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:34:01.803Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:34:01.803Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:34:01.803Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfd1f5ad-7f22-4755-845d-f62ffdb36422",
  "consumerID": "aai-ml",
  "timestamp": 1654173068714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602122811/1.0/resourceInstances/vfw855fa14f5f850/artifacts/vfw855fa14f5f850_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:34:01.803Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:34:01.803Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:34:01.803Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfd1f5ad-7f22-4755-845d-f62ffdb36422",
  "consumerID": "policy-id",
  "timestamp": 1654173064763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602122811/1.0/artifacts/service-Vfw20220602122811-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:34:01.803Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:34:01.803Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:34:01.803Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfd1f5ad-7f22-4755-845d-f62ffdb36422",
  "consumerID": "clamp",
  "timestamp": 1654173064755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602122811/1.0/artifacts/service-Vfw20220602122811-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T12:34:01.803Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:34:01.804Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:34:01.804Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfd1f5ad-7f22-4755-845d-f62ffdb36422",
  "consumerID": "aai-ml",
  "timestamp": 1654173068714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602122811/1.0/resourceInstances/vfw855fa14f5f850/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:34:01.804Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:34:01.804Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:34:01.804Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfd1f5ad-7f22-4755-845d-f62ffdb36422",
  "consumerID": "policy-id",
  "timestamp": 1654173064763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602122811/1.0/artifacts/service-Vfw20220602122811-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T12:34:01.804Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:34:01.804Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:34:01.804Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfd1f5ad-7f22-4755-845d-f62ffdb36422",
  "consumerID": "aai-ml",
  "timestamp": 1654173068714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602122811/1.0/resourceInstances/vfw855fa14f5f850/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:34:01.804Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:34:01.804Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:34:01.804Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfd1f5ad-7f22-4755-845d-f62ffdb36422",
  "consumerID": "policy-id",
  "timestamp": 1654173072809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602122811/1.0/artifacts/service-Vfw20220602122811-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:34:01.805Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:34:01.805Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:34:01.805Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfd1f5ad-7f22-4755-845d-f62ffdb36422",
  "consumerID": "aai-ml",
  "timestamp": 1654173068714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602122811/1.0/resourceInstances/vfw855fa14f5f850/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:34:01.805Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:34:01.805Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:34:01.805Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfd1f5ad-7f22-4755-845d-f62ffdb36422",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654173073590,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602122811/1.0/resourceInstances/vfw855fa14f5f850/artifacts/vfw855fa14f5f850_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:34:01.805Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:34:01.805Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:34:01.805Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfd1f5ad-7f22-4755-845d-f62ffdb36422",
  "consumerID": "policy-id",
  "timestamp": 1654173073814,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602122811/1.0/artifacts/service-Vfw20220602122811-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T12:34:01.805Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:34:01.805Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:34:01.805Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfd1f5ad-7f22-4755-845d-f62ffdb36422",
  "consumerID": "aai-ml",
  "timestamp": 1654173068714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602122811/1.0/artifacts/service-Vfw20220602122811-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:34:01.806Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:34:01.806Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:34:01.806Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfd1f5ad-7f22-4755-845d-f62ffdb36422",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654173074958,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602122811/1.0/resourceInstances/vfw855fa14f5f850/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:34:01.806Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:34:01.806Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:34:01.806Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfd1f5ad-7f22-4755-845d-f62ffdb36422",
  "consumerID": "policy-id",
  "timestamp": 1654173074819,
  "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-06-02T12:34:01.810Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bfd1f5ad-7f22-4755-845d-f62ffdb36422
2022-06-02T12:34:01.810Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId bfd1f5ad-7f22-4755-845d-f62ffdb36422 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-06-02T12:34:01.816Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:34:01.816Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfd1f5ad-7f22-4755-845d-f62ffdb36422",
  "consumerID": "aai-ml",
  "timestamp": 1654173068714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602122811/1.0/artifacts/service-Vfw20220602122811-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T12:34:01.816Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:34:01.816Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:34:01.816Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfd1f5ad-7f22-4755-845d-f62ffdb36422",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654173076554,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602122811/1.0/resourceInstances/vfw855fa14f5f850/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:34:01.817Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:34:01.817Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:34:01.817Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfd1f5ad-7f22-4755-845d-f62ffdb36422",
  "consumerID": "aai-ml",
  "timestamp": 1654173076813,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602122811/1.0/artifacts/service-Vfw20220602122811-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:34:01.817Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:34:01.817Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:34:01.817Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfd1f5ad-7f22-4755-845d-f62ffdb36422",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654173076903,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602122811/1.0/resourceInstances/vfw855fa14f5f850/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:34:01.817Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:34:01.817Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:34:01.817Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfd1f5ad-7f22-4755-845d-f62ffdb36422",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654173077802,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602122811/1.0/resourceInstances/vfw855fa14f5f850/artifacts/vfw855fa14f5f850_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-02T12:34:01.817Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:34:01.818Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:34:01.818Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfd1f5ad-7f22-4755-845d-f62ffdb36422",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654173076903,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602122811/1.0/resourceInstances/vfw855fa14f5f850/artifacts/vfw855fa14f5f850_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:34:01.818Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:34:01.818Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:34:01.818Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfd1f5ad-7f22-4755-845d-f62ffdb36422",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654173078833,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602122811/1.0/resourceInstances/vfw855fa14f5f850/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-02T12:34:01.818Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:34:01.818Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:34:01.818Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfd1f5ad-7f22-4755-845d-f62ffdb36422",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654173076903,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602122811/1.0/resourceInstances/vfw855fa14f5f850/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:34:01.818Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:34:01.818Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:34:01.818Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfd1f5ad-7f22-4755-845d-f62ffdb36422",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654173079837,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602122811/1.0/resourceInstances/vfw855fa14f5f850/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-02T12:34:01.818Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:34:01.819Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:34:01.819Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfd1f5ad-7f22-4755-845d-f62ffdb36422",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654173076903,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602122811/1.0/resourceInstances/vfw855fa14f5f850/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:34:01.819Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:34:01.819Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:34:01.819Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfd1f5ad-7f22-4755-845d-f62ffdb36422",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654173080840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602122811/1.0/artifacts/service-Vfw20220602122811-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T12:34:01.819Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:34:01.819Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:34:01.819Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfd1f5ad-7f22-4755-845d-f62ffdb36422",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654173076903,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602122811/1.0/resourceInstances/vfw855fa14f5f850/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:34:01.819Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:34:01.819Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:34:01.819Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfd1f5ad-7f22-4755-845d-f62ffdb36422",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654173076903,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602122811/1.0/artifacts/service-Vfw20220602122811-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:34:01.819Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:34:01.820Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:34:01.820Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfd1f5ad-7f22-4755-845d-f62ffdb36422",
  "consumerID": "clamp",
  "timestamp": 1654173082870,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602122811/1.0/artifacts/service-Vfw20220602122811-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:34:01.820Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:34:01.820Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:34:01.820Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfd1f5ad-7f22-4755-845d-f62ffdb36422",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654173076903,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602122811/1.0/artifacts/service-Vfw20220602122811-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T12:34:01.820Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:34:01.820Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:34:01.820Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfd1f5ad-7f22-4755-845d-f62ffdb36422",
  "consumerID": "clamp",
  "timestamp": 1654173084884,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602122811/1.0/artifacts/service-Vfw20220602122811-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T12:34:01.820Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:34:01.820Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:34:01.820Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfd1f5ad-7f22-4755-845d-f62ffdb36422",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654173085266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602122811/1.0/artifacts/service-Vfw20220602122811-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:34:01.820Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:34:01.820Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:34:01.821Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfd1f5ad-7f22-4755-845d-f62ffdb36422",
  "consumerID": "clamp",
  "timestamp": 1654173085888,
  "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-06-02T12:34:01.824Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of bfd1f5ad-7f22-4755-845d-f62ffdb36422
2022-06-02T12:34:01.825Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId bfd1f5ad-7f22-4755-845d-f62ffdb36422 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-06-02T12:34:01.835Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:34:01.835Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfd1f5ad-7f22-4755-845d-f62ffdb36422",
  "consumerID": "aai-ml",
  "timestamp": 1654173086060,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602122811/1.0/artifacts/service-Vfw20220602122811-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-06-02T12:34:01.835Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:34:01.835Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:34:01.835Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfd1f5ad-7f22-4755-845d-f62ffdb36422",
  "consumerID": "aai-ml",
  "timestamp": 1654173087066,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "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-06-02T12:34:01.839Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of bfd1f5ad-7f22-4755-845d-f62ffdb36422
2022-06-02T12:34:01.839Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId bfd1f5ad-7f22-4755-845d-f62ffdb36422 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-06-02T12:34:01.845Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:34:01.845Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfd1f5ad-7f22-4755-845d-f62ffdb36422",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654173089654,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602122811/1.0/artifacts/service-Vfw20220602122811-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T12:34:01.845Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:34:01.845Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:34:01.845Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfd1f5ad-7f22-4755-845d-f62ffdb36422",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654173090658,
  "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-06-02T12:34:01.854Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bfd1f5ad-7f22-4755-845d-f62ffdb36422
2022-06-02T12:34:01.855Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId bfd1f5ad-7f22-4755-845d-f62ffdb36422 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-06-02T12:34:21.923Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bfd1f5ad-7f22-4755-845d-f62ffdb36422
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-02T12:34:21.937Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bfd1f5ad-7f22-4755-845d-f62ffdb36422
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-06-02T12:34:21.940Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T12:34:21.940Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-02T12:34:21.940Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-02T12:34:21.940Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-02T12:34:21.940Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-06-02T12:34:21.941Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-06-02T12:34:21.945Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-02T12:34:51.945Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bfd1f5ad-7f22-4755-845d-f62ffdb36422 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-06-02T12:34:51.952Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bfd1f5ad-7f22-4755-845d-f62ffdb36422 and serviceModelVersionId: 7869fb57-e39d-40bf-9e55-22ad8a5b4f78
2022-06-02T12:34:51.952Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cc231ace-d7d7-4006-a529-73755d55ae42
2022-06-02T12:34:51.955Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cc231ace-d7d7-4006-a529-73755d55ae42/model-vers/model-ver/7869fb57-e39d-40bf-9e55-22ad8a5b4f78?depth=0
2022-06-02T12:34:51.965Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-06-02T12:34:52.017Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cc231ace-d7d7-4006-a529-73755d55ae42/model-vers/model-ver/7869fb57-e39d-40bf-9e55-22ad8a5b4f78?depth=0|INFO|500||Invoke
2022-06-02T12:34:52.017Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cc231ace-d7d7-4006-a529-73755d55ae42/model-vers/model-ver/7869fb57-e39d-40bf-9e55-22ad8a5b4f78?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cc231ace-d7d7-4006-a529-73755d55ae42/model-vers/model-ver/7869fb57-e39d-40bf-9e55-22ad8a5b4f78?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[bfd1f5ad-7f22-4755-845d-f62ffdb36422], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ba3252ab-e220-43f2-acea-7665bee9fcaf], X-ECOMP-RequestID=[bfd1f5ad-7f22-4755-845d-f62ffdb36422], X-TransactionId=[], X-ONAP-RequestID=[bfd1f5ad-7f22-4755-845d-f62ffdb36422], Content-Type=[application/merge-patch+json]}
2022-06-02T12:34:52.044Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cc231ace-d7d7-4006-a529-73755d55ae42/model-vers/model-ver/7869fb57-e39d-40bf-9e55-22ad8a5b4f78?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-06-02T12:34:52.096Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cc231ace-d7d7-4006-a529-73755d55ae42/model-vers/model-ver/7869fb57-e39d-40bf-9e55-22ad8a5b4f78?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/cc231ace-d7d7-4006-a529-73755d55ae42/model-vers/model-ver/7869fb57-e39d-40bf-9e55-22ad8a5b4f78?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220602-12:34:51:916-13584], Content-Length=[495], Date=[Thu, 02 Jun 2022 12:34:51 GMT], Content-Type=[application/json]}
2022-06-02T12:34:52.099Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cc231ace-d7d7-4006-a529-73755d55ae42/model-vers/model-ver/7869fb57-e39d-40bf-9e55-22ad8a5b4f78?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/cc231ace-d7d7-4006-a529-73755d55ae42/model-vers/model-ver/7869fb57-e39d-40bf-9e55-22ad8a5b4f78","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/cc231ace-d7d7-4006-a529-73755d55ae42/model-vers/model-ver/7869fb57-e39d-40bf-9e55-22ad8a5b4f78","ERR.5.4.6114"]}}}

2022-06-02T12:34:52.099Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cc231ace-d7d7-4006-a529-73755d55ae42/model-vers/model-ver/7869fb57-e39d-40bf-9e55-22ad8a5b4f78?depth=0|INFO|404|Not Found|InvokeReturn
2022-06-02T12:34:52.107Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=bfd1f5ad-7f22-4755-845d-f62ffdb36422 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/cc231ace-d7d7-4006-a529-73755d55ae42/model-vers/model-ver/7869fb57-e39d-40bf-9e55-22ad8a5b4f78 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/cc231ace-d7d7-4006-a529-73755d55ae42/model-vers/model-ver/7869fb57-e39d-40bf-9e55-22ad8a5b4f78) (ec=ERR.5.4.6114)
2022-06-02T12:34:52.108Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=bfd1f5ad-7f22-4755-845d-f62ffdb36422 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/cc231ace-d7d7-4006-a529-73755d55ae42/model-vers/model-ver/7869fb57-e39d-40bf-9e55-22ad8a5b4f78 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/cc231ace-d7d7-4006-a529-73755d55ae42/model-vers/model-ver/7869fb57-e39d-40bf-9e55-22ad8a5b4f78) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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-06-02T12:34:52.109Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=bfd1f5ad-7f22-4755-845d-f62ffdb36422 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/cc231ace-d7d7-4006-a529-73755d55ae42/model-vers/model-ver/7869fb57-e39d-40bf-9e55-22ad8a5b4f78 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/cc231ace-d7d7-4006-a529-73755d55ae42/model-vers/model-ver/7869fb57-e39d-40bf-9e55-22ad8a5b4f78) (ec=ERR.5.4.6114)
2022-06-02T12:34:52.109Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=bfd1f5ad-7f22-4755-845d-f62ffdb36422 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/cc231ace-d7d7-4006-a529-73755d55ae42/model-vers/model-ver/7869fb57-e39d-40bf-9e55-22ad8a5b4f78 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/cc231ace-d7d7-4006-a529-73755d55ae42/model-vers/model-ver/7869fb57-e39d-40bf-9e55-22ad8a5b4f78) (ec=ERR.5.4.6114)
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-06-02T12:34:52.114Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-02T12:34:52.114Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bfd1f5ad-7f22-4755-845d-f62ffdb36422 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=bfd1f5ad-7f22-4755-845d-f62ffdb36422 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/cc231ace-d7d7-4006-a529-73755d55ae42/model-vers/model-ver/7869fb57-e39d-40bf-9e55-22ad8a5b4f78 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/cc231ace-d7d7-4006-a529-73755d55ae42/model-vers/model-ver/7869fb57-e39d-40bf-9e55-22ad8a5b4f78) (ec=ERR.5.4.6114)
2022-06-02T12:34:52.115Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-02T12:34:52.115Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:34:52.119Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:34:52.119Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "bfd1f5ad-7f22-4755-845d-f62ffdb36422",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654173292114,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003dbfd1f5ad-7f22-4755-845d-f62ffdb36422 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/cc231ace-d7d7-4006-a529-73755d55ae42/model-vers/model-ver/7869fb57-e39d-40bf-9e55-22ad8a5b4f78 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/cc231ace-d7d7-4006-a529-73755d55ae42/model-vers/model-ver/7869fb57-e39d-40bf-9e55-22ad8a5b4f78) (ec\u003dERR.5.4.6114)"
}
2022-06-02T12:34:52.219Z||pool-334-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T12:34:52.221Z||pool-334-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:34:52.221Z||pool-334-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:34:52.240Z||pool-334-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:34:52.241Z||pool-334-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-02T12:34:53.131Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T12:34:53.132Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T12:34:53.132Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:34:57.600Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:34:57.601Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-02T12:34:57.601Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"ddfa2636-1b0e-4a70-8529-9b0c586fd33f","serviceName":"Demo_pNF_rI9EK0CahuOMWnfHTbXj","serviceVersion":"1.0","serviceUUID":"c0b1b1b5-6455-43ca-b611-86f2c03240c6","serviceDescription":"catalog service description","serviceInvariantUUID":"ad2986f0-1984-413e-aaac-4369ef7e0643","resources":[{"resourceInstanceName":"pNF 10106adb-2d63 0","resourceName":"pNF 10106adb-2d63","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"f49f00e6-8797-4813-830b-fddb592af80f","resourceInvariantUUID":"b4a6e540-72cb-4b41-aa7a-bcdaeb536f91","resourceCustomizationUUID":"97c89014-b0f2-47b4-a546-ec27b28fabe8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRi9ek0cahuomwnfhtbxj/1.0/resourceInstances/pnf10106adb2d630/artifacts/vf-license-model.xml","artifactChecksum":"NWJjMTI3YWYyY2FkM2JiMGE5Y2Q1ZjYyOWFlMGNhODI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"87a21137-3117-4cb4-b498-bd6660975b40","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRi9ek0cahuomwnfhtbxj/1.0/resourceInstances/pnf10106adb2d630/artifacts/pNF.csar","artifactChecksum":"YjMxNmYxMjM1ZTk4MjM4MjFhZmFlODA5YzA2M2FmY2Y\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"df84c71d-602b-4ade-8c29-e03685dc750f","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRi9ek0cahuomwnfhtbxj/1.0/resourceInstances/pnf10106adb2d630/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9ea8ae1c-ee90-407a-baf0-060ff237aee1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRi9ek0cahuomwnfhtbxj/1.0/resourceInstances/pnf10106adb2d630/artifacts/vendor-license-model.xml","artifactChecksum":"OWY1MmVkMjUxODlhODgzMmUxMTgxZjZmMzUwMGRmNzM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5a2a2114-c856-42a0-90eb-6b9572db0921","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfRi9ek0cahuomwnfhtbxj/1.0/resourceInstances/pnf10106adb2d630/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"dea292c6-3819-4abd-9fdd-9f0e46df6ef4","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfRi9ek0cahuomwnfhtbxj/1.0/resourceInstances/pnf10106adb2d630/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e160a108-3c99-4c7c-b986-d56bb158615e","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfRi9ek0cahuomwnfhtbxj-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRi9ek0cahuomwnfhtbxj/1.0/artifacts/service-DemoPnfRi9ek0cahuomwnfhtbxj-template.yml","artifactChecksum":"NGU2MzJjMGQ3NzA4ODFjMzJhNWYxNjdlM2FiNWJmNDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c8da8662-2e6e-4092-8317-813efb1c54b4","artifactVersion":"1"},{"artifactName":"service-DemoPnfRi9ek0cahuomwnfhtbxj-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfRi9ek0cahuomwnfhtbxj/1.0/artifacts/service-DemoPnfRi9ek0cahuomwnfhtbxj-csar.csar","artifactChecksum":"Zjk4OTk0ZDcwNDYyYWUxMWE1MWU0NjVhYTIwMWMxMWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ec14f8cb-3c3c-4979-b117-641628dfe259","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-02T12:34:57.603Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T12:34:57.604Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:34:57.606Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:34:57.606Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ddfa2636-1b0e-4a70-8529-9b0c586fd33f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654173293131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi9ek0cahuomwnfhtbxj/1.0/resourceInstances/pnf10106adb2d630/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:34:57.706Z||pool-335-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T12:34:57.707Z||pool-335-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:34:57.707Z||pool-335-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:34:57.725Z||pool-335-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:34:57.726Z||pool-335-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-02T12:34:58.607Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T12:34:58.607Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:34:58.609Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:34:58.609Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ddfa2636-1b0e-4a70-8529-9b0c586fd33f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654173293131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi9ek0cahuomwnfhtbxj/1.0/resourceInstances/pnf10106adb2d630/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:34:58.709Z||pool-336-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T12:34:58.710Z||pool-336-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:34:58.710Z||pool-336-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:34:58.729Z||pool-336-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:34:58.730Z||pool-336-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-02T12:34:59.610Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T12:34:59.610Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:34:59.613Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:34:59.613Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ddfa2636-1b0e-4a70-8529-9b0c586fd33f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654173293131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi9ek0cahuomwnfhtbxj/1.0/resourceInstances/pnf10106adb2d630/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:34:59.713Z||pool-337-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T12:34:59.714Z||pool-337-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:34:59.714Z||pool-337-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:34:59.731Z||pool-337-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:34:59.732Z||pool-337-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-02T12:35:00.613Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T12:35:00.614Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:35:00.616Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:35:00.616Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ddfa2636-1b0e-4a70-8529-9b0c586fd33f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654173293131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi9ek0cahuomwnfhtbxj/1.0/resourceInstances/pnf10106adb2d630/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:35:00.716Z||pool-338-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T12:35:00.717Z||pool-338-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:35:00.717Z||pool-338-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:35:00.739Z||pool-338-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:35:00.740Z||pool-338-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-06-02T12:35:01.616Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T12:35:01.617Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:35:01.619Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:35:01.619Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ddfa2636-1b0e-4a70-8529-9b0c586fd33f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654173293131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi9ek0cahuomwnfhtbxj/1.0/resourceInstances/pnf10106adb2d630/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:35:01.711Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T12:35:01.711Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|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-06-02T12:35:01.711Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|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 vhEFpQtZO3nowL1S) ...
2022-06-02T12:35:01.719Z||pool-339-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T12:35:01.720Z||pool-339-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:35:01.720Z||pool-339-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:35:01.739Z||pool-339-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:35:01.739Z||pool-339-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-02T12:35:01.740Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:35:01.742Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:35:01.742Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddfa2636-1b0e-4a70-8529-9b0c586fd33f",
  "consumerID": "policy-id",
  "timestamp": 1654173144763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi9ek0cahuomwnfhtbxj/1.0/resourceInstances/pnf10106adb2d630/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:35:01.743Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:35:01.743Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:35:01.743Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddfa2636-1b0e-4a70-8529-9b0c586fd33f",
  "consumerID": "policy-id",
  "timestamp": 1654173144763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi9ek0cahuomwnfhtbxj/1.0/resourceInstances/pnf10106adb2d630/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:35:01.743Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:35:01.744Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:35:01.744Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddfa2636-1b0e-4a70-8529-9b0c586fd33f",
  "consumerID": "policy-id",
  "timestamp": 1654173144763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi9ek0cahuomwnfhtbxj/1.0/resourceInstances/pnf10106adb2d630/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:35:01.744Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:35:01.744Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:35:01.744Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddfa2636-1b0e-4a70-8529-9b0c586fd33f",
  "consumerID": "clamp",
  "timestamp": 1654173154755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi9ek0cahuomwnfhtbxj/1.0/resourceInstances/pnf10106adb2d630/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:35:01.745Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:35:01.745Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:35:01.745Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddfa2636-1b0e-4a70-8529-9b0c586fd33f",
  "consumerID": "policy-id",
  "timestamp": 1654173144763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi9ek0cahuomwnfhtbxj/1.0/resourceInstances/pnf10106adb2d630/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:35:01.745Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:35:01.746Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:35:01.746Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddfa2636-1b0e-4a70-8529-9b0c586fd33f",
  "consumerID": "clamp",
  "timestamp": 1654173154755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi9ek0cahuomwnfhtbxj/1.0/resourceInstances/pnf10106adb2d630/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:35:01.746Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:35:01.746Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:35:01.746Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddfa2636-1b0e-4a70-8529-9b0c586fd33f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654173155893,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi9ek0cahuomwnfhtbxj/1.0/resourceInstances/pnf10106adb2d630/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:35:01.747Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:35:01.747Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:35:01.747Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddfa2636-1b0e-4a70-8529-9b0c586fd33f",
  "consumerID": "cds",
  "timestamp": 1654173156248,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi9ek0cahuomwnfhtbxj/1.0/resourceInstances/pnf10106adb2d630/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:35:01.747Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:35:01.747Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:35:01.748Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddfa2636-1b0e-4a70-8529-9b0c586fd33f",
  "consumerID": "policy-id",
  "timestamp": 1654173144763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi9ek0cahuomwnfhtbxj/1.0/resourceInstances/pnf10106adb2d630/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:35:01.748Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:35:01.748Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:35:01.748Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddfa2636-1b0e-4a70-8529-9b0c586fd33f",
  "consumerID": "clamp",
  "timestamp": 1654173154755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi9ek0cahuomwnfhtbxj/1.0/resourceInstances/pnf10106adb2d630/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:35:01.749Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:35:01.749Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:35:01.749Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddfa2636-1b0e-4a70-8529-9b0c586fd33f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654173156636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi9ek0cahuomwnfhtbxj/1.0/resourceInstances/pnf10106adb2d630/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:35:01.749Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:35:01.749Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:35:01.750Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddfa2636-1b0e-4a70-8529-9b0c586fd33f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654173155893,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi9ek0cahuomwnfhtbxj/1.0/resourceInstances/pnf10106adb2d630/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:35:01.750Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:35:01.750Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:35:01.750Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddfa2636-1b0e-4a70-8529-9b0c586fd33f",
  "consumerID": "cds",
  "timestamp": 1654173156248,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi9ek0cahuomwnfhtbxj/1.0/resourceInstances/pnf10106adb2d630/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:35:01.751Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:35:01.751Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:35:01.751Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddfa2636-1b0e-4a70-8529-9b0c586fd33f",
  "consumerID": "policy-id",
  "timestamp": 1654173144763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi9ek0cahuomwnfhtbxj/1.0/resourceInstances/pnf10106adb2d630/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:35:01.751Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:35:01.751Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:35:01.752Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddfa2636-1b0e-4a70-8529-9b0c586fd33f",
  "consumerID": "clamp",
  "timestamp": 1654173154755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi9ek0cahuomwnfhtbxj/1.0/resourceInstances/pnf10106adb2d630/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:35:01.752Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:35:01.752Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:35:01.752Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddfa2636-1b0e-4a70-8529-9b0c586fd33f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654173156636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi9ek0cahuomwnfhtbxj/1.0/resourceInstances/pnf10106adb2d630/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:35:01.753Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:35:01.753Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:35:01.753Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddfa2636-1b0e-4a70-8529-9b0c586fd33f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654173155893,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi9ek0cahuomwnfhtbxj/1.0/resourceInstances/pnf10106adb2d630/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:35:01.753Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:35:01.753Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:35:01.754Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddfa2636-1b0e-4a70-8529-9b0c586fd33f",
  "consumerID": "cds",
  "timestamp": 1654173156248,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi9ek0cahuomwnfhtbxj/1.0/resourceInstances/pnf10106adb2d630/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:35:01.754Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:35:01.754Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:35:01.754Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddfa2636-1b0e-4a70-8529-9b0c586fd33f",
  "consumerID": "policy-id",
  "timestamp": 1654173144763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi9ek0cahuomwnfhtbxj/1.0/artifacts/service-DemoPnfRi9ek0cahuomwnfhtbxj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:35:01.754Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:35:01.755Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:35:01.755Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddfa2636-1b0e-4a70-8529-9b0c586fd33f",
  "consumerID": "clamp",
  "timestamp": 1654173154755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi9ek0cahuomwnfhtbxj/1.0/resourceInstances/pnf10106adb2d630/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:35:01.755Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:35:01.755Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:35:01.756Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddfa2636-1b0e-4a70-8529-9b0c586fd33f",
  "consumerID": "aai-ml",
  "timestamp": 1654173158714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi9ek0cahuomwnfhtbxj/1.0/resourceInstances/pnf10106adb2d630/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:35:01.756Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:35:01.756Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:35:01.756Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddfa2636-1b0e-4a70-8529-9b0c586fd33f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654173156636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi9ek0cahuomwnfhtbxj/1.0/resourceInstances/pnf10106adb2d630/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:35:01.756Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:35:01.757Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:35:01.757Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddfa2636-1b0e-4a70-8529-9b0c586fd33f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654173155893,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi9ek0cahuomwnfhtbxj/1.0/resourceInstances/pnf10106adb2d630/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:35:01.757Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:35:01.757Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:35:01.757Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddfa2636-1b0e-4a70-8529-9b0c586fd33f",
  "consumerID": "cds",
  "timestamp": 1654173156248,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi9ek0cahuomwnfhtbxj/1.0/resourceInstances/pnf10106adb2d630/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:35:01.758Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:35:01.758Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:35:01.758Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddfa2636-1b0e-4a70-8529-9b0c586fd33f",
  "consumerID": "policy-id",
  "timestamp": 1654173144763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi9ek0cahuomwnfhtbxj/1.0/artifacts/service-DemoPnfRi9ek0cahuomwnfhtbxj-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T12:35:01.758Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:35:01.759Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:35:01.759Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddfa2636-1b0e-4a70-8529-9b0c586fd33f",
  "consumerID": "clamp",
  "timestamp": 1654173154755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi9ek0cahuomwnfhtbxj/1.0/resourceInstances/pnf10106adb2d630/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:35:01.759Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:35:01.759Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:35:01.759Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddfa2636-1b0e-4a70-8529-9b0c586fd33f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654173156636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi9ek0cahuomwnfhtbxj/1.0/resourceInstances/pnf10106adb2d630/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:35:01.760Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:35:01.760Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:35:01.760Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddfa2636-1b0e-4a70-8529-9b0c586fd33f",
  "consumerID": "aai-ml",
  "timestamp": 1654173158714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi9ek0cahuomwnfhtbxj/1.0/resourceInstances/pnf10106adb2d630/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:35:01.760Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:35:01.761Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:35:01.761Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddfa2636-1b0e-4a70-8529-9b0c586fd33f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654173155893,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi9ek0cahuomwnfhtbxj/1.0/resourceInstances/pnf10106adb2d630/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:35:01.761Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:35:01.761Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:35:01.761Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddfa2636-1b0e-4a70-8529-9b0c586fd33f",
  "consumerID": "cds",
  "timestamp": 1654173156248,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi9ek0cahuomwnfhtbxj/1.0/resourceInstances/pnf10106adb2d630/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:35:01.762Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:35:01.762Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:35:01.762Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddfa2636-1b0e-4a70-8529-9b0c586fd33f",
  "consumerID": "aai-ml",
  "timestamp": 1654173158714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi9ek0cahuomwnfhtbxj/1.0/resourceInstances/pnf10106adb2d630/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:35:01.762Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:35:01.763Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:35:01.763Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddfa2636-1b0e-4a70-8529-9b0c586fd33f",
  "consumerID": "clamp",
  "timestamp": 1654173154755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi9ek0cahuomwnfhtbxj/1.0/artifacts/service-DemoPnfRi9ek0cahuomwnfhtbxj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:35:01.763Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:35:01.763Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:35:01.763Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddfa2636-1b0e-4a70-8529-9b0c586fd33f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654173156636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi9ek0cahuomwnfhtbxj/1.0/resourceInstances/pnf10106adb2d630/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:35:01.764Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:35:01.764Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:35:01.764Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddfa2636-1b0e-4a70-8529-9b0c586fd33f",
  "consumerID": "policy-id",
  "timestamp": 1654173161348,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi9ek0cahuomwnfhtbxj/1.0/artifacts/service-DemoPnfRi9ek0cahuomwnfhtbxj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:35:01.764Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:35:01.764Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:35:01.765Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddfa2636-1b0e-4a70-8529-9b0c586fd33f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654173155893,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi9ek0cahuomwnfhtbxj/1.0/resourceInstances/pnf10106adb2d630/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-06-02T12:35:01.765Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:35:01.765Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:35:01.765Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddfa2636-1b0e-4a70-8529-9b0c586fd33f",
  "consumerID": "cds",
  "timestamp": 1654173156248,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi9ek0cahuomwnfhtbxj/1.0/resourceInstances/pnf10106adb2d630/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:35:01.766Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:35:01.766Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:35:01.766Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddfa2636-1b0e-4a70-8529-9b0c586fd33f",
  "consumerID": "clamp",
  "timestamp": 1654173154755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi9ek0cahuomwnfhtbxj/1.0/artifacts/service-DemoPnfRi9ek0cahuomwnfhtbxj-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T12:35:01.766Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:35:01.766Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:35:01.767Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddfa2636-1b0e-4a70-8529-9b0c586fd33f",
  "consumerID": "aai-ml",
  "timestamp": 1654173158714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi9ek0cahuomwnfhtbxj/1.0/resourceInstances/pnf10106adb2d630/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:35:01.767Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:35:01.767Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:35:01.767Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddfa2636-1b0e-4a70-8529-9b0c586fd33f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654173156636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi9ek0cahuomwnfhtbxj/1.0/resourceInstances/pnf10106adb2d630/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:35:01.767Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:35:01.768Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:35:01.768Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddfa2636-1b0e-4a70-8529-9b0c586fd33f",
  "consumerID": "policy-id",
  "timestamp": 1654173162353,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi9ek0cahuomwnfhtbxj/1.0/artifacts/service-DemoPnfRi9ek0cahuomwnfhtbxj-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T12:35:01.768Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:35:01.768Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:35:01.769Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddfa2636-1b0e-4a70-8529-9b0c586fd33f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654173155893,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi9ek0cahuomwnfhtbxj/1.0/artifacts/service-DemoPnfRi9ek0cahuomwnfhtbxj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:35:01.769Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:35:01.769Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:35:01.769Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddfa2636-1b0e-4a70-8529-9b0c586fd33f",
  "consumerID": "cds",
  "timestamp": 1654173156248,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi9ek0cahuomwnfhtbxj/1.0/artifacts/service-DemoPnfRi9ek0cahuomwnfhtbxj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:35:01.769Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:35:01.770Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:35:01.770Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddfa2636-1b0e-4a70-8529-9b0c586fd33f",
  "consumerID": "aai-ml",
  "timestamp": 1654173158714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi9ek0cahuomwnfhtbxj/1.0/resourceInstances/pnf10106adb2d630/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:35:01.770Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:35:01.770Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:35:01.770Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddfa2636-1b0e-4a70-8529-9b0c586fd33f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654173156636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi9ek0cahuomwnfhtbxj/1.0/artifacts/service-DemoPnfRi9ek0cahuomwnfhtbxj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:35:01.771Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:35:01.771Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:35:01.771Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddfa2636-1b0e-4a70-8529-9b0c586fd33f",
  "consumerID": "policy-id",
  "timestamp": 1654173163356,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-02T12:35:01.785Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ddfa2636-1b0e-4a70-8529-9b0c586fd33f
2022-06-02T12:35:01.785Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ddfa2636-1b0e-4a70-8529-9b0c586fd33f 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-06-02T12:35:01.793Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:35:01.794Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddfa2636-1b0e-4a70-8529-9b0c586fd33f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654173155893,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi9ek0cahuomwnfhtbxj/1.0/artifacts/service-DemoPnfRi9ek0cahuomwnfhtbxj-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:35:01.794Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:35:01.794Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:35:01.795Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddfa2636-1b0e-4a70-8529-9b0c586fd33f",
  "consumerID": "cds",
  "timestamp": 1654173156248,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi9ek0cahuomwnfhtbxj/1.0/artifacts/service-DemoPnfRi9ek0cahuomwnfhtbxj-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T12:35:01.795Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:35:01.795Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:35:01.796Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddfa2636-1b0e-4a70-8529-9b0c586fd33f",
  "consumerID": "aai-ml",
  "timestamp": 1654173158714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi9ek0cahuomwnfhtbxj/1.0/resourceInstances/pnf10106adb2d630/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:35:01.796Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:35:01.796Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:35:01.796Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddfa2636-1b0e-4a70-8529-9b0c586fd33f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654173156636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi9ek0cahuomwnfhtbxj/1.0/artifacts/service-DemoPnfRi9ek0cahuomwnfhtbxj-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T12:35:01.797Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:35:01.797Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:35:01.797Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddfa2636-1b0e-4a70-8529-9b0c586fd33f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654173165223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi9ek0cahuomwnfhtbxj/1.0/resourceInstances/pnf10106adb2d630/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:35:01.798Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:35:01.798Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:35:01.798Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddfa2636-1b0e-4a70-8529-9b0c586fd33f",
  "consumerID": "aai-ml",
  "timestamp": 1654173158714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi9ek0cahuomwnfhtbxj/1.0/artifacts/service-DemoPnfRi9ek0cahuomwnfhtbxj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:35:01.799Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:35:01.799Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:35:01.800Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddfa2636-1b0e-4a70-8529-9b0c586fd33f",
  "consumerID": "cds",
  "timestamp": 1654173165504,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi9ek0cahuomwnfhtbxj/1.0/artifacts/service-DemoPnfRi9ek0cahuomwnfhtbxj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:35:01.800Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:35:01.801Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:35:01.801Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddfa2636-1b0e-4a70-8529-9b0c586fd33f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654173166255,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi9ek0cahuomwnfhtbxj/1.0/resourceInstances/pnf10106adb2d630/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-06-02T12:35:01.801Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:35:01.802Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:35:01.802Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddfa2636-1b0e-4a70-8529-9b0c586fd33f",
  "consumerID": "aai-ml",
  "timestamp": 1654173158714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi9ek0cahuomwnfhtbxj/1.0/artifacts/service-DemoPnfRi9ek0cahuomwnfhtbxj-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T12:35:01.802Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:35:01.802Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:35:01.803Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddfa2636-1b0e-4a70-8529-9b0c586fd33f",
  "consumerID": "cds",
  "timestamp": 1654173166529,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi9ek0cahuomwnfhtbxj/1.0/artifacts/service-DemoPnfRi9ek0cahuomwnfhtbxj-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-06-02T12:35:01.808Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ddfa2636-1b0e-4a70-8529-9b0c586fd33f
2022-06-02T12:35:01.808Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ddfa2636-1b0e-4a70-8529-9b0c586fd33f 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-06-02T12:35:01.816Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:35:01.816Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddfa2636-1b0e-4a70-8529-9b0c586fd33f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654173167267,
  "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-06-02T12:35:01.820Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of ddfa2636-1b0e-4a70-8529-9b0c586fd33f
2022-06-02T12:35:01.820Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ddfa2636-1b0e-4a70-8529-9b0c586fd33f 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-06-02T12:35:01.828Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:35:01.828Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddfa2636-1b0e-4a70-8529-9b0c586fd33f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654173166903,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi9ek0cahuomwnfhtbxj/1.0/resourceInstances/pnf10106adb2d630/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:35:01.828Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:35:01.828Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:35:01.828Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddfa2636-1b0e-4a70-8529-9b0c586fd33f",
  "consumerID": "aai-ml",
  "timestamp": 1654173168031,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi9ek0cahuomwnfhtbxj/1.0/artifacts/service-DemoPnfRi9ek0cahuomwnfhtbxj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:35:01.828Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:35:01.828Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:35:01.829Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddfa2636-1b0e-4a70-8529-9b0c586fd33f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654173166903,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi9ek0cahuomwnfhtbxj/1.0/resourceInstances/pnf10106adb2d630/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:35:01.829Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:35:01.829Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:35:01.829Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddfa2636-1b0e-4a70-8529-9b0c586fd33f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654173166903,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi9ek0cahuomwnfhtbxj/1.0/resourceInstances/pnf10106adb2d630/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:35:01.829Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:35:01.829Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:35:01.829Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddfa2636-1b0e-4a70-8529-9b0c586fd33f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654173166903,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi9ek0cahuomwnfhtbxj/1.0/resourceInstances/pnf10106adb2d630/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:35:01.830Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:35:01.830Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:35:01.830Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddfa2636-1b0e-4a70-8529-9b0c586fd33f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654173166903,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi9ek0cahuomwnfhtbxj/1.0/resourceInstances/pnf10106adb2d630/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:35:01.830Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:35:01.830Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:35:01.830Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddfa2636-1b0e-4a70-8529-9b0c586fd33f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654173166903,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi9ek0cahuomwnfhtbxj/1.0/resourceInstances/pnf10106adb2d630/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:35:01.830Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:35:01.830Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:35:01.830Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddfa2636-1b0e-4a70-8529-9b0c586fd33f",
  "consumerID": "aai-ml",
  "timestamp": 1654173172754,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi9ek0cahuomwnfhtbxj/1.0/artifacts/service-DemoPnfRi9ek0cahuomwnfhtbxj-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-06-02T12:35:01.831Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:35:01.831Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:35:01.831Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddfa2636-1b0e-4a70-8529-9b0c586fd33f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654173166903,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi9ek0cahuomwnfhtbxj/1.0/artifacts/service-DemoPnfRi9ek0cahuomwnfhtbxj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:35:01.831Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:35:01.831Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:35:01.831Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddfa2636-1b0e-4a70-8529-9b0c586fd33f",
  "consumerID": "aai-ml",
  "timestamp": 1654173173760,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "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-06-02T12:35:01.835Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of ddfa2636-1b0e-4a70-8529-9b0c586fd33f
2022-06-02T12:35:01.836Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ddfa2636-1b0e-4a70-8529-9b0c586fd33f 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-06-02T12:35:01.842Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:35:01.842Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddfa2636-1b0e-4a70-8529-9b0c586fd33f",
  "consumerID": "clamp",
  "timestamp": 1654173173883,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi9ek0cahuomwnfhtbxj/1.0/artifacts/service-DemoPnfRi9ek0cahuomwnfhtbxj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:35:01.842Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:35:01.843Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:35:01.843Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddfa2636-1b0e-4a70-8529-9b0c586fd33f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654173166903,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi9ek0cahuomwnfhtbxj/1.0/artifacts/service-DemoPnfRi9ek0cahuomwnfhtbxj-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T12:35:01.843Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:35:01.843Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:35:01.843Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddfa2636-1b0e-4a70-8529-9b0c586fd33f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654173175661,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi9ek0cahuomwnfhtbxj/1.0/artifacts/service-DemoPnfRi9ek0cahuomwnfhtbxj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:35:01.843Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:35:01.844Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:35:01.844Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddfa2636-1b0e-4a70-8529-9b0c586fd33f",
  "consumerID": "clamp",
  "timestamp": 1654173175898,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi9ek0cahuomwnfhtbxj/1.0/artifacts/service-DemoPnfRi9ek0cahuomwnfhtbxj-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T12:35:01.844Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:35:01.844Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:35:01.844Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddfa2636-1b0e-4a70-8529-9b0c586fd33f",
  "consumerID": "clamp",
  "timestamp": 1654173176903,
  "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-06-02T12:35:01.848Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ddfa2636-1b0e-4a70-8529-9b0c586fd33f
2022-06-02T12:35:01.848Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ddfa2636-1b0e-4a70-8529-9b0c586fd33f 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-06-02T12:35:01.855Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:35:01.855Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddfa2636-1b0e-4a70-8529-9b0c586fd33f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654173177849,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi9ek0cahuomwnfhtbxj/1.0/artifacts/service-DemoPnfRi9ek0cahuomwnfhtbxj-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T12:35:01.855Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:35:01.855Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:35:01.855Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddfa2636-1b0e-4a70-8529-9b0c586fd33f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654173178854,
  "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-06-02T12:35:01.859Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ddfa2636-1b0e-4a70-8529-9b0c586fd33f
2022-06-02T12:35:01.859Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ddfa2636-1b0e-4a70-8529-9b0c586fd33f 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-06-02T12:35:02.620Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T12:35:02.620Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:35:02.622Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:35:02.622Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ddfa2636-1b0e-4a70-8529-9b0c586fd33f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654173293131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi9ek0cahuomwnfhtbxj/1.0/resourceInstances/pnf10106adb2d630/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:35:02.722Z||pool-340-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T12:35:02.724Z||pool-340-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:35:02.724Z||pool-340-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:35:02.748Z||pool-340-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:35:02.748Z||pool-340-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-02T12:35:03.623Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T12:35:03.623Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:35:03.626Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:35:03.626Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ddfa2636-1b0e-4a70-8529-9b0c586fd33f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654173293131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi9ek0cahuomwnfhtbxj/1.0/artifacts/service-DemoPnfRi9ek0cahuomwnfhtbxj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:35:03.726Z||pool-341-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T12:35:03.727Z||pool-341-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:35:03.727Z||pool-341-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:35:03.755Z||pool-341-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:35:03.755Z||pool-341-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-06-02T12:35:04.626Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T12:35:04.627Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:35:04.629Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:35:04.629Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ddfa2636-1b0e-4a70-8529-9b0c586fd33f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654173293131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi9ek0cahuomwnfhtbxj/1.0/artifacts/service-DemoPnfRi9ek0cahuomwnfhtbxj-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T12:35:04.730Z||pool-342-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T12:35:04.731Z||pool-342-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:35:04.731Z||pool-342-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:35:04.762Z||pool-342-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:35:04.763Z||pool-342-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-06-02T12:35:05.630Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "ddfa2636-1b0e-4a70-8529-9b0c586fd33f",
  "serviceName": "Demo_pNF_rI9EK0CahuOMWnfHTbXj",
  "serviceVersion": "1.0",
  "serviceUUID": "c0b1b1b5-6455-43ca-b611-86f2c03240c6",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "ad2986f0-1984-413e-aaac-4369ef7e0643",
  "resources": [
    {
      "resourceInstanceName": "pNF 10106adb-2d63 0",
      "resourceCustomizationUUID": "97c89014-b0f2-47b4-a546-ec27b28fabe8",
      "resourceName": "pNF 10106adb-2d63",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "f49f00e6-8797-4813-830b-fddb592af80f",
      "resourceInvariantUUID": "b4a6e540-72cb-4b41-aa7a-bcdaeb536f91",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfRi9ek0cahuomwnfhtbxj-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi9ek0cahuomwnfhtbxj/1.0/artifacts/service-DemoPnfRi9ek0cahuomwnfhtbxj-csar.csar",
      "artifactChecksum": "Zjk4OTk0ZDcwNDYyYWUxMWE1MWU0NjVhYTIwMWMxMWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ec14f8cb-3c3c-4979-b117-641628dfe259"
    }
  ],
  "workloadContext": "Production"
}
2022-06-02T12:35:05.631Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-02T12:35:05.631Z|bfd1f5ad-7f22-4755-845d-f62ffdb36422|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c0b1b1b5-6455-43ca-b611-86f2c03240c6 ASDC
2022-06-02T12:35:05.632Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:ddfa2636-1b0e-4a70-8529-9b0c586fd33f
ServiceName:Demo_pNF_rI9EK0CahuOMWnfHTbXj
ServiceVersion:1.0
ServiceUUID:c0b1b1b5-6455-43ca-b611-86f2c03240c6
ServiceInvariantUUID:ad2986f0-1984-413e-aaac-4369ef7e0643
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfRi9ek0cahuomwnfhtbxj-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfRi9ek0cahuomwnfhtbxj/1.0/artifacts/service-DemoPnfRi9ek0cahuomwnfhtbxj-csar.csar
ArtifactUUID:ec14f8cb-3c3c-4979-b117-641628dfe259
ArtifactChecksum:Zjk4OTk0ZDcwNDYyYWUxMWE1MWU0NjVhYTIwMWMxMWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 10106adb-2d63 0
ResourceCustomizationUUID:97c89014-b0f2-47b4-a546-ec27b28fabe8
ResourceInvariantUUID:b4a6e540-72cb-4b41-aa7a-bcdaeb536f91
ResourceName:pNF 10106adb-2d63
ResourceType:PNF
ResourceUUID:f49f00e6-8797-4813-830b-fddb592af80f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-06-02T12:35:05.632Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c0b1b1b5-6455-43ca-b611-86f2c03240c6 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-06-02T12:35:05.666Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-02T12:35:05.666Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-02T12:35:05.666Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-02T12:35:05.667Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: ec14f8cb-3c3c-4979-b117-641628dfe259 from URL: /sdc/v1/catalog/services/DemoPnfRi9ek0cahuomwnfhtbxj/1.0/artifacts/service-DemoPnfRi9ek0cahuomwnfhtbxj-csar.csar
2022-06-02T12:35:05.667Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-02T12:35:05.667Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfRi9ek0cahuomwnfhtbxj/1.0/artifacts/service-DemoPnfRi9ek0cahuomwnfhtbxj-csar.csar
2022-06-02T12:35:05.842Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-02T12:35:05.846Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfRi9ek0cahuomwnfhtbxj/1.0/artifacts/service-DemoPnfRi9ek0cahuomwnfhtbxj-csar.csar ec14f8cb-3c3c-4979-b117-641628dfe259 82658
2022-06-02T12:35:05.846Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfRi9ek0cahuomwnfhtbxj/1.0/artifacts/service-DemoPnfRi9ek0cahuomwnfhtbxj-csar.csar ASDC sendASDCNotification
2022-06-02T12:35:05.846Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRi9ek0cahuomwnfhtbxj/1.0/artifacts/service-DemoPnfRi9ek0cahuomwnfhtbxj-csar.csar
2022-06-02T12:35:05.846Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T12:35:05.847Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:35:05.848Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:35:05.848Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ddfa2636-1b0e-4a70-8529-9b0c586fd33f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654173305846,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi9ek0cahuomwnfhtbxj/1.0/artifacts/service-DemoPnfRi9ek0cahuomwnfhtbxj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T12:35:05.949Z||pool-343-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-02T12:35:05.950Z||pool-343-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:35:05.950Z||pool-343-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:35:05.968Z||pool-343-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:35:05.968Z||pool-343-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-02T12:35:06.849Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-02T12:35:06.850Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-02T12:35:06.850Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: ec14f8cb-3c3c-4979-b117-641628dfe259, URL: /sdc/v1/catalog/services/DemoPnfRi9ek0cahuomwnfhtbxj/1.0/artifacts/service-DemoPnfRi9ek0cahuomwnfhtbxj-csar.csar to file: /app/ASDC/1/service-DemoPnfRi9ek0cahuomwnfhtbxj-csar.csar
2022-06-02T12:35:06.850Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfRi9ek0cahuomwnfhtbxj-csar.csar
2022-06-02T12:35:06.851Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfRi9ek0cahuomwnfhtbxj-csar.csar
2022-06-02T12:35:06.851Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfRi9ek0cahuomwnfhtbxj-csar.csar
2022-06-02T12:35:07.015Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14461155468425439666/Definitions/service-DemoPnfRi9ek0cahuomwnfhtbxj-template.yml
2022-06-02T12:35:08.021Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-02T12:35:08.022Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-02T12:35:08.022Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfRi9ek0cahuomwnfhtbxj-csar.csar
2022-06-02T12:35:08.022Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-02T12:35:08.022Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfRi9ek0cahuomwnfhtbxj-csar.csar
2022-06-02T12:35:08.022Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfRi9ek0cahuomwnfhtbxj-csar.csar
2022-06-02T12:35:08.022Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfRi9ek0cahuomwnfhtbxj-csar.csar
2022-06-02T12:35:08.022Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfRi9ek0cahuomwnfhtbxj-csar.csar
2022-06-02T12:35:08.023Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfRi9ek0cahuomwnfhtbxj-csar.csar
2022-06-02T12:35:08.023Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 10106adb-2d63 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-DemoPnfRi9ek0cahuomwnfhtbxj-csar.csar
2022-06-02T12:35:08.023Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfRi9ek0cahuomwnfhtbxj-csar.csar
2022-06-02T12:35:08.023Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-02T12:35:08.023Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:35:08.023Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_rI9EK0CahuOMWnfHTbXj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T12:35:08.024Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||DEBUG|500||Node template pNF 10106adb-2d63 0 is matching search criteria
2022-06-02T12:35:08.024Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-02T12:35:08.024Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 10106adb-2d63 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-02T12:35:08.024Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:35:08.024Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_rI9EK0CahuOMWnfHTbXj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T12:35:08.024Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||DEBUG|500||Node template pNF 10106adb-2d63 0 is matching search criteria
2022-06-02T12:35:08.025Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-02T12:35:08.025Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 10106adb-2d63 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-02T12:35:08.025Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:35:08.025Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_rI9EK0CahuOMWnfHTbXj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T12:35:08.025Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:35:08.025Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_rI9EK0CahuOMWnfHTbXj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T12:35:08.025Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:35:08.025Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_rI9EK0CahuOMWnfHTbXj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T12:35:08.025Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:35:08.025Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_rI9EK0CahuOMWnfHTbXj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T12:35:08.026Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:35:08.026Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_rI9EK0CahuOMWnfHTbXj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T12:35:08.026Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_rI9EK0CahuOMWnfHTbXj
Description:catalog service description
Model UUID:c0b1b1b5-6455-43ca-b611-86f2c03240c6
Model Version:NULL
Model InvariantUuid:ad2986f0-1984-413e-aaac-4369ef7e0643
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-06-02T12:35:08.032Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: f49f00e6-8797-4813-830b-fddb592af80f
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-06-02T12:35:08.035Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||INFO|500||pNF 10106adb-2d63 0
2022-06-02T12:35:08.035Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: f49f00e6-8797-4813-830b-fddb592af80f
2022-06-02T12:35:08.035Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||DEBUG|500||No resources found for Service: c0b1b1b5-6455-43ca-b611-86f2c03240c6
2022-06-02T12:35:08.035Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: c0b1b1b5-6455-43ca-b611-86f2c03240c6
2022-06-02T12:35:08.035Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 10106adb-2d63 0 f49f00e6-8797-4813-830b-fddb592af80f 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-06-02T12:35:08.039Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2d32ad95, org.onap.sdc.toscaparser.api.parameters.Input@5101decc, org.onap.sdc.toscaparser.api.parameters.Input@47f02fdb, org.onap.sdc.toscaparser.api.parameters.Input@725a0fad, org.onap.sdc.toscaparser.api.parameters.Input@4abc5a76]
2022-06-02T12:35:08.039Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:35:08.040Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_rI9EK0CahuOMWnfHTbXj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T12:35:08.040Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid c0b1b1b5-6455-43ca-b611-86f2c03240c6: pNF 10106adb-2d63
2022-06-02T12:35:08.040Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||INFO|500||Processing PNF resource: f49f00e6-8797-4813-830b-fddb592af80f
2022-06-02T12:35:08.040Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T12:35:08.041Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_rI9EK0CahuOMWnfHTbXj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T12:35:08.041Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||INFO|500||Resource customization UUID: 97c89014-b0f2-47b4-a546-ec27b28fabe8 is the same as notified resource customizationUUID: 97c89014-b0f2-47b4-a546-ec27b28fabe8
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-06-02T12:35:08.070Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 10106adb-2d63 f49f00e6-8797-4813-830b-fddb592af80f 0 ASDC deployResourceStructure
2022-06-02T12:35:08.071Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfRi9ek0cahuomwnfhtbxj/1.0/artifacts/service-DemoPnfRi9ek0cahuomwnfhtbxj-csar.csar ASDC sendASDCNotification
2022-06-02T12:35:08.071Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRi9ek0cahuomwnfhtbxj/1.0/artifacts/service-DemoPnfRi9ek0cahuomwnfhtbxj-csar.csar
2022-06-02T12:35:08.072Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T12:35:08.072Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:35:08.075Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:35:08.075Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ddfa2636-1b0e-4a70-8529-9b0c586fd33f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654173308071,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi9ek0cahuomwnfhtbxj/1.0/artifacts/service-DemoPnfRi9ek0cahuomwnfhtbxj-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T12:35:08.176Z||pool-344-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T12:35:08.176Z||pool-344-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:35:08.176Z||pool-344-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:35:08.191Z||pool-344-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:35:08.192Z||pool-344-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-02T12:35:09.075Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ddfa2636-1b0e-4a70-8529-9b0c586fd33f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-02T12:35:09.086Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ddfa2636-1b0e-4a70-8529-9b0c586fd33f
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-06-02T12:35:09.088Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T12:35:09.089Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-02T12:35:09.089Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-02T12:35:09.089Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-02T12:35:09.089Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-02T12:35:09.089Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-06-02T12:35:09.089Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-06-02T12:35:09.094Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-02T12:35:39.094Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ddfa2636-1b0e-4a70-8529-9b0c586fd33f 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-06-02T12:35:39.100Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ddfa2636-1b0e-4a70-8529-9b0c586fd33f and serviceModelVersionId: c0b1b1b5-6455-43ca-b611-86f2c03240c6
2022-06-02T12:35:39.100Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ad2986f0-1984-413e-aaac-4369ef7e0643
2022-06-02T12:35:39.101Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ad2986f0-1984-413e-aaac-4369ef7e0643/model-vers/model-ver/c0b1b1b5-6455-43ca-b611-86f2c03240c6?depth=0
2022-06-02T12:35:39.105Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-06-02T12:35:39.135Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad2986f0-1984-413e-aaac-4369ef7e0643/model-vers/model-ver/c0b1b1b5-6455-43ca-b611-86f2c03240c6?depth=0|INFO|500||Invoke
2022-06-02T12:35:39.135Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad2986f0-1984-413e-aaac-4369ef7e0643/model-vers/model-ver/c0b1b1b5-6455-43ca-b611-86f2c03240c6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad2986f0-1984-413e-aaac-4369ef7e0643/model-vers/model-ver/c0b1b1b5-6455-43ca-b611-86f2c03240c6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ddfa2636-1b0e-4a70-8529-9b0c586fd33f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[489e8f18-b010-42ea-9150-d61362e0f1f5], X-ECOMP-RequestID=[ddfa2636-1b0e-4a70-8529-9b0c586fd33f], X-TransactionId=[], X-ONAP-RequestID=[ddfa2636-1b0e-4a70-8529-9b0c586fd33f], Content-Type=[application/merge-patch+json]}
2022-06-02T12:35:39.165Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad2986f0-1984-413e-aaac-4369ef7e0643/model-vers/model-ver/c0b1b1b5-6455-43ca-b611-86f2c03240c6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-06-02T12:35:39.206Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad2986f0-1984-413e-aaac-4369ef7e0643/model-vers/model-ver/c0b1b1b5-6455-43ca-b611-86f2c03240c6?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/ad2986f0-1984-413e-aaac-4369ef7e0643/model-vers/model-ver/c0b1b1b5-6455-43ca-b611-86f2c03240c6?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220602-12:35:39:036-87868], Content-Length=[495], Date=[Thu, 02 Jun 2022 12:35:39 GMT], Content-Type=[application/json]}
2022-06-02T12:35:39.207Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad2986f0-1984-413e-aaac-4369ef7e0643/model-vers/model-ver/c0b1b1b5-6455-43ca-b611-86f2c03240c6?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/ad2986f0-1984-413e-aaac-4369ef7e0643/model-vers/model-ver/c0b1b1b5-6455-43ca-b611-86f2c03240c6","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ad2986f0-1984-413e-aaac-4369ef7e0643/model-vers/model-ver/c0b1b1b5-6455-43ca-b611-86f2c03240c6","ERR.5.4.6114"]}}}

2022-06-02T12:35:39.207Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad2986f0-1984-413e-aaac-4369ef7e0643/model-vers/model-ver/c0b1b1b5-6455-43ca-b611-86f2c03240c6?depth=0|INFO|404|Not Found|InvokeReturn
2022-06-02T12:35:39.211Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=ddfa2636-1b0e-4a70-8529-9b0c586fd33f Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ad2986f0-1984-413e-aaac-4369ef7e0643/model-vers/model-ver/c0b1b1b5-6455-43ca-b611-86f2c03240c6 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ad2986f0-1984-413e-aaac-4369ef7e0643/model-vers/model-ver/c0b1b1b5-6455-43ca-b611-86f2c03240c6) (ec=ERR.5.4.6114)
2022-06-02T12:35:39.211Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=ddfa2636-1b0e-4a70-8529-9b0c586fd33f Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ad2986f0-1984-413e-aaac-4369ef7e0643/model-vers/model-ver/c0b1b1b5-6455-43ca-b611-86f2c03240c6 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ad2986f0-1984-413e-aaac-4369ef7e0643/model-vers/model-ver/c0b1b1b5-6455-43ca-b611-86f2c03240c6) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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-06-02T12:35:39.211Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=ddfa2636-1b0e-4a70-8529-9b0c586fd33f Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ad2986f0-1984-413e-aaac-4369ef7e0643/model-vers/model-ver/c0b1b1b5-6455-43ca-b611-86f2c03240c6 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ad2986f0-1984-413e-aaac-4369ef7e0643/model-vers/model-ver/c0b1b1b5-6455-43ca-b611-86f2c03240c6) (ec=ERR.5.4.6114)
2022-06-02T12:35:39.211Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=ddfa2636-1b0e-4a70-8529-9b0c586fd33f Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ad2986f0-1984-413e-aaac-4369ef7e0643/model-vers/model-ver/c0b1b1b5-6455-43ca-b611-86f2c03240c6 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ad2986f0-1984-413e-aaac-4369ef7e0643/model-vers/model-ver/c0b1b1b5-6455-43ca-b611-86f2c03240c6) (ec=ERR.5.4.6114)
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-06-02T12:35:39.215Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-02T12:35:39.215Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ddfa2636-1b0e-4a70-8529-9b0c586fd33f and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=ddfa2636-1b0e-4a70-8529-9b0c586fd33f Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ad2986f0-1984-413e-aaac-4369ef7e0643/model-vers/model-ver/c0b1b1b5-6455-43ca-b611-86f2c03240c6 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ad2986f0-1984-413e-aaac-4369ef7e0643/model-vers/model-ver/c0b1b1b5-6455-43ca-b611-86f2c03240c6) (ec=ERR.5.4.6114)
2022-06-02T12:35:39.215Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-02T12:35:39.215Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-02T12:35:39.217Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T12:35:39.217Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ddfa2636-1b0e-4a70-8529-9b0c586fd33f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654173339215,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003dddfa2636-1b0e-4a70-8529-9b0c586fd33f Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ad2986f0-1984-413e-aaac-4369ef7e0643/model-vers/model-ver/c0b1b1b5-6455-43ca-b611-86f2c03240c6 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ad2986f0-1984-413e-aaac-4369ef7e0643/model-vers/model-ver/c0b1b1b5-6455-43ca-b611-86f2c03240c6) (ec\u003dERR.5.4.6114)"
}
2022-06-02T12:35:39.317Z||pool-345-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T12:35:39.318Z||pool-345-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T12:35:39.318Z||pool-345-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:35:39.368Z||pool-345-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:35:39.369Z||pool-345-thread-1|||||INFO|500||cambria reply ok (52 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-06-02T12:35:40.229Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T12:35:40.230Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T12:35:40.230Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:35:49.807Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:35:49.808Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T12:35:49.808Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T12:35:49.808Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:35:59.376Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:35:59.377Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T12:35:59.377Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T12:35:59.377Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:36:01.711Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T12:36:01.711Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|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-06-02T12:36:01.712Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|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 vhEFpQtZO3nowL1S) ...
2022-06-02T12:36:01.742Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:36:01.743Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:36:01.743Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfd1f5ad-7f22-4755-845d-f62ffdb36422",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654173292114,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003dbfd1f5ad-7f22-4755-845d-f62ffdb36422 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/cc231ace-d7d7-4006-a529-73755d55ae42/model-vers/model-ver/7869fb57-e39d-40bf-9e55-22ad8a5b4f78 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/cc231ace-d7d7-4006-a529-73755d55ae42/model-vers/model-ver/7869fb57-e39d-40bf-9e55-22ad8a5b4f78) (ec\u003dERR.5.4.6114)"
}
2022-06-02T12:36:01.744Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T12:36:01.744Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:36:01.745Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddfa2636-1b0e-4a70-8529-9b0c586fd33f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654173293131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi9ek0cahuomwnfhtbxj/1.0/resourceInstances/pnf10106adb2d630/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:36:01.745Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:36:01.745Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:36:01.745Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddfa2636-1b0e-4a70-8529-9b0c586fd33f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654173293131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi9ek0cahuomwnfhtbxj/1.0/resourceInstances/pnf10106adb2d630/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:36:01.746Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:36:01.746Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:36:01.746Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddfa2636-1b0e-4a70-8529-9b0c586fd33f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654173293131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi9ek0cahuomwnfhtbxj/1.0/resourceInstances/pnf10106adb2d630/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:36:01.746Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:36:01.746Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T12:36:01.747Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddfa2636-1b0e-4a70-8529-9b0c586fd33f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654173293131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi9ek0cahuomwnfhtbxj/1.0/resourceInstances/pnf10106adb2d630/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:36:01.747Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-02T12:36:08.969Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:36:08.970Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T12:36:08.970Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T12:36:08.970Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:36:18.562Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:37:01.708Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T12:37:01.709Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T12:37:01.709Z|ddfa2636-1b0e-4a70-8529-9b0c586fd33f|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vhEFpQtZO3nowL1S) ...
2022-06-02T12:37:01.711Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T12:37:01.711Z||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-06-02T12:37:01.711Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T12:37:01.738Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T12:37:01.739Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T12:37:01.739Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddfa2636-1b0e-4a70-8529-9b0c586fd33f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654173293131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi9ek0cahuomwnfhtbxj/1.0/resourceInstances/pnf10106adb2d630/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T12:37:01.739Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.