Results

By type

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

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

2022-03-15T14:57:59.257Z||main|||||INFO|500||The following profiles are active: basic
2022-03-15T14:58:10.828Z||main|||||INFO|500||Starting service [Tomcat]
2022-03-15T14:58:10.829Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-03-15T14:58:10.936Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-03-15T14:58:14.866Z||main|||||INFO|500||catdb-pool - Starting...
2022-03-15T14:58:15.231Z||main|||||INFO|500||catdb-pool - Start completed.
2022-03-15T14:58:15.666Z||main|||||INFO|500||reqdb-pool - Starting...
2022-03-15T14:58:15.677Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-03-15T14:58:15.818Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-03-15T14:58:16.008Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-03-15T14:58:16.549Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-03-15T14:58:18.265Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-15T14:58:20.643Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-15T14:58:20.698Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-03-15T14:58:21.393Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-15T14:58:21.534Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-03-15T14:58:22.860Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-15T14:58:23.876Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-03-15T14:58:23.894Z||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$$fa32a587.deployActivities()
	at org.onap.so.asdc.Application.deployActivities(Application.java:52)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-03-15T14:58:23.895Z||main|||||WARN|500||The sdc end point is not alive
2022-03-15T14:58:27.601Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-03-15T14:58:30.842Z||main|||||WARN|500||---
2022-03-15T14:58:30.842Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-03-15T14:58:30.842Z||main|||||WARN|500||---
2022-03-15T14:58:31.350Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-03-15T14:58:36.088Z||main|||||INFO|500||Started Application in 40.113 seconds (JVM running for 42.416)
2022-03-15T14:58:36.103Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-15T14:58:36.105Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-15T14:58:36.117Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-15T14:58:36.140Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-15T14:58:36.190Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e9f7416f-f732-4b4f-b260-e45fdc47f2bd url= /sdc/v1/artifactTypes
2022-03-15T14:58:36.190Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-15T14:58:36.444Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-03-15T14:58:36.468Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-03-15T14:58:36.490Z||scheduling-1|||||DEBUG|500||create keys
2022-03-15T14:58:36.500Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-03-15T14:58:36.571Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T14:58:36.588Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 9059105d-0670-41f8-a500-817168a12dae url= /sdc/v1/registerForDistribution
2022-03-15T14:58:36.758Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 9059105d-0670-41f8-a500-817168a12dae url= /sdc/v1/registerForDistribution
2022-03-15T14:58:36.759Z||scheduling-1|||||INFO|500||start DistributionClient
2022-03-15T14:58:36.768Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T14:58:36.804Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T14:58:36.813Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T14:58:36.813Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T14:58:36.813Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T14:58:36.813Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-03-15T14:58:36.813Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T14:58:47.185Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T14:58:47.192Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T14:59:36.767Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T14:59:36.768Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T14:59:36.769Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T14:59:36.769Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T14:59:36.769Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T14:59:36.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 PkPebzEAgjBV4Uzh) ...
2022-03-15T14:59:46.334Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T14:59:46.335Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:00:36.766Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:00:36.767Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:00:36.767Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:00:36.770Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:00:36.771Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:00:36.771Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:00:46.318Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:00:46.343Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:01:36.766Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:01:36.768Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:01:36.768Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:01:36.768Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:01:36.770Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:01:36.770Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:01:46.319Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:01:46.319Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:02:36.767Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:02:36.769Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:02:36.769Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:02:36.769Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:02:36.769Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:02:36.769Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:02:46.323Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:02:46.323Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:03:36.766Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:03:36.767Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:03:36.768Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:03:36.768Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:03:36.769Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:03:36.770Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:03:46.320Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:03:46.320Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:04:36.766Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:04:36.767Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:04:36.768Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:04:36.769Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:04:36.770Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:04:36.770Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:04:46.321Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:04:46.323Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:05:36.766Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:05:36.767Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:05:36.768Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:05:36.769Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:05:36.769Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:05:36.770Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:05:46.316Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:05:46.319Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:06:36.766Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:06:36.768Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:06:36.768Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:06:36.769Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:06:36.769Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:06:36.769Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:06:46.315Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:06:46.346Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:07:36.766Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:07:36.767Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:07:36.768Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:07:36.769Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:07:36.770Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:07:36.770Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:07:46.320Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:07:46.328Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:08:36.766Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:08:36.767Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:08:36.767Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:08:36.769Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:08:36.770Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:08:36.770Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:08:46.325Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:08:46.325Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:08:47.690Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-03-15T15:09:36.767Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:09:36.768Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:09:36.768Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:09:36.769Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:09:36.769Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:09:36.769Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:09:46.324Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:09:46.326Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:10:36.766Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:10:36.767Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:10:36.767Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:10:36.768Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:10:36.769Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:10:36.770Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:10:46.323Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:10:46.326Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:11:36.766Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:11:36.767Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:11:36.767Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:11:36.769Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:11:36.770Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:11:36.770Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:11:46.319Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:11:46.320Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:12:36.766Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:12:36.767Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:12:36.767Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:12:36.769Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:12:36.771Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:12:36.771Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:12:46.319Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:12:46.320Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:13:36.766Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:13:36.767Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:13:36.768Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:13:36.769Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:13:36.769Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:13:36.769Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:13:46.324Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:13:46.326Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:14:36.767Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:14:36.769Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:14:36.770Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:14:36.770Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:14:36.770Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:14:36.770Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:14:46.320Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:14:46.320Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:15:36.766Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:15:36.767Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:15:36.767Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:15:36.769Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:15:36.769Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:15:36.770Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:15:46.319Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:15:46.322Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:16:36.766Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:16:36.767Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:16:36.767Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:16:36.768Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:16:36.769Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:16:36.769Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:16:46.319Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:16:46.319Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:17:36.766Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:17:36.767Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:17:36.767Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:17:36.768Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:17:36.769Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:17:36.769Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:17:46.315Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:17:46.328Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:18:36.766Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:18:36.767Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:18:36.767Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:18:36.768Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:18:36.770Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:18:36.770Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:18:46.317Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:18:46.317Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:19:36.766Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:19:36.767Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:19:36.767Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:19:36.768Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:19:36.769Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:19:36.769Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:19:46.320Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:19:46.321Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:20:36.766Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:20:36.767Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:20:36.767Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:20:36.768Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:20:36.769Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:20:36.769Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:20:46.317Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:20:46.318Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:21:36.766Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:21:36.767Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:21:36.767Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:21:36.768Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:21:36.769Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:21:36.770Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:21:46.316Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:21:46.317Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:22:36.766Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:22:36.768Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:22:36.768Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:22:36.769Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:22:36.770Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:22:36.770Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:22:46.324Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:22:46.323Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:23:36.766Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:23:36.767Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:23:36.768Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:23:36.768Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:23:36.769Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:23:36.770Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:23:46.324Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:23:46.324Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:24:36.766Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:24:36.767Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:24:36.768Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:24:36.768Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:24:36.769Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:24:36.769Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:24:46.317Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:24:46.322Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:25:36.766Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:25:36.767Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:25:36.768Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:25:36.768Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:25:36.769Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:25:36.769Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:25:46.317Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:25:46.317Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:26:36.767Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:26:36.768Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:26:36.770Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:26:36.770Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:26:36.770Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:26:36.771Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:26:46.334Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:26:46.334Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:27:36.766Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:27:36.767Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:27:36.767Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:27:36.769Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:27:36.770Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:27:36.770Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:27:46.326Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:27:46.334Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:28:36.766Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:28:36.767Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:28:36.767Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:28:36.768Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:28:36.769Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:28:36.769Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:28:46.322Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:28:46.323Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:29:36.766Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:29:36.767Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:29:36.768Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:29:36.769Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:29:36.770Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:29:36.770Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:29:46.317Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:29:46.322Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:30:36.766Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:30:36.768Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:30:36.768Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:30:36.768Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:30:36.769Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:30:36.773Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:30:46.319Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:30:46.321Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:31:36.766Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:31:36.767Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:31:36.767Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:31:36.768Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:31:36.769Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:31:36.769Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:31:46.316Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:31:46.324Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:32:36.766Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:32:36.767Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:32:36.767Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:32:36.770Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:32:36.771Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:32:36.772Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:32:46.328Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:32:46.337Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:33:36.766Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:33:36.768Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:33:36.768Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:33:36.769Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:33:36.770Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:33:36.770Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:33:46.317Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:33:46.317Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:34:36.766Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:34:36.767Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:34:36.767Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:34:36.768Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:34:36.769Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:34:36.769Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:34:46.322Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:34:46.327Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:35:36.766Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:35:36.767Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:35:36.767Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:35:36.769Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:35:36.769Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:35:36.770Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:35:46.321Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:35:46.321Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:36:36.766Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:36:36.768Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:36:36.768Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:36:36.768Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:36:36.769Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:36:36.769Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:36:46.322Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:36:46.322Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:37:36.767Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:37:36.768Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:37:36.768Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:37:36.768Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:37:36.769Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:37:36.769Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:37:46.313Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:37:46.330Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:38:36.766Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:38:36.768Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:38:36.769Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:38:36.769Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:38:36.769Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:38:36.769Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:38:46.322Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:38:46.329Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:39:36.766Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:39:36.767Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:39:36.768Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:39:36.769Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:39:36.770Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:39:36.770Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:39:46.314Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:39:46.314Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:40:36.766Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:40:36.767Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:40:36.768Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:40:36.769Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:40:36.770Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:40:36.771Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:40:46.318Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:40:46.321Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:41:36.766Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:41:36.767Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:41:36.767Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:41:36.769Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:41:36.769Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:41:36.769Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:41:46.329Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:41:46.359Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:42:36.767Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:42:36.768Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:42:36.768Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:42:36.770Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:42:36.771Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:42:36.771Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:42:46.321Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:42:46.324Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:43:36.766Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:43:36.767Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:43:36.767Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:43:36.769Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:43:36.770Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:43:36.770Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:43:46.322Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:43:46.323Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:44:36.766Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:44:36.767Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:44:36.768Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:44:36.768Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:44:36.770Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:44:36.770Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:44:46.327Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:44:46.340Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:45:36.766Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:45:36.767Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:45:36.768Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:45:36.769Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:45:36.770Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:45:36.770Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:45:37.400Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:45:37.403Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-15T15:45:37.403Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"20d65b7f-f67d-4e79-b4d0-e313b35eea01","serviceName":"basic_onboard_KtmicE","serviceVersion":"1.0","serviceUUID":"5cb435f2-3c46-4f0e-b6db-28de1467e2a2","serviceDescription":"service","serviceInvariantUUID":"34f1ee87-cb18-41d1-a1cb-f7f6d5c9000b","resources":[{"resourceInstanceName":"basic_onboard_KtmicE 0","resourceName":"basic_onboard_KtmicE","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8195b17d-9919-410c-8415-7dc840956dda","resourceInvariantUUID":"8daafe37-6f9a-431b-be67-606a0f194d35","resourceCustomizationUUID":"e1805975-54dd-46be-86aa-7e6dae2eeb7c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/vf-license-model.xml","artifactChecksum":"ZDY3YzI1ZWZmY2UyZTBkN2VjZGFiNmM5ZTBlOTA0NGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3eddb14d-53b8-4d08-8b0f-3458a96e7e03","artifactVersion":"1"},{"artifactName":"basic_onboard_ktmice0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/basic_onboard_ktmice0_modules.json","artifactChecksum":"YTJkYTdiMDUxYTM2YmVlZWU1OWMwOWI5ZTJhNjBhY2M\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"18e16f3a-00f2-4131-869e-57847c0a5b78","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f22d412e-b06d-4b50-b856-b0f2ac6a2c27","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2a673758-d866-470d-8f49-0efe6a4339e4","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"9e87c75d-fcab-4773-adfe-dd00a8308aed","artifactVersion":"2","generatedFromUUID":"f22d412e-b06d-4b50-b856-b0f2ac6a2c27"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardKtmice-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/artifacts/service-BasicOnboardKtmice-template.yml","artifactChecksum":"MzQ4YmI5NGQzOGVjM2ZhODAzODlmMTg4YmQyNGI5NmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a738d7d4-b8f3-476a-a115-fedc81859fb4","artifactVersion":"1"},{"artifactName":"service-BasicOnboardKtmice-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/artifacts/service-BasicOnboardKtmice-csar.csar","artifactChecksum":"ZjFmYjQ2NjY0MzQzM2YxODMxODdhNWYzNWFhZWNlOWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ec42224b-62e6-4c18-b90d-3994ea5b590d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-15T15:45:37.417Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:45:37.425Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:45:37.426Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:45:37.431Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:45:37.431Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
  "consumerID": "dcae-sch",
  "timestamp": 1647359115487,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:45:37.443Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:45:37.443Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359136766,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:45:37.464Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:45:37.464Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:45:37.465Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647359122751,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:45:37.465Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:45:37.465Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:45:37.466Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
  "consumerID": "cds",
  "timestamp": 1647359118244,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:45:37.466Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:45:37.466Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:45:37.466Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647359116327,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:45:37.467Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:45:37.467Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:45:37.467Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647359122751,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/basic_onboard_ktmice0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:45:37.467Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:45:37.468Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:45:37.468Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
  "consumerID": "cds",
  "timestamp": 1647359118244,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/basic_onboard_ktmice0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:45:37.468Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:45:37.468Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:45:37.468Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647359116327,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/basic_onboard_ktmice0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:45:37.469Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:45:37.469Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:45:37.469Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
  "consumerID": "dcae-sch",
  "timestamp": 1647359115487,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/basic_onboard_ktmice0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:45:37.470Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:45:37.470Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:45:37.470Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
  "consumerID": "clamp",
  "timestamp": 1647359126303,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:45:37.470Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:45:37.470Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:45:37.471Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
  "consumerID": "dcae-sch",
  "timestamp": 1647359115487,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:45:37.471Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:45:37.471Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:45:37.471Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647359116327,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:45:37.472Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:45:37.472Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:45:37.472Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
  "consumerID": "cds",
  "timestamp": 1647359118244,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:45:37.472Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:45:37.473Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:45:37.473Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647359122751,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:45:37.473Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:45:37.474Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:45:37.474Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
  "consumerID": "clamp",
  "timestamp": 1647359126303,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/basic_onboard_ktmice0_modules.json",
  "status": "NOTIFIED"
}
2022-03-15T15:45:37.474Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:45:37.474Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:45:37.474Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647359122751,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:45:37.475Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:45:37.475Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:45:37.475Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
  "consumerID": "cds",
  "timestamp": 1647359118244,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:45:37.476Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:45:37.476Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:45:37.477Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647359116327,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:45:37.477Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:45:37.477Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:45:37.477Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
  "consumerID": "dcae-sch",
  "timestamp": 1647359115487,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:45:37.478Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:45:37.478Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:45:37.478Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
  "consumerID": "clamp",
  "timestamp": 1647359126303,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:45:37.478Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:45:37.479Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:45:37.479Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
  "consumerID": "dcae-sch",
  "timestamp": 1647359115487,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:45:37.479Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:45:37.479Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:45:37.480Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647359116327,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:45:37.480Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:45:37.480Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:45:37.480Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
  "consumerID": "cds",
  "timestamp": 1647359118244,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:45:37.481Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:45:37.481Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:45:37.481Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647359122751,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:45:37.481Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:45:37.482Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:45:37.482Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
  "consumerID": "clamp",
  "timestamp": 1647359126303,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:45:37.482Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:45:37.482Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:45:37.483Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
  "consumerID": "dcae-sch",
  "timestamp": 1647359115487,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/artifacts/service-BasicOnboardKtmice-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:45:37.483Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:45:37.483Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:45:37.483Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647359116327,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/artifacts/service-BasicOnboardKtmice-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:45:37.484Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:45:37.484Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:45:37.484Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
  "consumerID": "cds",
  "timestamp": 1647359118244,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/artifacts/service-BasicOnboardKtmice-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:45:37.485Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:45:37.485Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:45:37.485Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647359122751,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/artifacts/service-BasicOnboardKtmice-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:45:37.485Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:45:37.486Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:45:37.486Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
  "consumerID": "clamp",
  "timestamp": 1647359126303,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:45:37.486Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:45:37.486Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:45:37.486Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
  "consumerID": "dcae-sch",
  "timestamp": 1647359115487,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/artifacts/service-BasicOnboardKtmice-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:45:37.487Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:45:37.487Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:45:37.487Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647359116327,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/artifacts/service-BasicOnboardKtmice-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:45:37.487Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:45:37.488Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:45:37.488Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
  "consumerID": "cds",
  "timestamp": 1647359118244,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/artifacts/service-BasicOnboardKtmice-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T15:45:37.488Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:45:37.488Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:45:37.488Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647359122751,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/artifacts/service-BasicOnboardKtmice-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T15:45:37.489Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:45:37.489Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:45:37.489Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
  "consumerID": "clamp",
  "timestamp": 1647359126303,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/artifacts/service-BasicOnboardKtmice-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:45:37.489Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:45:37.490Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:45:37.490Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
  "consumerID": "aai-ml",
  "timestamp": 1647359132906,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:45:37.490Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:45:37.490Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:45:37.490Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
  "consumerID": "clamp",
  "timestamp": 1647359126303,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/artifacts/service-BasicOnboardKtmice-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T15:45:37.491Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:45:37.491Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:45:37.491Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
  "consumerID": "cds",
  "timestamp": 1647359133252,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/artifacts/service-BasicOnboardKtmice-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:45:37.492Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:45:37.492Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:45:37.492Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647359133716,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/artifacts/service-BasicOnboardKtmice-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:45:37.492Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:45:37.492Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:45:37.493Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
  "consumerID": "aai-ml",
  "timestamp": 1647359132906,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/basic_onboard_ktmice0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:45:37.493Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:45:37.493Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:45:37.493Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
  "consumerID": "cds",
  "timestamp": 1647359134273,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/artifacts/service-BasicOnboardKtmice-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2022-03-15T15:45:37.546Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-03-15T15:45:37.551Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T15:45:37.551Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T15:45:37.566Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:45:37.567Z||pool-3-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T15:45:37.711Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 20d65b7f-f67d-4e79-b4d0-e313b35eea01
2022-03-15T15:45:37.733Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 20d65b7f-f67d-4e79-b4d0-e313b35eea01 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T15:45:37.757Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:45:37.757Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
  "consumerID": "policy-id",
  "timestamp": 1647359133591,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:45:37.758Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:45:37.758Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:45:37.758Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
  "consumerID": "aai-ml",
  "timestamp": 1647359132906,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:45:37.758Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:45:37.758Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:45:37.758Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
  "consumerID": "policy-id",
  "timestamp": 1647359133591,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/basic_onboard_ktmice0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:45:37.759Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:45:37.759Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:45:37.759Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647359134779,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:45:37.759Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:45:37.759Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:45:37.759Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
  "consumerID": "aai-ml",
  "timestamp": 1647359132906,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:45:37.759Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:45:37.760Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:45:37.760Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
  "consumerID": "policy-id",
  "timestamp": 1647359133591,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-15T15:45:37.760Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:45:37.760Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:45:37.760Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647359134779,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/basic_onboard_ktmice0_modules.json",
  "status": "NOTIFIED"
}
2022-03-15T15:45:37.760Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:45:37.760Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:45:37.761Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
  "consumerID": "aai-ml",
  "timestamp": 1647359132906,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:45:37.761Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:45:38.451Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:45:38.451Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:45:38.454Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:45:38.454Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359136766,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/basic_onboard_ktmice0_modules.json",
  "status": "NOTIFIED"
}
2022-03-15T15:45:38.554Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:45:38.555Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T15:45:38.555Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T15:45:38.575Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:45:38.576Z||pool-4-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:45:39.454Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:45:39.456Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:45:39.458Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:45:39.458Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359136766,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-15T15:45:39.558Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:45:39.559Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T15:45:39.559Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T15:45:39.574Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:45:39.575Z||pool-5-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:45:40.459Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:45:40.460Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:45:40.462Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:45:40.462Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359136766,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:45:40.562Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:45:40.563Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T15:45:40.563Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T15:45:40.577Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:45:40.578Z||pool-6-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:45:41.466Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:45:41.467Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:45:41.469Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:45:41.470Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359136766,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-15T15:45:41.570Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:45:41.572Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T15:45:41.573Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T15:45:41.588Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:45:41.589Z||pool-7-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-03-15T15:45:42.470Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:45:42.471Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:45:42.474Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:45:42.474Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359136766,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/artifacts/service-BasicOnboardKtmice-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:45:42.575Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-15T15:45:42.576Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T15:45:42.576Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T15:45:42.589Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:45:42.591Z||pool-8-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:45:43.474Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:45:43.476Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:45:43.478Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:45:43.479Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359136766,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/artifacts/service-BasicOnboardKtmice-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T15:45:43.579Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:45:43.580Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T15:45:43.580Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T15:45:43.594Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:45:43.595Z||pool-9-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:45:44.481Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
  "serviceName": "basic_onboard_KtmicE",
  "serviceVersion": "1.0",
  "serviceUUID": "5cb435f2-3c46-4f0e-b6db-28de1467e2a2",
  "serviceDescription": "service",
  "serviceInvariantUUID": "34f1ee87-cb18-41d1-a1cb-f7f6d5c9000b",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_KtmicE 0",
      "resourceCustomizationUUID": "e1805975-54dd-46be-86aa-7e6dae2eeb7c",
      "resourceName": "basic_onboard_KtmicE",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "8195b17d-9919-410c-8415-7dc840956dda",
      "resourceInvariantUUID": "8daafe37-6f9a-431b-be67-606a0f194d35",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_ktmice0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/basic_onboard_ktmice0_modules.json",
          "artifactChecksum": "YTJkYTdiMDUxYTM2YmVlZWU1OWMwOWI5ZTJhNjBhY2M\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "18e16f3a-00f2-4131-869e-57847c0a5b78",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "f22d412e-b06d-4b50-b856-b0f2ac6a2c27",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "9e87c75d-fcab-4773-adfe-dd00a8308aed",
            "generatedFromUUID": "f22d412e-b06d-4b50-b856-b0f2ac6a2c27"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "9e87c75d-fcab-4773-adfe-dd00a8308aed",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardKtmice-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/artifacts/service-BasicOnboardKtmice-csar.csar",
      "artifactChecksum": "ZjFmYjQ2NjY0MzQzM2YxODMxODdhNWYzNWFhZWNlOWE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ec42224b-62e6-4c18-b90d-3994ea5b590d"
    }
  ],
  "workloadContext": "Production"
}
2022-03-15T15:45:44.482Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-15T15:45:44.483Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5cb435f2-3c46-4f0e-b6db-28de1467e2a2 ASDC
2022-03-15T15:45:44.629Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:20d65b7f-f67d-4e79-b4d0-e313b35eea01
ServiceName:basic_onboard_KtmicE
ServiceVersion:1.0
ServiceUUID:5cb435f2-3c46-4f0e-b6db-28de1467e2a2
ServiceInvariantUUID:34f1ee87-cb18-41d1-a1cb-f7f6d5c9000b
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardKtmice-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/artifacts/service-BasicOnboardKtmice-csar.csar
ArtifactUUID:ec42224b-62e6-4c18-b90d-3994ea5b590d
ArtifactChecksum:ZjFmYjQ2NjY0MzQzM2YxODMxODdhNWYzNWFhZWNlOWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_KtmicE 0
ResourceCustomizationUUID:e1805975-54dd-46be-86aa-7e6dae2eeb7c
ResourceInvariantUUID:8daafe37-6f9a-431b-be67-606a0f194d35
ResourceName:basic_onboard_KtmicE
ResourceType:VF
ResourceUUID:8195b17d-9919-410c-8415-7dc840956dda
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ktmice0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/basic_onboard_ktmice0_modules.json
ArtifactUUID:18e16f3a-00f2-4131-869e-57847c0a5b78
ArtifactChecksum:YTJkYTdiMDUxYTM2YmVlZWU1OWMwOWI5ZTJhNjBhY2M=
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/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/base_ubuntu18.yaml
ArtifactUUID:f22d412e-b06d-4b50-b856-b0f2ac6a2c27
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/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/base_ubuntu18.env
ArtifactUUID:9e87c75d-fcab-4773-adfe-dd00a8308aed
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/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/base_ubuntu18.env
ArtifactUUID:9e87c75d-fcab-4773-adfe-dd00a8308aed
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-15T15:45:44.629Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5cb435f2-3c46-4f0e-b6db-28de1467e2a2 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-15T15:45:44.738Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-15T15:45:44.739Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-15T15:45:44.741Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-15T15:45:44.742Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: ec42224b-62e6-4c18-b90d-3994ea5b590d from URL: /sdc/v1/catalog/services/BasicOnboardKtmice/1.0/artifacts/service-BasicOnboardKtmice-csar.csar
2022-03-15T15:45:44.742Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-15T15:45:44.744Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/artifacts/service-BasicOnboardKtmice-csar.csar
2022-03-15T15:45:45.140Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-15T15:45:45.158Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKtmice/1.0/artifacts/service-BasicOnboardKtmice-csar.csar ec42224b-62e6-4c18-b90d-3994ea5b590d 71535
2022-03-15T15:45:45.160Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKtmice/1.0/artifacts/service-BasicOnboardKtmice-csar.csar ASDC sendASDCNotification
2022-03-15T15:45:45.160Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/artifacts/service-BasicOnboardKtmice-csar.csar
2022-03-15T15:45:45.161Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T15:45:45.162Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:45:45.163Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:45:45.163Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359145159,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/artifacts/service-BasicOnboardKtmice-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:45:45.264Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T15:45:45.265Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T15:45:45.265Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T15:45:45.278Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:45:45.278Z||pool-10-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-15T15:45:46.165Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-15T15:45:46.166Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-15T15:45:46.166Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: ec42224b-62e6-4c18-b90d-3994ea5b590d, URL: /sdc/v1/catalog/services/BasicOnboardKtmice/1.0/artifacts/service-BasicOnboardKtmice-csar.csar to file: /app/ASDC/1/service-BasicOnboardKtmice-csar.csar
2022-03-15T15:45:46.167Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardKtmice-csar.csar
2022-03-15T15:45:46.246Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardKtmice-csar.csar
2022-03-15T15:45:46.246Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardKtmice-csar.csar
2022-03-15T15:45:46.899Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16085665694984120672/Definitions/service-BasicOnboardKtmice-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-03-15T15:45:48.986Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-15T15:45:48.991Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-15T15:45:48.991Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardKtmice-csar.csar
2022-03-15T15:45:48.991Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-15T15:45:48.991Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|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-BasicOnboardKtmice-csar.csar
2022-03-15T15:45:48.991Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|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-BasicOnboardKtmice-csar.csar
2022-03-15T15:45:48.992Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|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-BasicOnboardKtmice-csar.csar
2022-03-15T15:45:48.992Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|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-BasicOnboardKtmice-csar.csar
2022-03-15T15:45:48.992Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|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-BasicOnboardKtmice-csar.csar
2022-03-15T15:45:48.992Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|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-BasicOnboardKtmice-csar.csar
2022-03-15T15:45:48.992Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|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-BasicOnboardKtmice-csar.csar
2022-03-15T15:45:48.992Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_KtmicE 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-BasicOnboardKtmice-csar.csar
2022-03-15T15:45:48.993Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|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-BasicOnboardKtmice-csar.csar
2022-03-15T15:45:48.993Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-15T15:45:48.999Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:45:49.000Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_KtmicE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:45:49.004Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_KtmicE 0 is matching search criteria
2022-03-15T15:45:49.004Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-15T15:45:49.006Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_KtmicE 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-15T15:45:49.008Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:45:49.008Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_KtmicE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:45:49.008Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_KtmicE 0 is matching search criteria
2022-03-15T15:45:49.009Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-15T15:45:49.009Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_KtmicE 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-15T15:45:49.009Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:45:49.010Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_KtmicE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:45:49.013Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:45:49.013Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_KtmicE 0 is not matching search criteria
2022-03-15T15:45:49.014Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-03-15T15:45:49.014Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-03-15T15:45:49.014Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-03-15T15:45:49.014Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-15T15:45:49.014Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-15T15:45:49.015Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:45:49.015Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_KtmicE is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-15T15:45:49.016Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:45:49.016Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_KtmicE 0 is matching search criteria
2022-03-15T15:45:49.017Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_KtmicE 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T15:45:49.017Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:45:49.017Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_KtmicE 0 is matching search criteria
2022-03-15T15:45:49.018Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_KtmicE 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T15:45:49.018Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:45:49.018Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_KtmicE 0 is matching search criteria
2022-03-15T15:45:49.018Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_KtmicE 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T15:45:49.019Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:45:49.019Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_KtmicE 0 is not matching search criteria
2022-03-15T15:45:49.019Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-15T15:45:49.019Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-15T15:45:49.020Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=893b3d81-259d-4635-a519-0d5e73752f5c
2022-03-15T15:45:49.020Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:45:49.020Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_KtmicE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:45:49.020Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:45:49.021Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_KtmicE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:45:49.021Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:45:49.021Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_KtmicE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:45:49.021Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:45:49.022Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_KtmicE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:45:49.022Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_KtmicE
Description:service
Model UUID:5cb435f2-3c46-4f0e-b6db-28de1467e2a2
Model Version:NULL
Model InvariantUuid:34f1ee87-cb18-41d1-a1cb-f7f6d5c9000b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_KtmicE
Model UUID:7d2da39b-f7b9-4d6a-8199-8d1c54627c68
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8daafe37-6f9a-431b-be67-606a0f194d35
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e1805975-54dd-46be-86aa-7e6dae2eeb7c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:497a19e1-cd58-49ef-9b6e-62ea90c6ef96
ModelName:BasicOnboardKtmice..base_ubuntu18..module-0
ModelUuid:20876dc7-664c-4a65-aad9-0b8b54b8fb8d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:893b3d81-259d-4635-a519-0d5e73752f5c
ModelInvariantUuid:8b453576-ddfb-4e55-abb0-44edebd74f7e
ModelName:basic_onboard_KtmicE-nodes.ubuntu18Cvfc
ModelUuid:6a6d88ca-c2be-4c3b-b427-bd19d9e0cbf5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:0059c30a-4f4e-4e12-b7ac-bbe96e3a0a73
ModelInvariantUuid:a411256d-a29f-437a-aab0-73102c60a6fb
ModelName:BasicOnboardKtmice.compute.nodes.heat.ubuntu18
ModelUuid:da82cebc-cf47-4932-8df1-5246c04415be
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-15T15:45:49.034Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 8195b17d-9919-410c-8415-7dc840956dda
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-15T15:45:49.156Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||basic_onboard_KtmicE 0
2022-03-15T15:45:49.164Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8195b17d-9919-410c-8415-7dc840956dda
2022-03-15T15:45:49.165Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 18e16f3a-00f2-4131-869e-57847c0a5b78 from URL: /sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/basic_onboard_ktmice0_modules.json
2022-03-15T15:45:49.165Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-15T15:45:49.165Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/basic_onboard_ktmice0_modules.json
2022-03-15T15:45:49.822Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-15T15:45:49.822Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/basic_onboard_ktmice0_modules.json 18e16f3a-00f2-4131-869e-57847c0a5b78 798
2022-03-15T15:45:49.823Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/basic_onboard_ktmice0_modules.json ASDC sendASDCNotification
2022-03-15T15:45:49.823Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/basic_onboard_ktmice0_modules.json
2022-03-15T15:45:49.823Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T15:45:49.824Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:45:49.826Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:45:49.826Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359149823,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/basic_onboard_ktmice0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:45:49.926Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:45:49.927Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T15:45:49.927Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T15:45:49.942Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:45:49.943Z||pool-11-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:45:50.828Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardKtmice..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "497a19e1-cd58-49ef-9b6e-62ea90c6ef96",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "20876dc7-664c-4a65-aad9-0b8b54b8fb8d",
    "vfModuleModelCustomizationUUID": "d3f4953d-1540-4564-a9e3-89d39898cc03",
    "isBase": true,
    "artifacts": [
      "f22d412e-b06d-4b50-b856-b0f2ac6a2c27",
      "9e87c75d-fcab-4773-adfe-dd00a8308aed"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-15T15:45:50.841Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardKtmice..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:20876dc7-664c-4a65-aad9-0b8b54b8fb8d
VfModuleModelInvariantUUID:497a19e1-cd58-49ef-9b6e-62ea90c6ef96
VfModuleModelDescription:NULL
Artifacts UUID List:{
f22d412e-b06d-4b50-b856-b0f2ac6a2c27
,
9e87c75d-fcab-4773-adfe-dd00a8308aed

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

isBase:true


}

2022-03-15T15:45:50.843Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardKtmice..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "497a19e1-cd58-49ef-9b6e-62ea90c6ef96",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "20876dc7-664c-4a65-aad9-0b8b54b8fb8d",
    "vfModuleModelCustomizationUUID": "d3f4953d-1540-4564-a9e3-89d39898cc03",
    "isBase": true,
    "artifacts": [
      "f22d412e-b06d-4b50-b856-b0f2ac6a2c27",
      "9e87c75d-fcab-4773-adfe-dd00a8308aed"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-15T15:45:50.844Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardKtmice..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:20876dc7-664c-4a65-aad9-0b8b54b8fb8d
VfModuleModelInvariantUUID:497a19e1-cd58-49ef-9b6e-62ea90c6ef96
VfModuleModelDescription:NULL
Artifacts UUID List:{
f22d412e-b06d-4b50-b856-b0f2ac6a2c27
,
9e87c75d-fcab-4773-adfe-dd00a8308aed

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

isBase:true


}

2022-03-15T15:45:50.844Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: f22d412e-b06d-4b50-b856-b0f2ac6a2c27 from URL: /sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/base_ubuntu18.yaml
2022-03-15T15:45:50.844Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-15T15:45:50.844Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/base_ubuntu18.yaml
2022-03-15T15:45:51.050Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-15T15:45:51.051Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/base_ubuntu18.yaml f22d412e-b06d-4b50-b856-b0f2ac6a2c27 5033
2022-03-15T15:45:51.051Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-15T15:45:51.051Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/base_ubuntu18.yaml
2022-03-15T15:45:51.051Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T15:45:51.052Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:45:51.054Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:45:51.054Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359151051,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:45:51.154Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:45:51.156Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T15:45:51.156Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T15:45:51.170Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:45:51.171Z||pool-12-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:45:52.055Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 9e87c75d-fcab-4773-adfe-dd00a8308aed from URL: /sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/base_ubuntu18.env
2022-03-15T15:45:52.056Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-15T15:45:52.057Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/base_ubuntu18.env
2022-03-15T15:45:52.432Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-15T15:45:52.433Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/base_ubuntu18.env 9e87c75d-fcab-4773-adfe-dd00a8308aed 909
2022-03-15T15:45:52.433Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-15T15:45:52.433Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/base_ubuntu18.env
2022-03-15T15:45:52.433Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T15:45:52.434Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:45:52.437Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:45:52.437Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359152433,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:45:52.537Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:45:52.539Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T15:45:52.539Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T15:45:52.553Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:45:52.553Z||pool-13-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:45:53.438Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 5cb435f2-3c46-4f0e-b6db-28de1467e2a2
2022-03-15T15:45:53.439Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_KtmicE 0 8195b17d-9919-410c-8415-7dc840956dda ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-15T15:45:53.477Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@18609ef8, org.onap.sdc.toscaparser.api.parameters.Input@12775816, org.onap.sdc.toscaparser.api.parameters.Input@6a0914c, org.onap.sdc.toscaparser.api.parameters.Input@52557dfb, org.onap.sdc.toscaparser.api.parameters.Input@4e5eae17]
2022-03-15T15:45:53.480Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:45:53.481Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_KtmicE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:45:53.481Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-03-15T15:45:53.481Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= e1805975-54dd-46be-86aa-7e6dae2eeb7c
2022-03-15T15:45:53.481Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e1805975-54dd-46be-86aa-7e6dae2eeb7c matches Tosca VF Customization UUID: e1805975-54dd-46be-86aa-7e6dae2eeb7c
2022-03-15T15:45:53.482Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: e1805975-54dd-46be-86aa-7e6dae2eeb7c  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-15T15:45:53.489Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:45:53.489Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_KtmicE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:45:53.490Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id e1805975-54dd-46be-86aa-7e6dae2eeb7c: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-03-15T15:45:53.491Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@335d8905
2022-03-15T15:45:53.491Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:45:53.491Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_KtmicE is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-15T15:45:53.492Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d3f4953d-1540-4564-a9e3-89d39898cc03
2022-03-15T15:45:53.493Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d3f4953d-1540-4564-a9e3-89d39898cc03
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-15T15:45:53.501Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:45:53.501Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_KtmicE 0 is matching search criteria
2022-03-15T15:45:53.501Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_KtmicE 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T15:45:53.502Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:45:53.502Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_KtmicE 0 is matching search criteria
2022-03-15T15:45:53.503Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_KtmicE 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T15:45:53.503Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:45:53.503Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_KtmicE 0 is not matching search criteria
2022-03-15T15:45:53.503Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-15T15:45:53.504Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-15T15:45:53.504Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=893b3d81-259d-4635-a519-0d5e73752f5c
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-15T15:45:53.520Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:45:53.521Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_KtmicE 0 is matching search criteria
2022-03-15T15:45:53.521Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_KtmicE 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T15:45:53.522Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:45:53.522Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_KtmicE 0 is matching search criteria
2022-03-15T15:45:53.522Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_KtmicE 0] matching following query criteria: sdcType=VF, customizationUUID=e1805975-54dd-46be-86aa-7e6dae2eeb7c
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-15T15:45:53.525Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:45:53.526Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_KtmicE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:45:53.526Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 5cb435f2-3c46-4f0e-b6db-28de1467e2a2: basic_onboard_KtmicE
2022-03-15T15:45:53.527Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:45:53.527Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_KtmicE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:45:53.527Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:45:53.528Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_KtmicE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:45:53.528Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:45:53.528Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_KtmicE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:45:53.529Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:45:53.530Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_KtmicE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:45:53.530Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:45:53.531Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_KtmicE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:45:53.531Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||Saving Service: basic_onboard_KtmicE 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T15:45:53.731Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_KtmicE 8195b17d-9919-410c-8415-7dc840956dda 1 ASDC deployResourceStructure
2022-03-15T15:45:53.732Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/basic_onboard_ktmice0_modules.json ASDC sendASDCNotification
2022-03-15T15:45:53.732Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/basic_onboard_ktmice0_modules.json
2022-03-15T15:45:53.732Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T15:45:53.732Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:45:53.734Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:45:53.734Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359153732,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/basic_onboard_ktmice0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-15T15:45:53.835Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-15T15:45:53.836Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T15:45:53.836Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T15:45:53.855Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:45:53.856Z||pool-14-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-03-15T15:45:54.735Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-15T15:45:54.735Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/base_ubuntu18.yaml
2022-03-15T15:45:54.736Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T15:45:54.736Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:45:54.739Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:45:54.739Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359154735,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-03-15T15:45:54.839Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:45:54.841Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T15:45:54.841Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T15:45:54.874Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:45:54.875Z||pool-15-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:45:55.740Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-15T15:45:55.740Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/base_ubuntu18.env
2022-03-15T15:45:55.741Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T15:45:55.741Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:45:55.743Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:45:55.743Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359155739,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-03-15T15:45:55.843Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:45:55.844Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T15:45:55.844Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T15:45:55.861Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:45:55.861Z||pool-16-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-03-15T15:45:56.744Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKtmice/1.0/artifacts/service-BasicOnboardKtmice-csar.csar ASDC sendASDCNotification
2022-03-15T15:45:56.745Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/artifacts/service-BasicOnboardKtmice-csar.csar
2022-03-15T15:45:56.747Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T15:45:56.747Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:45:56.749Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:45:56.749Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359156744,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/artifacts/service-BasicOnboardKtmice-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T15:45:56.849Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:45:56.850Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T15:45:56.850Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T15:45:56.863Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:45:56.864Z||pool-17-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-15T15:45:57.751Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 20d65b7f-f67d-4e79-b4d0-e313b35eea01
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-15T15:45:57.773Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 20d65b7f-f67d-4e79-b4d0-e313b35eea01
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-15T15:45:57.776Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T15:45:57.776Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-15T15:45:57.776Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-15T15:46:27.777Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 20d65b7f-f67d-4e79-b4d0-e313b35eea01
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-15T15:46:27.789Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 20d65b7f-f67d-4e79-b4d0-e313b35eea01
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-15T15:46:27.792Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T15:46:27.792Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-15T15:46:27.793Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-15T15:46:36.769Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:46:36.769Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:46:36.770Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:46:36.905Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:46:36.905Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:46:36.905Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359136766,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:46:36.906Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:46:57.793Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 20d65b7f-f67d-4e79-b4d0-e313b35eea01
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-15T15:46:57.802Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 20d65b7f-f67d-4e79-b4d0-e313b35eea01
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-15T15:46:57.805Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T15:46:57.805Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-15T15:46:57.805Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-15T15:47:27.805Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 20d65b7f-f67d-4e79-b4d0-e313b35eea01
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-15T15:47:27.821Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 20d65b7f-f67d-4e79-b4d0-e313b35eea01
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-15T15:47:27.827Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T15:47:27.827Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-15T15:47:27.827Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-15T15:47:36.769Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:47:36.770Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:47:36.770Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:47:37.305Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:47:37.308Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:47:37.308Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
  "consumerID": "policy-id",
  "timestamp": 1647359133591,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:47:37.309Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:47:37.309Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:47:37.309Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647359134779,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-15T15:47:37.310Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:47:37.310Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:47:37.310Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
  "consumerID": "aai-ml",
  "timestamp": 1647359132906,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/artifacts/service-BasicOnboardKtmice-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:47:37.310Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:47:37.310Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:47:37.310Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647359138227,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/artifacts/service-BasicOnboardKtmice-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T15:47:37.311Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:47:37.311Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:47:37.311Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359136766,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/basic_onboard_ktmice0_modules.json",
  "status": "NOTIFIED"
}
2022-03-15T15:47:37.311Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:47:37.311Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:47:37.311Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
  "consumerID": "policy-id",
  "timestamp": 1647359133591,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:47:37.312Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:47:37.312Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:47:37.312Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647359134779,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:47:37.312Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:47:37.312Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:47:37.313Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
  "consumerID": "aai-ml",
  "timestamp": 1647359132906,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/artifacts/service-BasicOnboardKtmice-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T15:47:37.313Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:47:37.313Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:47:37.313Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647359139232,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T15:47:37.326Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 20d65b7f-f67d-4e79-b4d0-e313b35eea01
2022-03-15T15:47:37.327Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 20d65b7f-f67d-4e79-b4d0-e313b35eea01 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T15:47:37.338Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:47:37.338Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359136766,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-15T15:47:37.338Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:47:37.338Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:47:37.338Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
  "consumerID": "policy-id",
  "timestamp": 1647359133591,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/artifacts/service-BasicOnboardKtmice-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:47:37.339Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:47:37.339Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:47:37.339Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647359134779,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-15T15:47:37.339Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:47:37.339Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:47:37.339Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
  "consumerID": "aai-ml",
  "timestamp": 1647359140957,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/artifacts/service-BasicOnboardKtmice-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:47:37.340Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:47:37.340Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:47:37.340Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359136766,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:47:37.340Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:47:37.340Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:47:37.340Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
  "consumerID": "policy-id",
  "timestamp": 1647359133591,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/artifacts/service-BasicOnboardKtmice-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T15:47:37.341Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:47:37.341Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:47:37.341Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647359134779,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/artifacts/service-BasicOnboardKtmice-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:47:37.341Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:47:37.341Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:47:37.342Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359136766,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-15T15:47:37.342Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:47:37.342Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:47:37.342Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647359134779,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/artifacts/service-BasicOnboardKtmice-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T15:47:37.342Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:47:37.342Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:47:37.343Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
  "consumerID": "policy-id",
  "timestamp": 1647359141447,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/artifacts/service-BasicOnboardKtmice-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:47:37.343Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:47:37.343Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:47:37.343Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359136766,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/artifacts/service-BasicOnboardKtmice-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:47:37.343Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:47:37.343Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:47:37.344Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
  "consumerID": "policy-id",
  "timestamp": 1647359142460,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/artifacts/service-BasicOnboardKtmice-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T15:47:37.344Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:47:37.344Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:47:37.344Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647359142822,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/basic_onboard_ktmice0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:47:37.344Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:47:37.344Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:47:37.344Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359136766,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/artifacts/service-BasicOnboardKtmice-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T15:47:37.345Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:47:37.345Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:47:37.345Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
  "consumerID": "policy-id",
  "timestamp": 1647359143465,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T15:47:37.351Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 20d65b7f-f67d-4e79-b4d0-e313b35eea01
2022-03-15T15:47:37.351Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 20d65b7f-f67d-4e79-b4d0-e313b35eea01 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T15:47:37.361Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:47:37.361Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647359144434,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:47:37.362Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:47:37.362Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:47:37.362Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359145159,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/artifacts/service-BasicOnboardKtmice-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:47:37.362Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:47:37.362Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:47:37.362Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647359146048,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:47:37.362Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:47:37.363Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:47:37.363Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647359147167,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T15:47:37.368Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 20d65b7f-f67d-4e79-b4d0-e313b35eea01
2022-03-15T15:47:37.368Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 20d65b7f-f67d-4e79-b4d0-e313b35eea01 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-15T15:47:37.378Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:47:37.378Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
  "consumerID": "clamp",
  "timestamp": 1647359147727,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/artifacts/service-BasicOnboardKtmice-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:47:37.379Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:47:37.379Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:47:37.379Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647359148175,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/basic_onboard_ktmice0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-15T15:47:37.379Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:47:37.379Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:47:37.379Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
  "consumerID": "clamp",
  "timestamp": 1647359149756,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/artifacts/service-BasicOnboardKtmice-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T15:47:37.380Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:47:37.380Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:47:37.380Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359149823,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/basic_onboard_ktmice0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:47:37.380Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:47:37.380Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:47:37.381Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
  "consumerID": "clamp",
  "timestamp": 1647359150763,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T15:47:37.387Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 20d65b7f-f67d-4e79-b4d0-e313b35eea01
2022-03-15T15:47:37.387Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 20d65b7f-f67d-4e79-b4d0-e313b35eea01 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T15:47:37.403Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:47:37.403Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359151051,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:47:37.403Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:47:37.403Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:47:37.404Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359152433,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:47:37.404Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:47:37.404Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:47:37.404Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359153732,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/basic_onboard_ktmice0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-15T15:47:37.404Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:47:37.404Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:47:37.404Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359154735,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-03-15T15:47:37.404Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:47:37.405Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:47:37.405Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359155739,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-03-15T15:47:37.405Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:47:37.405Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:47:37.405Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359156744,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/artifacts/service-BasicOnboardKtmice-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T15:47:37.405Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:47:37.405Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:47:37.405Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
  "consumerID": "aai-ml",
  "timestamp": 1647359160739,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/artifacts/service-BasicOnboardKtmice-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T15:47:37.406Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:47:37.406Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:47:37.406Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
  "consumerID": "aai-ml",
  "timestamp": 1647359161745,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T15:47:37.411Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 20d65b7f-f67d-4e79-b4d0-e313b35eea01
2022-03-15T15:47:37.412Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 20d65b7f-f67d-4e79-b4d0-e313b35eea01 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T15:47:57.828Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 20d65b7f-f67d-4e79-b4d0-e313b35eea01
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-15T15:47:57.842Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 20d65b7f-f67d-4e79-b4d0-e313b35eea01
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-15T15:47:57.853Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T15:47:57.853Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-15T15:47:57.853Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-15T15:47:57.854Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-15T15:47:57.854Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T15:47:57.854Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T15:47:57.854Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T15:47:57.854Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T15:47:57.854Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T15:47:57.855Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T15:47:57.855Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T15:47:57.860Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-15T15:48:27.861Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 20d65b7f-f67d-4e79-b4d0-e313b35eea01 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-15T15:48:27.870Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 20d65b7f-f67d-4e79-b4d0-e313b35eea01 and serviceModelVersionId: 5cb435f2-3c46-4f0e-b6db-28de1467e2a2
2022-03-15T15:48:27.870Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 34f1ee87-cb18-41d1-a1cb-f7f6d5c9000b
2022-03-15T15:48:36.783Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:48:36.784Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:48:36.784Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:48:37.428Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:48:37.430Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.430Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647359256327,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:48:37.431Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:48:37.431Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.431Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
  "consumerID": "dcae-sch",
  "timestamp": 1647359255488,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:48:37.431Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:48:37.431Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.431Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647359254779,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:48:37.431Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:48:37.431Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.431Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647359256327,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/vfwbeffca5ae46a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:48:37.432Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:48:37.432Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.432Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
  "consumerID": "dcae-sch",
  "timestamp": 1647359255488,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/vfwbeffca5ae46a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:48:37.432Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:48:37.432Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.432Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647359254779,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/vfwbeffca5ae46a0_modules.json",
  "status": "NOTIFIED"
}
2022-03-15T15:48:37.432Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:48:37.432Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.432Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647359256327,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:48:37.433Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:48:37.433Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.433Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
  "consumerID": "dcae-sch",
  "timestamp": 1647359255488,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:48:37.433Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:48:37.433Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.433Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647359254779,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-15T15:48:37.433Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:48:37.433Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.433Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647359256327,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:48:37.433Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:48:37.434Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.434Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
  "consumerID": "dcae-sch",
  "timestamp": 1647359255488,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:48:37.434Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:48:37.434Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.434Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647359254779,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:48:37.434Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:48:37.434Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.434Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647359256327,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:48:37.434Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:48:37.434Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.435Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647359254779,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-15T15:48:37.435Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:48:37.435Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.435Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
  "consumerID": "dcae-sch",
  "timestamp": 1647359255488,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:48:37.435Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:48:37.435Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.435Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
  "consumerID": "cds",
  "timestamp": 1647359268244,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:48:37.435Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:48:37.435Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.435Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647359256327,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/artifacts/service-Vfw20220315154520-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:48:37.436Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:48:37.436Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.436Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
  "consumerID": "dcae-sch",
  "timestamp": 1647359255488,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/artifacts/service-Vfw20220315154520-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:48:37.436Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:48:37.436Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.436Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647359254779,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/artifacts/service-Vfw20220315154520-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:48:37.436Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:48:37.436Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.436Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
  "consumerID": "cds",
  "timestamp": 1647359268244,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/vfwbeffca5ae46a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:48:37.436Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:48:37.436Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.436Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647359256327,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/artifacts/service-Vfw20220315154520-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:48:37.436Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:48:37.437Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.437Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
  "consumerID": "dcae-sch",
  "timestamp": 1647359255488,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/artifacts/service-Vfw20220315154520-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:48:37.437Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:48:37.437Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.437Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647359254779,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/artifacts/service-Vfw20220315154520-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T15:48:37.437Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:48:37.437Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.437Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
  "consumerID": "cds",
  "timestamp": 1647359268244,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:48:37.437Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:48:37.437Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.438Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
  "consumerID": "cds",
  "timestamp": 1647359268244,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:48:37.438Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:48:37.438Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.438Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647359272047,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/vfwbeffca5ae46a0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:48:37.438Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:48:37.438Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.438Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
  "consumerID": "cds",
  "timestamp": 1647359268244,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:48:37.438Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:48:37.438Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.438Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647359272750,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:48:37.438Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:48:37.438Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.439Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647359273440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:48:37.439Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:48:37.439Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.439Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
  "consumerID": "cds",
  "timestamp": 1647359268244,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/artifacts/service-Vfw20220315154520-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:48:37.439Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:48:37.439Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.439Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647359272750,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/vfwbeffca5ae46a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:48:37.439Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:48:37.439Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.440Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
  "consumerID": "policy-id",
  "timestamp": 1647359273591,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:48:37.440Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:48:37.440Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.440Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647359274647,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:48:37.440Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:48:37.440Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.440Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
  "consumerID": "cds",
  "timestamp": 1647359268244,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/artifacts/service-Vfw20220315154520-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T15:48:37.440Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:48:37.440Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.440Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647359272750,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:48:37.441Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:48:37.441Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.441Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
  "consumerID": "policy-id",
  "timestamp": 1647359273591,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/vfwbeffca5ae46a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:48:37.441Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:48:37.441Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.442Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647359275674,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T15:48:37.459Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a3104be3-010d-4223-b6e5-5f8342c41182
2022-03-15T15:48:37.459Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a3104be3-010d-4223-b6e5-5f8342c41182 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T15:48:37.469Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.470Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647359272750,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:48:37.470Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:48:37.470Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.471Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
  "consumerID": "cds",
  "timestamp": 1647359276059,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/artifacts/service-Vfw20220315154520-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:48:37.471Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:48:37.471Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.471Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
  "consumerID": "policy-id",
  "timestamp": 1647359273591,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-15T15:48:37.472Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:48:37.472Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.472Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647359276679,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/vfwbeffca5ae46a0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-15T15:48:37.472Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:48:37.472Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.473Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
  "consumerID": "clamp",
  "timestamp": 1647359276303,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:48:37.473Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:48:37.473Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.473Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647359272750,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:48:37.474Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:48:37.474Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.474Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
  "consumerID": "cds",
  "timestamp": 1647359277069,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/artifacts/service-Vfw20220315154520-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T15:48:37.480Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a3104be3-010d-4223-b6e5-5f8342c41182
2022-03-15T15:48:37.480Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a3104be3-010d-4223-b6e5-5f8342c41182 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T15:48:37.491Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.491Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
  "consumerID": "policy-id",
  "timestamp": 1647359273591,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:48:37.492Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:48:37.492Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.492Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
  "consumerID": "clamp",
  "timestamp": 1647359276303,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/vfwbeffca5ae46a0_modules.json",
  "status": "NOTIFIED"
}
2022-03-15T15:48:37.492Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:48:37.493Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.493Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647359272750,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/artifacts/service-Vfw20220315154520-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:48:37.493Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:48:37.493Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.493Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
  "consumerID": "policy-id",
  "timestamp": 1647359273591,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:48:37.494Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:48:37.494Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.494Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
  "consumerID": "clamp",
  "timestamp": 1647359276303,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:48:37.494Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:48:37.494Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.494Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647359272750,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/artifacts/service-Vfw20220315154520-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T15:48:37.495Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:48:37.495Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.495Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
  "consumerID": "policy-id",
  "timestamp": 1647359273591,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/artifacts/service-Vfw20220315154520-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:48:37.495Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:48:37.495Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.495Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
  "consumerID": "clamp",
  "timestamp": 1647359276303,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:48:37.496Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:48:37.496Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.496Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647359280687,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/artifacts/service-Vfw20220315154520-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:48:37.496Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:48:37.496Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.496Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
  "consumerID": "policy-id",
  "timestamp": 1647359273591,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/artifacts/service-Vfw20220315154520-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T15:48:37.497Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:48:37.497Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.497Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
  "consumerID": "clamp",
  "timestamp": 1647359276303,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:48:37.497Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:48:37.497Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.498Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
  "consumerID": "policy-id",
  "timestamp": 1647359281404,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/artifacts/service-Vfw20220315154520-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:48:37.498Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:48:37.498Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.498Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
  "consumerID": "clamp",
  "timestamp": 1647359276303,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/artifacts/service-Vfw20220315154520-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:48:37.498Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:48:37.498Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.499Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
  "consumerID": "aai-ml",
  "timestamp": 1647359282906,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:48:37.499Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:48:37.499Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.499Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
  "consumerID": "policy-id",
  "timestamp": 1647359282408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/artifacts/service-Vfw20220315154520-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T15:48:37.499Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:48:37.500Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.500Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
  "consumerID": "clamp",
  "timestamp": 1647359276303,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/artifacts/service-Vfw20220315154520-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T15:48:37.500Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:48:37.501Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.501Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
  "consumerID": "aai-ml",
  "timestamp": 1647359282906,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/vfwbeffca5ae46a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:48:37.501Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:48:37.501Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.502Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
  "consumerID": "policy-id",
  "timestamp": 1647359283411,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T15:48:37.511Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a3104be3-010d-4223-b6e5-5f8342c41182
2022-03-15T15:48:37.511Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a3104be3-010d-4223-b6e5-5f8342c41182 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-15T15:48:37.520Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.520Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647359284381,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/artifacts/service-Vfw20220315154520-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T15:48:37.520Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:48:37.520Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.521Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
  "consumerID": "aai-ml",
  "timestamp": 1647359282906,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:48:37.521Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:48:37.521Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.521Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647359285385,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T15:48:37.526Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a3104be3-010d-4223-b6e5-5f8342c41182
2022-03-15T15:48:37.526Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a3104be3-010d-4223-b6e5-5f8342c41182 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T15:48:37.538Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.538Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
  "consumerID": "aai-ml",
  "timestamp": 1647359282906,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:48:37.538Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:48:37.538Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.538Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
  "consumerID": "aai-ml",
  "timestamp": 1647359282906,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:48:37.539Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:48:37.539Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.539Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
  "consumerID": "aai-ml",
  "timestamp": 1647359282906,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/artifacts/service-Vfw20220315154520-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:48:37.539Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:48:37.539Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.539Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
  "consumerID": "aai-ml",
  "timestamp": 1647359282906,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/artifacts/service-Vfw20220315154520-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T15:48:37.539Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:48:37.540Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.540Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
  "consumerID": "clamp",
  "timestamp": 1647359289750,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/artifacts/service-Vfw20220315154520-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:48:37.540Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:48:37.540Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.540Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
  "consumerID": "aai-ml",
  "timestamp": 1647359290932,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/artifacts/service-Vfw20220315154520-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:48:37.540Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:48:37.540Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.540Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
  "consumerID": "clamp",
  "timestamp": 1647359292753,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/artifacts/service-Vfw20220315154520-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T15:48:37.541Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:48:37.541Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.541Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
  "consumerID": "clamp",
  "timestamp": 1647359293756,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T15:48:37.546Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a3104be3-010d-4223-b6e5-5f8342c41182
2022-03-15T15:48:37.547Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a3104be3-010d-4223-b6e5-5f8342c41182 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T15:48:37.558Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.558Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
  "consumerID": "aai-ml",
  "timestamp": 1647359308237,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/artifacts/service-Vfw20220315154520-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T15:48:37.558Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:48:37.559Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.559Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
  "consumerID": "aai-ml",
  "timestamp": 1647359309242,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T15:48:37.566Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a3104be3-010d-4223-b6e5-5f8342c41182
2022-03-15T15:48:37.566Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a3104be3-010d-4223-b6e5-5f8342c41182 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T15:48:42.704Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/34f1ee87-cb18-41d1-a1cb-f7f6d5c9000b/model-vers/model-ver/5cb435f2-3c46-4f0e-b6db-28de1467e2a2?depth=0
2022-03-15T15:48:42.828Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-03-15T15:48:43.364Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/34f1ee87-cb18-41d1-a1cb-f7f6d5c9000b/model-vers/model-ver/5cb435f2-3c46-4f0e-b6db-28de1467e2a2?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-03-15T15:48:43.368Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/34f1ee87-cb18-41d1-a1cb-f7f6d5c9000b/model-vers/model-ver/5cb435f2-3c46-4f0e-b6db-28de1467e2a2?depth=0|INFO|500||Invoke
2022-03-15T15:48:43.484Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/34f1ee87-cb18-41d1-a1cb-f7f6d5c9000b/model-vers/model-ver/5cb435f2-3c46-4f0e-b6db-28de1467e2a2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-15T15:48:43.866Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/34f1ee87-cb18-41d1-a1cb-f7f6d5c9000b/model-vers/model-ver/5cb435f2-3c46-4f0e-b6db-28de1467e2a2?depth=0|INFO|500||InvokeReturn
2022-03-15T15:48:43.866Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/34f1ee87-cb18-41d1-a1cb-f7f6d5c9000b/model-vers/model-ver/5cb435f2-3c46-4f0e-b6db-28de1467e2a2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220315-15:48:43:493-73190], vertex-id=[381168], Content-Length=[0], Date=[Tue, 15 Mar 2022 15:48:43 GMT], Content-Type=[application/json]}
2022-03-15T15:48:43.867Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2022-03-15T15:48:43.870Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-15T15:48:43.870Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-15T15:48:43.875Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|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-03-15T15:48:43.876Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 20d65b7f-f67d-4e79-b4d0-e313b35eea01 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-15T15:48:43.877Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-15T15:48:43.877Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:48:43.879Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:48:43.879Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359323876,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-15T15:48:43.979Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:48:43.980Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T15:48:43.980Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T15:48:43.994Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:48:43.995Z||pool-18-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-15T15:48:44.895Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:48:44.896Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:48:44.896Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:48:49.272Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:48:49.273Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-15T15:48:49.273Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"a3104be3-010d-4223-b6e5-5f8342c41182","serviceName":"vFW 2022-03-15 15-45-20","serviceVersion":"1.0","serviceUUID":"d23eb108-2fc1-4c53-afc2-5d835ca42443","serviceDescription":"catalog service description","serviceInvariantUUID":"b27cb36b-602a-4921-9a49-2cebb18056b9","resources":[{"resourceInstanceName":"vFW beffca5a-e46a 0","resourceName":"vFW beffca5a-e46a","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"98b0e7b8-e5cb-4cc3-acd6-5998ba6e0e17","resourceInvariantUUID":"c455e8cb-27c5-419e-91db-5295aff168eb","resourceCustomizationUUID":"42e0982a-574e-4c8e-adae-dbf51452201c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/vf-license-model.xml","artifactChecksum":"YzdhNTEwZjFlNGFjNjdiMjI5MTA3MGNhY2VkM2UzYWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c27b6fc4-5cd9-4bc2-8e0e-af1e7e22f539","artifactVersion":"1"},{"artifactName":"vfwbeffca5ae46a0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/vfwbeffca5ae46a0_modules.json","artifactChecksum":"MDdlYWJkZDlkNTViYWU5MDI1NjU3OTM4ZTk3MTE1NDI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3960f307-9b15-46bb-9035-1e10c703cc28","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"cb80f05f-7813-4506-8629-6ba47a03a536","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/vendor-license-model.xml","artifactChecksum":"MWJlNzkxNDljZDZiM2MwYjhiNmQ2Mjc0Njc0ZDE1N2I\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"84aa7ba2-80f7-4430-971d-06fc911953b8","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8295f982-548a-44b1-8276-3ab97f5e6c64","artifactVersion":"2","generatedFromUUID":"cb80f05f-7813-4506-8629-6ba47a03a536"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220315154520-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220315154520/1.0/artifacts/service-Vfw20220315154520-template.yml","artifactChecksum":"MTJkOTk5M2M3ODgyNDE5ZjJlNmI1NmY4NDNmYTFjYjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c014f1c7-c05d-44fc-9fbb-6cc0a3057a76","artifactVersion":"1"},{"artifactName":"service-Vfw20220315154520-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220315154520/1.0/artifacts/service-Vfw20220315154520-csar.csar","artifactChecksum":"N2Q0ZWY1YzdlODM3YTFjNzYwMWRiODNjYzgyZTczNGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"973dc2a1-2109-44cb-adc1-33097ecd289a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-15T15:48:49.275Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:48:49.276Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:48:49.278Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:48:49.278Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359324895,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:48:49.378Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:48:49.379Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T15:48:49.379Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T15:48:49.395Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:48:49.396Z||pool-19-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:48:50.278Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:48:50.279Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:48:50.281Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:48:50.281Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359324895,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/vfwbeffca5ae46a0_modules.json",
  "status": "NOTIFIED"
}
2022-03-15T15:48:50.381Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:48:50.383Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T15:48:50.383Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T15:48:50.411Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:48:50.411Z||pool-20-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-03-15T15:48:51.282Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:48:51.283Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:48:51.286Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:48:51.286Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359324895,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-15T15:48:51.386Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:48:51.387Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T15:48:51.387Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T15:48:51.400Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:48:51.400Z||pool-21-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:48:52.286Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:48:52.287Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:48:52.290Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:48:52.290Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359324895,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:48:52.391Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-15T15:48:52.391Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T15:48:52.392Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T15:48:52.405Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:48:52.406Z||pool-22-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-15T15:48:53.291Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:48:53.292Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:48:53.294Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:48:53.294Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359324895,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-15T15:48:53.394Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:48:53.395Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T15:48:53.395Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T15:48:53.409Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:48:53.410Z||pool-23-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:48:54.294Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:48:54.295Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:48:54.298Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:48:54.298Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359324895,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/artifacts/service-Vfw20220315154520-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:48:54.398Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:48:54.399Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T15:48:54.399Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T15:48:54.411Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:48:54.412Z||pool-24-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:48:55.298Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:48:55.299Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:48:55.301Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:48:55.301Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359324895,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/artifacts/service-Vfw20220315154520-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T15:48:55.402Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:48:55.403Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T15:48:55.403Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T15:48:55.425Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:48:55.426Z||pool-25-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-03-15T15:48:56.303Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
  "serviceName": "vFW 2022-03-15 15-45-20",
  "serviceVersion": "1.0",
  "serviceUUID": "d23eb108-2fc1-4c53-afc2-5d835ca42443",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "b27cb36b-602a-4921-9a49-2cebb18056b9",
  "resources": [
    {
      "resourceInstanceName": "vFW beffca5a-e46a 0",
      "resourceCustomizationUUID": "42e0982a-574e-4c8e-adae-dbf51452201c",
      "resourceName": "vFW beffca5a-e46a",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "98b0e7b8-e5cb-4cc3-acd6-5998ba6e0e17",
      "resourceInvariantUUID": "c455e8cb-27c5-419e-91db-5295aff168eb",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwbeffca5ae46a0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/vfwbeffca5ae46a0_modules.json",
          "artifactChecksum": "MDdlYWJkZDlkNTViYWU5MDI1NjU3OTM4ZTk3MTE1NDI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "3960f307-9b15-46bb-9035-1e10c703cc28",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "cb80f05f-7813-4506-8629-6ba47a03a536",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "8295f982-548a-44b1-8276-3ab97f5e6c64",
            "generatedFromUUID": "cb80f05f-7813-4506-8629-6ba47a03a536"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "8295f982-548a-44b1-8276-3ab97f5e6c64",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220315154520-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/artifacts/service-Vfw20220315154520-csar.csar",
      "artifactChecksum": "N2Q0ZWY1YzdlODM3YTFjNzYwMWRiODNjYzgyZTczNGQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "973dc2a1-2109-44cb-adc1-33097ecd289a"
    }
  ],
  "workloadContext": "Production"
}
2022-03-15T15:48:56.303Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-15T15:48:56.303Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d23eb108-2fc1-4c53-afc2-5d835ca42443 ASDC
2022-03-15T15:48:56.304Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:a3104be3-010d-4223-b6e5-5f8342c41182
ServiceName:vFW 2022-03-15 15-45-20
ServiceVersion:1.0
ServiceUUID:d23eb108-2fc1-4c53-afc2-5d835ca42443
ServiceInvariantUUID:b27cb36b-602a-4921-9a49-2cebb18056b9
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220315154520-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220315154520/1.0/artifacts/service-Vfw20220315154520-csar.csar
ArtifactUUID:973dc2a1-2109-44cb-adc1-33097ecd289a
ArtifactChecksum:N2Q0ZWY1YzdlODM3YTFjNzYwMWRiODNjYzgyZTczNGQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW beffca5a-e46a 0
ResourceCustomizationUUID:42e0982a-574e-4c8e-adae-dbf51452201c
ResourceInvariantUUID:c455e8cb-27c5-419e-91db-5295aff168eb
ResourceName:vFW beffca5a-e46a
ResourceType:VF
ResourceUUID:98b0e7b8-e5cb-4cc3-acd6-5998ba6e0e17
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwbeffca5ae46a0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/vfwbeffca5ae46a0_modules.json
ArtifactUUID:3960f307-9b15-46bb-9035-1e10c703cc28
ArtifactChecksum:MDdlYWJkZDlkNTViYWU5MDI1NjU3OTM4ZTk3MTE1NDI=
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/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/base_vfw.yaml
ArtifactUUID:cb80f05f-7813-4506-8629-6ba47a03a536
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/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/base_vfw.env
ArtifactUUID:8295f982-548a-44b1-8276-3ab97f5e6c64
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/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/base_vfw.env
ArtifactUUID:8295f982-548a-44b1-8276-3ab97f5e6c64
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-15T15:48:56.304Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d23eb108-2fc1-4c53-afc2-5d835ca42443 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-15T15:48:56.334Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-15T15:48:56.335Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-15T15:48:56.335Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-15T15:48:56.335Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 973dc2a1-2109-44cb-adc1-33097ecd289a from URL: /sdc/v1/catalog/services/Vfw20220315154520/1.0/artifacts/service-Vfw20220315154520-csar.csar
2022-03-15T15:48:56.335Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-15T15:48:56.336Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220315154520/1.0/artifacts/service-Vfw20220315154520-csar.csar
2022-03-15T15:48:56.739Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-15T15:48:56.745Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220315154520/1.0/artifacts/service-Vfw20220315154520-csar.csar 973dc2a1-2109-44cb-adc1-33097ecd289a 98925
2022-03-15T15:48:56.745Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220315154520/1.0/artifacts/service-Vfw20220315154520-csar.csar ASDC sendASDCNotification
2022-03-15T15:48:56.745Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220315154520/1.0/artifacts/service-Vfw20220315154520-csar.csar
2022-03-15T15:48:56.745Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T15:48:56.746Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:48:56.748Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:48:56.748Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359336745,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/artifacts/service-Vfw20220315154520-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:48:56.848Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:48:56.849Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T15:48:56.849Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T15:48:56.864Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:48:56.865Z||pool-26-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:48:57.748Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-15T15:48:57.750Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-15T15:48:57.750Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 973dc2a1-2109-44cb-adc1-33097ecd289a, URL: /sdc/v1/catalog/services/Vfw20220315154520/1.0/artifacts/service-Vfw20220315154520-csar.csar to file: /app/ASDC/1/service-Vfw20220315154520-csar.csar
2022-03-15T15:48:57.751Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220315154520-csar.csar
2022-03-15T15:48:57.751Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220315154520-csar.csar
2022-03-15T15:48:57.752Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220315154520-csar.csar
2022-03-15T15:48:57.935Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5621965374270981905/Definitions/service-Vfw20220315154520-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-03-15T15:49:00.055Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-15T15:49:00.056Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-15T15:49:00.056Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220315154520-csar.csar
2022-03-15T15:49:00.057Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-15T15:49:00.057Z|a3104be3-010d-4223-b6e5-5f8342c41182|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-Vfw20220315154520-csar.csar
2022-03-15T15:49:00.057Z|a3104be3-010d-4223-b6e5-5f8342c41182|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-Vfw20220315154520-csar.csar
2022-03-15T15:49:00.057Z|a3104be3-010d-4223-b6e5-5f8342c41182|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-Vfw20220315154520-csar.csar
2022-03-15T15:49:00.057Z|a3104be3-010d-4223-b6e5-5f8342c41182|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-Vfw20220315154520-csar.csar
2022-03-15T15:49:00.058Z|a3104be3-010d-4223-b6e5-5f8342c41182|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-Vfw20220315154520-csar.csar
2022-03-15T15:49:00.058Z|a3104be3-010d-4223-b6e5-5f8342c41182|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-Vfw20220315154520-csar.csar
2022-03-15T15:49:00.058Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW beffca5a-e46a 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-Vfw20220315154520-csar.csar
2022-03-15T15:49:00.058Z|a3104be3-010d-4223-b6e5-5f8342c41182|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-Vfw20220315154520-csar.csar
2022-03-15T15:49:00.059Z|a3104be3-010d-4223-b6e5-5f8342c41182|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-Vfw20220315154520-csar.csar
2022-03-15T15:49:00.059Z|a3104be3-010d-4223-b6e5-5f8342c41182|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-Vfw20220315154520-csar.csar
2022-03-15T15:49:00.059Z|a3104be3-010d-4223-b6e5-5f8342c41182|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-Vfw20220315154520-csar.csar
2022-03-15T15:49:00.059Z|a3104be3-010d-4223-b6e5-5f8342c41182|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-Vfw20220315154520-csar.csar
2022-03-15T15:49:00.059Z|a3104be3-010d-4223-b6e5-5f8342c41182|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-Vfw20220315154520-csar.csar
2022-03-15T15:49:00.060Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-15T15:49:00.060Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:49:00.060Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-15 15-45-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:49:00.061Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vFW beffca5a-e46a 0 is matching search criteria
2022-03-15T15:49:00.061Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-15T15:49:00.061Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW beffca5a-e46a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-15T15:49:00.061Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:49:00.061Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-15 15-45-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:49:00.062Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vFW beffca5a-e46a 0 is matching search criteria
2022-03-15T15:49:00.062Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-15T15:49:00.062Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW beffca5a-e46a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-15T15:49:00.062Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:49:00.062Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-15 15-45-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:49:00.063Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:49:00.063Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vFW beffca5a-e46a 0 is not matching search criteria
2022-03-15T15:49:00.063Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-15T15:49:00.063Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-15T15:49:00.063Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-15T15:49:00.064Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-15T15:49:00.064Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-15T15:49:00.064Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-15T15:49:00.064Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-15T15:49:00.064Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-15T15:49:00.065Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-15T15:49:00.065Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-15T15:49:00.065Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-15T15:49:00.065Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-15T15:49:00.065Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-15T15:49:00.065Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-15T15:49:00.066Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-15T15:49:00.066Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-15T15:49:00.066Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:49:00.066Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-15 15-45-20 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-15T15:49:00.067Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:49:00.067Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vFW beffca5a-e46a 0 is matching search criteria
2022-03-15T15:49:00.067Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW beffca5a-e46a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T15:49:00.067Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:49:00.067Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vFW beffca5a-e46a 0 is matching search criteria
2022-03-15T15:49:00.068Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW beffca5a-e46a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T15:49:00.068Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:49:00.068Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vFW beffca5a-e46a 0 is matching search criteria
2022-03-15T15:49:00.068Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW beffca5a-e46a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T15:49:00.068Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:49:00.069Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vFW beffca5a-e46a 0 is not matching search criteria
2022-03-15T15:49:00.069Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-15T15:49:00.069Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-15T15:49:00.069Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-15T15:49:00.069Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-15T15:49:00.070Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-15T15:49:00.070Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-15T15:49:00.070Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-15T15:49:00.070Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-15T15:49:00.070Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-15T15:49:00.071Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-15T15:49:00.071Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-15T15:49:00.071Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ca3642b6-4ae6-4ac7-847b-af0913133208
2022-03-15T15:49:00.071Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:49:00.071Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vFW beffca5a-e46a 0 is not matching search criteria
2022-03-15T15:49:00.072Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-15T15:49:00.072Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-15T15:49:00.072Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-15T15:49:00.072Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-15T15:49:00.072Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-15T15:49:00.072Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-15T15:49:00.073Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-15T15:49:00.073Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-15T15:49:00.073Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-15T15:49:00.073Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-15T15:49:00.073Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-15T15:49:00.074Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-15T15:49:00.074Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4eefa7a7-7a67-4783-a469-96d5a9ef3610
2022-03-15T15:49:00.074Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:49:00.074Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vFW beffca5a-e46a 0 is not matching search criteria
2022-03-15T15:49:00.075Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-15T15:49:00.075Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-15T15:49:00.075Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-15T15:49:00.075Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-15T15:49:00.075Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-15T15:49:00.076Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-15T15:49:00.076Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-15T15:49:00.076Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-15T15:49:00.076Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-15T15:49:00.077Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-15T15:49:00.077Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-15T15:49:00.077Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-15T15:49:00.077Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=30ffad7c-1942-4f1c-ba57-85598201dcaf
2022-03-15T15:49:00.077Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:49:00.078Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-15 15-45-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:49:00.078Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:49:00.078Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-15 15-45-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:49:00.078Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:49:00.079Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-15 15-45-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:49:00.079Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:49:00.079Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-15 15-45-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:49:00.079Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-03-15 15-45-20
Description:catalog service description
Model UUID:d23eb108-2fc1-4c53-afc2-5d835ca42443
Model Version:NULL
Model InvariantUuid:b27cb36b-602a-4921-9a49-2cebb18056b9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW beffca5a-e46a
Model UUID:5af10761-bbad-49dc-a63d-102bc3afed04
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c455e8cb-27c5-419e-91db-5295aff168eb
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:42e0982a-574e-4c8e-adae-dbf51452201c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:7db24337-0300-4a45-a699-b4b0ce24fa67
ModelName:VfwBeffca5aE46a..base_vfw..module-0
ModelUuid:16e87d48-f195-4e17-b4b3-4507051e3be8
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:ca3642b6-4ae6-4ac7-847b-af0913133208
ModelInvariantUuid:ff8e7934-1737-43ec-a13a-ba41da763602
ModelName:vFW beffca5a-e46a-nodes.vfwCvfc
ModelUuid:81e0b711-715b-4c6c-94fa-2e4aff493518
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:c262888d-7dd3-4fa7-9155-6f0de71c9ad8
ModelInvariantUuid:4aa3c2e9-f534-4351-835f-ac7505fa68e8
ModelName:VfwBeffca5aE46a.compute.nodes.heat.vfw
ModelUuid:39e8666e-7e2b-4e7e-b67f-f40fe6b933a9
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:4eefa7a7-7a67-4783-a469-96d5a9ef3610
ModelInvariantUuid:f4f7f2f7-c6cc-462d-9e22-2a57ab17227f
ModelName:vFW beffca5a-e46a-nodes.vsnCvfc
ModelUuid:804d8248-9529-451f-b84c-b27e2e0bdff8
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:d8bd6da7-6f72-45d4-bdac-6013b399b23c
ModelInvariantUuid:19418cd3-0588-41c1-882f-45493e74c8c2
ModelName:VfwBeffca5aE46a.compute.nodes.heat.vsn
ModelUuid:b15c0fbb-c2df-4953-a5c3-6a55c41d335f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:30ffad7c-1942-4f1c-ba57-85598201dcaf
ModelInvariantUuid:2b10202d-a2f7-4846-ad93-4d0a51ad8cd4
ModelName:vFW beffca5a-e46a-nodes.vpgCvfc
ModelUuid:e7b2ff91-3ce2-4eff-a94b-fb88162f9561
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:03e5e0af-ad17-495c-9f79-b8001b7ee45b
ModelInvariantUuid:73183d5d-b385-4e9f-9094-bd3e9f1aeff8
ModelName:VfwBeffca5aE46a.compute.nodes.heat.vpg
ModelUuid:ac622193-f8ff-4f9a-bde0-44c8a3c107f1
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-15T15:49:00.092Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 98b0e7b8-e5cb-4cc3-acd6-5998ba6e0e17
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-15T15:49:00.095Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||vFW beffca5a-e46a 0
2022-03-15T15:49:00.095Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 98b0e7b8-e5cb-4cc3-acd6-5998ba6e0e17
2022-03-15T15:49:00.095Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 3960f307-9b15-46bb-9035-1e10c703cc28 from URL: /sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/vfwbeffca5ae46a0_modules.json
2022-03-15T15:49:00.095Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-15T15:49:00.096Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/vfwbeffca5ae46a0_modules.json
2022-03-15T15:49:00.352Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-15T15:49:00.352Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/vfwbeffca5ae46a0_modules.json 3960f307-9b15-46bb-9035-1e10c703cc28 785
2022-03-15T15:49:00.352Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/vfwbeffca5ae46a0_modules.json ASDC sendASDCNotification
2022-03-15T15:49:00.353Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/vfwbeffca5ae46a0_modules.json
2022-03-15T15:49:00.353Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T15:49:00.353Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:49:00.355Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:49:00.355Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359340352,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/vfwbeffca5ae46a0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:49:00.455Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:49:00.456Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T15:49:00.457Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T15:49:00.471Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:49:00.471Z||pool-27-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:49:01.356Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwBeffca5aE46a..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "7db24337-0300-4a45-a699-b4b0ce24fa67",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "16e87d48-f195-4e17-b4b3-4507051e3be8",
    "vfModuleModelCustomizationUUID": "8fbdede4-d3fe-41c7-93a6-619c14a27e92",
    "isBase": true,
    "artifacts": [
      "cb80f05f-7813-4506-8629-6ba47a03a536",
      "8295f982-548a-44b1-8276-3ab97f5e6c64"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-15T15:49:01.360Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwBeffca5aE46a..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:16e87d48-f195-4e17-b4b3-4507051e3be8
VfModuleModelInvariantUUID:7db24337-0300-4a45-a699-b4b0ce24fa67
VfModuleModelDescription:NULL
Artifacts UUID List:{
cb80f05f-7813-4506-8629-6ba47a03a536
,
8295f982-548a-44b1-8276-3ab97f5e6c64

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

isBase:true


}

2022-03-15T15:49:01.361Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwBeffca5aE46a..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "7db24337-0300-4a45-a699-b4b0ce24fa67",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "16e87d48-f195-4e17-b4b3-4507051e3be8",
    "vfModuleModelCustomizationUUID": "8fbdede4-d3fe-41c7-93a6-619c14a27e92",
    "isBase": true,
    "artifacts": [
      "cb80f05f-7813-4506-8629-6ba47a03a536",
      "8295f982-548a-44b1-8276-3ab97f5e6c64"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-15T15:49:01.362Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwBeffca5aE46a..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:16e87d48-f195-4e17-b4b3-4507051e3be8
VfModuleModelInvariantUUID:7db24337-0300-4a45-a699-b4b0ce24fa67
VfModuleModelDescription:NULL
Artifacts UUID List:{
cb80f05f-7813-4506-8629-6ba47a03a536
,
8295f982-548a-44b1-8276-3ab97f5e6c64

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

isBase:true


}

2022-03-15T15:49:01.362Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: cb80f05f-7813-4506-8629-6ba47a03a536 from URL: /sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/base_vfw.yaml
2022-03-15T15:49:01.362Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-15T15:49:01.362Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/base_vfw.yaml
2022-03-15T15:49:01.560Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-15T15:49:01.560Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/base_vfw.yaml cb80f05f-7813-4506-8629-6ba47a03a536 20368
2022-03-15T15:49:01.561Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-15T15:49:01.561Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/base_vfw.yaml
2022-03-15T15:49:01.561Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T15:49:01.561Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:49:01.563Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:49:01.563Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359341561,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:49:01.663Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:49:01.664Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T15:49:01.664Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T15:49:01.681Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:49:01.682Z||pool-28-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:49:02.564Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 8295f982-548a-44b1-8276-3ab97f5e6c64 from URL: /sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/base_vfw.env
2022-03-15T15:49:02.564Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-15T15:49:02.565Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/base_vfw.env
2022-03-15T15:49:02.859Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-15T15:49:02.860Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/base_vfw.env 8295f982-548a-44b1-8276-3ab97f5e6c64 2098
2022-03-15T15:49:02.860Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-15T15:49:02.860Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/base_vfw.env
2022-03-15T15:49:02.860Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T15:49:02.861Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:49:02.862Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:49:02.863Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359342860,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:49:02.963Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:49:02.964Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T15:49:02.964Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T15:49:02.979Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:49:02.980Z||pool-29-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:49:03.865Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: d23eb108-2fc1-4c53-afc2-5d835ca42443
2022-03-15T15:49:03.865Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW beffca5a-e46a 0 98b0e7b8-e5cb-4cc3-acd6-5998ba6e0e17 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-15T15:49:03.884Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@52f29894, org.onap.sdc.toscaparser.api.parameters.Input@9c4a538, org.onap.sdc.toscaparser.api.parameters.Input@4af767c7, org.onap.sdc.toscaparser.api.parameters.Input@1f465a0c, org.onap.sdc.toscaparser.api.parameters.Input@59b65748]
2022-03-15T15:49:03.886Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:49:03.886Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-15 15-45-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:49:03.886Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-03-15T15:49:03.886Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 42e0982a-574e-4c8e-adae-dbf51452201c
2022-03-15T15:49:03.887Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 42e0982a-574e-4c8e-adae-dbf51452201c matches Tosca VF Customization UUID: 42e0982a-574e-4c8e-adae-dbf51452201c
2022-03-15T15:49:03.887Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 42e0982a-574e-4c8e-adae-dbf51452201c  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-15T15:49:03.890Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:49:03.890Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-15 15-45-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:49:03.891Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 42e0982a-574e-4c8e-adae-dbf51452201c: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-03-15T15:49:03.891Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@29f4e0aa
2022-03-15T15:49:03.891Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:49:03.891Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-15 15-45-20 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-15T15:49:03.892Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8fbdede4-d3fe-41c7-93a6-619c14a27e92
2022-03-15T15:49:03.892Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8fbdede4-d3fe-41c7-93a6-619c14a27e92
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-15T15:49:03.894Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:49:03.895Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vFW beffca5a-e46a 0 is matching search criteria
2022-03-15T15:49:03.895Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW beffca5a-e46a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T15:49:03.895Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:49:03.896Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vFW beffca5a-e46a 0 is matching search criteria
2022-03-15T15:49:03.896Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW beffca5a-e46a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T15:49:03.896Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:49:03.896Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vFW beffca5a-e46a 0 is not matching search criteria
2022-03-15T15:49:03.897Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-15T15:49:03.897Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-15T15:49:03.897Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-15T15:49:03.897Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-15T15:49:03.898Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-15T15:49:03.898Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-15T15:49:03.898Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-15T15:49:03.898Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-15T15:49:03.899Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-15T15:49:03.899Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-15T15:49:03.899Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-15T15:49:03.900Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ca3642b6-4ae6-4ac7-847b-af0913133208
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-15T15:49:03.902Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:49:03.902Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vFW beffca5a-e46a 0 is matching search criteria
2022-03-15T15:49:03.903Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW beffca5a-e46a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T15:49:03.903Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:49:03.903Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vFW beffca5a-e46a 0 is not matching search criteria
2022-03-15T15:49:03.904Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-15T15:49:03.904Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-15T15:49:03.904Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-15T15:49:03.904Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-15T15:49:03.905Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-15T15:49:03.905Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-15T15:49:03.905Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-15T15:49:03.905Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-15T15:49:03.906Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-15T15:49:03.906Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-15T15:49:03.906Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-15T15:49:03.907Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-15T15:49:03.907Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4eefa7a7-7a67-4783-a469-96d5a9ef3610
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-15T15:49:03.909Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:49:03.910Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vFW beffca5a-e46a 0 is matching search criteria
2022-03-15T15:49:03.910Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW beffca5a-e46a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T15:49:03.912Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:49:03.913Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vFW beffca5a-e46a 0 is not matching search criteria
2022-03-15T15:49:03.913Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-15T15:49:03.913Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-15T15:49:03.914Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-15T15:49:03.914Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-15T15:49:03.914Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-15T15:49:03.914Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-15T15:49:03.915Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-15T15:49:03.915Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-15T15:49:03.915Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-15T15:49:03.915Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-15T15:49:03.916Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-15T15:49:03.916Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-15T15:49:03.916Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=30ffad7c-1942-4f1c-ba57-85598201dcaf
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-15T15:49:03.919Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:49:03.919Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vFW beffca5a-e46a 0 is matching search criteria
2022-03-15T15:49:03.919Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW beffca5a-e46a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T15:49:03.920Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:49:03.920Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vFW beffca5a-e46a 0 is matching search criteria
2022-03-15T15:49:03.920Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW beffca5a-e46a 0] matching following query criteria: sdcType=VF, customizationUUID=42e0982a-574e-4c8e-adae-dbf51452201c
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-15T15:49:03.922Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:49:03.922Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-15 15-45-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:49:03.923Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid d23eb108-2fc1-4c53-afc2-5d835ca42443: vFW beffca5a-e46a
2022-03-15T15:49:03.923Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:49:03.923Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-15 15-45-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:49:03.923Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:49:03.924Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-15 15-45-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:49:03.924Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:49:03.924Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-15 15-45-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:49:03.925Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:49:03.925Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-15 15-45-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:49:03.925Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:49:03.925Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-15 15-45-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:49:03.926Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2022-03-15 15-45-20 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T15:49:04.140Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW beffca5a-e46a 98b0e7b8-e5cb-4cc3-acd6-5998ba6e0e17 1 ASDC deployResourceStructure
2022-03-15T15:49:04.141Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/vfwbeffca5ae46a0_modules.json ASDC sendASDCNotification
2022-03-15T15:49:04.141Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/vfwbeffca5ae46a0_modules.json
2022-03-15T15:49:04.141Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T15:49:04.141Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:49:04.143Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:49:04.143Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359344141,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/vfwbeffca5ae46a0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-15T15:49:04.244Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:49:04.245Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T15:49:04.245Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T15:49:04.267Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:49:04.267Z||pool-30-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:49:05.144Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-15T15:49:05.145Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/base_vfw.yaml
2022-03-15T15:49:05.145Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T15:49:05.145Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:49:05.147Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:49:05.148Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359345144,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-15T15:49:05.248Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:49:05.249Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T15:49:05.249Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T15:49:05.262Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:49:05.262Z||pool-31-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:49:06.149Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-15T15:49:06.149Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/base_vfw.env
2022-03-15T15:49:06.150Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T15:49:06.150Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:49:06.152Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:49:06.152Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359346148,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-15T15:49:06.252Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T15:49:06.253Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T15:49:06.253Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T15:49:06.269Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:49:06.269Z||pool-32-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:49:07.153Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220315154520/1.0/artifacts/service-Vfw20220315154520-csar.csar ASDC sendASDCNotification
2022-03-15T15:49:07.154Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220315154520/1.0/artifacts/service-Vfw20220315154520-csar.csar
2022-03-15T15:49:07.154Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T15:49:07.155Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:49:07.158Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:49:07.158Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359347153,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/artifacts/service-Vfw20220315154520-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T15:49:07.258Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T15:49:07.259Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T15:49:07.259Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T15:49:07.283Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:49:07.283Z||pool-33-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:49:08.159Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a3104be3-010d-4223-b6e5-5f8342c41182
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-15T15:49:08.169Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a3104be3-010d-4223-b6e5-5f8342c41182
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-15T15:49:08.174Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T15:49:08.174Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-15T15:49:08.174Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-15T15:49:08.174Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-15T15:49:08.175Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T15:49:08.175Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T15:49:08.175Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T15:49:08.175Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T15:49:08.175Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T15:49:08.175Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T15:49:08.175Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T15:49:08.180Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-15T15:49:36.769Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:49:36.770Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:49:36.770Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:49:37.415Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:49:37.416Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:49:37.417Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359323876,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-15T15:49:37.418Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:49:37.418Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:49:37.418Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359324895,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:49:37.418Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:49:37.419Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:49:37.419Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359324895,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/vfwbeffca5ae46a0_modules.json",
  "status": "NOTIFIED"
}
2022-03-15T15:49:37.419Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:49:37.419Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:49:37.419Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359324895,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-15T15:49:37.419Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:49:37.420Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:49:37.420Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359324895,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:49:37.420Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:49:37.420Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:49:37.420Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359324895,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-15T15:49:37.421Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:49:37.421Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:49:37.421Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359324895,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/artifacts/service-Vfw20220315154520-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:49:37.421Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:49:37.421Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:49:37.421Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359324895,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/artifacts/service-Vfw20220315154520-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T15:49:37.422Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:49:37.422Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:49:37.422Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359336745,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/artifacts/service-Vfw20220315154520-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:49:37.422Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:49:37.422Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:49:37.422Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359340352,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/vfwbeffca5ae46a0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:49:37.423Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:49:37.423Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:49:37.423Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359341561,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:49:37.423Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:49:37.423Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:49:37.423Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359342860,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:49:37.423Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:49:37.423Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:49:37.424Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359344141,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/vfwbeffca5ae46a0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-15T15:49:37.424Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:49:37.424Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:49:37.424Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359345144,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-15T15:49:37.424Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:49:37.424Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:49:37.424Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359346148,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-15T15:49:37.425Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:49:37.425Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:49:37.425Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359347153,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/artifacts/service-Vfw20220315154520-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T15:49:37.425Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:49:38.181Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a3104be3-010d-4223-b6e5-5f8342c41182 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-15T15:49:38.188Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a3104be3-010d-4223-b6e5-5f8342c41182 and serviceModelVersionId: d23eb108-2fc1-4c53-afc2-5d835ca42443
2022-03-15T15:49:38.188Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b27cb36b-602a-4921-9a49-2cebb18056b9
2022-03-15T15:49:38.189Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b27cb36b-602a-4921-9a49-2cebb18056b9/model-vers/model-ver/d23eb108-2fc1-4c53-afc2-5d835ca42443?depth=0
2022-03-15T15:49:38.195Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-03-15T15:49:38.247Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b27cb36b-602a-4921-9a49-2cebb18056b9/model-vers/model-ver/d23eb108-2fc1-4c53-afc2-5d835ca42443?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-03-15T15:49:38.248Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b27cb36b-602a-4921-9a49-2cebb18056b9/model-vers/model-ver/d23eb108-2fc1-4c53-afc2-5d835ca42443?depth=0|INFO|500||Invoke
2022-03-15T15:49:38.276Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b27cb36b-602a-4921-9a49-2cebb18056b9/model-vers/model-ver/d23eb108-2fc1-4c53-afc2-5d835ca42443?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-15T15:49:38.543Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b27cb36b-602a-4921-9a49-2cebb18056b9/model-vers/model-ver/d23eb108-2fc1-4c53-afc2-5d835ca42443?depth=0|INFO|500||InvokeReturn
2022-03-15T15:49:38.543Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b27cb36b-602a-4921-9a49-2cebb18056b9/model-vers/model-ver/d23eb108-2fc1-4c53-afc2-5d835ca42443?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220315-15:49:38:283-99380], vertex-id=[217120], Content-Length=[0], Date=[Tue, 15 Mar 2022 15:49:38 GMT], Content-Type=[application/json]}
2022-03-15T15:49:38.544Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2022-03-15T15:49:38.544Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-15T15:49:38.544Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-15T15:49:38.551Z|a3104be3-010d-4223-b6e5-5f8342c41182|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-03-15T15:49:38.552Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a3104be3-010d-4223-b6e5-5f8342c41182 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-15T15:49:38.552Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-15T15:49:38.552Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:49:38.555Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:49:38.555Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359378552,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-15T15:49:38.657Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:49:38.658Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T15:49:38.658Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T15:49:38.679Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:49:38.680Z||pool-34-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-15T15:49:39.573Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:49:39.575Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:49:39.575Z|a3104be3-010d-4223-b6e5-5f8342c41182|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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:49:49.126Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:49:49.127Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:49:49.128Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:49:49.128Z|a3104be3-010d-4223-b6e5-5f8342c41182|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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:49:58.679Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:49:58.680Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:49:58.680Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:49:58.680Z|a3104be3-010d-4223-b6e5-5f8342c41182|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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:50:08.228Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:50:36.767Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:50:36.768Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:50:36.769Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:50:36.769Z|a3104be3-010d-4223-b6e5-5f8342c41182|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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:50:36.769Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:50:36.769Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:50:37.133Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:50:37.134Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:50:37.134Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359378552,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-15T15:50:37.136Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:50:37.136Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:50:37.136Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
  "consumerID": "clamp",
  "timestamp": 1647359426303,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:50:37.136Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:50:37.137Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:50:37.137Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
  "consumerID": "aai-ml",
  "timestamp": 1647359432906,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:50:37.137Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:50:37.137Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:50:37.138Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647359434779,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:50:37.138Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:50:37.138Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:50:37.138Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
  "consumerID": "cds",
  "timestamp": 1647359433245,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:50:37.139Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:50:37.139Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:50:37.139Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
  "consumerID": "policy-id",
  "timestamp": 1647359433591,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:50:37.139Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:50:37.140Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:50:37.140Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
  "consumerID": "dcae-sch",
  "timestamp": 1647359435487,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:50:37.140Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:50:37.140Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:50:37.140Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
  "consumerID": "clamp",
  "timestamp": 1647359426303,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/vfw69416bd7ea0d0_modules.json",
  "status": "NOTIFIED"
}
2022-03-15T15:50:37.141Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:50:37.141Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:50:37.141Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
  "consumerID": "aai-ml",
  "timestamp": 1647359432906,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/vfw69416bd7ea0d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:50:37.142Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:50:37.142Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:50:37.142Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
  "consumerID": "cds",
  "timestamp": 1647359433245,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/vfw69416bd7ea0d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:50:37.142Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:50:37.142Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:50:37.143Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647359434779,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/vfw69416bd7ea0d0_modules.json",
  "status": "NOTIFIED"
}
2022-03-15T15:50:37.143Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:50:37.143Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:50:37.143Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
  "consumerID": "policy-id",
  "timestamp": 1647359433591,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/vfw69416bd7ea0d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:50:37.144Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:50:37.403Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:50:37.404Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-15T15:50:37.404Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"48a262ea-9135-425a-9aaa-8dac8bbfdd73","serviceName":"vFW 2022-03-15 15-48-19","serviceVersion":"1.0","serviceUUID":"23ed02bb-86dc-4089-8f15-c4c00c9e7d9a","serviceDescription":"catalog service description","serviceInvariantUUID":"22aef143-6082-4bc9-8dbc-ad683fefeca2","resources":[{"resourceInstanceName":"vFW 69416bd7-ea0d 0","resourceName":"vFW 69416bd7-ea0d","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"86cb6942-8ea9-413d-97e4-9e22d9768eb9","resourceInvariantUUID":"78c16dfa-1b47-47b1-b527-e271c012c52a","resourceCustomizationUUID":"5d45c6ae-381c-48e7-821c-70a0d0ba9128","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/vf-license-model.xml","artifactChecksum":"YjU3NjdiM2I0Y2RiNWVlMzNkZjIxOWMxZjk1YzkzMTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"557e5b0d-1feb-41ec-895b-42cabd2d2260","artifactVersion":"1"},{"artifactName":"vfw69416bd7ea0d0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/vfw69416bd7ea0d0_modules.json","artifactChecksum":"ODYwNzI2NDY4NTMyZDIyOGYwMDY4ZDNlZWVmOTkwNzc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"28efac55-bd24-4593-84f4-990faef894cb","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"43b6c902-af40-4a6e-8442-5cb02bee4afd","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/vendor-license-model.xml","artifactChecksum":"MTBiNTNlOTNlMDMxZjQzNzRlOTRiYWVlZGVjYWZlMWU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9654363f-a5bd-46e8-a263-88ff540dae4f","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"16189847-682c-4435-9e0e-d085ebeaeb9e","artifactVersion":"2","generatedFromUUID":"43b6c902-af40-4a6e-8442-5cb02bee4afd"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220315154819-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220315154819/1.0/artifacts/service-Vfw20220315154819-template.yml","artifactChecksum":"NDViZjY0MDc2NTZmOGMzZmM1NGZkNDYyYzE2ODE4OTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3e47f014-db7b-491f-8983-81bb46e13a7a","artifactVersion":"1"},{"artifactName":"service-Vfw20220315154819-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220315154819/1.0/artifacts/service-Vfw20220315154819-csar.csar","artifactChecksum":"NDY2Y2I0MzRkYzY5OTQ2M2Y2NjQyNTFjODRjOTFiNDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4bd2de2a-ae33-4bb4-ad6d-f0333c467571","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-15T15:50:37.411Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:50:37.411Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:50:37.415Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:50:37.415Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359436766,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:50:37.515Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:50:37.517Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T15:50:37.517Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T15:50:37.535Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:50:37.536Z||pool-35-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:50:38.416Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:50:38.417Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:50:38.418Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:50:38.418Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359436766,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/vfw69416bd7ea0d0_modules.json",
  "status": "NOTIFIED"
}
2022-03-15T15:50:38.519Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:50:38.519Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T15:50:38.520Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T15:50:38.540Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:50:38.541Z||pool-36-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:50:39.419Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:50:39.421Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:50:39.424Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:50:39.424Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359436766,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-15T15:50:39.524Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:50:39.525Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T15:50:39.525Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T15:50:39.537Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:50:39.538Z||pool-37-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:50:40.425Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:50:40.426Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:50:40.428Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:50:40.428Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359436766,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:50:40.528Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:50:40.530Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T15:50:40.530Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T15:50:40.545Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:50:40.546Z||pool-38-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:50:41.429Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:50:41.429Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:50:41.431Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:50:41.431Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359436766,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-15T15:50:41.531Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:50:41.532Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T15:50:41.532Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T15:50:41.543Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:50:41.544Z||pool-39-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:50:42.432Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:50:42.433Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:50:42.435Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:50:42.435Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359436766,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/artifacts/service-Vfw20220315154819-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:50:42.536Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:50:42.537Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T15:50:42.537Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T15:50:42.554Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:50:42.554Z||pool-40-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-03-15T15:50:43.436Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:50:43.437Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:50:43.440Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:50:43.440Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359436766,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/artifacts/service-Vfw20220315154819-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T15:50:43.540Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:50:43.541Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T15:50:43.541Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T15:50:43.551Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:50:43.552Z||pool-41-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-03-15T15:50:44.442Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
  "serviceName": "vFW 2022-03-15 15-48-19",
  "serviceVersion": "1.0",
  "serviceUUID": "23ed02bb-86dc-4089-8f15-c4c00c9e7d9a",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "22aef143-6082-4bc9-8dbc-ad683fefeca2",
  "resources": [
    {
      "resourceInstanceName": "vFW 69416bd7-ea0d 0",
      "resourceCustomizationUUID": "5d45c6ae-381c-48e7-821c-70a0d0ba9128",
      "resourceName": "vFW 69416bd7-ea0d",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "86cb6942-8ea9-413d-97e4-9e22d9768eb9",
      "resourceInvariantUUID": "78c16dfa-1b47-47b1-b527-e271c012c52a",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw69416bd7ea0d0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/vfw69416bd7ea0d0_modules.json",
          "artifactChecksum": "ODYwNzI2NDY4NTMyZDIyOGYwMDY4ZDNlZWVmOTkwNzc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "28efac55-bd24-4593-84f4-990faef894cb",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "43b6c902-af40-4a6e-8442-5cb02bee4afd",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "16189847-682c-4435-9e0e-d085ebeaeb9e",
            "generatedFromUUID": "43b6c902-af40-4a6e-8442-5cb02bee4afd"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "16189847-682c-4435-9e0e-d085ebeaeb9e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220315154819-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/artifacts/service-Vfw20220315154819-csar.csar",
      "artifactChecksum": "NDY2Y2I0MzRkYzY5OTQ2M2Y2NjQyNTFjODRjOTFiNDE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4bd2de2a-ae33-4bb4-ad6d-f0333c467571"
    }
  ],
  "workloadContext": "Production"
}
2022-03-15T15:50:44.443Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-15T15:50:44.443Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 23ed02bb-86dc-4089-8f15-c4c00c9e7d9a ASDC
2022-03-15T15:50:44.444Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:48a262ea-9135-425a-9aaa-8dac8bbfdd73
ServiceName:vFW 2022-03-15 15-48-19
ServiceVersion:1.0
ServiceUUID:23ed02bb-86dc-4089-8f15-c4c00c9e7d9a
ServiceInvariantUUID:22aef143-6082-4bc9-8dbc-ad683fefeca2
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220315154819-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220315154819/1.0/artifacts/service-Vfw20220315154819-csar.csar
ArtifactUUID:4bd2de2a-ae33-4bb4-ad6d-f0333c467571
ArtifactChecksum:NDY2Y2I0MzRkYzY5OTQ2M2Y2NjQyNTFjODRjOTFiNDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 69416bd7-ea0d 0
ResourceCustomizationUUID:5d45c6ae-381c-48e7-821c-70a0d0ba9128
ResourceInvariantUUID:78c16dfa-1b47-47b1-b527-e271c012c52a
ResourceName:vFW 69416bd7-ea0d
ResourceType:VF
ResourceUUID:86cb6942-8ea9-413d-97e4-9e22d9768eb9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw69416bd7ea0d0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/vfw69416bd7ea0d0_modules.json
ArtifactUUID:28efac55-bd24-4593-84f4-990faef894cb
ArtifactChecksum:ODYwNzI2NDY4NTMyZDIyOGYwMDY4ZDNlZWVmOTkwNzc=
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/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/base_vfw.yaml
ArtifactUUID:43b6c902-af40-4a6e-8442-5cb02bee4afd
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/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/base_vfw.env
ArtifactUUID:16189847-682c-4435-9e0e-d085ebeaeb9e
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/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/base_vfw.env
ArtifactUUID:16189847-682c-4435-9e0e-d085ebeaeb9e
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-15T15:50:44.445Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 23ed02bb-86dc-4089-8f15-c4c00c9e7d9a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T15:50:44.493Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-15T15:50:44.494Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-15T15:50:44.494Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-15T15:50:44.495Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 4bd2de2a-ae33-4bb4-ad6d-f0333c467571 from URL: /sdc/v1/catalog/services/Vfw20220315154819/1.0/artifacts/service-Vfw20220315154819-csar.csar
2022-03-15T15:50:44.495Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-15T15:50:44.495Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220315154819/1.0/artifacts/service-Vfw20220315154819-csar.csar
2022-03-15T15:50:45.021Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-15T15:50:45.026Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220315154819/1.0/artifacts/service-Vfw20220315154819-csar.csar 4bd2de2a-ae33-4bb4-ad6d-f0333c467571 98959
2022-03-15T15:50:45.026Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220315154819/1.0/artifacts/service-Vfw20220315154819-csar.csar ASDC sendASDCNotification
2022-03-15T15:50:45.027Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220315154819/1.0/artifacts/service-Vfw20220315154819-csar.csar
2022-03-15T15:50:45.027Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T15:50:45.027Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:50:45.029Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:50:45.030Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359445026,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/artifacts/service-Vfw20220315154819-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:50:45.130Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:50:45.131Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T15:50:45.131Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T15:50:45.159Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:50:45.160Z||pool-42-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:50:46.031Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-15T15:50:46.032Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-15T15:50:46.033Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 4bd2de2a-ae33-4bb4-ad6d-f0333c467571, URL: /sdc/v1/catalog/services/Vfw20220315154819/1.0/artifacts/service-Vfw20220315154819-csar.csar to file: /app/ASDC/1/service-Vfw20220315154819-csar.csar
2022-03-15T15:50:46.033Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220315154819-csar.csar
2022-03-15T15:50:46.034Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220315154819-csar.csar
2022-03-15T15:50:46.035Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220315154819-csar.csar
2022-03-15T15:50:46.292Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16000327850737453841/Definitions/service-Vfw20220315154819-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-03-15T15:50:48.506Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-15T15:50:48.507Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-15T15:50:48.508Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220315154819-csar.csar
2022-03-15T15:50:48.508Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-15T15:50:48.508Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|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-Vfw20220315154819-csar.csar
2022-03-15T15:50:48.508Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|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-Vfw20220315154819-csar.csar
2022-03-15T15:50:48.509Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|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-Vfw20220315154819-csar.csar
2022-03-15T15:50:48.509Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|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-Vfw20220315154819-csar.csar
2022-03-15T15:50:48.509Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|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-Vfw20220315154819-csar.csar
2022-03-15T15:50:48.509Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|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-Vfw20220315154819-csar.csar
2022-03-15T15:50:48.509Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|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-Vfw20220315154819-csar.csar
2022-03-15T15:50:48.509Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|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-Vfw20220315154819-csar.csar
2022-03-15T15:50:48.509Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|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-Vfw20220315154819-csar.csar
2022-03-15T15:50:48.510Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|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-Vfw20220315154819-csar.csar
2022-03-15T15:50:48.510Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|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-Vfw20220315154819-csar.csar
2022-03-15T15:50:48.510Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 69416bd7-ea0d 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-Vfw20220315154819-csar.csar
2022-03-15T15:50:48.510Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|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-Vfw20220315154819-csar.csar
2022-03-15T15:50:48.510Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-15T15:50:48.510Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:50:48.511Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-15 15-48-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:50:48.511Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template vFW 69416bd7-ea0d 0 is matching search criteria
2022-03-15T15:50:48.511Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-15T15:50:48.511Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 69416bd7-ea0d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-15T15:50:48.512Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:50:48.512Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-15 15-48-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:50:48.512Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template vFW 69416bd7-ea0d 0 is matching search criteria
2022-03-15T15:50:48.512Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-15T15:50:48.513Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 69416bd7-ea0d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-15T15:50:48.513Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:50:48.513Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-15 15-48-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:50:48.513Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:50:48.513Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template vFW 69416bd7-ea0d 0 is not matching search criteria
2022-03-15T15:50:48.514Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-15T15:50:48.514Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-15T15:50:48.514Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-15T15:50:48.514Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-15T15:50:48.514Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-15T15:50:48.514Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-15T15:50:48.515Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-15T15:50:48.515Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-15T15:50:48.515Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-15T15:50:48.515Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-15T15:50:48.515Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-15T15:50:48.515Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-15T15:50:48.515Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-15T15:50:48.515Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-15T15:50:48.516Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-15T15:50:48.516Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-15T15:50:48.516Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:50:48.516Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-15 15-48-19 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-15T15:50:48.517Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:50:48.517Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template vFW 69416bd7-ea0d 0 is matching search criteria
2022-03-15T15:50:48.517Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 69416bd7-ea0d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T15:50:48.517Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:50:48.517Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template vFW 69416bd7-ea0d 0 is matching search criteria
2022-03-15T15:50:48.518Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 69416bd7-ea0d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T15:50:48.518Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:50:48.518Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template vFW 69416bd7-ea0d 0 is matching search criteria
2022-03-15T15:50:48.518Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 69416bd7-ea0d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T15:50:48.518Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:50:48.519Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template vFW 69416bd7-ea0d 0 is not matching search criteria
2022-03-15T15:50:48.519Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-15T15:50:48.519Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-15T15:50:48.519Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-15T15:50:48.519Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-15T15:50:48.520Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-15T15:50:48.520Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-15T15:50:48.520Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-15T15:50:48.520Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-15T15:50:48.520Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-15T15:50:48.521Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-15T15:50:48.521Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-15T15:50:48.521Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=eb5ebe54-dc4c-4c42-bf09-82c8f9c29fe5
2022-03-15T15:50:48.521Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:50:48.521Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template vFW 69416bd7-ea0d 0 is not matching search criteria
2022-03-15T15:50:48.522Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-15T15:50:48.522Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-15T15:50:48.522Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-15T15:50:48.522Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-15T15:50:48.522Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-15T15:50:48.523Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-15T15:50:48.523Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-15T15:50:48.523Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-15T15:50:48.523Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-15T15:50:48.523Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-15T15:50:48.523Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-15T15:50:48.524Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-15T15:50:48.524Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=fa6fd480-adf2-423d-8d38-fa107f06111d
2022-03-15T15:50:48.524Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:50:48.524Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template vFW 69416bd7-ea0d 0 is not matching search criteria
2022-03-15T15:50:48.524Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-15T15:50:48.525Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-15T15:50:48.525Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-15T15:50:48.525Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-15T15:50:48.525Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-15T15:50:48.525Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-15T15:50:48.525Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-15T15:50:48.526Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-15T15:50:48.526Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-15T15:50:48.526Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-15T15:50:48.526Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-15T15:50:48.526Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-15T15:50:48.526Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ce0ddfc3-cb6c-4c22-8f56-08c0a9be835a
2022-03-15T15:50:48.526Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:50:48.527Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-15 15-48-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:50:48.527Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:50:48.527Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-15 15-48-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:50:48.527Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:50:48.527Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-15 15-48-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:50:48.527Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:50:48.527Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-15 15-48-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:50:48.528Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-03-15 15-48-19
Description:catalog service description
Model UUID:23ed02bb-86dc-4089-8f15-c4c00c9e7d9a
Model Version:NULL
Model InvariantUuid:22aef143-6082-4bc9-8dbc-ad683fefeca2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 69416bd7-ea0d
Model UUID:b42b1a2a-47b7-4a31-b2b7-95cbcfbeeb0f
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:78c16dfa-1b47-47b1-b527-e271c012c52a
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:5d45c6ae-381c-48e7-821c-70a0d0ba9128
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:61fe8f15-b07c-4e37-9028-47b41f123c2c
ModelName:Vfw69416bd7Ea0d..base_vfw..module-0
ModelUuid:be5129ab-556a-4602-91cd-62172b5eb14b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:eb5ebe54-dc4c-4c42-bf09-82c8f9c29fe5
ModelInvariantUuid:d030af9c-f6f0-4d17-ac4b-67f7ab7b7456
ModelName:vFW 69416bd7-ea0d-nodes.vfwCvfc
ModelUuid:faeaeb56-8a68-4a34-887d-409183dc6b07
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:4ea27c57-66ac-42fb-83b1-a2a11e08c336
ModelInvariantUuid:55225c29-69b0-44b4-aa7c-db0acbed86d1
ModelName:Vfw69416bd7Ea0d.compute.nodes.heat.vfw
ModelUuid:279a7af8-b68e-4518-a5d9-f25d0b1e910a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:fa6fd480-adf2-423d-8d38-fa107f06111d
ModelInvariantUuid:69d629e0-1400-4b08-b435-9b1a6ce36c7a
ModelName:vFW 69416bd7-ea0d-nodes.vsnCvfc
ModelUuid:beb8ad29-9793-4315-b3ed-f8dfa247dcd0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:44c3445a-cafc-4b8f-a653-1b5f257759da
ModelInvariantUuid:19e14a8b-effd-4b19-b7e8-8d5d64694a31
ModelName:Vfw69416bd7Ea0d.compute.nodes.heat.vsn
ModelUuid:a8742068-98d2-49d8-92be-55bca2445a84
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:ce0ddfc3-cb6c-4c22-8f56-08c0a9be835a
ModelInvariantUuid:a7b6cbd4-bac2-4c3b-9b81-aef3bbff11b4
ModelName:vFW 69416bd7-ea0d-nodes.vpgCvfc
ModelUuid:5d7f098f-71d9-4cdf-927f-4b15295b8f79
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:6708e925-b93e-42cf-9929-34f6411e9cb8
ModelInvariantUuid:d5d14f13-600f-4a87-836b-f44263696dec
ModelName:Vfw69416bd7Ea0d.compute.nodes.heat.vpg
ModelUuid:7393c697-ecf9-42ca-b875-c7bacae5fc03
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-15T15:50:48.536Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 86cb6942-8ea9-413d-97e4-9e22d9768eb9
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-15T15:50:48.540Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||vFW 69416bd7-ea0d 0
2022-03-15T15:50:48.541Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 86cb6942-8ea9-413d-97e4-9e22d9768eb9
2022-03-15T15:50:48.541Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 28efac55-bd24-4593-84f4-990faef894cb from URL: /sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/vfw69416bd7ea0d0_modules.json
2022-03-15T15:50:48.541Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-15T15:50:48.541Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/vfw69416bd7ea0d0_modules.json
2022-03-15T15:50:48.949Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-15T15:50:48.950Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/vfw69416bd7ea0d0_modules.json 28efac55-bd24-4593-84f4-990faef894cb 785
2022-03-15T15:50:48.950Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/vfw69416bd7ea0d0_modules.json ASDC sendASDCNotification
2022-03-15T15:50:48.950Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/vfw69416bd7ea0d0_modules.json
2022-03-15T15:50:48.950Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T15:50:48.951Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:50:48.957Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:50:48.957Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359448950,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/vfw69416bd7ea0d0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:50:49.053Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-03-15T15:50:49.054Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T15:50:49.054Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T15:50:49.067Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:50:49.068Z||pool-43-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:50:49.958Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw69416bd7Ea0d..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "61fe8f15-b07c-4e37-9028-47b41f123c2c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "be5129ab-556a-4602-91cd-62172b5eb14b",
    "vfModuleModelCustomizationUUID": "89752d92-b538-41e4-b116-a5e78f80e521",
    "isBase": true,
    "artifacts": [
      "43b6c902-af40-4a6e-8442-5cb02bee4afd",
      "16189847-682c-4435-9e0e-d085ebeaeb9e"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-15T15:50:49.962Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw69416bd7Ea0d..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:be5129ab-556a-4602-91cd-62172b5eb14b
VfModuleModelInvariantUUID:61fe8f15-b07c-4e37-9028-47b41f123c2c
VfModuleModelDescription:NULL
Artifacts UUID List:{
43b6c902-af40-4a6e-8442-5cb02bee4afd
,
16189847-682c-4435-9e0e-d085ebeaeb9e

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

isBase:true


}

2022-03-15T15:50:49.963Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw69416bd7Ea0d..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "61fe8f15-b07c-4e37-9028-47b41f123c2c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "be5129ab-556a-4602-91cd-62172b5eb14b",
    "vfModuleModelCustomizationUUID": "89752d92-b538-41e4-b116-a5e78f80e521",
    "isBase": true,
    "artifacts": [
      "43b6c902-af40-4a6e-8442-5cb02bee4afd",
      "16189847-682c-4435-9e0e-d085ebeaeb9e"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-15T15:50:49.963Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw69416bd7Ea0d..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:be5129ab-556a-4602-91cd-62172b5eb14b
VfModuleModelInvariantUUID:61fe8f15-b07c-4e37-9028-47b41f123c2c
VfModuleModelDescription:NULL
Artifacts UUID List:{
43b6c902-af40-4a6e-8442-5cb02bee4afd
,
16189847-682c-4435-9e0e-d085ebeaeb9e

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

isBase:true


}

2022-03-15T15:50:49.964Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 43b6c902-af40-4a6e-8442-5cb02bee4afd from URL: /sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/base_vfw.yaml
2022-03-15T15:50:49.964Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-15T15:50:49.964Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/base_vfw.yaml
2022-03-15T15:50:50.151Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-15T15:50:50.152Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/base_vfw.yaml 43b6c902-af40-4a6e-8442-5cb02bee4afd 20368
2022-03-15T15:50:50.152Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-15T15:50:50.152Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/base_vfw.yaml
2022-03-15T15:50:50.152Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T15:50:50.153Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:50:50.155Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:50:50.155Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359450152,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:50:50.255Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:50:50.257Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T15:50:50.257Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T15:50:50.271Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:50:50.272Z||pool-44-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:50:51.156Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 16189847-682c-4435-9e0e-d085ebeaeb9e from URL: /sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/base_vfw.env
2022-03-15T15:50:51.156Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-15T15:50:51.156Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/base_vfw.env
2022-03-15T15:50:51.445Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-15T15:50:51.445Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/base_vfw.env 16189847-682c-4435-9e0e-d085ebeaeb9e 2098
2022-03-15T15:50:51.446Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-15T15:50:51.446Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/base_vfw.env
2022-03-15T15:50:51.446Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T15:50:51.446Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:50:51.447Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:50:51.448Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359451445,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:50:51.548Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:50:51.549Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T15:50:51.549Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T15:50:51.560Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:50:51.561Z||pool-45-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:50:52.448Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 23ed02bb-86dc-4089-8f15-c4c00c9e7d9a
2022-03-15T15:50:52.448Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 69416bd7-ea0d 0 86cb6942-8ea9-413d-97e4-9e22d9768eb9 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-15T15:50:52.465Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6a274f28, org.onap.sdc.toscaparser.api.parameters.Input@2f2b7f77, org.onap.sdc.toscaparser.api.parameters.Input@16a805ed, org.onap.sdc.toscaparser.api.parameters.Input@37249af7, org.onap.sdc.toscaparser.api.parameters.Input@67aadd34]
2022-03-15T15:50:52.467Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:50:52.467Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-15 15-48-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:50:52.467Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-03-15T15:50:52.467Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 5d45c6ae-381c-48e7-821c-70a0d0ba9128
2022-03-15T15:50:52.467Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5d45c6ae-381c-48e7-821c-70a0d0ba9128 matches Tosca VF Customization UUID: 5d45c6ae-381c-48e7-821c-70a0d0ba9128
2022-03-15T15:50:52.468Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 5d45c6ae-381c-48e7-821c-70a0d0ba9128  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-15T15:50:52.470Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:50:52.470Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-15 15-48-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:50:52.471Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 5d45c6ae-381c-48e7-821c-70a0d0ba9128: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-03-15T15:50:52.471Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@563fe7ee
2022-03-15T15:50:52.471Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:50:52.471Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-15 15-48-19 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-15T15:50:52.471Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 89752d92-b538-41e4-b116-a5e78f80e521
2022-03-15T15:50:52.472Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 89752d92-b538-41e4-b116-a5e78f80e521
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-15T15:50:52.476Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:50:52.476Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template vFW 69416bd7-ea0d 0 is matching search criteria
2022-03-15T15:50:52.476Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 69416bd7-ea0d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T15:50:52.476Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:50:52.476Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template vFW 69416bd7-ea0d 0 is matching search criteria
2022-03-15T15:50:52.477Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 69416bd7-ea0d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T15:50:52.477Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:50:52.477Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template vFW 69416bd7-ea0d 0 is not matching search criteria
2022-03-15T15:50:52.477Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-15T15:50:52.477Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-15T15:50:52.477Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-15T15:50:52.478Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-15T15:50:52.478Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-15T15:50:52.478Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-15T15:50:52.478Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-15T15:50:52.478Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-15T15:50:52.478Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-15T15:50:52.478Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-15T15:50:52.479Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-15T15:50:52.479Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=eb5ebe54-dc4c-4c42-bf09-82c8f9c29fe5
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-15T15:50:52.481Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:50:52.482Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template vFW 69416bd7-ea0d 0 is matching search criteria
2022-03-15T15:50:52.482Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 69416bd7-ea0d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T15:50:52.482Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:50:52.482Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template vFW 69416bd7-ea0d 0 is not matching search criteria
2022-03-15T15:50:52.482Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-15T15:50:52.483Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-15T15:50:52.483Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-15T15:50:52.483Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-15T15:50:52.483Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-15T15:50:52.483Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-15T15:50:52.484Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-15T15:50:52.484Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-15T15:50:52.484Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-15T15:50:52.484Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-15T15:50:52.484Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-15T15:50:52.484Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-15T15:50:52.485Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=fa6fd480-adf2-423d-8d38-fa107f06111d
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-15T15:50:52.487Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:50:52.487Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template vFW 69416bd7-ea0d 0 is matching search criteria
2022-03-15T15:50:52.487Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 69416bd7-ea0d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T15:50:52.487Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:50:52.487Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template vFW 69416bd7-ea0d 0 is not matching search criteria
2022-03-15T15:50:52.488Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-15T15:50:52.488Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-15T15:50:52.488Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-15T15:50:52.488Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-15T15:50:52.488Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-15T15:50:52.489Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-15T15:50:52.489Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-15T15:50:52.489Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-15T15:50:52.489Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-15T15:50:52.489Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-15T15:50:52.489Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-15T15:50:52.490Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-15T15:50:52.490Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ce0ddfc3-cb6c-4c22-8f56-08c0a9be835a
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-15T15:50:52.492Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:50:52.492Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template vFW 69416bd7-ea0d 0 is matching search criteria
2022-03-15T15:50:52.492Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 69416bd7-ea0d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T15:50:52.493Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:50:52.493Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template vFW 69416bd7-ea0d 0 is matching search criteria
2022-03-15T15:50:52.493Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 69416bd7-ea0d 0] matching following query criteria: sdcType=VF, customizationUUID=5d45c6ae-381c-48e7-821c-70a0d0ba9128
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-15T15:50:52.496Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:50:52.496Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-15 15-48-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:50:52.496Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 23ed02bb-86dc-4089-8f15-c4c00c9e7d9a: vFW 69416bd7-ea0d
2022-03-15T15:50:52.496Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:50:52.496Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-15 15-48-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:50:52.496Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:50:52.497Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-15 15-48-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:50:52.497Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:50:52.497Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-15 15-48-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:50:52.497Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:50:52.497Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-15 15-48-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:50:52.497Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:50:52.498Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-15 15-48-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:50:52.498Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2022-03-15 15-48-19 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T15:50:52.786Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 69416bd7-ea0d 86cb6942-8ea9-413d-97e4-9e22d9768eb9 1 ASDC deployResourceStructure
2022-03-15T15:50:52.786Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/vfw69416bd7ea0d0_modules.json ASDC sendASDCNotification
2022-03-15T15:50:52.787Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/vfw69416bd7ea0d0_modules.json
2022-03-15T15:50:52.787Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T15:50:52.788Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:50:52.790Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:50:52.790Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359452786,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/vfw69416bd7ea0d0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-15T15:50:52.890Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:50:52.891Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T15:50:52.891Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T15:50:52.902Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:50:52.902Z||pool-46-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:50:53.791Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-15T15:50:53.791Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/base_vfw.yaml
2022-03-15T15:50:53.792Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T15:50:53.792Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:50:53.794Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:50:53.794Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359453791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-15T15:50:53.894Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:50:53.895Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T15:50:53.895Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T15:50:53.907Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:50:53.908Z||pool-47-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:50:54.795Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-15T15:50:54.796Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/base_vfw.env
2022-03-15T15:50:54.796Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T15:50:54.797Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:50:54.799Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:50:54.799Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359454795,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-15T15:50:54.900Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T15:50:54.901Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T15:50:54.901Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T15:50:54.913Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:50:54.913Z||pool-48-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-03-15T15:50:55.801Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220315154819/1.0/artifacts/service-Vfw20220315154819-csar.csar ASDC sendASDCNotification
2022-03-15T15:50:55.801Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220315154819/1.0/artifacts/service-Vfw20220315154819-csar.csar
2022-03-15T15:50:55.801Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T15:50:55.802Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:50:55.804Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:50:55.804Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359455800,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/artifacts/service-Vfw20220315154819-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T15:50:55.904Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:50:55.905Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T15:50:55.905Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T15:50:55.917Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:50:55.917Z||pool-49-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-03-15T15:50:56.805Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 48a262ea-9135-425a-9aaa-8dac8bbfdd73
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-15T15:50:56.821Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 48a262ea-9135-425a-9aaa-8dac8bbfdd73
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-15T15:50:56.824Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T15:50:56.824Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-15T15:50:56.824Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-15T15:51:26.825Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 48a262ea-9135-425a-9aaa-8dac8bbfdd73
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-15T15:51:26.836Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 48a262ea-9135-425a-9aaa-8dac8bbfdd73
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-15T15:51:26.839Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T15:51:26.839Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-15T15:51:26.840Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-15T15:51:36.769Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:51:36.770Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:51:36.770Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:51:36.795Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:51:36.795Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:51:36.796Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647359436327,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:51:36.796Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:51:56.840Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 48a262ea-9135-425a-9aaa-8dac8bbfdd73
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-15T15:51:56.854Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 48a262ea-9135-425a-9aaa-8dac8bbfdd73
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-15T15:51:56.856Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T15:51:56.856Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-15T15:51:56.857Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-15T15:52:26.857Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 48a262ea-9135-425a-9aaa-8dac8bbfdd73
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-15T15:52:26.868Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 48a262ea-9135-425a-9aaa-8dac8bbfdd73
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-15T15:52:26.870Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T15:52:26.870Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-15T15:52:26.870Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-15T15:52:36.769Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:52:36.770Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:52:36.770Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:52:36.809Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:52:36.810Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:52:36.810Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
  "consumerID": "dcae-sch",
  "timestamp": 1647359435487,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/vfw69416bd7ea0d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:52:36.811Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:52:56.871Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 48a262ea-9135-425a-9aaa-8dac8bbfdd73
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-15T15:52:56.882Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 48a262ea-9135-425a-9aaa-8dac8bbfdd73
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-15T15:52:56.889Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T15:52:56.889Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-15T15:52:56.889Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-15T15:53:26.889Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 48a262ea-9135-425a-9aaa-8dac8bbfdd73
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-15T15:53:26.900Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 48a262ea-9135-425a-9aaa-8dac8bbfdd73
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-15T15:53:26.902Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T15:53:26.902Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-15T15:53:26.902Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-15T15:53:36.769Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:53:36.771Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:53:36.772Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:53:37.331Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:53:37.334Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:53:37.334Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359436766,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:53:37.336Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:53:37.336Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:53:37.336Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
  "consumerID": "clamp",
  "timestamp": 1647359426303,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:53:37.337Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:53:37.337Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:53:37.337Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
  "consumerID": "cds",
  "timestamp": 1647359433245,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:53:37.337Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:53:37.337Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:53:37.337Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
  "consumerID": "aai-ml",
  "timestamp": 1647359432906,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:53:37.338Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:53:37.338Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:53:37.338Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647359434779,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-15T15:53:37.338Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:53:37.338Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:53:37.338Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
  "consumerID": "policy-id",
  "timestamp": 1647359433591,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-15T15:53:37.339Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:53:37.339Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:53:37.339Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647359436327,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/vfw69416bd7ea0d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:53:37.339Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:53:37.339Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:53:37.339Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
  "consumerID": "dcae-sch",
  "timestamp": 1647359435487,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:53:37.340Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:53:37.340Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:53:37.340Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359436766,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/vfw69416bd7ea0d0_modules.json",
  "status": "NOTIFIED"
}
2022-03-15T15:53:37.340Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:53:37.340Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:53:37.341Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
  "consumerID": "clamp",
  "timestamp": 1647359426303,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:53:37.341Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:53:37.341Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:53:37.341Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
  "consumerID": "aai-ml",
  "timestamp": 1647359432906,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:53:37.341Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:53:37.341Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:53:37.342Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647359434779,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:53:37.342Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:53:37.342Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:53:37.342Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
  "consumerID": "cds",
  "timestamp": 1647359433245,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:53:37.342Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:53:37.343Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:53:37.343Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
  "consumerID": "policy-id",
  "timestamp": 1647359433591,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:53:37.343Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:53:37.343Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:53:37.343Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647359436327,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:53:37.343Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:53:37.344Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:53:37.344Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
  "consumerID": "dcae-sch",
  "timestamp": 1647359435487,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:53:37.344Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:53:37.344Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:53:37.344Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359436766,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-15T15:53:37.344Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:53:37.345Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:53:37.345Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
  "consumerID": "clamp",
  "timestamp": 1647359426303,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:53:37.345Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:53:37.345Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:53:37.345Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
  "consumerID": "cds",
  "timestamp": 1647359433245,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:53:37.346Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:53:37.346Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:53:37.346Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
  "consumerID": "aai-ml",
  "timestamp": 1647359432906,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:53:37.346Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:53:37.346Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:53:37.346Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647359434779,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-15T15:53:37.347Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:53:37.347Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:53:37.347Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
  "consumerID": "policy-id",
  "timestamp": 1647359433591,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:53:37.347Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:53:37.347Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:53:37.347Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647359436327,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:53:37.348Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:53:37.348Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:53:37.348Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
  "consumerID": "dcae-sch",
  "timestamp": 1647359435487,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:53:37.348Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:53:37.348Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:53:37.349Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359436766,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:53:37.349Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:53:37.349Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:53:37.349Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
  "consumerID": "clamp",
  "timestamp": 1647359426303,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/artifacts/service-Vfw20220315154819-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:53:37.349Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:53:37.349Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:53:37.350Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
  "consumerID": "cds",
  "timestamp": 1647359433245,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/artifacts/service-Vfw20220315154819-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:53:37.350Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:53:37.350Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:53:37.350Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
  "consumerID": "aai-ml",
  "timestamp": 1647359432906,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/artifacts/service-Vfw20220315154819-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:53:37.350Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:53:37.350Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:53:37.351Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647359434779,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/artifacts/service-Vfw20220315154819-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:53:37.351Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:53:37.351Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:53:37.351Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
  "consumerID": "policy-id",
  "timestamp": 1647359433591,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/artifacts/service-Vfw20220315154819-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:53:37.351Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:53:37.351Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:53:37.352Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647359436327,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:53:37.352Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:53:37.352Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:53:37.352Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
  "consumerID": "dcae-sch",
  "timestamp": 1647359435487,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/artifacts/service-Vfw20220315154819-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:53:37.352Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:53:37.352Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:53:37.353Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359436766,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-15T15:53:37.353Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:53:37.353Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:53:37.353Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
  "consumerID": "clamp",
  "timestamp": 1647359426303,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/artifacts/service-Vfw20220315154819-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T15:53:37.353Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:53:37.353Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:53:37.354Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
  "consumerID": "aai-ml",
  "timestamp": 1647359432906,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/artifacts/service-Vfw20220315154819-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T15:53:37.354Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:53:37.354Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:53:37.354Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
  "consumerID": "cds",
  "timestamp": 1647359433245,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/artifacts/service-Vfw20220315154819-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T15:53:37.355Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:53:37.355Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:53:37.355Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647359434779,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/artifacts/service-Vfw20220315154819-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T15:53:37.355Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:53:37.355Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:53:37.355Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
  "consumerID": "policy-id",
  "timestamp": 1647359433591,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/artifacts/service-Vfw20220315154819-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T15:53:37.356Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:53:37.356Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:53:37.356Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647359436327,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/artifacts/service-Vfw20220315154819-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:53:37.356Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:53:37.356Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:53:37.356Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
  "consumerID": "dcae-sch",
  "timestamp": 1647359435487,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/artifacts/service-Vfw20220315154819-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:53:37.357Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:53:37.357Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:53:37.357Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359436766,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/artifacts/service-Vfw20220315154819-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:53:37.357Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:53:37.357Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:53:37.358Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
  "consumerID": "cds",
  "timestamp": 1647359442727,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/artifacts/service-Vfw20220315154819-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:53:37.358Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:53:37.358Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:53:37.358Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647359442758,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/vfw69416bd7ea0d0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:53:37.358Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:53:37.359Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:53:37.359Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
  "consumerID": "policy-id",
  "timestamp": 1647359442671,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/artifacts/service-Vfw20220315154819-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:53:37.359Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:53:37.359Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:53:37.359Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
  "consumerID": "aai-ml",
  "timestamp": 1647359443923,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/artifacts/service-Vfw20220315154819-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:53:37.359Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:53:37.360Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:53:37.360Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647359436327,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/artifacts/service-Vfw20220315154819-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:53:37.360Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:53:37.360Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:53:37.360Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359436766,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/artifacts/service-Vfw20220315154819-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T15:53:37.360Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:53:37.361Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:53:37.361Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
  "consumerID": "cds",
  "timestamp": 1647359443736,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/artifacts/service-Vfw20220315154819-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T15:53:37.369Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 48a262ea-9135-425a-9aaa-8dac8bbfdd73
2022-03-15T15:53:37.370Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48a262ea-9135-425a-9aaa-8dac8bbfdd73 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T15:53:37.390Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:53:37.390Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
  "consumerID": "policy-id",
  "timestamp": 1647359443685,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/artifacts/service-Vfw20220315154819-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T15:53:37.391Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:53:37.391Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:53:37.391Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647359444144,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:53:37.392Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:53:37.392Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:53:37.392Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
  "consumerID": "policy-id",
  "timestamp": 1647359444688,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T15:53:37.397Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 48a262ea-9135-425a-9aaa-8dac8bbfdd73
2022-03-15T15:53:37.397Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48a262ea-9135-425a-9aaa-8dac8bbfdd73 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T15:53:37.405Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:53:37.406Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359445026,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/artifacts/service-Vfw20220315154819-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:53:37.406Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:53:37.406Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:53:37.406Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647359445842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:53:37.406Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:53:37.406Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:53:37.406Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647359446866,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T15:53:37.411Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 48a262ea-9135-425a-9aaa-8dac8bbfdd73
2022-03-15T15:53:37.411Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48a262ea-9135-425a-9aaa-8dac8bbfdd73 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-15T15:53:37.418Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:53:37.419Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647359447878,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/vfw69416bd7ea0d0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-15T15:53:37.419Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:53:37.419Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:53:37.419Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
  "consumerID": "clamp",
  "timestamp": 1647359448793,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/artifacts/service-Vfw20220315154819-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:53:37.419Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:53:37.419Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:53:37.420Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359448950,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/vfw69416bd7ea0d0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:53:37.420Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:53:37.420Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:53:37.420Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359450152,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:53:37.420Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:53:37.420Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:53:37.420Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359451445,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:53:37.421Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:53:37.421Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:53:37.421Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
  "consumerID": "clamp",
  "timestamp": 1647359451827,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/artifacts/service-Vfw20220315154819-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T15:53:37.421Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:53:37.421Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:53:37.421Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359452786,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/vfw69416bd7ea0d0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-15T15:53:37.422Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:53:37.422Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:53:37.422Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
  "consumerID": "clamp",
  "timestamp": 1647359452831,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T15:53:37.432Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 48a262ea-9135-425a-9aaa-8dac8bbfdd73
2022-03-15T15:53:37.432Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48a262ea-9135-425a-9aaa-8dac8bbfdd73 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T15:53:37.441Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:53:37.441Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647359452750,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:53:37.442Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:53:37.442Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:53:37.442Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359453791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-15T15:53:37.442Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:53:37.442Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:53:37.442Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647359452750,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/vfw69416bd7ea0d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:53:37.443Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:53:37.443Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:53:37.443Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359454795,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-15T15:53:37.443Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:53:37.443Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:53:37.443Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647359452750,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:53:37.444Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:53:37.444Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:53:37.444Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359455800,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/artifacts/service-Vfw20220315154819-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T15:53:37.444Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:53:37.444Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:53:37.444Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647359452750,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:53:37.445Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:53:37.445Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:53:37.445Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647359452750,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:53:37.445Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:53:37.445Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:53:37.445Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647359452750,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/artifacts/service-Vfw20220315154819-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:53:37.446Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:53:37.446Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:53:37.446Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647359452750,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/artifacts/service-Vfw20220315154819-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T15:53:37.446Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:53:37.446Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:53:37.446Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
  "consumerID": "aai-ml",
  "timestamp": 1647359460338,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/artifacts/service-Vfw20220315154819-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T15:53:37.446Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:53:37.447Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:53:37.447Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647359460580,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/artifacts/service-Vfw20220315154819-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:53:37.447Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:53:37.447Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:53:37.447Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
  "consumerID": "aai-ml",
  "timestamp": 1647359461343,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T15:53:37.452Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 48a262ea-9135-425a-9aaa-8dac8bbfdd73
2022-03-15T15:53:37.452Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48a262ea-9135-425a-9aaa-8dac8bbfdd73 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T15:53:37.461Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:53:37.461Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647359464012,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/artifacts/service-Vfw20220315154819-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T15:53:37.462Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:53:37.462Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:53:37.462Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647359465015,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T15:53:37.466Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 48a262ea-9135-425a-9aaa-8dac8bbfdd73
2022-03-15T15:53:37.466Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48a262ea-9135-425a-9aaa-8dac8bbfdd73 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T15:53:56.903Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 48a262ea-9135-425a-9aaa-8dac8bbfdd73
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-15T15:53:56.920Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 48a262ea-9135-425a-9aaa-8dac8bbfdd73
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-15T15:53:56.925Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T15:53:56.925Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-15T15:53:56.925Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-15T15:53:56.925Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-15T15:53:56.925Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T15:53:56.925Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T15:53:56.925Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T15:53:56.925Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T15:53:56.925Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T15:53:56.925Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T15:53:56.926Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T15:53:56.934Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-15T15:54:26.934Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 48a262ea-9135-425a-9aaa-8dac8bbfdd73 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-15T15:54:26.946Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 48a262ea-9135-425a-9aaa-8dac8bbfdd73 and serviceModelVersionId: 23ed02bb-86dc-4089-8f15-c4c00c9e7d9a
2022-03-15T15:54:26.946Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 22aef143-6082-4bc9-8dbc-ad683fefeca2
2022-03-15T15:54:26.947Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/22aef143-6082-4bc9-8dbc-ad683fefeca2/model-vers/model-ver/23ed02bb-86dc-4089-8f15-c4c00c9e7d9a?depth=0
2022-03-15T15:54:26.951Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-03-15T15:54:27.004Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22aef143-6082-4bc9-8dbc-ad683fefeca2/model-vers/model-ver/23ed02bb-86dc-4089-8f15-c4c00c9e7d9a?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-03-15T15:54:27.006Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22aef143-6082-4bc9-8dbc-ad683fefeca2/model-vers/model-ver/23ed02bb-86dc-4089-8f15-c4c00c9e7d9a?depth=0|INFO|500||Invoke
2022-03-15T15:54:27.031Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22aef143-6082-4bc9-8dbc-ad683fefeca2/model-vers/model-ver/23ed02bb-86dc-4089-8f15-c4c00c9e7d9a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-15T15:54:27.344Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22aef143-6082-4bc9-8dbc-ad683fefeca2/model-vers/model-ver/23ed02bb-86dc-4089-8f15-c4c00c9e7d9a?depth=0|INFO|500||InvokeReturn
2022-03-15T15:54:27.345Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22aef143-6082-4bc9-8dbc-ad683fefeca2/model-vers/model-ver/23ed02bb-86dc-4089-8f15-c4c00c9e7d9a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220315-15:54:27:040-94455], vertex-id=[217240], Content-Length=[0], Date=[Tue, 15 Mar 2022 15:54:27 GMT], Content-Type=[application/json]}
2022-03-15T15:54:27.346Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2022-03-15T15:54:27.346Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-15T15:54:27.346Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-15T15:54:27.351Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|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-03-15T15:54:27.352Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 48a262ea-9135-425a-9aaa-8dac8bbfdd73 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-15T15:54:27.352Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-15T15:54:27.352Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:54:27.354Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:54:27.354Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359667352,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-15T15:54:27.455Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:54:27.456Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T15:54:27.456Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T15:54:27.470Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:54:27.471Z||pool-50-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-15T15:54:28.368Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:54:28.368Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:54:28.369Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:54:36.769Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:54:36.770Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:54:36.770Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:54:37.399Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:54:37.399Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:54:37.400Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359667352,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-15T15:54:37.400Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:54:38.600Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:54:38.601Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:54:38.603Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:54:38.603Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:54:48.148Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:54:48.148Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:54:48.149Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:54:48.149Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:54:57.691Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:54:57.692Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:54:57.692Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:54:57.692Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:55:07.236Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:55:36.766Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:55:36.767Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:55:36.768Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:55:36.768Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:55:36.769Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:55:36.769Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:55:46.313Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:55:46.317Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:56:36.766Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:56:36.767Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:56:36.767Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:56:36.769Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:56:36.770Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:56:36.770Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:56:46.326Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:56:46.330Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:57:36.766Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:57:36.767Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:57:36.767Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:57:36.768Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:57:36.769Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:57:36.769Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:57:46.312Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:57:46.312Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:58:36.766Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:58:36.767Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:58:36.767Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:58:36.768Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:58:36.769Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:58:36.769Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:58:46.313Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:58:46.315Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:59:36.766Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:59:36.767Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:59:36.767Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:59:36.768Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:59:36.769Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:59:36.769Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:59:46.322Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:59:46.368Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:00:36.767Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:00:36.768Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:00:36.769Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T16:00:36.769Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T16:00:36.770Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T16:00:36.771Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T16:00:36.932Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:00:36.933Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T16:00:36.933Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca3fa0ab-a096-4d1c-8968-7f67a935f686",
  "consumerID": "dcae-sch",
  "timestamp": 1647360015487,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:00:36.934Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:00:36.934Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T16:00:36.935Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca3fa0ab-a096-4d1c-8968-7f67a935f686",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647360016330,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:00:36.935Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:00:36.935Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T16:00:36.935Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca3fa0ab-a096-4d1c-8968-7f67a935f686",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647360022750,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:00:36.935Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:00:36.935Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T16:00:36.935Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca3fa0ab-a096-4d1c-8968-7f67a935f686",
  "consumerID": "cds",
  "timestamp": 1647360018244,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:00:36.935Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:00:36.935Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T16:00:36.935Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca3fa0ab-a096-4d1c-8968-7f67a935f686",
  "consumerID": "dcae-sch",
  "timestamp": 1647360015487,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:00:36.935Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:00:36.935Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T16:00:36.935Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca3fa0ab-a096-4d1c-8968-7f67a935f686",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647360016330,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:00:36.936Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:00:36.936Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T16:00:36.936Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca3fa0ab-a096-4d1c-8968-7f67a935f686",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647360022750,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T16:00:36.936Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:00:36.936Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T16:00:36.936Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca3fa0ab-a096-4d1c-8968-7f67a935f686",
  "consumerID": "cds",
  "timestamp": 1647360018244,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T16:00:36.936Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:00:36.936Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T16:00:36.936Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca3fa0ab-a096-4d1c-8968-7f67a935f686",
  "consumerID": "clamp",
  "timestamp": 1647360026303,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:00:36.936Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:00:36.936Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T16:00:36.936Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca3fa0ab-a096-4d1c-8968-7f67a935f686",
  "consumerID": "clamp",
  "timestamp": 1647360026303,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T16:00:36.936Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:00:36.937Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T16:00:36.937Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca3fa0ab-a096-4d1c-8968-7f67a935f686",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647360028876,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T16:00:36.937Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:00:36.937Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T16:00:36.937Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca3fa0ab-a096-4d1c-8968-7f67a935f686",
  "consumerID": "cds",
  "timestamp": 1647360028530,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T16:00:36.937Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:00:36.937Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T16:00:36.937Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca3fa0ab-a096-4d1c-8968-7f67a935f686",
  "consumerID": "cds",
  "timestamp": 1647360029537,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T16:00:36.960Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ca3fa0ab-a096-4d1c-8968-7f67a935f686
2022-03-15T16:00:36.960Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ca3fa0ab-a096-4d1c-8968-7f67a935f686 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T16:00:36.975Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T16:00:36.975Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca3fa0ab-a096-4d1c-8968-7f67a935f686",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647360030618,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T16:00:36.976Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:00:36.976Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T16:00:36.976Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca3fa0ab-a096-4d1c-8968-7f67a935f686",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647360031627,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T16:00:36.981Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ca3fa0ab-a096-4d1c-8968-7f67a935f686
2022-03-15T16:00:36.981Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ca3fa0ab-a096-4d1c-8968-7f67a935f686 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T16:00:36.990Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T16:00:36.990Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca3fa0ab-a096-4d1c-8968-7f67a935f686",
  "consumerID": "aai-ml",
  "timestamp": 1647360032905,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:00:36.991Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:00:36.991Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T16:00:36.991Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca3fa0ab-a096-4d1c-8968-7f67a935f686",
  "consumerID": "aai-ml",
  "timestamp": 1647360032905,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T16:00:36.991Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:00:36.991Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T16:00:36.991Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca3fa0ab-a096-4d1c-8968-7f67a935f686",
  "consumerID": "policy-id",
  "timestamp": 1647360033591,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:00:36.991Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:00:36.992Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T16:00:36.992Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca3fa0ab-a096-4d1c-8968-7f67a935f686",
  "consumerID": "aai-ml",
  "timestamp": 1647360035921,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T16:00:36.992Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:00:36.992Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T16:00:36.992Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca3fa0ab-a096-4d1c-8968-7f67a935f686",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647360034779,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:00:36.992Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:00:36.992Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T16:00:36.993Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca3fa0ab-a096-4d1c-8968-7f67a935f686",
  "consumerID": "policy-id",
  "timestamp": 1647360033591,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T16:00:36.993Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:00:36.993Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T16:00:36.993Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca3fa0ab-a096-4d1c-8968-7f67a935f686",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647360034779,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T16:00:36.993Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:00:37.400Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:00:37.401Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T16:00:37.401Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"ca3fa0ab-a096-4d1c-8968-7f67a935f686","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"da22cb04-1725-4a5a-b85e-bd79f93d5b9c","serviceDescription":"service","serviceInvariantUUID":"4d385547-474f-4008-8419-065cd7d7fc44","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"2dce0ec5-ef0b-4280-8dd7-a532f963c3f2","resourceInvariantUUID":"fa97c79b-47f6-4676-acba-f23b2e9d9cd0","resourceCustomizationUUID":"96b0d7f3-f27c-4be9-aa74-41bef02d7330","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":"ZmFlODBkNjdlNzZlZjBmMmY0YzZhNDk4ZGRjOGYzYWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0e7ac280-ac47-463c-984d-c74f6c20aa32","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"Yzk1ZWU1ZDA3NjhlZmRlZmRhOGJmNDVhOTM2NDhmZDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"eb437989-e40c-4479-9620-6cb5a70c277b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-15T16:00:37.403Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T16:00:37.404Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T16:00:37.406Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T16:00:37.406Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ca3fa0ab-a096-4d1c-8968-7f67a935f686",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360036766,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:00:37.506Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T16:00:37.507Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T16:00:37.507Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T16:00:37.519Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:00:37.520Z||pool-51-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-03-15T16:00:38.407Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T16:00:38.408Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T16:00:38.410Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T16:00:38.410Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ca3fa0ab-a096-4d1c-8968-7f67a935f686",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360036766,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T16:00:38.510Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T16:00:38.511Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T16:00:38.511Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T16:00:38.524Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:00:38.524Z||pool-52-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-15T16:00:39.411Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "ca3fa0ab-a096-4d1c-8968-7f67a935f686",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "da22cb04-1725-4a5a-b85e-bd79f93d5b9c",
  "serviceDescription": "service",
  "serviceInvariantUUID": "4d385547-474f-4008-8419-065cd7d7fc44",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "96b0d7f3-f27c-4be9-aa74-41bef02d7330",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "2dce0ec5-ef0b-4280-8dd7-a532f963c3f2",
      "resourceInvariantUUID": "fa97c79b-47f6-4676-acba-f23b2e9d9cd0",
      "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": "Yzk1ZWU1ZDA3NjhlZmRlZmRhOGJmNDVhOTM2NDhmZDA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "eb437989-e40c-4479-9620-6cb5a70c277b"
    }
  ],
  "workloadContext": "Production"
}
2022-03-15T16:00:39.411Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-15T16:00:39.411Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 da22cb04-1725-4a5a-b85e-bd79f93d5b9c ASDC
2022-03-15T16:00:39.412Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:ca3fa0ab-a096-4d1c-8968-7f67a935f686
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:da22cb04-1725-4a5a-b85e-bd79f93d5b9c
ServiceInvariantUUID:4d385547-474f-4008-8419-065cd7d7fc44
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:eb437989-e40c-4479-9620-6cb5a70c277b
ArtifactChecksum:Yzk1ZWU1ZDA3NjhlZmRlZmRhOGJmNDVhOTM2NDhmZDA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:96b0d7f3-f27c-4be9-aa74-41bef02d7330
ResourceInvariantUUID:fa97c79b-47f6-4676-acba-f23b2e9d9cd0
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:2dce0ec5-ef0b-4280-8dd7-a532f963c3f2
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-03-15T16:00:39.412Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF da22cb04-1725-4a5a-b85e-bd79f93d5b9c ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-15T16:00:39.443Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-15T16:00:39.444Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-15T16:00:39.444Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-15T16:00:39.444Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: eb437989-e40c-4479-9620-6cb5a70c277b from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-15T16:00:39.445Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-15T16:00:39.445Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-15T16:00:39.855Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-15T16:00:39.858Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar eb437989-e40c-4479-9620-6cb5a70c277b 52486
2022-03-15T16:00:39.858Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-03-15T16:00:39.858Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-15T16:00:39.858Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T16:00:39.858Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T16:00:39.860Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T16:00:39.860Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ca3fa0ab-a096-4d1c-8968-7f67a935f686",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360039858,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T16:00:39.962Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-15T16:00:39.963Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T16:00:39.963Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T16:00:39.976Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:00:39.977Z||pool-53-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-15T16:00:40.862Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-15T16:00:40.870Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-15T16:00:40.870Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: eb437989-e40c-4479-9620-6cb5a70c277b, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-15T16:00:40.870Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-03-15T16:00:40.871Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-15T16:00:40.871Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-15T16:00:41.064Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP995494885981083303/Definitions/service-BasicNetwork-template.yml
2022-03-15T16:00:41.543Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-15T16:00:41.544Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-15T16:00:41.544Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-15T16:00:41.544Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-03-15T16:00:41.544Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-15T16:00:41.544Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-15T16:00:41.545Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-15T16:00:41.545Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-15T16:00:41.545Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-15T16:00:41.545Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-15T16:00:41.545Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-15T16:00:41.546Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-15T16:00:41.546Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-15T16:00:41.546Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:00:41.546Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T16:00:41.547Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-03-15T16:00:41.547Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-15T16:00:41.547Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-15T16:00:41.547Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:00:41.548Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T16:00:41.548Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-03-15T16:00:41.548Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-15T16:00:41.548Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-15T16:00:41.549Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:00:41.549Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T16:00:41.549Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:00:41.549Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T16:00:41.550Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:00:41.550Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T16:00:41.550Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:00:41.550Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T16:00:41.551Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:00:41.551Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T16:00:41.551Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:da22cb04-1725-4a5a-b85e-bd79f93d5b9c
Model Version:NULL
Model InvariantUuid:4d385547-474f-4008-8419-065cd7d7fc44
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:fa97c79b-47f6-4676-acba-f23b2e9d9cd0
Model UUID:d83e5eb5-e8b7-4972-abc7-9ecb6832e428
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:96b0d7f3-f27c-4be9-aa74-41bef02d7330
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-15T16:00:41.558Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||INFO|500||Processing Resource Type: VL, Model UUID: 2dce0ec5-ef0b-4280-8dd7-a532f963c3f2
2022-03-15T16:00:41.558Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||INFO|500||No resources found for Service: da22cb04-1725-4a5a-b85e-bd79f93d5b9c
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-15T16:00:41.563Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||INFO|500||
2022-03-15T16:00:41.564Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-03-15T16:00:41.564Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||No resources found for Service: da22cb04-1725-4a5a-b85e-bd79f93d5b9c
2022-03-15T16:00:41.564Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: da22cb04-1725-4a5a-b85e-bd79f93d5b9c
2022-03-15T16:00:41.565Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-03-15T16:00:41.565Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-15T16:00:41.569Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7c6c8401, org.onap.sdc.toscaparser.api.parameters.Input@1d2f9f16, org.onap.sdc.toscaparser.api.parameters.Input@2c1a69d4, org.onap.sdc.toscaparser.api.parameters.Input@19b3a2d9, org.onap.sdc.toscaparser.api.parameters.Input@1e77162]
2022-03-15T16:00:41.570Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:00:41.571Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T16:00:41.571Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:00:41.571Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T16:00:41.571Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid da22cb04-1725-4a5a-b85e-bd79f93d5b9c: Generic NeutronNet
2022-03-15T16:00:41.572Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:00:41.572Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T16:00:41.572Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:00:41.572Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-03-15T16:00:41.607Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:00:41.608Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T16:00:41.608Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:00:41.608Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T16:00:41.608Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:00:41.609Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T16:00:41.609Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-03-15T16:00:41.695Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-03-15T16:00:41.695Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-03-15T16:00:41.696Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-15T16:00:41.696Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T16:00:41.696Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T16:00:41.698Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T16:00:41.698Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ca3fa0ab-a096-4d1c-8968-7f67a935f686",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360041695,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T16:00:41.798Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T16:00:41.799Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T16:00:41.799Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T16:00:41.811Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:00:41.812Z||pool-54-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-15T16:00:42.699Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ca3fa0ab-a096-4d1c-8968-7f67a935f686
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-15T16:00:42.710Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ca3fa0ab-a096-4d1c-8968-7f67a935f686
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-15T16:00:42.712Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T16:00:42.712Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-15T16:00:42.713Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-15T16:01:12.713Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ca3fa0ab-a096-4d1c-8968-7f67a935f686
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-15T16:01:12.723Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ca3fa0ab-a096-4d1c-8968-7f67a935f686
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-15T16:01:12.726Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T16:01:12.726Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-15T16:01:12.726Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-15T16:01:36.768Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:01:36.769Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T16:01:36.770Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T16:01:36.807Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:01:36.808Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T16:01:36.808Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca3fa0ab-a096-4d1c-8968-7f67a935f686",
  "consumerID": "policy-id",
  "timestamp": 1647360036463,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T16:01:36.808Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:01:42.726Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ca3fa0ab-a096-4d1c-8968-7f67a935f686
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-15T16:01:42.734Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ca3fa0ab-a096-4d1c-8968-7f67a935f686
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-15T16:01:42.736Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T16:01:42.736Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-15T16:01:42.736Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-15T16:02:12.737Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ca3fa0ab-a096-4d1c-8968-7f67a935f686
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-15T16:02:12.745Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ca3fa0ab-a096-4d1c-8968-7f67a935f686
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-15T16:02:12.748Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T16:02:12.748Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-15T16:02:12.748Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-15T16:02:36.769Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:02:36.770Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T16:02:36.770Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T16:02:36.813Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:02:36.813Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T16:02:36.814Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca3fa0ab-a096-4d1c-8968-7f67a935f686",
  "consumerID": "clamp",
  "timestamp": 1647360036977,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T16:02:36.814Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:02:42.748Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ca3fa0ab-a096-4d1c-8968-7f67a935f686
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-15T16:02:42.757Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ca3fa0ab-a096-4d1c-8968-7f67a935f686
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-15T16:02:42.759Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T16:02:42.759Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-15T16:02:42.759Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-15T16:03:12.760Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ca3fa0ab-a096-4d1c-8968-7f67a935f686
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-15T16:03:12.778Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ca3fa0ab-a096-4d1c-8968-7f67a935f686
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-15T16:03:12.780Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T16:03:12.780Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-15T16:03:12.780Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-15T16:03:36.769Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:03:36.771Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T16:03:36.771Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T16:03:36.830Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:03:36.831Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T16:03:36.831Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca3fa0ab-a096-4d1c-8968-7f67a935f686",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360036766,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:03:36.832Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:03:36.833Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T16:03:36.833Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca3fa0ab-a096-4d1c-8968-7f67a935f686",
  "consumerID": "policy-id",
  "timestamp": 1647360037468,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T16:03:36.833Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:03:36.833Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T16:03:36.833Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca3fa0ab-a096-4d1c-8968-7f67a935f686",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360036766,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T16:03:36.833Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:03:36.833Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T16:03:36.833Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca3fa0ab-a096-4d1c-8968-7f67a935f686",
  "consumerID": "policy-id",
  "timestamp": 1647360038471,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T16:03:36.840Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ca3fa0ab-a096-4d1c-8968-7f67a935f686
2022-03-15T16:03:36.840Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ca3fa0ab-a096-4d1c-8968-7f67a935f686 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T16:03:36.852Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T16:03:36.852Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca3fa0ab-a096-4d1c-8968-7f67a935f686",
  "consumerID": "clamp",
  "timestamp": 1647360038978,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T16:03:36.852Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:03:36.852Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T16:03:36.853Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca3fa0ab-a096-4d1c-8968-7f67a935f686",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360039858,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T16:03:36.853Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:03:36.853Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T16:03:36.853Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca3fa0ab-a096-4d1c-8968-7f67a935f686",
  "consumerID": "clamp",
  "timestamp": 1647360039981,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T16:03:36.857Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ca3fa0ab-a096-4d1c-8968-7f67a935f686
2022-03-15T16:03:36.857Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ca3fa0ab-a096-4d1c-8968-7f67a935f686 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T16:03:36.865Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T16:03:36.865Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca3fa0ab-a096-4d1c-8968-7f67a935f686",
  "consumerID": "aai-ml",
  "timestamp": 1647360041918,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T16:03:36.865Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:03:36.865Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T16:03:36.865Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca3fa0ab-a096-4d1c-8968-7f67a935f686",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360041695,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T16:03:36.866Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:03:36.866Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T16:03:36.866Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca3fa0ab-a096-4d1c-8968-7f67a935f686",
  "consumerID": "aai-ml",
  "timestamp": 1647360042923,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T16:03:36.870Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ca3fa0ab-a096-4d1c-8968-7f67a935f686
2022-03-15T16:03:36.870Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ca3fa0ab-a096-4d1c-8968-7f67a935f686 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T16:03:42.781Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ca3fa0ab-a096-4d1c-8968-7f67a935f686
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-15T16:03:43.550Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ca3fa0ab-a096-4d1c-8968-7f67a935f686
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-15T16:03:43.552Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T16:03:43.552Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-15T16:03:43.553Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-15T16:03:43.553Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-15T16:03:43.553Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T16:03:43.553Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T16:03:43.553Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T16:03:43.553Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T16:03:43.553Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T16:03:43.553Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T16:03:43.553Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T16:03:43.557Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-15T16:04:13.558Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ca3fa0ab-a096-4d1c-8968-7f67a935f686 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-15T16:04:13.566Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ca3fa0ab-a096-4d1c-8968-7f67a935f686 and serviceModelVersionId: da22cb04-1725-4a5a-b85e-bd79f93d5b9c
2022-03-15T16:04:13.566Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4d385547-474f-4008-8419-065cd7d7fc44
2022-03-15T16:04:13.567Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4d385547-474f-4008-8419-065cd7d7fc44/model-vers/model-ver/da22cb04-1725-4a5a-b85e-bd79f93d5b9c?depth=0
2022-03-15T16:04:13.575Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-03-15T16:04:13.641Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d385547-474f-4008-8419-065cd7d7fc44/model-vers/model-ver/da22cb04-1725-4a5a-b85e-bd79f93d5b9c?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-03-15T16:04:13.643Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d385547-474f-4008-8419-065cd7d7fc44/model-vers/model-ver/da22cb04-1725-4a5a-b85e-bd79f93d5b9c?depth=0|INFO|500||Invoke
2022-03-15T16:04:13.667Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d385547-474f-4008-8419-065cd7d7fc44/model-vers/model-ver/da22cb04-1725-4a5a-b85e-bd79f93d5b9c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-15T16:04:14.052Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d385547-474f-4008-8419-065cd7d7fc44/model-vers/model-ver/da22cb04-1725-4a5a-b85e-bd79f93d5b9c?depth=0|INFO|500||InvokeReturn
2022-03-15T16:04:14.053Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d385547-474f-4008-8419-065cd7d7fc44/model-vers/model-ver/da22cb04-1725-4a5a-b85e-bd79f93d5b9c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220315-16:04:13:676-35815], vertex-id=[422056], Content-Length=[0], Date=[Tue, 15 Mar 2022 16:04:13 GMT], Content-Type=[application/json]}
2022-03-15T16:04:14.053Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-03-15T16:04:14.054Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-15T16:04:14.054Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-15T16:04:14.058Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-15T16:04:14.059Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ca3fa0ab-a096-4d1c-8968-7f67a935f686 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-15T16:04:14.059Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-15T16:04:14.059Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T16:04:14.062Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T16:04:14.062Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ca3fa0ab-a096-4d1c-8968-7f67a935f686",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360254059,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-15T16:04:14.162Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T16:04:14.163Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T16:04:14.163Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T16:04:14.187Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:04:14.187Z||pool-55-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-15T16:04:15.072Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:04:15.072Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T16:04:15.072Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|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 PkPebzEAgjBV4Uzh) ...
2022-03-15T16:04:19.413Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:04:19.415Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T16:04:19.415Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"dc7c4651-6cfc-418f-bbcf-b51c038a3b6c","serviceName":"Demo_pNF_ATeRWaexYt6e43Jokc67","serviceVersion":"1.0","serviceUUID":"6e726184-3fdf-4d47-822a-abd79feb1f6e","serviceDescription":"catalog service description","serviceInvariantUUID":"33aa5a97-11be-4c8f-ad63-cce3a9000ca9","resources":[{"resourceInstanceName":"pNF f9a23974-7e02 0","resourceName":"pNF f9a23974-7e02","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"39956ec6-b436-45d1-8361-60ab635085f7","resourceInvariantUUID":"2313e544-0654-4cb4-bea7-4aa130f61eee","resourceCustomizationUUID":"5f8fceb0-3428-4a54-81f6-cf32f737c550","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAterwaexyt6e43jokc67/1.0/resourceInstances/pnff9a239747e020/artifacts/vf-license-model.xml","artifactChecksum":"ODgwNTgxYmZhNmZlZDQ2NTMwMTFiNjQxODE0NjAyNTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9f7b969b-b5a1-49a0-bd8e-e575b58277e1","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAterwaexyt6e43jokc67/1.0/resourceInstances/pnff9a239747e020/artifacts/pNF.csar","artifactChecksum":"N2YyNGRiZWZhZDA4OGY1Y2UwZjBhMTVmZTEzNTA5Mzk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4ae11795-e853-4c2e-b826-c94fc2351c0c","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAterwaexyt6e43jokc67/1.0/resourceInstances/pnff9a239747e020/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"73165166-3f0e-4be4-b3c6-3a487982fdac","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAterwaexyt6e43jokc67/1.0/resourceInstances/pnff9a239747e020/artifacts/vendor-license-model.xml","artifactChecksum":"YWQ5MmYyZTIwMGI2MjkxNDU0YjFhZTYxZjM2MzY5MTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8e4837a4-e15d-477b-8001-a381c13378ea","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfAterwaexyt6e43jokc67/1.0/resourceInstances/pnff9a239747e020/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6e8589ec-b7cd-4b71-a4ab-af339c3b835b","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfAterwaexyt6e43jokc67/1.0/resourceInstances/pnff9a239747e020/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"98748267-7b22-42d9-9b73-9297c579923f","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfAterwaexyt6e43jokc67-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAterwaexyt6e43jokc67/1.0/artifacts/service-DemoPnfAterwaexyt6e43jokc67-template.yml","artifactChecksum":"MTNhNTg3MzliYWVlZTI4OWQ0Nzg5YmQ3M2M4MGU3OTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b9e7cc34-4848-48f7-b947-36dcb46c64d3","artifactVersion":"1"},{"artifactName":"service-DemoPnfAterwaexyt6e43jokc67-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfAterwaexyt6e43jokc67/1.0/artifacts/service-DemoPnfAterwaexyt6e43jokc67-csar.csar","artifactChecksum":"YjE0MTM4NzNjZjA2NzdiOWRmM2Q2NjMwMzAwM2U0N2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"23f092ab-e5eb-4ef3-a977-a56777236ec7","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-15T16:04:19.417Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T16:04:19.418Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T16:04:19.420Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T16:04:19.420Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "dc7c4651-6cfc-418f-bbcf-b51c038a3b6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360255072,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAterwaexyt6e43jokc67/1.0/resourceInstances/pnff9a239747e020/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:04:19.520Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T16:04:19.521Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T16:04:19.521Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T16:04:19.534Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:04:19.534Z||pool-56-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-15T16:04:20.420Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T16:04:20.421Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T16:04:20.423Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T16:04:20.423Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "dc7c4651-6cfc-418f-bbcf-b51c038a3b6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360255072,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAterwaexyt6e43jokc67/1.0/resourceInstances/pnff9a239747e020/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:04:20.523Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T16:04:20.525Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T16:04:20.525Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T16:04:20.551Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:04:20.551Z||pool-57-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-03-15T16:04:21.424Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T16:04:21.425Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T16:04:21.427Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T16:04:21.427Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "dc7c4651-6cfc-418f-bbcf-b51c038a3b6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360255072,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAterwaexyt6e43jokc67/1.0/resourceInstances/pnff9a239747e020/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:04:21.527Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T16:04:21.528Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T16:04:21.529Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T16:04:21.541Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:04:21.542Z||pool-58-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-15T16:04:22.428Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T16:04:22.435Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T16:04:22.438Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T16:04:22.439Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "dc7c4651-6cfc-418f-bbcf-b51c038a3b6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360255072,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAterwaexyt6e43jokc67/1.0/resourceInstances/pnff9a239747e020/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:04:22.538Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T16:04:22.539Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T16:04:22.539Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T16:04:22.552Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:04:22.552Z||pool-59-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-15T16:04:23.439Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T16:04:23.442Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T16:04:23.444Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T16:04:23.444Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "dc7c4651-6cfc-418f-bbcf-b51c038a3b6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360255072,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAterwaexyt6e43jokc67/1.0/resourceInstances/pnff9a239747e020/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:04:23.544Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T16:04:23.545Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T16:04:23.545Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T16:04:23.557Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:04:23.558Z||pool-60-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-15T16:04:24.445Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T16:04:24.445Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T16:04:24.447Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T16:04:24.448Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "dc7c4651-6cfc-418f-bbcf-b51c038a3b6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360255072,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAterwaexyt6e43jokc67/1.0/resourceInstances/pnff9a239747e020/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:04:24.555Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2022-03-15T16:04:24.556Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T16:04:24.556Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T16:04:24.576Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:04:24.577Z||pool-61-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-03-15T16:04:25.448Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T16:04:25.449Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T16:04:25.451Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T16:04:25.451Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "dc7c4651-6cfc-418f-bbcf-b51c038a3b6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360255072,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAterwaexyt6e43jokc67/1.0/artifacts/service-DemoPnfAterwaexyt6e43jokc67-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:04:25.551Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T16:04:25.552Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T16:04:25.552Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T16:04:25.569Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:04:25.570Z||pool-62-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-03-15T16:04:26.452Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T16:04:26.453Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T16:04:26.455Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T16:04:26.455Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "dc7c4651-6cfc-418f-bbcf-b51c038a3b6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360255072,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAterwaexyt6e43jokc67/1.0/artifacts/service-DemoPnfAterwaexyt6e43jokc67-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T16:04:26.555Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T16:04:26.557Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T16:04:26.557Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T16:04:26.588Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:04:26.589Z||pool-63-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-03-15T16:04:27.456Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "dc7c4651-6cfc-418f-bbcf-b51c038a3b6c",
  "serviceName": "Demo_pNF_ATeRWaexYt6e43Jokc67",
  "serviceVersion": "1.0",
  "serviceUUID": "6e726184-3fdf-4d47-822a-abd79feb1f6e",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "33aa5a97-11be-4c8f-ad63-cce3a9000ca9",
  "resources": [
    {
      "resourceInstanceName": "pNF f9a23974-7e02 0",
      "resourceCustomizationUUID": "5f8fceb0-3428-4a54-81f6-cf32f737c550",
      "resourceName": "pNF f9a23974-7e02",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "39956ec6-b436-45d1-8361-60ab635085f7",
      "resourceInvariantUUID": "2313e544-0654-4cb4-bea7-4aa130f61eee",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfAterwaexyt6e43jokc67-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfAterwaexyt6e43jokc67/1.0/artifacts/service-DemoPnfAterwaexyt6e43jokc67-csar.csar",
      "artifactChecksum": "YjE0MTM4NzNjZjA2NzdiOWRmM2Q2NjMwMzAwM2U0N2M\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "23f092ab-e5eb-4ef3-a977-a56777236ec7"
    }
  ],
  "workloadContext": "Production"
}
2022-03-15T16:04:27.456Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-15T16:04:27.456Z|ca3fa0ab-a096-4d1c-8968-7f67a935f686|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6e726184-3fdf-4d47-822a-abd79feb1f6e ASDC
2022-03-15T16:04:27.457Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:dc7c4651-6cfc-418f-bbcf-b51c038a3b6c
ServiceName:Demo_pNF_ATeRWaexYt6e43Jokc67
ServiceVersion:1.0
ServiceUUID:6e726184-3fdf-4d47-822a-abd79feb1f6e
ServiceInvariantUUID:33aa5a97-11be-4c8f-ad63-cce3a9000ca9
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfAterwaexyt6e43jokc67-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfAterwaexyt6e43jokc67/1.0/artifacts/service-DemoPnfAterwaexyt6e43jokc67-csar.csar
ArtifactUUID:23f092ab-e5eb-4ef3-a977-a56777236ec7
ArtifactChecksum:YjE0MTM4NzNjZjA2NzdiOWRmM2Q2NjMwMzAwM2U0N2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF f9a23974-7e02 0
ResourceCustomizationUUID:5f8fceb0-3428-4a54-81f6-cf32f737c550
ResourceInvariantUUID:2313e544-0654-4cb4-bea7-4aa130f61eee
ResourceName:pNF f9a23974-7e02
ResourceType:PNF
ResourceUUID:39956ec6-b436-45d1-8361-60ab635085f7
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-03-15T16:04:27.457Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6e726184-3fdf-4d47-822a-abd79feb1f6e ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T16:04:27.489Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-15T16:04:27.490Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-15T16:04:27.490Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-15T16:04:27.490Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 23f092ab-e5eb-4ef3-a977-a56777236ec7 from URL: /sdc/v1/catalog/services/DemoPnfAterwaexyt6e43jokc67/1.0/artifacts/service-DemoPnfAterwaexyt6e43jokc67-csar.csar
2022-03-15T16:04:27.490Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-15T16:04:27.491Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfAterwaexyt6e43jokc67/1.0/artifacts/service-DemoPnfAterwaexyt6e43jokc67-csar.csar
2022-03-15T16:04:27.965Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-15T16:04:27.969Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfAterwaexyt6e43jokc67/1.0/artifacts/service-DemoPnfAterwaexyt6e43jokc67-csar.csar 23f092ab-e5eb-4ef3-a977-a56777236ec7 82617
2022-03-15T16:04:27.970Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfAterwaexyt6e43jokc67/1.0/artifacts/service-DemoPnfAterwaexyt6e43jokc67-csar.csar ASDC sendASDCNotification
2022-03-15T16:04:27.970Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfAterwaexyt6e43jokc67/1.0/artifacts/service-DemoPnfAterwaexyt6e43jokc67-csar.csar
2022-03-15T16:04:27.970Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T16:04:27.970Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T16:04:27.972Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T16:04:27.972Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "dc7c4651-6cfc-418f-bbcf-b51c038a3b6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360267970,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAterwaexyt6e43jokc67/1.0/artifacts/service-DemoPnfAterwaexyt6e43jokc67-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T16:04:28.072Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T16:04:28.073Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T16:04:28.073Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T16:04:28.088Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:04:28.088Z||pool-64-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-15T16:04:28.973Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-15T16:04:28.975Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-15T16:04:28.975Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 23f092ab-e5eb-4ef3-a977-a56777236ec7, URL: /sdc/v1/catalog/services/DemoPnfAterwaexyt6e43jokc67/1.0/artifacts/service-DemoPnfAterwaexyt6e43jokc67-csar.csar to file: /app/ASDC/1/service-DemoPnfAterwaexyt6e43jokc67-csar.csar
2022-03-15T16:04:28.975Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfAterwaexyt6e43jokc67-csar.csar
2022-03-15T16:04:28.976Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfAterwaexyt6e43jokc67-csar.csar
2022-03-15T16:04:28.976Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfAterwaexyt6e43jokc67-csar.csar
2022-03-15T16:04:29.119Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15505856269132079220/Definitions/service-DemoPnfAterwaexyt6e43jokc67-template.yml
2022-03-15T16:04:30.038Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-15T16:04:30.038Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-15T16:04:30.038Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfAterwaexyt6e43jokc67-csar.csar
2022-03-15T16:04:30.039Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-03-15T16:04:30.039Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||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-DemoPnfAterwaexyt6e43jokc67-csar.csar
2022-03-15T16:04:30.039Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF f9a23974-7e02 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-DemoPnfAterwaexyt6e43jokc67-csar.csar
2022-03-15T16:04:30.039Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfAterwaexyt6e43jokc67-csar.csar
2022-03-15T16:04:30.039Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||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-DemoPnfAterwaexyt6e43jokc67-csar.csar
2022-03-15T16:04:30.039Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfAterwaexyt6e43jokc67-csar.csar
2022-03-15T16:04:30.039Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfAterwaexyt6e43jokc67-csar.csar
2022-03-15T16:04:30.039Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfAterwaexyt6e43jokc67-csar.csar
2022-03-15T16:04:30.040Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-15T16:04:30.040Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:04:30.040Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_ATeRWaexYt6e43Jokc67 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T16:04:30.040Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||DEBUG|500||Node template pNF f9a23974-7e02 0 is matching search criteria
2022-03-15T16:04:30.041Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-15T16:04:30.041Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF f9a23974-7e02 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-15T16:04:30.041Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:04:30.041Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_ATeRWaexYt6e43Jokc67 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T16:04:30.041Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||DEBUG|500||Node template pNF f9a23974-7e02 0 is matching search criteria
2022-03-15T16:04:30.042Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-15T16:04:30.042Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF f9a23974-7e02 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-15T16:04:30.042Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:04:30.042Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_ATeRWaexYt6e43Jokc67 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T16:04:30.042Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:04:30.042Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_ATeRWaexYt6e43Jokc67 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T16:04:30.043Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:04:30.043Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_ATeRWaexYt6e43Jokc67 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T16:04:30.043Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:04:30.043Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_ATeRWaexYt6e43Jokc67 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T16:04:30.043Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:04:30.043Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_ATeRWaexYt6e43Jokc67 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T16:04:30.044Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_ATeRWaexYt6e43Jokc67
Description:catalog service description
Model UUID:6e726184-3fdf-4d47-822a-abd79feb1f6e
Model Version:NULL
Model InvariantUuid:33aa5a97-11be-4c8f-ad63-cce3a9000ca9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-15T16:04:30.052Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 39956ec6-b436-45d1-8361-60ab635085f7
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-15T16:04:30.055Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||INFO|500||pNF f9a23974-7e02 0
2022-03-15T16:04:30.055Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 39956ec6-b436-45d1-8361-60ab635085f7
2022-03-15T16:04:30.055Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 6e726184-3fdf-4d47-822a-abd79feb1f6e
2022-03-15T16:04:30.055Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 6e726184-3fdf-4d47-822a-abd79feb1f6e
2022-03-15T16:04:30.056Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF f9a23974-7e02 0 39956ec6-b436-45d1-8361-60ab635085f7 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-15T16:04:30.061Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5df31271, org.onap.sdc.toscaparser.api.parameters.Input@378ebea3, org.onap.sdc.toscaparser.api.parameters.Input@d64d471, org.onap.sdc.toscaparser.api.parameters.Input@77358885, org.onap.sdc.toscaparser.api.parameters.Input@32106c88]
2022-03-15T16:04:30.061Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:04:30.061Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_ATeRWaexYt6e43Jokc67 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T16:04:30.062Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 6e726184-3fdf-4d47-822a-abd79feb1f6e: pNF f9a23974-7e02
2022-03-15T16:04:30.062Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||INFO|500||Processing PNF resource: 39956ec6-b436-45d1-8361-60ab635085f7
2022-03-15T16:04:30.062Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:04:30.062Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_ATeRWaexYt6e43Jokc67 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T16:04:30.063Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||INFO|500||Resource customization UUID: 5f8fceb0-3428-4a54-81f6-cf32f737c550 is the same as notified resource customizationUUID: 5f8fceb0-3428-4a54-81f6-cf32f737c550
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-03-15T16:04:30.125Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF f9a23974-7e02 39956ec6-b436-45d1-8361-60ab635085f7 0 ASDC deployResourceStructure
2022-03-15T16:04:30.126Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfAterwaexyt6e43jokc67/1.0/artifacts/service-DemoPnfAterwaexyt6e43jokc67-csar.csar ASDC sendASDCNotification
2022-03-15T16:04:30.126Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfAterwaexyt6e43jokc67/1.0/artifacts/service-DemoPnfAterwaexyt6e43jokc67-csar.csar
2022-03-15T16:04:30.126Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T16:04:30.126Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T16:04:30.129Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T16:04:30.129Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "dc7c4651-6cfc-418f-bbcf-b51c038a3b6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360270126,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAterwaexyt6e43jokc67/1.0/artifacts/service-DemoPnfAterwaexyt6e43jokc67-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T16:04:30.229Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T16:04:30.229Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T16:04:30.230Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T16:04:30.243Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:04:30.243Z||pool-65-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-15T16:04:31.129Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dc7c4651-6cfc-418f-bbcf-b51c038a3b6c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-15T16:04:31.141Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dc7c4651-6cfc-418f-bbcf-b51c038a3b6c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-15T16:04:31.143Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T16:04:31.143Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-15T16:04:31.144Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-15T16:04:36.768Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:04:36.769Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T16:04:36.769Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T16:04:36.801Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:04:36.802Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T16:04:36.802Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc7c4651-6cfc-418f-bbcf-b51c038a3b6c",
  "consumerID": "cds",
  "timestamp": 1647360108244,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAterwaexyt6e43jokc67/1.0/resourceInstances/pnff9a239747e020/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:04:36.803Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:04:36.803Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T16:04:36.803Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc7c4651-6cfc-418f-bbcf-b51c038a3b6c",
  "consumerID": "dcae-sch",
  "timestamp": 1647360115487,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAterwaexyt6e43jokc67/1.0/resourceInstances/pnff9a239747e020/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:04:36.803Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:04:36.803Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T16:04:36.803Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc7c4651-6cfc-418f-bbcf-b51c038a3b6c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647360112750,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAterwaexyt6e43jokc67/1.0/resourceInstances/pnff9a239747e020/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:04:36.804Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:04:36.804Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T16:04:36.804Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc7c4651-6cfc-418f-bbcf-b51c038a3b6c",
  "consumerID": "policy-id",
  "timestamp": 1647360113591,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAterwaexyt6e43jokc67/1.0/resourceInstances/pnff9a239747e020/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:04:36.804Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:04:36.804Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T16:04:36.804Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc7c4651-6cfc-418f-bbcf-b51c038a3b6c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647360114779,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAterwaexyt6e43jokc67/1.0/resourceInstances/pnff9a239747e020/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:04:36.804Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:04:36.804Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T16:04:36.804Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc7c4651-6cfc-418f-bbcf-b51c038a3b6c",
  "consumerID": "clamp",
  "timestamp": 1647360116303,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAterwaexyt6e43jokc67/1.0/resourceInstances/pnff9a239747e020/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:04:36.804Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:04:36.804Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T16:04:36.804Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc7c4651-6cfc-418f-bbcf-b51c038a3b6c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647360116327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAterwaexyt6e43jokc67/1.0/resourceInstances/pnff9a239747e020/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:04:36.805Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:04:36.805Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T16:04:36.805Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc7c4651-6cfc-418f-bbcf-b51c038a3b6c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647360112750,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAterwaexyt6e43jokc67/1.0/resourceInstances/pnff9a239747e020/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:04:36.805Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:04:36.805Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T16:04:36.805Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc7c4651-6cfc-418f-bbcf-b51c038a3b6c",
  "consumerID": "dcae-sch",
  "timestamp": 1647360115487,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAterwaexyt6e43jokc67/1.0/resourceInstances/pnff9a239747e020/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:04:36.805Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:04:36.805Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T16:04:36.805Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc7c4651-6cfc-418f-bbcf-b51c038a3b6c",
  "consumerID": "cds",
  "timestamp": 1647360108244,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAterwaexyt6e43jokc67/1.0/resourceInstances/pnff9a239747e020/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:04:36.805Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:04:36.806Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T16:04:36.806Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc7c4651-6cfc-418f-bbcf-b51c038a3b6c",
  "consumerID": "policy-id",
  "timestamp": 1647360113591,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAterwaexyt6e43jokc67/1.0/resourceInstances/pnff9a239747e020/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:04:36.806Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:04:36.806Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T16:04:36.806Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc7c4651-6cfc-418f-bbcf-b51c038a3b6c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647360114779,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAterwaexyt6e43jokc67/1.0/resourceInstances/pnff9a239747e020/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:04:36.806Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:04:36.806Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T16:04:36.806Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc7c4651-6cfc-418f-bbcf-b51c038a3b6c",
  "consumerID": "clamp",
  "timestamp": 1647360116303,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAterwaexyt6e43jokc67/1.0/resourceInstances/pnff9a239747e020/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:04:36.806Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:04:36.807Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T16:04:36.807Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc7c4651-6cfc-418f-bbcf-b51c038a3b6c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647360116327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAterwaexyt6e43jokc67/1.0/resourceInstances/pnff9a239747e020/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:04:36.807Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:04:36.807Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T16:04:36.807Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc7c4651-6cfc-418f-bbcf-b51c038a3b6c",
  "consumerID": "cds",
  "timestamp": 1647360108244,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAterwaexyt6e43jokc67/1.0/resourceInstances/pnff9a239747e020/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:04:36.807Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:04:36.807Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T16:04:36.807Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc7c4651-6cfc-418f-bbcf-b51c038a3b6c",
  "consumerID": "dcae-sch",
  "timestamp": 1647360115487,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAterwaexyt6e43jokc67/1.0/resourceInstances/pnff9a239747e020/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:04:36.807Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:04:36.807Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T16:04:36.807Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc7c4651-6cfc-418f-bbcf-b51c038a3b6c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647360112750,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAterwaexyt6e43jokc67/1.0/resourceInstances/pnff9a239747e020/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:04:36.808Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:04:36.808Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T16:04:36.808Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc7c4651-6cfc-418f-bbcf-b51c038a3b6c",
  "consumerID": "policy-id",
  "timestamp": 1647360113591,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAterwaexyt6e43jokc67/1.0/resourceInstances/pnff9a239747e020/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:04:36.808Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:04:36.808Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T16:04:36.808Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc7c4651-6cfc-418f-bbcf-b51c038a3b6c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647360114779,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAterwaexyt6e43jokc67/1.0/resourceInstances/pnff9a239747e020/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:04:36.808Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:04:36.808Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T16:04:36.808Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc7c4651-6cfc-418f-bbcf-b51c038a3b6c",
  "consumerID": "clamp",
  "timestamp": 1647360116303,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAterwaexyt6e43jokc67/1.0/resourceInstances/pnff9a239747e020/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:04:36.808Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:04:36.808Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T16:04:36.809Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc7c4651-6cfc-418f-bbcf-b51c038a3b6c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647360116327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAterwaexyt6e43jokc67/1.0/resourceInstances/pnff9a239747e020/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:04:36.809Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:04:36.809Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T16:04:36.809Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc7c4651-6cfc-418f-bbcf-b51c038a3b6c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647360112750,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAterwaexyt6e43jokc67/1.0/resourceInstances/pnff9a239747e020/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:04:36.809Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:04:36.809Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T16:04:36.809Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc7c4651-6cfc-418f-bbcf-b51c038a3b6c",
  "consumerID": "cds",
  "timestamp": 1647360108244,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAterwaexyt6e43jokc67/1.0/resourceInstances/pnff9a239747e020/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:04:36.809Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:04:36.809Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T16:04:36.809Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc7c4651-6cfc-418f-bbcf-b51c038a3b6c",
  "consumerID": "dcae-sch",
  "timestamp": 1647360115487,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAterwaexyt6e43jokc67/1.0/resourceInstances/pnff9a239747e020/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:04:36.809Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:04:36.810Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T16:04:36.810Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc7c4651-6cfc-418f-bbcf-b51c038a3b6c",
  "consumerID": "policy-id",
  "timestamp": 1647360113591,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAterwaexyt6e43jokc67/1.0/resourceInstances/pnff9a239747e020/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:04:36.810Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:04:36.810Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T16:04:36.810Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc7c4651-6cfc-418f-bbcf-b51c038a3b6c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647360114779,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAterwaexyt6e43jokc67/1.0/resourceInstances/pnff9a239747e020/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:04:36.810Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:04:36.810Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T16:04:36.810Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc7c4651-6cfc-418f-bbcf-b51c038a3b6c",
  "consumerID": "clamp",
  "timestamp": 1647360116303,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAterwaexyt6e43jokc67/1.0/resourceInstances/pnff9a239747e020/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:04:36.810Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:04:36.810Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T16:04:36.810Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc7c4651-6cfc-418f-bbcf-b51c038a3b6c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647360116327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAterwaexyt6e43jokc67/1.0/resourceInstances/pnff9a239747e020/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:04:36.811Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:04:36.811Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T16:04:36.811Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc7c4651-6cfc-418f-bbcf-b51c038a3b6c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647360112750,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAterwaexyt6e43jokc67/1.0/resourceInstances/pnff9a239747e020/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:04:36.811Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:04:36.811Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T16:04:36.811Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc7c4651-6cfc-418f-bbcf-b51c038a3b6c",
  "consumerID": "policy-id",
  "timestamp": 1647360113591,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAterwaexyt6e43jokc67/1.0/resourceInstances/pnff9a239747e020/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:04:36.811Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:04:36.811Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T16:04:36.811Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc7c4651-6cfc-418f-bbcf-b51c038a3b6c",
  "consumerID": "dcae-sch",
  "timestamp": 1647360115487,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAterwaexyt6e43jokc67/1.0/resourceInstances/pnff9a239747e020/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:04:36.811Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:04:36.811Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T16:04:36.812Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc7c4651-6cfc-418f-bbcf-b51c038a3b6c",
  "consumerID": "cds",
  "timestamp": 1647360108244,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAterwaexyt6e43jokc67/1.0/resourceInstances/pnff9a239747e020/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:04:36.812Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:04:36.812Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T16:04:36.812Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc7c4651-6cfc-418f-bbcf-b51c038a3b6c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647360114779,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAterwaexyt6e43jokc67/1.0/resourceInstances/pnff9a239747e020/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:04:36.812Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:04:36.812Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T16:04:36.812Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc7c4651-6cfc-418f-bbcf-b51c038a3b6c",
  "consumerID": "clamp",
  "timestamp": 1647360116303,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAterwaexyt6e43jokc67/1.0/resourceInstances/pnff9a239747e020/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:04:36.812Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:04:36.812Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T16:04:36.812Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc7c4651-6cfc-418f-bbcf-b51c038a3b6c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647360116327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAterwaexyt6e43jokc67/1.0/resourceInstances/pnff9a239747e020/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:04:36.813Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:04:36.813Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T16:04:36.813Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc7c4651-6cfc-418f-bbcf-b51c038a3b6c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647360112750,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAterwaexyt6e43jokc67/1.0/resourceInstances/pnff9a239747e020/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:04:36.813Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:04:36.813Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T16:04:36.813Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc7c4651-6cfc-418f-bbcf-b51c038a3b6c",
  "consumerID": "dcae-sch",
  "timestamp": 1647360115487,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAterwaexyt6e43jokc67/1.0/resourceInstances/pnff9a239747e020/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:04:36.813Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:04:36.813Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T16:04:36.813Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc7c4651-6cfc-418f-bbcf-b51c038a3b6c",
  "consumerID": "cds",
  "timestamp": 1647360108244,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAterwaexyt6e43jokc67/1.0/resourceInstances/pnff9a239747e020/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:04:36.813Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:04:36.813Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T16:04:36.814Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc7c4651-6cfc-418f-bbcf-b51c038a3b6c",
  "consumerID": "policy-id",
  "timestamp": 1647360113591,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAterwaexyt6e43jokc67/1.0/resourceInstances/pnff9a239747e020/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:04:36.814Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:04:36.814Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T16:04:36.814Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc7c4651-6cfc-418f-bbcf-b51c038a3b6c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647360114779,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAterwaexyt6e43jokc67/1.0/resourceInstances/pnff9a239747e020/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:04:36.814Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:04:36.814Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T16:04:36.814Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc7c4651-6cfc-418f-bbcf-b51c038a3b6c",
  "consumerID": "clamp",
  "timestamp": 1647360116303,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAterwaexyt6e43jokc67/1.0/resourceInstances/pnff9a239747e020/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:04:36.814Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:04:36.814Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T16:04:36.814Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc7c4651-6cfc-418f-bbcf-b51c038a3b6c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647360116327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAterwaexyt6e43jokc67/1.0/resourceInstances/pnff9a239747e020/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-03-15T16:04:36.814Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:04:36.815Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T16:04:36.815Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc7c4651-6cfc-418f-bbcf-b51c038a3b6c",
  "consumerID": "dcae-sch",
  "timestamp": 1647360115487,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAterwaexyt6e43jokc67/1.0/artifacts/service-DemoPnfAterwaexyt6e43jokc67-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:04:36.815Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:04:36.815Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T16:04:36.815Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc7c4651-6cfc-418f-bbcf-b51c038a3b6c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647360112750,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAterwaexyt6e43jokc67/1.0/artifacts/service-DemoPnfAterwaexyt6e43jokc67-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:04:36.815Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:04:36.815Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T16:04:36.815Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc7c4651-6cfc-418f-bbcf-b51c038a3b6c",
  "consumerID": "policy-id",
  "timestamp": 1647360113591,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAterwaexyt6e43jokc67/1.0/artifacts/service-DemoPnfAterwaexyt6e43jokc67-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:04:36.815Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:04:36.815Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T16:04:36.816Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc7c4651-6cfc-418f-bbcf-b51c038a3b6c",
  "consumerID": "aai-ml",
  "timestamp": 1647360122906,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAterwaexyt6e43jokc67/1.0/resourceInstances/pnff9a239747e020/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:04:36.816Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:04:36.816Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T16:04:36.816Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc7c4651-6cfc-418f-bbcf-b51c038a3b6c",
  "consumerID": "clamp",
  "timestamp": 1647360116303,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAterwaexyt6e43jokc67/1.0/artifacts/service-DemoPnfAterwaexyt6e43jokc67-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:04:36.816Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:04:36.816Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T16:04:36.816Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc7c4651-6cfc-418f-bbcf-b51c038a3b6c",
  "consumerID": "cds",
  "timestamp": 1647360108244,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAterwaexyt6e43jokc67/1.0/artifacts/service-DemoPnfAterwaexyt6e43jokc67-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:04:36.816Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:04:36.816Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T16:04:36.816Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc7c4651-6cfc-418f-bbcf-b51c038a3b6c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647360114779,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAterwaexyt6e43jokc67/1.0/artifacts/service-DemoPnfAterwaexyt6e43jokc67-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:04:36.816Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:04:36.816Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T16:04:36.817Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc7c4651-6cfc-418f-bbcf-b51c038a3b6c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647360116327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAterwaexyt6e43jokc67/1.0/artifacts/service-DemoPnfAterwaexyt6e43jokc67-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:04:36.817Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:04:36.817Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T16:04:36.817Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc7c4651-6cfc-418f-bbcf-b51c038a3b6c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647360112750,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAterwaexyt6e43jokc67/1.0/artifacts/service-DemoPnfAterwaexyt6e43jokc67-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T16:04:36.817Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:04:36.817Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T16:04:36.817Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc7c4651-6cfc-418f-bbcf-b51c038a3b6c",
  "consumerID": "dcae-sch",
  "timestamp": 1647360115487,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAterwaexyt6e43jokc67/1.0/artifacts/service-DemoPnfAterwaexyt6e43jokc67-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:04:36.817Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:04:36.817Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T16:04:36.817Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc7c4651-6cfc-418f-bbcf-b51c038a3b6c",
  "consumerID": "cds",
  "timestamp": 1647360108244,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAterwaexyt6e43jokc67/1.0/artifacts/service-DemoPnfAterwaexyt6e43jokc67-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T16:04:36.817Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:04:36.818Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T16:04:36.818Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc7c4651-6cfc-418f-bbcf-b51c038a3b6c",
  "consumerID": "policy-id",
  "timestamp": 1647360113591,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAterwaexyt6e43jokc67/1.0/artifacts/service-DemoPnfAterwaexyt6e43jokc67-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T16:04:36.818Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:04:36.818Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T16:04:36.818Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc7c4651-6cfc-418f-bbcf-b51c038a3b6c",
  "consumerID": "aai-ml",
  "timestamp": 1647360122906,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAterwaexyt6e43jokc67/1.0/resourceInstances/pnff9a239747e020/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:04:36.818Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:04:36.818Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T16:04:36.818Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc7c4651-6cfc-418f-bbcf-b51c038a3b6c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647360114779,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAterwaexyt6e43jokc67/1.0/artifacts/service-DemoPnfAterwaexyt6e43jokc67-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T16:04:36.818Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:04:36.818Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T16:04:36.818Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc7c4651-6cfc-418f-bbcf-b51c038a3b6c",
  "consumerID": "clamp",
  "timestamp": 1647360116303,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAterwaexyt6e43jokc67/1.0/artifacts/service-DemoPnfAterwaexyt6e43jokc67-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T16:04:36.818Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:04:36.818Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T16:04:36.819Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc7c4651-6cfc-418f-bbcf-b51c038a3b6c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647360116327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAterwaexyt6e43jokc67/1.0/artifacts/service-DemoPnfAterwaexyt6e43jokc67-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:04:36.819Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:04:36.819Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T16:04:36.819Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc7c4651-6cfc-418f-bbcf-b51c038a3b6c",
  "consumerID": "aai-ml",
  "timestamp": 1647360122906,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAterwaexyt6e43jokc67/1.0/resourceInstances/pnff9a239747e020/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:04:36.819Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:04:36.819Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T16:04:36.819Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc7c4651-6cfc-418f-bbcf-b51c038a3b6c",
  "consumerID": "cds",
  "timestamp": 1647360124730,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAterwaexyt6e43jokc67/1.0/artifacts/service-DemoPnfAterwaexyt6e43jokc67-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T16:04:36.819Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:04:36.819Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T16:04:36.819Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc7c4651-6cfc-418f-bbcf-b51c038a3b6c",
  "consumerID": "policy-id",
  "timestamp": 1647360124570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAterwaexyt6e43jokc67/1.0/artifacts/service-DemoPnfAterwaexyt6e43jokc67-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T16:04:36.819Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:04:36.819Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T16:04:36.819Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc7c4651-6cfc-418f-bbcf-b51c038a3b6c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647360125186,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAterwaexyt6e43jokc67/1.0/artifacts/service-DemoPnfAterwaexyt6e43jokc67-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T16:04:36.820Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:04:36.820Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T16:04:36.820Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc7c4651-6cfc-418f-bbcf-b51c038a3b6c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647360125311,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAterwaexyt6e43jokc67/1.0/resourceInstances/pnff9a239747e020/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-15T16:04:36.820Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:04:36.820Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T16:04:36.820Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc7c4651-6cfc-418f-bbcf-b51c038a3b6c",
  "consumerID": "aai-ml",
  "timestamp": 1647360122906,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAterwaexyt6e43jokc67/1.0/resourceInstances/pnff9a239747e020/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:04:36.820Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:04:36.820Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T16:04:36.820Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc7c4651-6cfc-418f-bbcf-b51c038a3b6c",
  "consumerID": "cds",
  "timestamp": 1647360125745,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAterwaexyt6e43jokc67/1.0/artifacts/service-DemoPnfAterwaexyt6e43jokc67-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T16:04:36.826Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of dc7c4651-6cfc-418f-bbcf-b51c038a3b6c
2022-03-15T16:04:36.826Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc7c4651-6cfc-418f-bbcf-b51c038a3b6c and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T16:04:36.833Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T16:04:36.833Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc7c4651-6cfc-418f-bbcf-b51c038a3b6c",
  "consumerID": "policy-id",
  "timestamp": 1647360125575,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAterwaexyt6e43jokc67/1.0/artifacts/service-DemoPnfAterwaexyt6e43jokc67-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T16:04:36.833Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:04:36.833Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T16:04:36.834Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc7c4651-6cfc-418f-bbcf-b51c038a3b6c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647360126492,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAterwaexyt6e43jokc67/1.0/resourceInstances/pnff9a239747e020/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-03-15T16:04:36.834Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:04:36.834Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T16:04:36.834Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc7c4651-6cfc-418f-bbcf-b51c038a3b6c",
  "consumerID": "aai-ml",
  "timestamp": 1647360122906,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAterwaexyt6e43jokc67/1.0/resourceInstances/pnff9a239747e020/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:04:36.834Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:04:36.834Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T16:04:36.834Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc7c4651-6cfc-418f-bbcf-b51c038a3b6c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647360127102,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAterwaexyt6e43jokc67/1.0/artifacts/service-DemoPnfAterwaexyt6e43jokc67-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T16:04:36.835Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:04:36.835Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T16:04:36.835Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc7c4651-6cfc-418f-bbcf-b51c038a3b6c",
  "consumerID": "policy-id",
  "timestamp": 1647360126578,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T16:04:36.838Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dc7c4651-6cfc-418f-bbcf-b51c038a3b6c
2022-03-15T16:04:36.839Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc7c4651-6cfc-418f-bbcf-b51c038a3b6c and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T16:04:36.847Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T16:04:36.847Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc7c4651-6cfc-418f-bbcf-b51c038a3b6c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647360127497,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T16:04:36.851Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of dc7c4651-6cfc-418f-bbcf-b51c038a3b6c
2022-03-15T16:04:36.851Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc7c4651-6cfc-418f-bbcf-b51c038a3b6c and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T16:04:36.860Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T16:04:36.860Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc7c4651-6cfc-418f-bbcf-b51c038a3b6c",
  "consumerID": "aai-ml",
  "timestamp": 1647360122906,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAterwaexyt6e43jokc67/1.0/resourceInstances/pnff9a239747e020/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:04:36.860Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:04:36.860Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T16:04:36.860Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc7c4651-6cfc-418f-bbcf-b51c038a3b6c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647360128107,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T16:04:36.864Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of dc7c4651-6cfc-418f-bbcf-b51c038a3b6c
2022-03-15T16:04:36.864Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc7c4651-6cfc-418f-bbcf-b51c038a3b6c and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T16:04:36.874Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T16:04:36.874Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc7c4651-6cfc-418f-bbcf-b51c038a3b6c",
  "consumerID": "clamp",
  "timestamp": 1647360128001,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAterwaexyt6e43jokc67/1.0/artifacts/service-DemoPnfAterwaexyt6e43jokc67-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T16:04:36.874Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:04:36.874Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T16:04:36.874Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc7c4651-6cfc-418f-bbcf-b51c038a3b6c",
  "consumerID": "aai-ml",
  "timestamp": 1647360122906,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAterwaexyt6e43jokc67/1.0/artifacts/service-DemoPnfAterwaexyt6e43jokc67-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:04:36.874Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:04:36.874Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T16:04:36.874Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc7c4651-6cfc-418f-bbcf-b51c038a3b6c",
  "consumerID": "aai-ml",
  "timestamp": 1647360122906,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAterwaexyt6e43jokc67/1.0/artifacts/service-DemoPnfAterwaexyt6e43jokc67-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T16:04:36.875Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:04:36.875Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T16:04:36.875Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc7c4651-6cfc-418f-bbcf-b51c038a3b6c",
  "consumerID": "clamp",
  "timestamp": 1647360130009,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAterwaexyt6e43jokc67/1.0/artifacts/service-DemoPnfAterwaexyt6e43jokc67-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T16:04:36.875Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:04:36.875Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T16:04:36.875Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc7c4651-6cfc-418f-bbcf-b51c038a3b6c",
  "consumerID": "clamp",
  "timestamp": 1647360131013,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T16:04:36.880Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of dc7c4651-6cfc-418f-bbcf-b51c038a3b6c
2022-03-15T16:04:36.880Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc7c4651-6cfc-418f-bbcf-b51c038a3b6c and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T16:04:36.887Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T16:04:36.887Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc7c4651-6cfc-418f-bbcf-b51c038a3b6c",
  "consumerID": "aai-ml",
  "timestamp": 1647360132136,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAterwaexyt6e43jokc67/1.0/artifacts/service-DemoPnfAterwaexyt6e43jokc67-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T16:04:36.888Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:04:36.888Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T16:04:36.888Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc7c4651-6cfc-418f-bbcf-b51c038a3b6c",
  "consumerID": "aai-ml",
  "timestamp": 1647360140834,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAterwaexyt6e43jokc67/1.0/artifacts/service-DemoPnfAterwaexyt6e43jokc67-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T16:04:36.888Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:04:36.888Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T16:04:36.889Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc7c4651-6cfc-418f-bbcf-b51c038a3b6c",
  "consumerID": "aai-ml",
  "timestamp": 1647360141839,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T16:04:36.893Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of dc7c4651-6cfc-418f-bbcf-b51c038a3b6c
2022-03-15T16:04:36.893Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc7c4651-6cfc-418f-bbcf-b51c038a3b6c and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T16:05:01.144Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dc7c4651-6cfc-418f-bbcf-b51c038a3b6c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-15T16:05:01.154Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dc7c4651-6cfc-418f-bbcf-b51c038a3b6c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-15T16:05:01.157Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T16:05:01.157Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-15T16:05:01.157Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-15T16:05:01.157Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-15T16:05:01.157Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T16:05:01.158Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T16:05:01.158Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T16:05:01.158Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T16:05:01.158Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T16:05:01.158Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T16:05:01.158Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T16:05:01.158Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T16:05:01.162Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-15T16:05:31.163Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dc7c4651-6cfc-418f-bbcf-b51c038a3b6c and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-15T16:05:31.170Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dc7c4651-6cfc-418f-bbcf-b51c038a3b6c and serviceModelVersionId: 6e726184-3fdf-4d47-822a-abd79feb1f6e
2022-03-15T16:05:31.170Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 33aa5a97-11be-4c8f-ad63-cce3a9000ca9
2022-03-15T16:05:31.171Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/33aa5a97-11be-4c8f-ad63-cce3a9000ca9/model-vers/model-ver/6e726184-3fdf-4d47-822a-abd79feb1f6e?depth=0
2022-03-15T16:05:31.175Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-03-15T16:05:31.222Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33aa5a97-11be-4c8f-ad63-cce3a9000ca9/model-vers/model-ver/6e726184-3fdf-4d47-822a-abd79feb1f6e?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-03-15T16:05:31.224Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33aa5a97-11be-4c8f-ad63-cce3a9000ca9/model-vers/model-ver/6e726184-3fdf-4d47-822a-abd79feb1f6e?depth=0|INFO|500||Invoke
2022-03-15T16:05:31.263Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33aa5a97-11be-4c8f-ad63-cce3a9000ca9/model-vers/model-ver/6e726184-3fdf-4d47-822a-abd79feb1f6e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-15T16:05:31.697Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33aa5a97-11be-4c8f-ad63-cce3a9000ca9/model-vers/model-ver/6e726184-3fdf-4d47-822a-abd79feb1f6e?depth=0|INFO|500||InvokeReturn
2022-03-15T16:05:31.698Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33aa5a97-11be-4c8f-ad63-cce3a9000ca9/model-vers/model-ver/6e726184-3fdf-4d47-822a-abd79feb1f6e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220315-16:05:31:270-67671], vertex-id=[229528], Content-Length=[0], Date=[Tue, 15 Mar 2022 16:05:31 GMT], Content-Type=[application/json]}
2022-03-15T16:05:31.698Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-03-15T16:05:31.699Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-15T16:05:31.699Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-15T16:05:31.706Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-15T16:05:31.706Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dc7c4651-6cfc-418f-bbcf-b51c038a3b6c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-15T16:05:31.707Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-15T16:05:31.707Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T16:05:31.708Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T16:05:31.709Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "dc7c4651-6cfc-418f-bbcf-b51c038a3b6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360331706,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-15T16:05:31.809Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T16:05:31.810Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T16:05:31.810Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T16:05:31.873Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:05:31.875Z||pool-66-thread-1|||||INFO|500||cambria reply ok (66 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-15T16:05:32.721Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T16:05:32.722Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"03d0715c-bf48-4a49-a8c7-b672bf6f4352","serviceDescription":"service","serviceInvariantUUID":"58d5d838-a322-4a32-9326-4eaaaeade9ae","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"31babca4-bd40-4ffb-a0b5-e1a4a7eee38e","resourceInvariantUUID":"7b54ba4c-d99a-4e1d-ab83-0a330d8a0cfc","resourceCustomizationUUID":"42620966-42a7-4deb-aa60-c2971cc0c683","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":"8181c1d2-3826-4f5b-b477-0f0ffc1e45ac","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":"ZDExMGM1ZDk2MGY2MTg4MTc3NTlkZjliMDliMzc0OWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3bffbfd9-5d10-4f5e-9919-123b98406ed4","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":"YzQ1OGE0OTUxODQ5MTgzNmIyMjZlNGIwYzBiNWU5MTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"aa02f225-e941-43cd-a7b4-47d45dd8e593","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":"d9e4f4b8-5521-4b9d-b042-0b7b04a661ef","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":"13ce1147-672e-4bca-9e4c-218fd5538805","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":"352c5322-be28-4622-9744-87b9449bf5bf","artifactVersion":"2","generatedFromUUID":"d9e4f4b8-5521-4b9d-b042-0b7b04a661ef"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"MWRlMTQwYWVlNGI3MmM2NmI0YjViZTEzN2Q2NTlmN2Y\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bf51e693-51d0-473c-a36d-a8a097ffdc00","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"ZTJkYWIzNTI5YzQ3OTY4MDc4MTU4YWU0Nzc5Zjc0NjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"530779b1-a0fb-46f7-b9d1-719cdad00c14","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-15T16:05:32.722Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T16:05:32.722Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T16:05:32.724Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T16:05:32.724Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360255072,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:05:32.825Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T16:05:32.826Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T16:05:32.826Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T16:05:32.842Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:05:32.843Z||pool-67-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-15T16:05:33.725Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T16:05:33.727Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T16:05:33.729Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T16:05:33.729Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360255072,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:05:33.829Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T16:05:33.830Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T16:05:33.831Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T16:05:33.851Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:05:33.852Z||pool-68-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-03-15T16:05:34.730Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T16:05:34.731Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T16:05:34.733Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T16:05:34.733Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360255072,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-03-15T16:05:34.833Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T16:05:34.834Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T16:05:34.834Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T16:05:34.847Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:05:34.848Z||pool-69-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-15T16:05:35.734Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T16:05:35.735Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T16:05:35.736Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T16:05:35.737Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360255072,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-15T16:05:35.837Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T16:05:35.838Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T16:05:35.838Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T16:05:35.851Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:05:35.853Z||pool-70-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-15T16:05:36.737Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T16:05:36.738Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T16:05:36.739Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T16:05:36.740Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360255072,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:05:36.768Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:05:36.769Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T16:05:36.770Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T16:05:36.790Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:05:36.824Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.824Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "cds",
  "timestamp": 1647360183244,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:05:36.825Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:05:36.825Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.826Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "aai-ml",
  "timestamp": 1647360182905,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:05:36.826Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:05:36.826Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.826Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "cds",
  "timestamp": 1647360183244,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:05:36.827Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:05:36.827Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.827Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "aai-ml",
  "timestamp": 1647360182905,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:05:36.827Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:05:36.827Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.827Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "cds",
  "timestamp": 1647360183244,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:05:36.828Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:05:36.828Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.828Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "aai-ml",
  "timestamp": 1647360182905,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:05:36.828Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:05:36.828Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.828Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "cds",
  "timestamp": 1647360183244,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:05:36.829Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:05:36.829Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.829Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "aai-ml",
  "timestamp": 1647360182905,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:05:36.829Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:05:36.829Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.829Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "cds",
  "timestamp": 1647360183244,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:05:36.830Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:05:36.830Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.830Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "aai-ml",
  "timestamp": 1647360182905,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:05:36.830Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:05:36.830Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.830Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "cds",
  "timestamp": 1647360183244,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:05:36.830Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:05:36.831Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.831Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "aai-ml",
  "timestamp": 1647360182905,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:05:36.831Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:05:36.831Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.831Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "aai-ml",
  "timestamp": 1647360182905,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:05:36.831Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:05:36.832Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.832Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "cds",
  "timestamp": 1647360183244,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:05:36.832Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:05:36.832Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.832Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "policy-id",
  "timestamp": 1647360193591,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:05:36.832Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:05:36.833Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.833Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "cds",
  "timestamp": 1647360183244,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T16:05:36.833Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:05:36.833Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.834Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "aai-ml",
  "timestamp": 1647360182905,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T16:05:36.834Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:05:36.834Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.834Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647360194779,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:05:36.834Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:05:36.834Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.834Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "policy-id",
  "timestamp": 1647360193591,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:05:36.835Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:05:36.835Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.835Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "dcae-sch",
  "timestamp": 1647360195487,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2022-03-15T16:05:36.835Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:05:36.835Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.835Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647360194779,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:05:36.835Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:05:36.835Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.835Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "cds",
  "timestamp": 1647360196432,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T16:05:36.835Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:05:36.835Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.835Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "policy-id",
  "timestamp": 1647360193591,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:05:36.836Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:05:36.836Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.836Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "aai-ml",
  "timestamp": 1647360197635,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T16:05:36.836Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:05:36.836Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.836Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647360196327,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:05:36.836Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:05:36.836Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.836Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "dcae-sch",
  "timestamp": 1647360195487,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:05:36.836Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:05:36.836Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.837Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647360194779,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-03-15T16:05:36.837Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:05:36.837Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.837Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "cds",
  "timestamp": 1647360197438,
  "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=?
2022-03-15T16:05:36.840Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T16:05:36.840Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T16:05:36.841Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T16:05:36.853Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a
2022-03-15T16:05:36.854Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a 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-03-15T16:05:36.859Z||pool-71-thread-1|||||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-03-15T16:05:36.859Z||pool-71-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-15T16:05:36.865Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.865Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "policy-id",
  "timestamp": 1647360193591,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-15T16:05:36.868Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:05:36.869Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.869Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647360196327,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:05:36.869Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:05:36.869Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.869Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "dcae-sch",
  "timestamp": 1647360195487,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:05:36.869Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:05:36.869Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.870Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647360194779,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-15T16:05:36.870Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:05:36.870Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.870Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "policy-id",
  "timestamp": 1647360193591,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:05:36.870Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:05:36.870Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.870Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647360196327,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:05:36.870Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:05:36.870Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.870Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e18498-8252-435a-a91c-52f1b8af0c1b",
  "consumerID": "cds",
  "timestamp": 1647360198442,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:05:36.871Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:05:36.871Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.871Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "dcae-sch",
  "timestamp": 1647360195487,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:05:36.871Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:05:36.871Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.871Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647360194779,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:05:36.871Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:05:36.871Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.871Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "policy-id",
  "timestamp": 1647360193591,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:05:36.872Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:05:36.872Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.872Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647360196327,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:05:36.872Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:05:36.872Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.872Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e18498-8252-435a-a91c-52f1b8af0c1b",
  "consumerID": "cds",
  "timestamp": 1647360198442,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:05:36.872Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:05:36.872Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.872Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "dcae-sch",
  "timestamp": 1647360195487,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:05:36.872Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:05:36.873Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.873Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647360194779,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-15T16:05:36.873Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:05:36.873Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.873Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "policy-id",
  "timestamp": 1647360193591,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:05:36.873Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:05:36.873Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.873Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647360196327,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:05:36.873Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:05:36.873Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.874Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e18498-8252-435a-a91c-52f1b8af0c1b",
  "consumerID": "cds",
  "timestamp": 1647360198442,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:05:36.874Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:05:36.874Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.874Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "dcae-sch",
  "timestamp": 1647360195487,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:05:36.874Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:05:36.874Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.874Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647360194779,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:05:36.874Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:05:36.874Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.874Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "policy-id",
  "timestamp": 1647360193591,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T16:05:36.875Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:05:36.875Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.875Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647360196327,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:05:36.875Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:05:36.875Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.875Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e18498-8252-435a-a91c-52f1b8af0c1b",
  "consumerID": "cds",
  "timestamp": 1647360198442,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:05:36.875Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:05:36.875Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.875Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "dcae-sch",
  "timestamp": 1647360195487,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:05:36.875Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:05:36.876Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.876Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647360194779,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T16:05:36.876Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:05:36.876Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.876Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647360196327,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:05:36.876Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:05:36.876Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.876Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647360202750,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:05:36.876Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:05:36.877Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.877Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "policy-id",
  "timestamp": 1647360202869,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T16:05:36.877Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:05:36.877Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.877Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e18498-8252-435a-a91c-52f1b8af0c1b",
  "consumerID": "cds",
  "timestamp": 1647360198442,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:05:36.877Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:05:36.877Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.877Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "dcae-sch",
  "timestamp": 1647360195487,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:05:36.877Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:05:36.878Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.878Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647360203877,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-15T16:05:36.878Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:05:36.878Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.878Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647360196327,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:05:36.878Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:05:36.878Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.878Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647360202750,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:05:36.878Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:05:36.878Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.879Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "policy-id",
  "timestamp": 1647360203875,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T16:05:36.879Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:05:36.879Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.879Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e18498-8252-435a-a91c-52f1b8af0c1b",
  "consumerID": "cds",
  "timestamp": 1647360198442,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:05:36.879Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:05:36.879Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.879Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e18498-8252-435a-a91c-52f1b8af0c1b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647360196327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:05:36.879Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:05:36.879Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.879Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647360202750,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:05:36.880Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:05:36.880Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.880Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "policy-id",
  "timestamp": 1647360204879,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T16:05:36.885Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a
2022-03-15T16:05:36.885Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T16:05:36.896Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.897Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e18498-8252-435a-a91c-52f1b8af0c1b",
  "consumerID": "cds",
  "timestamp": 1647360198442,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T16:05:36.897Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:05:36.897Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.897Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647360205449,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-15T16:05:36.897Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:05:36.897Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.898Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e18498-8252-435a-a91c-52f1b8af0c1b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647360196327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:05:36.898Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:05:36.898Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.898Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647360202750,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:05:36.898Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:05:36.898Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.898Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e18498-8252-435a-a91c-52f1b8af0c1b",
  "consumerID": "policy-id",
  "timestamp": 1647360193591,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:05:36.899Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:05:36.899Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.899Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "clamp",
  "timestamp": 1647360206303,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:05:36.899Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:05:36.899Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.900Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e18498-8252-435a-a91c-52f1b8af0c1b",
  "consumerID": "cds",
  "timestamp": 1647360206918,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T16:05:36.900Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:05:36.900Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.900Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647360207055,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-15T16:05:36.900Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:05:36.900Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.900Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e18498-8252-435a-a91c-52f1b8af0c1b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647360196327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:05:36.901Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:05:36.901Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.901Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647360202750,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:05:36.901Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:05:36.901Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.901Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e18498-8252-435a-a91c-52f1b8af0c1b",
  "consumerID": "policy-id",
  "timestamp": 1647360193591,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:05:36.901Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:05:36.901Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.901Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "dcae-sch",
  "timestamp": 1647360207149,
  "artifactURL": "/sdc/v1/catalog/services/03d0715c-bf48-4a49-a8c7-b672bf6f4352/resourceInstances/basicclamp0/artifacts/8181c1d2-3826-4f5b-b477-0f0ffc1e45ac",
  "status": "DOWNLOAD_OK"
}
2022-03-15T16:05:36.901Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:05:36.902Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.902Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "clamp",
  "timestamp": 1647360206303,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:05:36.902Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:05:36.902Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.902Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e18498-8252-435a-a91c-52f1b8af0c1b",
  "consumerID": "cds",
  "timestamp": 1647360207927,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T16:05:36.916Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 34e18498-8252-435a-a91c-52f1b8af0c1b
2022-03-15T16:05:36.917Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 34e18498-8252-435a-a91c-52f1b8af0c1b and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T16:05:36.926Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.926Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e18498-8252-435a-a91c-52f1b8af0c1b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647360196327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:05:36.926Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:05:36.926Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.927Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647360208105,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T16:05:36.931Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a
2022-03-15T16:05:36.931Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-15T16:05:36.937Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.937Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647360202750,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:05:36.937Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:05:36.937Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.937Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e18498-8252-435a-a91c-52f1b8af0c1b",
  "consumerID": "policy-id",
  "timestamp": 1647360193591,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-15T16:05:36.938Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:05:36.938Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.938Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "dcae-sch",
  "timestamp": 1647360208493,
  "artifactURL": "/sdc/v1/catalog/services/03d0715c-bf48-4a49-a8c7-b672bf6f4352/resourceInstances/basicclamp0/artifacts/8181c1d2-3826-4f5b-b477-0f0ffc1e45ac",
  "status": "DEPLOY_OK"
}
2022-03-15T16:05:36.938Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:05:36.938Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.939Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "clamp",
  "timestamp": 1647360206303,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-03-15T16:05:36.939Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:05:36.939Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.939Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e18498-8252-435a-a91c-52f1b8af0c1b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647360196327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:05:36.939Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:05:36.939Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.940Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e18498-8252-435a-a91c-52f1b8af0c1b",
  "consumerID": "policy-id",
  "timestamp": 1647360193591,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:05:36.940Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:05:36.940Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.940Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647360209124,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-15T16:05:36.940Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:05:36.940Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.941Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647360202750,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:05:36.941Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:05:36.941Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.941Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "dcae-sch",
  "timestamp": 1647360209502,
  "artifactURL": "/sdc/v1/catalog/services/03d0715c-bf48-4a49-a8c7-b672bf6f4352/resourceInstances/basicclamp0/artifacts/8181c1d2-3826-4f5b-b477-0f0ffc1e45ac",
  "status": "COMPONENT_DONE_OK",
  "componentName": "service-change-handler"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T16:05:36.945Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a
2022-03-15T16:05:36.945Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a and ComponentName service-change-handler
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T16:05:36.953Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.953Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "clamp",
  "timestamp": 1647360206303,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:05:36.954Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:05:36.954Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.954Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e18498-8252-435a-a91c-52f1b8af0c1b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647360196327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:05:36.955Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:05:36.955Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.955Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647360202750,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T16:05:36.955Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:05:36.955Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.956Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e18498-8252-435a-a91c-52f1b8af0c1b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647360194779,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:05:36.956Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:05:36.956Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.956Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e18498-8252-435a-a91c-52f1b8af0c1b",
  "consumerID": "policy-id",
  "timestamp": 1647360193591,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:05:36.957Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:05:36.957Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.957Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e18498-8252-435a-a91c-52f1b8af0c1b",
  "consumerID": "dcae-sch",
  "timestamp": 1647360195487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:05:36.957Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:05:36.957Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.958Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "clamp",
  "timestamp": 1647360206303,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:05:36.958Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:05:36.958Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.958Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e18498-8252-435a-a91c-52f1b8af0c1b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647360196327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:05:36.958Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:05:36.959Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.959Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e18498-8252-435a-a91c-52f1b8af0c1b",
  "consumerID": "policy-id",
  "timestamp": 1647360193591,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:05:36.959Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:05:36.959Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.959Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e18498-8252-435a-a91c-52f1b8af0c1b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647360194779,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-03-15T16:05:36.960Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:05:36.960Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.960Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647360211676,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T16:05:36.960Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:05:36.961Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.961Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e18498-8252-435a-a91c-52f1b8af0c1b",
  "consumerID": "dcae-sch",
  "timestamp": 1647360195487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:05:36.961Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:05:36.961Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.961Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "aai-ml",
  "timestamp": 1647360212921,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T16:05:36.962Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:05:36.962Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.962Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "clamp",
  "timestamp": 1647360206303,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:05:36.962Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:05:36.962Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.963Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e18498-8252-435a-a91c-52f1b8af0c1b",
  "consumerID": "policy-id",
  "timestamp": 1647360193591,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T16:05:36.963Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:05:36.963Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.963Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e18498-8252-435a-a91c-52f1b8af0c1b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647360194779,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-15T16:05:36.964Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:05:36.964Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.964Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e18498-8252-435a-a91c-52f1b8af0c1b",
  "consumerID": "dcae-sch",
  "timestamp": 1647360195487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:05:36.964Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:05:36.964Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.965Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "aai-ml",
  "timestamp": 1647360213926,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T16:05:36.969Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a
2022-03-15T16:05:36.969Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T16:05:36.981Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.981Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "clamp",
  "timestamp": 1647360206303,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:05:36.981Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:05:36.982Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.982Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e18498-8252-435a-a91c-52f1b8af0c1b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647360194779,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:05:36.982Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:05:36.982Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.983Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e18498-8252-435a-a91c-52f1b8af0c1b",
  "consumerID": "dcae-sch",
  "timestamp": 1647360195487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:05:36.983Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:05:36.983Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.983Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e18498-8252-435a-a91c-52f1b8af0c1b",
  "consumerID": "policy-id",
  "timestamp": 1647360213543,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T16:05:36.984Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:05:36.984Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.984Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647360214135,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T16:05:36.984Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:05:36.985Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.985Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "cds",
  "timestamp": 1647360213244,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:05:36.985Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:05:36.985Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.985Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "clamp",
  "timestamp": 1647360206303,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T16:05:36.986Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:05:36.986Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.986Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e18498-8252-435a-a91c-52f1b8af0c1b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647360194779,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-15T16:05:36.986Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:05:36.987Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.987Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e18498-8252-435a-a91c-52f1b8af0c1b",
  "consumerID": "aai-ml",
  "timestamp": 1647360214930,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:05:36.987Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:05:36.987Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.987Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e18498-8252-435a-a91c-52f1b8af0c1b",
  "consumerID": "dcae-sch",
  "timestamp": 1647360195487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:05:36.988Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:05:36.988Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.988Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e18498-8252-435a-a91c-52f1b8af0c1b",
  "consumerID": "policy-id",
  "timestamp": 1647360214548,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T16:05:36.989Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:05:36.989Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:36.989Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647360215144,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T16:05:36.994Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a
2022-03-15T16:05:36.994Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T16:05:37.005Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:37.006Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "cds",
  "timestamp": 1647360213244,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:05:37.006Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:05:37.006Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:37.007Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e18498-8252-435a-a91c-52f1b8af0c1b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647360194779,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:05:37.007Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:05:37.007Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:37.008Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e18498-8252-435a-a91c-52f1b8af0c1b",
  "consumerID": "aai-ml",
  "timestamp": 1647360214930,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:05:37.008Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:05:37.008Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:37.008Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e18498-8252-435a-a91c-52f1b8af0c1b",
  "consumerID": "dcae-sch",
  "timestamp": 1647360195487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:05:37.009Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:05:37.009Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:37.009Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e18498-8252-435a-a91c-52f1b8af0c1b",
  "consumerID": "policy-id",
  "timestamp": 1647360215551,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T16:05:37.016Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 34e18498-8252-435a-a91c-52f1b8af0c1b
2022-03-15T16:05:37.016Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 34e18498-8252-435a-a91c-52f1b8af0c1b and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T16:05:37.026Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:37.027Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e18498-8252-435a-a91c-52f1b8af0c1b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647360202750,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:05:37.027Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:05:37.027Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:37.028Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "cds",
  "timestamp": 1647360213244,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:05:37.028Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:05:37.028Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:37.028Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e18498-8252-435a-a91c-52f1b8af0c1b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647360194779,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T16:05:37.029Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:05:37.029Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T16:05:37.029Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e18498-8252-435a-a91c-52f1b8af0c1b",
  "consumerID": "aai-ml",
  "timestamp": 1647360214930,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:05:37.030Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:05:37.740Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T16:05:37.741Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T16:05:37.742Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T16:05:37.743Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360255072,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-15T16:05:37.843Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T16:05:37.843Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T16:05:37.843Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T16:05:37.859Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:05:37.859Z||pool-72-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-15T16:05:38.743Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T16:05:38.744Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T16:05:38.746Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T16:05:38.747Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360255072,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:05:38.847Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T16:05:38.848Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T16:05:38.848Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T16:05:38.867Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:05:38.867Z||pool-73-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-15T16:05:39.747Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T16:05:39.748Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T16:05:39.750Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T16:05:39.750Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360255072,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T16:05:39.851Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-15T16:05:39.852Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T16:05:39.852Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T16:05:39.869Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:05:39.870Z||pool-74-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-15T16:05:40.752Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "03d0715c-bf48-4a49-a8c7-b672bf6f4352",
  "serviceDescription": "service",
  "serviceInvariantUUID": "58d5d838-a322-4a32-9326-4eaaaeade9ae",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "42620966-42a7-4deb-aa60-c2971cc0c683",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "31babca4-bd40-4ffb-a0b5-e1a4a7eee38e",
      "resourceInvariantUUID": "7b54ba4c-d99a-4e1d-ab83-0a330d8a0cfc",
      "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": "YzQ1OGE0OTUxODQ5MTgzNmIyMjZlNGIwYzBiNWU5MTU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "aa02f225-e941-43cd-a7b4-47d45dd8e593",
          "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": "d9e4f4b8-5521-4b9d-b042-0b7b04a661ef",
          "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": "352c5322-be28-4622-9744-87b9449bf5bf",
            "generatedFromUUID": "d9e4f4b8-5521-4b9d-b042-0b7b04a661ef"
          },
          "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": "352c5322-be28-4622-9744-87b9449bf5bf",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "ZTJkYWIzNTI5YzQ3OTY4MDc4MTU4YWU0Nzc5Zjc0NjA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "530779b1-a0fb-46f7-b9d1-719cdad00c14"
    }
  ],
  "workloadContext": "Production"
}
2022-03-15T16:05:40.752Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-15T16:05:40.752Z|dc7c4651-6cfc-418f-bbcf-b51c038a3b6c|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 03d0715c-bf48-4a49-a8c7-b672bf6f4352 ASDC
2022-03-15T16:05:40.753Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:03d0715c-bf48-4a49-a8c7-b672bf6f4352
ServiceInvariantUUID:58d5d838-a322-4a32-9326-4eaaaeade9ae
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:530779b1-a0fb-46f7-b9d1-719cdad00c14
ArtifactChecksum:ZTJkYWIzNTI5YzQ3OTY4MDc4MTU4YWU0Nzc5Zjc0NjA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:42620966-42a7-4deb-aa60-c2971cc0c683
ResourceInvariantUUID:7b54ba4c-d99a-4e1d-ab83-0a330d8a0cfc
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:31babca4-bd40-4ffb-a0b5-e1a4a7eee38e
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:aa02f225-e941-43cd-a7b4-47d45dd8e593
ArtifactChecksum:YzQ1OGE0OTUxODQ5MTgzNmIyMjZlNGIwYzBiNWU5MTU=
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:d9e4f4b8-5521-4b9d-b042-0b7b04a661ef
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:352c5322-be28-4622-9744-87b9449bf5bf
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:352c5322-be28-4622-9744-87b9449bf5bf
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-15T16:05:40.753Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 03d0715c-bf48-4a49-a8c7-b672bf6f4352 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-15T16:05:40.797Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-15T16:05:40.797Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-15T16:05:40.798Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-15T16:05:40.798Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 530779b1-a0fb-46f7-b9d1-719cdad00c14 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-03-15T16:05:40.798Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-15T16:05:40.798Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-03-15T16:05:41.078Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-15T16:05:41.082Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 530779b1-a0fb-46f7-b9d1-719cdad00c14 73646
2022-03-15T16:05:41.083Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2022-03-15T16:05:41.083Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-03-15T16:05:41.083Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T16:05:41.083Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T16:05:41.085Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T16:05:41.085Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360341083,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T16:05:41.186Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T16:05:41.187Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T16:05:41.187Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T16:05:41.201Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:05:41.202Z||pool-75-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-15T16:05:42.086Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-15T16:05:42.087Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-15T16:05:42.087Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 530779b1-a0fb-46f7-b9d1-719cdad00c14, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-15T16:05:42.087Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2022-03-15T16:05:42.088Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-15T16:05:42.088Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-15T16:05:42.253Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11386089442575247605/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-03-15T16:05:43.324Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-15T16:05:43.325Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-15T16:05:43.325Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-15T16:05:43.325Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-15T16:05:43.325Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||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-03-15T16:05:43.325Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-15T16:05:43.325Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-15T16:05:43.325Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-15T16:05:43.326Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-15T16:05:43.326Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-15T16:05:43.326Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-15T16:05:43.326Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-15T16:05:43.326Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-15T16:05:43.326Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-15T16:05:43.326Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:05:43.327Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T16:05:43.327Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-15T16:05:43.327Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-15T16:05:43.327Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-15T16:05:43.327Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:05:43.327Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T16:05:43.327Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-15T16:05:43.328Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-15T16:05:43.328Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-15T16:05:43.328Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:05:43.328Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T16:05:43.328Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:05:43.328Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-03-15T16:05:43.329Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-03-15T16:05:43.329Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-03-15T16:05:43.329Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-03-15T16:05:43.329Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-15T16:05:43.329Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-15T16:05:43.329Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:05:43.329Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-15T16:05:43.330Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:05:43.330Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-15T16:05:43.330Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T16:05:43.330Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:05:43.330Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-15T16:05:43.330Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T16:05:43.331Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:05:43.331Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-15T16:05:43.331Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T16:05:43.331Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:05:43.331Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-03-15T16:05:43.331Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-15T16:05:43.331Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-15T16:05:43.331Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=97700d3f-1ffc-44de-83c8-3f115110ecfe
2022-03-15T16:05:43.332Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:05:43.332Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T16:05:43.332Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:05:43.332Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T16:05:43.332Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:05:43.332Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T16:05:43.333Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:05:43.333Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T16:05:43.333Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:03d0715c-bf48-4a49-a8c7-b672bf6f4352
Model Version:NULL
Model InvariantUuid:58d5d838-a322-4a32-9326-4eaaaeade9ae
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:496b4af3-fb0c-4e1a-880b-25db08bebf26
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7b54ba4c-d99a-4e1d-ab83-0a330d8a0cfc
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:42620966-42a7-4deb-aa60-c2971cc0c683
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:90b47437-fc98-4312-8d1e-417839740db2
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:1cb8bb68-a9ec-4688-967d-83b4c9d8c991
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:97700d3f-1ffc-44de-83c8-3f115110ecfe
ModelInvariantUuid:6d83be93-0865-46a1-8a7f-96a41aae1bf6
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:4e6eab32-572a-4827-8a08-6ee6edd29a0d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:3a0fa475-3819-4773-81d6-e37b8ade6311
ModelInvariantUuid:c13917bd-1217-4cff-8bc9-a48db5a0f29b
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:5f3d688b-be65-4441-8119-6b00004e3878
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-15T16:05:43.340Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 31babca4-bd40-4ffb-a0b5-e1a4a7eee38e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-15T16:05:43.344Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||INFO|500||basicclamp 0
2022-03-15T16:05:43.344Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 31babca4-bd40-4ffb-a0b5-e1a4a7eee38e
2022-03-15T16:05:43.344Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: aa02f225-e941-43cd-a7b4-47d45dd8e593 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-03-15T16:05:43.344Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-15T16:05:43.345Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-03-15T16:05:43.973Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-15T16:05:43.973Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json aa02f225-e941-43cd-a7b4-47d45dd8e593 790
2022-03-15T16:05:43.973Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||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-03-15T16:05:43.973Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||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-03-15T16:05:43.974Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T16:05:43.974Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T16:05:43.976Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T16:05:43.977Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360343973,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-15T16:05:44.076Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T16:05:44.077Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T16:05:44.077Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T16:05:44.098Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:05:44.098Z||pool-76-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-03-15T16:05:44.977Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "90b47437-fc98-4312-8d1e-417839740db2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1cb8bb68-a9ec-4688-967d-83b4c9d8c991",
    "vfModuleModelCustomizationUUID": "8367d8dd-4c94-4dda-9a75-fe4370cc40b6",
    "isBase": true,
    "artifacts": [
      "d9e4f4b8-5521-4b9d-b042-0b7b04a661ef",
      "352c5322-be28-4622-9744-87b9449bf5bf"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-15T16:05:44.981Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1cb8bb68-a9ec-4688-967d-83b4c9d8c991
VfModuleModelInvariantUUID:90b47437-fc98-4312-8d1e-417839740db2
VfModuleModelDescription:NULL
Artifacts UUID List:{
d9e4f4b8-5521-4b9d-b042-0b7b04a661ef
,
352c5322-be28-4622-9744-87b9449bf5bf

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

isBase:true


}

2022-03-15T16:05:44.983Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "90b47437-fc98-4312-8d1e-417839740db2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1cb8bb68-a9ec-4688-967d-83b4c9d8c991",
    "vfModuleModelCustomizationUUID": "8367d8dd-4c94-4dda-9a75-fe4370cc40b6",
    "isBase": true,
    "artifacts": [
      "d9e4f4b8-5521-4b9d-b042-0b7b04a661ef",
      "352c5322-be28-4622-9744-87b9449bf5bf"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-15T16:05:44.983Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1cb8bb68-a9ec-4688-967d-83b4c9d8c991
VfModuleModelInvariantUUID:90b47437-fc98-4312-8d1e-417839740db2
VfModuleModelDescription:NULL
Artifacts UUID List:{
d9e4f4b8-5521-4b9d-b042-0b7b04a661ef
,
352c5322-be28-4622-9744-87b9449bf5bf

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

isBase:true


}

2022-03-15T16:05:44.983Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: d9e4f4b8-5521-4b9d-b042-0b7b04a661ef from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-03-15T16:05:44.983Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-15T16:05:44.983Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-03-15T16:05:45.363Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-15T16:05:45.363Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml d9e4f4b8-5521-4b9d-b042-0b7b04a661ef 5033
2022-03-15T16:05:45.364Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||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-03-15T16:05:45.364Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||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-03-15T16:05:45.364Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T16:05:45.364Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T16:05:45.366Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T16:05:45.367Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360345364,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-15T16:05:45.467Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T16:05:45.467Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T16:05:45.467Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T16:05:45.482Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:05:45.483Z||pool-77-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-15T16:05:46.367Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 352c5322-be28-4622-9744-87b9449bf5bf from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-03-15T16:05:46.368Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-15T16:05:46.368Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-03-15T16:05:46.869Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-15T16:05:46.869Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 352c5322-be28-4622-9744-87b9449bf5bf 909
2022-03-15T16:05:46.870Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||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-03-15T16:05:46.870Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||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-03-15T16:05:46.870Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T16:05:46.870Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T16:05:46.872Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T16:05:46.872Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360346870,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-15T16:05:46.972Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T16:05:46.973Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T16:05:46.973Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T16:05:46.989Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:05:46.989Z||pool-78-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-03-15T16:05:47.872Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 03d0715c-bf48-4a49-a8c7-b672bf6f4352
2022-03-15T16:05:47.873Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 31babca4-bd40-4ffb-a0b5-e1a4a7eee38e ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-15T16:05:47.887Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@532278e4, org.onap.sdc.toscaparser.api.parameters.Input@7e7609b7, org.onap.sdc.toscaparser.api.parameters.Input@7c0071a3, org.onap.sdc.toscaparser.api.parameters.Input@d26ef96, org.onap.sdc.toscaparser.api.parameters.Input@4d03538e]
2022-03-15T16:05:47.888Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:05:47.888Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T16:05:47.889Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-03-15T16:05:47.889Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 42620966-42a7-4deb-aa60-c2971cc0c683
2022-03-15T16:05:47.889Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 42620966-42a7-4deb-aa60-c2971cc0c683 matches Tosca VF Customization UUID: 42620966-42a7-4deb-aa60-c2971cc0c683
2022-03-15T16:05:47.889Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 42620966-42a7-4deb-aa60-c2971cc0c683  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-15T16:05:47.891Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:05:47.892Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T16:05:47.892Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 42620966-42a7-4deb-aa60-c2971cc0c683: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-03-15T16:05:47.892Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@46e43ec5
2022-03-15T16:05:47.892Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:05:47.893Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-15T16:05:47.893Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8367d8dd-4c94-4dda-9a75-fe4370cc40b6
2022-03-15T16:05:47.893Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8367d8dd-4c94-4dda-9a75-fe4370cc40b6
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-15T16:05:47.895Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:05:47.895Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-15T16:05:47.895Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T16:05:47.895Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:05:47.896Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-15T16:05:47.896Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T16:05:47.896Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:05:47.896Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-03-15T16:05:47.896Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-15T16:05:47.896Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-15T16:05:47.897Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=97700d3f-1ffc-44de-83c8-3f115110ecfe
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-15T16:05:47.899Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:05:47.899Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-15T16:05:47.899Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T16:05:47.899Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:05:47.899Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-15T16:05:47.900Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=42620966-42a7-4deb-aa60-c2971cc0c683
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-15T16:05:47.901Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:05:47.901Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T16:05:47.901Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 03d0715c-bf48-4a49-a8c7-b672bf6f4352: basicclamp
2022-03-15T16:05:47.902Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:05:47.902Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T16:05:47.902Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:05:47.902Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T16:05:47.902Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:05:47.902Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T16:05:47.903Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:05:47.903Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T16:05:47.903Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:05:47.903Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T16:05:47.903Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||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-03-15T16:05:47.981Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 31babca4-bd40-4ffb-a0b5-e1a4a7eee38e 1 ASDC deployResourceStructure
2022-03-15T16:05:47.982Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||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-03-15T16:05:47.982Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||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-03-15T16:05:47.982Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T16:05:47.982Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T16:05:47.985Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T16:05:47.986Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360347982,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-15T16:05:48.085Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T16:05:48.086Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T16:05:48.086Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T16:05:48.100Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:05:48.101Z||pool-79-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-15T16:05:48.987Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||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-03-15T16:05:48.988Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||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-03-15T16:05:48.988Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T16:05:48.989Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T16:05:48.992Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T16:05:48.992Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360348987,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-03-15T16:05:49.092Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T16:05:49.093Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T16:05:49.093Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T16:05:49.106Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:05:49.107Z||pool-80-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-15T16:05:49.993Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||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-03-15T16:05:49.993Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||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-03-15T16:05:49.993Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T16:05:49.993Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T16:05:49.995Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T16:05:49.995Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360349992,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-03-15T16:05:50.096Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-15T16:05:50.097Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T16:05:50.097Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T16:05:50.110Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:05:50.111Z||pool-81-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-15T16:05:50.996Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2022-03-15T16:05:50.996Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-03-15T16:05:50.996Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T16:05:50.997Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T16:05:50.999Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T16:05:50.999Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360350996,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T16:05:51.099Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T16:05:51.100Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T16:05:51.100Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T16:05:51.114Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:05:51.115Z||pool-82-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-15T16:05:52.000Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-15T16:05:52.010Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-15T16:05:52.013Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T16:05:52.013Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-15T16:05:52.013Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-15T16:05:52.013Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-15T16:05:52.013Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T16:05:52.013Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T16:05:52.013Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T16:05:52.013Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T16:05:52.013Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T16:05:52.014Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T16:05:52.014Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T16:05:52.018Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-15T16:06:22.018Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-15T16:06:22.023Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a and serviceModelVersionId: 03d0715c-bf48-4a49-a8c7-b672bf6f4352
2022-03-15T16:06:22.024Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 58d5d838-a322-4a32-9326-4eaaaeade9ae
2022-03-15T16:06:22.024Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/58d5d838-a322-4a32-9326-4eaaaeade9ae/model-vers/model-ver/03d0715c-bf48-4a49-a8c7-b672bf6f4352?depth=0
2022-03-15T16:06:22.030Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-03-15T16:06:22.089Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/58d5d838-a322-4a32-9326-4eaaaeade9ae/model-vers/model-ver/03d0715c-bf48-4a49-a8c7-b672bf6f4352?depth=0|INFO|500||Invoke
2022-03-15T16:06:22.089Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/58d5d838-a322-4a32-9326-4eaaaeade9ae/model-vers/model-ver/03d0715c-bf48-4a49-a8c7-b672bf6f4352?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/58d5d838-a322-4a32-9326-4eaaaeade9ae/model-vers/model-ver/03d0715c-bf48-4a49-a8c7-b672bf6f4352?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[dd4cff23-a120-4872-9704-8ad3580f6608], X-ECOMP-RequestID=[9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a], X-TransactionId=[], X-ONAP-RequestID=[9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a], Content-Type=[application/merge-patch+json]}
2022-03-15T16:06:22.116Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/58d5d838-a322-4a32-9326-4eaaaeade9ae/model-vers/model-ver/03d0715c-bf48-4a49-a8c7-b672bf6f4352?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-15T16:06:23.146Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/58d5d838-a322-4a32-9326-4eaaaeade9ae/model-vers/model-ver/03d0715c-bf48-4a49-a8c7-b672bf6f4352?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/58d5d838-a322-4a32-9326-4eaaaeade9ae/model-vers/model-ver/03d0715c-bf48-4a49-a8c7-b672bf6f4352?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220315-16:06:22:123-81658], vertex-id=[249904], Content-Length=[0], Date=[Tue, 15 Mar 2022 16:06:22 GMT], Content-Type=[application/json]}
2022-03-15T16:06:23.146Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/58d5d838-a322-4a32-9326-4eaaaeade9ae/model-vers/model-ver/03d0715c-bf48-4a49-a8c7-b672bf6f4352?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-15T16:06:23.147Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/58d5d838-a322-4a32-9326-4eaaaeade9ae/model-vers/model-ver/03d0715c-bf48-4a49-a8c7-b672bf6f4352?depth=0|INFO|500||InvokeReturn
2022-03-15T16:06:23.147Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-15T16:06:23.147Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-15T16:06:23.157Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-15T16:06:23.157Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-15T16:06:23.158Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-15T16:06:23.158Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T16:06:23.160Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T16:06:23.160Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360383157,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-15T16:06:23.260Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T16:06:23.261Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T16:06:23.261Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T16:06:23.284Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:06:23.285Z||pool-83-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-03-15T16:06:24.175Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T16:06:24.175Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"34e18498-8252-435a-a91c-52f1b8af0c1b","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"8acb9128-e4fe-4afb-aeb2-537085ba82be","serviceDescription":"service","serviceInvariantUUID":"13689f2c-487b-4dd6-9843-1cd47e70b161","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"33ef5081-5e65-43e3-afcb-467880e7bdcb","resourceInvariantUUID":"c1ac385c-4718-421b-b881-14e089b28bbc","resourceCustomizationUUID":"b76b8e31-4c62-462c-b355-821905dbbbab","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":"MzAxMjA5MzQ5ZjI5YmVjYzk1NGZkMTAxYzIzZTIwNjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"48dd178b-5acd-4962-9247-a8a11bb245bd","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":"MGUzZGY0NTNjM2YxMjg5NTc5YTkxMjg3NDFhNmNmYTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6c7ffb97-ed44-4b24-beac-8ae53e1805ea","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":"eafe3341-8d45-4807-97a1-c06eb9163cb6","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":"d5e93954-1301-45fd-a4ec-97831ecb8cfe","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":"32400fd8-80b5-4987-b32b-75c89bb97185","artifactVersion":"2","generatedFromUUID":"eafe3341-8d45-4807-97a1-c06eb9163cb6"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ODY3ODFhZWRiY2UzNmUyYjk3ZmY2MDliOWNmZTBiM2Y\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"dde5ce89-9abc-44b0-bb14-98d93d247cff","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NTRlZjcxMzU1YTQ0ZTdmMThhNGM2MWFmNTZkMzFmN2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7e136c72-6526-4aad-8cdc-e6c7e087de9f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-15T16:06:24.176Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T16:06:24.176Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T16:06:24.177Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T16:06:24.178Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "34e18498-8252-435a-a91c-52f1b8af0c1b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360255072,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:24.278Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T16:06:24.279Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T16:06:24.279Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T16:06:24.295Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:06:24.295Z||pool-84-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-15T16:06:25.180Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T16:06:25.181Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T16:06:25.183Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T16:06:25.183Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "34e18498-8252-435a-a91c-52f1b8af0c1b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360255072,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-03-15T16:06:25.283Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T16:06:25.284Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T16:06:25.284Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T16:06:25.297Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:06:25.298Z||pool-85-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-15T16:06:26.183Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T16:06:26.184Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T16:06:26.186Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T16:06:26.186Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "34e18498-8252-435a-a91c-52f1b8af0c1b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360255072,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-15T16:06:26.286Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T16:06:26.287Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T16:06:26.287Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T16:06:26.302Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:06:26.302Z||pool-86-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-15T16:06:27.187Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T16:06:27.188Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T16:06:27.190Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T16:06:27.190Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "34e18498-8252-435a-a91c-52f1b8af0c1b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360255072,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:27.290Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T16:06:27.291Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T16:06:27.291Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T16:06:27.303Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:06:27.303Z||pool-87-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-15T16:06:28.191Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T16:06:28.192Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T16:06:28.194Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T16:06:28.194Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "34e18498-8252-435a-a91c-52f1b8af0c1b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360255072,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-15T16:06:28.294Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T16:06:28.295Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T16:06:28.295Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T16:06:28.307Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:06:28.308Z||pool-88-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-15T16:06:29.194Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T16:06:29.195Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T16:06:29.197Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T16:06:29.197Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "34e18498-8252-435a-a91c-52f1b8af0c1b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360255072,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:29.297Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T16:06:29.298Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T16:06:29.298Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T16:06:29.310Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:06:29.311Z||pool-89-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-15T16:06:30.197Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T16:06:30.198Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T16:06:30.200Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T16:06:30.200Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "34e18498-8252-435a-a91c-52f1b8af0c1b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360255072,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T16:06:30.300Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T16:06:30.301Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T16:06:30.301Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T16:06:30.312Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:06:30.312Z||pool-90-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-15T16:06:31.201Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "34e18498-8252-435a-a91c-52f1b8af0c1b",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "8acb9128-e4fe-4afb-aeb2-537085ba82be",
  "serviceDescription": "service",
  "serviceInvariantUUID": "13689f2c-487b-4dd6-9843-1cd47e70b161",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "b76b8e31-4c62-462c-b355-821905dbbbab",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "33ef5081-5e65-43e3-afcb-467880e7bdcb",
      "resourceInvariantUUID": "c1ac385c-4718-421b-b881-14e089b28bbc",
      "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": "MGUzZGY0NTNjM2YxMjg5NTc5YTkxMjg3NDFhNmNmYTQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "6c7ffb97-ed44-4b24-beac-8ae53e1805ea",
          "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": "eafe3341-8d45-4807-97a1-c06eb9163cb6",
          "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": "32400fd8-80b5-4987-b32b-75c89bb97185",
            "generatedFromUUID": "eafe3341-8d45-4807-97a1-c06eb9163cb6"
          },
          "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": "32400fd8-80b5-4987-b32b-75c89bb97185",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NTRlZjcxMzU1YTQ0ZTdmMThhNGM2MWFmNTZkMzFmN2Y\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7e136c72-6526-4aad-8cdc-e6c7e087de9f"
    }
  ],
  "workloadContext": "Production"
}
2022-03-15T16:06:31.202Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-15T16:06:31.202Z|9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8acb9128-e4fe-4afb-aeb2-537085ba82be ASDC
2022-03-15T16:06:31.203Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:34e18498-8252-435a-a91c-52f1b8af0c1b
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:8acb9128-e4fe-4afb-aeb2-537085ba82be
ServiceInvariantUUID:13689f2c-487b-4dd6-9843-1cd47e70b161
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:7e136c72-6526-4aad-8cdc-e6c7e087de9f
ArtifactChecksum:NTRlZjcxMzU1YTQ0ZTdmMThhNGM2MWFmNTZkMzFmN2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:b76b8e31-4c62-462c-b355-821905dbbbab
ResourceInvariantUUID:c1ac385c-4718-421b-b881-14e089b28bbc
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:33ef5081-5e65-43e3-afcb-467880e7bdcb
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:6c7ffb97-ed44-4b24-beac-8ae53e1805ea
ArtifactChecksum:MGUzZGY0NTNjM2YxMjg5NTc5YTkxMjg3NDFhNmNmYTQ=
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:eafe3341-8d45-4807-97a1-c06eb9163cb6
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:32400fd8-80b5-4987-b32b-75c89bb97185
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:32400fd8-80b5-4987-b32b-75c89bb97185
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-15T16:06:31.203Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8acb9128-e4fe-4afb-aeb2-537085ba82be ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-15T16:06:31.245Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-15T16:06:31.246Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-15T16:06:31.247Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-15T16:06:31.247Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 7e136c72-6526-4aad-8cdc-e6c7e087de9f from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-03-15T16:06:31.247Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-15T16:06:31.248Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-03-15T16:06:31.949Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-15T16:06:31.952Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 7e136c72-6526-4aad-8cdc-e6c7e087de9f 71052
2022-03-15T16:06:31.953Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-03-15T16:06:31.953Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-03-15T16:06:31.953Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T16:06:31.953Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T16:06:31.956Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T16:06:31.956Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "34e18498-8252-435a-a91c-52f1b8af0c1b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360391953,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T16:06:32.056Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T16:06:32.056Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T16:06:32.057Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T16:06:32.070Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:06:32.070Z||pool-91-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-15T16:06:32.956Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-15T16:06:32.958Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-15T16:06:32.958Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 7e136c72-6526-4aad-8cdc-e6c7e087de9f, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-03-15T16:06:32.958Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-03-15T16:06:32.959Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-03-15T16:06:32.959Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-03-15T16:06:33.071Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2314052229998464340/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-03-15T16:06:34.275Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-15T16:06:34.276Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-15T16:06:34.276Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-15T16:06:34.276Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-15T16:06:34.276Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-15T16:06:34.276Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-15T16:06:34.276Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-15T16:06:34.276Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-15T16:06:34.276Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-15T16:06:34.276Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-15T16:06:34.276Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-15T16:06:34.277Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-15T16:06:34.277Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-15T16:06:34.277Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-15T16:06:34.277Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:06:34.277Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T16:06:34.277Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-15T16:06:34.277Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-15T16:06:34.278Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-15T16:06:34.278Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:06:34.278Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T16:06:34.278Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-15T16:06:34.278Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-15T16:06:34.278Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-15T16:06:34.278Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:06:34.279Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T16:06:34.279Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:06:34.279Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-03-15T16:06:34.279Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-03-15T16:06:34.279Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-03-15T16:06:34.279Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-03-15T16:06:34.279Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-15T16:06:34.279Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-15T16:06:34.280Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:06:34.280Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-15T16:06:34.280Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:06:34.280Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-15T16:06:34.280Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T16:06:34.280Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:06:34.280Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-15T16:06:34.281Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T16:06:34.281Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:06:34.281Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-15T16:06:34.281Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T16:06:34.281Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:06:34.281Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-03-15T16:06:34.281Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-03-15T16:06:34.282Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-15T16:06:34.282Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=a0b083a6-e566-4088-a8c9-2c63034cb8eb
2022-03-15T16:06:34.282Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:06:34.282Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T16:06:34.282Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:06:34.282Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T16:06:34.282Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:06:34.282Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T16:06:34.283Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:06:34.283Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T16:06:34.283Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:8acb9128-e4fe-4afb-aeb2-537085ba82be
Model Version:NULL
Model InvariantUuid:13689f2c-487b-4dd6-9843-1cd47e70b161
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:32c3c083-4108-4310-8266-376f34986d01
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c1ac385c-4718-421b-b881-14e089b28bbc
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b76b8e31-4c62-462c-b355-821905dbbbab
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:c2f69354-bc1f-4fdf-9f4f-b49bc9848966
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:88c03453-edd8-42c1-9375-00e260a10e67
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:a0b083a6-e566-4088-a8c9-2c63034cb8eb
ModelInvariantUuid:59cd10fe-5109-41a2-8291-f0dd63a1dd53
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:cdf6fc0f-87c9-436d-8ce9-66ef2e61b8b5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:b2a3ca62-f8dd-4867-bdb9-ae4bfcd8556d
ModelInvariantUuid:5ab2f9c5-e149-46f7-9058-88c7245db489
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:2dd1090a-bcc0-4ec3-a5d2-d59e4abaaae2
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-15T16:06:34.296Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 33ef5081-5e65-43e3-afcb-467880e7bdcb
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-15T16:06:34.299Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||INFO|500||basic_vm 0
2022-03-15T16:06:34.299Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 33ef5081-5e65-43e3-afcb-467880e7bdcb
2022-03-15T16:06:34.299Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 6c7ffb97-ed44-4b24-beac-8ae53e1805ea from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-03-15T16:06:34.300Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-15T16:06:34.300Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-03-15T16:06:34.390Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-15T16:06:34.390Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 6c7ffb97-ed44-4b24-beac-8ae53e1805ea 787
2022-03-15T16:06:34.390Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-03-15T16:06:34.390Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-03-15T16:06:34.391Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T16:06:34.391Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T16:06:34.393Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T16:06:34.393Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "34e18498-8252-435a-a91c-52f1b8af0c1b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360394390,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-15T16:06:34.493Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T16:06:34.494Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T16:06:34.494Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T16:06:34.506Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:06:34.507Z||pool-92-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-15T16:06:35.393Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "c2f69354-bc1f-4fdf-9f4f-b49bc9848966",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "88c03453-edd8-42c1-9375-00e260a10e67",
    "vfModuleModelCustomizationUUID": "ffad04bf-1421-44be-9d09-547fa7cce014",
    "isBase": true,
    "artifacts": [
      "eafe3341-8d45-4807-97a1-c06eb9163cb6",
      "32400fd8-80b5-4987-b32b-75c89bb97185"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-15T16:06:35.397Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:88c03453-edd8-42c1-9375-00e260a10e67
VfModuleModelInvariantUUID:c2f69354-bc1f-4fdf-9f4f-b49bc9848966
VfModuleModelDescription:NULL
Artifacts UUID List:{
eafe3341-8d45-4807-97a1-c06eb9163cb6
,
32400fd8-80b5-4987-b32b-75c89bb97185

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

isBase:true


}

2022-03-15T16:06:35.400Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "c2f69354-bc1f-4fdf-9f4f-b49bc9848966",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "88c03453-edd8-42c1-9375-00e260a10e67",
    "vfModuleModelCustomizationUUID": "ffad04bf-1421-44be-9d09-547fa7cce014",
    "isBase": true,
    "artifacts": [
      "eafe3341-8d45-4807-97a1-c06eb9163cb6",
      "32400fd8-80b5-4987-b32b-75c89bb97185"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-15T16:06:35.400Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:88c03453-edd8-42c1-9375-00e260a10e67
VfModuleModelInvariantUUID:c2f69354-bc1f-4fdf-9f4f-b49bc9848966
VfModuleModelDescription:NULL
Artifacts UUID List:{
eafe3341-8d45-4807-97a1-c06eb9163cb6
,
32400fd8-80b5-4987-b32b-75c89bb97185

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

isBase:true


}

2022-03-15T16:06:35.400Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: eafe3341-8d45-4807-97a1-c06eb9163cb6 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-03-15T16:06:35.400Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-15T16:06:35.401Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-03-15T16:06:35.492Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-15T16:06:35.493Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml eafe3341-8d45-4807-97a1-c06eb9163cb6 5033
2022-03-15T16:06:35.493Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-03-15T16:06:35.493Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-03-15T16:06:35.493Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T16:06:35.494Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T16:06:35.496Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T16:06:35.496Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "34e18498-8252-435a-a91c-52f1b8af0c1b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360395493,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-15T16:06:35.596Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T16:06:35.597Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T16:06:35.597Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T16:06:35.614Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:06:35.615Z||pool-93-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-15T16:06:36.496Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 32400fd8-80b5-4987-b32b-75c89bb97185 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-03-15T16:06:36.497Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-15T16:06:36.497Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-03-15T16:06:36.601Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-15T16:06:36.602Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 32400fd8-80b5-4987-b32b-75c89bb97185 903
2022-03-15T16:06:36.602Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-03-15T16:06:36.602Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-03-15T16:06:36.603Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T16:06:36.603Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T16:06:36.605Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T16:06:36.605Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "34e18498-8252-435a-a91c-52f1b8af0c1b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360396602,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-15T16:06:36.705Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T16:06:36.706Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T16:06:36.706Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T16:06:36.718Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:06:36.719Z||pool-94-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-15T16:06:36.769Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:06:36.770Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T16:06:36.770Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T16:06:36.793Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:06:36.827Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.827Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e18498-8252-435a-a91c-52f1b8af0c1b",
  "consumerID": "dcae-sch",
  "timestamp": 1647360195487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:36.828Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:36.828Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.828Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e18498-8252-435a-a91c-52f1b8af0c1b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647360202750,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:36.829Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:36.829Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.829Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "cds",
  "timestamp": 1647360213244,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:36.829Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:36.830Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.830Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647360216327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:36.830Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:36.830Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.830Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e18498-8252-435a-a91c-52f1b8af0c1b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647360217343,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-15T16:06:36.831Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:06:36.831Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.831Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "policy-id",
  "timestamp": 1647360216556,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:36.831Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:36.831Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.832Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e18498-8252-435a-a91c-52f1b8af0c1b",
  "consumerID": "aai-ml",
  "timestamp": 1647360214930,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:36.832Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:36.832Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.832Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e18498-8252-435a-a91c-52f1b8af0c1b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647360202750,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:36.832Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:36.832Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.833Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "cds",
  "timestamp": 1647360213244,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:36.833Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:36.833Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.833Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "clamp",
  "timestamp": 1647360218036,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T16:06:36.834Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:06:36.834Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.834Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647360216327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:36.834Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:36.834Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.835Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "dcae-sch",
  "timestamp": 1647360217537,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:36.835Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:36.835Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.835Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "policy-id",
  "timestamp": 1647360216556,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:36.835Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:36.835Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.835Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e18498-8252-435a-a91c-52f1b8af0c1b",
  "consumerID": "aai-ml",
  "timestamp": 1647360214930,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:36.835Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:36.835Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.835Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e18498-8252-435a-a91c-52f1b8af0c1b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647360218747,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-15T16:06:36.836Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:06:36.836Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.836Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e18498-8252-435a-a91c-52f1b8af0c1b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647360202750,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:36.836Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:36.836Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.836Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "cds",
  "timestamp": 1647360213244,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:36.836Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:36.836Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.836Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "clamp",
  "timestamp": 1647360219039,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-15T16:06:36.837Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:06:36.837Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.837Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647360216327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:36.837Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:36.837Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.837Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "dcae-sch",
  "timestamp": 1647360217537,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:36.837Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:36.837Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.837Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "policy-id",
  "timestamp": 1647360216556,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:36.838Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:36.838Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.838Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e18498-8252-435a-a91c-52f1b8af0c1b",
  "consumerID": "aai-ml",
  "timestamp": 1647360214930,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:36.838Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:36.838Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.838Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e18498-8252-435a-a91c-52f1b8af0c1b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647360202750,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:36.838Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:36.838Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.838Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "cds",
  "timestamp": 1647360213244,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:36.839Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:36.839Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.839Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647360216327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:36.839Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:36.839Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.839Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e18498-8252-435a-a91c-52f1b8af0c1b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647360220063,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-15T16:06:36.839Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:06:36.839Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.839Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "dcae-sch",
  "timestamp": 1647360217537,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:36.839Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:36.840Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.840Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "policy-id",
  "timestamp": 1647360216556,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:36.840Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:36.840Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.840Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e18498-8252-435a-a91c-52f1b8af0c1b",
  "consumerID": "aai-ml",
  "timestamp": 1647360214930,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T16:06:36.840Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:36.840Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.840Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e18498-8252-435a-a91c-52f1b8af0c1b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647360202750,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:36.840Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:36.840Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.840Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "cds",
  "timestamp": 1647360213244,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:36.841Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:36.841Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.841Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647360216327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:36.841Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:36.841Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.841Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e18498-8252-435a-a91c-52f1b8af0c1b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647360221091,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T16:06:36.847Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 34e18498-8252-435a-a91c-52f1b8af0c1b
2022-03-15T16:06:36.847Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 34e18498-8252-435a-a91c-52f1b8af0c1b and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-15T16:06:36.856Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.856Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "dcae-sch",
  "timestamp": 1647360217537,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:36.856Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:36.857Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.857Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "policy-id",
  "timestamp": 1647360216556,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-03-15T16:06:36.857Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:36.857Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.857Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e18498-8252-435a-a91c-52f1b8af0c1b",
  "consumerID": "aai-ml",
  "timestamp": 1647360222830,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T16:06:36.857Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:06:36.857Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.857Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e18498-8252-435a-a91c-52f1b8af0c1b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647360202750,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T16:06:36.857Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:36.858Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.858Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "cds",
  "timestamp": 1647360213244,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T16:06:36.858Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:36.858Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.858Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647360216327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:36.858Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:36.858Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.858Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e18498-8252-435a-a91c-52f1b8af0c1b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647360222100,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-15T16:06:36.858Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:06:36.859Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.859Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "dcae-sch",
  "timestamp": 1647360217537,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:36.859Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:36.859Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.859Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "policy-id",
  "timestamp": 1647360216556,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:36.859Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:36.859Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.859Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647360216327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:36.859Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:36.860Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.860Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e18498-8252-435a-a91c-52f1b8af0c1b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647360223583,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T16:06:36.860Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:06:36.860Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.860Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "dcae-sch",
  "timestamp": 1647360217537,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:36.860Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:36.860Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.860Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "policy-id",
  "timestamp": 1647360216556,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:36.860Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:36.860Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.860Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "cds",
  "timestamp": 1647360223479,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T16:06:36.860Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:06:36.861Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.861Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647360223112,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:36.861Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:36.861Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.861Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647360216327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:36.861Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:36.861Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.861Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "clamp",
  "timestamp": 1647360224164,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T16:06:36.861Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:06:36.861Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.861Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "dcae-sch",
  "timestamp": 1647360217537,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:36.861Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:36.861Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.862Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "policy-id",
  "timestamp": 1647360216556,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:36.862Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:36.862Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.862Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "cds",
  "timestamp": 1647360224485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T16:06:36.878Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fee27c0a-f617-430b-98e3-5e368ae18148
2022-03-15T16:06:36.878Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId fee27c0a-f617-430b-98e3-5e368ae18148 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T16:06:36.887Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.887Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647360223112,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-03-15T16:06:36.887Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:36.887Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.887Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647360216327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:36.887Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:36.887Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.888Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "clamp",
  "timestamp": 1647360225167,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-15T16:06:36.888Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:06:36.888Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.888Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "dcae-sch",
  "timestamp": 1647360217537,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:36.888Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:36.888Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.888Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "policy-id",
  "timestamp": 1647360216556,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T16:06:36.888Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:36.889Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.889Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e18498-8252-435a-a91c-52f1b8af0c1b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647360225903,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T16:06:36.889Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:06:36.889Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.889Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647360223112,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-03-15T16:06:36.889Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:36.889Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.889Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "clamp",
  "timestamp": 1647360226172,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T16:06:36.893Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a
2022-03-15T16:06:36.893Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T16:06:36.900Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.901Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "dcae-sch",
  "timestamp": 1647360217537,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:36.901Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:36.901Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.901Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e18498-8252-435a-a91c-52f1b8af0c1b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647360226909,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T16:06:36.904Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 34e18498-8252-435a-a91c-52f1b8af0c1b
2022-03-15T16:06:36.904Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 34e18498-8252-435a-a91c-52f1b8af0c1b and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T16:06:36.912Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.912Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647360223112,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-03-15T16:06:36.912Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:36.912Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.912Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "policy-id",
  "timestamp": 1647360226670,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T16:06:36.912Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:06:36.912Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.912Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e18498-8252-435a-a91c-52f1b8af0c1b",
  "consumerID": "clamp",
  "timestamp": 1647360206303,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:36.912Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:36.913Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.913Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647360202750,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:36.913Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:36.913Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.913Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647360223112,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-03-15T16:06:36.913Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:36.913Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.913Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "policy-id",
  "timestamp": 1647360227676,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T16:06:36.913Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:06:36.913Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.913Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e18498-8252-435a-a91c-52f1b8af0c1b",
  "consumerID": "clamp",
  "timestamp": 1647360206303,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-03-15T16:06:36.913Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:36.914Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.914Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647360202750,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:36.914Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:36.914Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.914Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647360223112,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:36.914Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:36.914Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.914Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "policy-id",
  "timestamp": 1647360228680,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T16:06:36.917Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fee27c0a-f617-430b-98e3-5e368ae18148
2022-03-15T16:06:36.917Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId fee27c0a-f617-430b-98e3-5e368ae18148 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T16:06:36.924Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.925Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e18498-8252-435a-a91c-52f1b8af0c1b",
  "consumerID": "clamp",
  "timestamp": 1647360206303,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:36.925Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:36.925Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.925Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647360202750,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:36.925Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:36.925Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.925Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647360223112,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-03-15T16:06:36.925Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:36.925Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.925Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e18498-8252-435a-a91c-52f1b8af0c1b",
  "consumerID": "clamp",
  "timestamp": 1647360206303,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:36.925Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:36.925Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.926Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647360202750,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:36.926Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:36.926Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.926Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647360223112,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:36.926Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:36.926Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.926Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e18498-8252-435a-a91c-52f1b8af0c1b",
  "consumerID": "clamp",
  "timestamp": 1647360206303,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:36.926Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:36.927Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.927Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647360202750,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:36.927Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:36.927Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.927Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647360223112,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T16:06:36.927Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:36.927Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.927Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e18498-8252-435a-a91c-52f1b8af0c1b",
  "consumerID": "clamp",
  "timestamp": 1647360206303,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:36.927Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:36.927Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.927Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58298260-4f1b-4f71-a3c7-f82a3dd36dcf",
  "consumerID": "cds",
  "timestamp": 1647360228246,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:36.927Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:36.927Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.927Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647360202750,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:36.927Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:36.928Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.928Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e18498-8252-435a-a91c-52f1b8af0c1b",
  "consumerID": "clamp",
  "timestamp": 1647360206303,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T16:06:36.928Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:36.928Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.928Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647360233268,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-15T16:06:36.928Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:06:36.928Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.928Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58298260-4f1b-4f71-a3c7-f82a3dd36dcf",
  "consumerID": "cds",
  "timestamp": 1647360228246,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:36.928Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:36.928Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.928Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647360202750,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:36.929Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:36.929Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.929Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58298260-4f1b-4f71-a3c7-f82a3dd36dcf",
  "consumerID": "policy-id",
  "timestamp": 1647360233591,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:36.929Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:36.929Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.929Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647360234551,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-15T16:06:36.929Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:06:36.929Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.929Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58298260-4f1b-4f71-a3c7-f82a3dd36dcf",
  "consumerID": "cds",
  "timestamp": 1647360228246,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:36.929Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:36.929Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.930Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647360202750,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:36.930Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:36.930Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.930Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58298260-4f1b-4f71-a3c7-f82a3dd36dcf",
  "consumerID": "policy-id",
  "timestamp": 1647360233591,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:36.930Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:36.930Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.930Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58298260-4f1b-4f71-a3c7-f82a3dd36dcf",
  "consumerID": "cds",
  "timestamp": 1647360228246,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:36.930Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:36.930Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.930Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647360202750,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T16:06:36.930Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:36.931Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.931Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58298260-4f1b-4f71-a3c7-f82a3dd36dcf",
  "consumerID": "dcae-sch",
  "timestamp": 1647360235487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:36.931Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:36.931Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.931Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58298260-4f1b-4f71-a3c7-f82a3dd36dcf",
  "consumerID": "policy-id",
  "timestamp": 1647360233591,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-15T16:06:36.931Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:36.931Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.932Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647360236542,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-03-15T16:06:36.932Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:06:36.932Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.932Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58298260-4f1b-4f71-a3c7-f82a3dd36dcf",
  "consumerID": "cds",
  "timestamp": 1647360228246,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:36.932Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:36.933Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.933Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647360237278,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T16:06:36.933Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:06:36.933Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.933Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58298260-4f1b-4f71-a3c7-f82a3dd36dcf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647360236327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:36.933Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:36.933Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.934Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e18498-8252-435a-a91c-52f1b8af0c1b",
  "consumerID": "aai-ml",
  "timestamp": 1647360238123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T16:06:36.934Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:06:36.934Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.934Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58298260-4f1b-4f71-a3c7-f82a3dd36dcf",
  "consumerID": "dcae-sch",
  "timestamp": 1647360235487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:36.934Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:36.934Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.935Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58298260-4f1b-4f71-a3c7-f82a3dd36dcf",
  "consumerID": "policy-id",
  "timestamp": 1647360233591,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:36.935Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:36.935Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.935Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58298260-4f1b-4f71-a3c7-f82a3dd36dcf",
  "consumerID": "cds",
  "timestamp": 1647360228246,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:36.935Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:36.936Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.936Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647360237952,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-03-15T16:06:36.936Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:06:36.936Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.937Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58298260-4f1b-4f71-a3c7-f82a3dd36dcf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647360236327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:36.937Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:36.937Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.937Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e18498-8252-435a-a91c-52f1b8af0c1b",
  "consumerID": "aai-ml",
  "timestamp": 1647360239128,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T16:06:36.941Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 34e18498-8252-435a-a91c-52f1b8af0c1b
2022-03-15T16:06:36.942Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 34e18498-8252-435a-a91c-52f1b8af0c1b and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T16:06:36.950Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.950Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58298260-4f1b-4f71-a3c7-f82a3dd36dcf",
  "consumerID": "dcae-sch",
  "timestamp": 1647360235487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:36.951Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:36.951Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.951Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58298260-4f1b-4f71-a3c7-f82a3dd36dcf",
  "consumerID": "policy-id",
  "timestamp": 1647360233591,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:36.951Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:36.951Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.951Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58298260-4f1b-4f71-a3c7-f82a3dd36dcf",
  "consumerID": "cds",
  "timestamp": 1647360228246,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:36.951Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:36.952Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.952Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647360239000,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T16:06:36.957Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fee27c0a-f617-430b-98e3-5e368ae18148
2022-03-15T16:06:36.957Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId fee27c0a-f617-430b-98e3-5e368ae18148 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-15T16:06:36.963Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.963Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58298260-4f1b-4f71-a3c7-f82a3dd36dcf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647360236327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:36.963Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:36.963Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.964Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "aai-ml",
  "timestamp": 1647360214930,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:36.964Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:36.964Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.964Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647360239618,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T16:06:36.964Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:06:36.964Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.965Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58298260-4f1b-4f71-a3c7-f82a3dd36dcf",
  "consumerID": "dcae-sch",
  "timestamp": 1647360235487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:36.965Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:36.965Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.965Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58298260-4f1b-4f71-a3c7-f82a3dd36dcf",
  "consumerID": "policy-id",
  "timestamp": 1647360233591,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:36.965Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:36.966Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.966Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58298260-4f1b-4f71-a3c7-f82a3dd36dcf",
  "consumerID": "cds",
  "timestamp": 1647360228246,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T16:06:36.966Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:36.966Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.967Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647360240004,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-15T16:06:36.967Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:06:36.967Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.967Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58298260-4f1b-4f71-a3c7-f82a3dd36dcf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647360236327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:36.967Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:36.967Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.968Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "aai-ml",
  "timestamp": 1647360214930,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:36.968Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:36.968Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.968Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647360240622,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T16:06:36.979Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fee27c0a-f617-430b-98e3-5e368ae18148
2022-03-15T16:06:36.979Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId fee27c0a-f617-430b-98e3-5e368ae18148 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T16:06:36.998Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.998Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58298260-4f1b-4f71-a3c7-f82a3dd36dcf",
  "consumerID": "dcae-sch",
  "timestamp": 1647360235487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:36.999Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:36.999Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:36.999Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58298260-4f1b-4f71-a3c7-f82a3dd36dcf",
  "consumerID": "policy-id",
  "timestamp": 1647360233591,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:36.999Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:36.999Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:37.000Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58298260-4f1b-4f71-a3c7-f82a3dd36dcf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647360236327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:37.000Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:37.000Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:37.000Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "aai-ml",
  "timestamp": 1647360214930,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:37.000Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:37.000Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:37.001Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58298260-4f1b-4f71-a3c7-f82a3dd36dcf",
  "consumerID": "dcae-sch",
  "timestamp": 1647360235487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:37.001Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:37.001Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:37.001Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58298260-4f1b-4f71-a3c7-f82a3dd36dcf",
  "consumerID": "cds",
  "timestamp": 1647360241422,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T16:06:37.001Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:06:37.001Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:37.002Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58298260-4f1b-4f71-a3c7-f82a3dd36dcf",
  "consumerID": "policy-id",
  "timestamp": 1647360233591,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T16:06:37.002Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:37.002Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:37.002Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58298260-4f1b-4f71-a3c7-f82a3dd36dcf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647360241008,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:37.002Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:37.003Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:37.003Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58298260-4f1b-4f71-a3c7-f82a3dd36dcf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647360241625,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:37.003Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:37.003Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:37.003Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58298260-4f1b-4f71-a3c7-f82a3dd36dcf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647360236327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:37.004Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:37.004Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:37.004Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e18498-8252-435a-a91c-52f1b8af0c1b",
  "consumerID": "clamp",
  "timestamp": 1647360242054,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T16:06:37.004Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:06:37.004Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:37.005Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "aai-ml",
  "timestamp": 1647360214930,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:37.005Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:37.005Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:37.005Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58298260-4f1b-4f71-a3c7-f82a3dd36dcf",
  "consumerID": "dcae-sch",
  "timestamp": 1647360235487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:37.005Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:37.005Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:37.006Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58298260-4f1b-4f71-a3c7-f82a3dd36dcf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647360241008,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-03-15T16:06:37.006Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:37.006Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:37.006Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58298260-4f1b-4f71-a3c7-f82a3dd36dcf",
  "consumerID": "policy-id",
  "timestamp": 1647360242553,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T16:06:37.006Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:06:37.007Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:37.007Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58298260-4f1b-4f71-a3c7-f82a3dd36dcf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647360241625,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:37.007Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:37.007Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:37.007Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58298260-4f1b-4f71-a3c7-f82a3dd36dcf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647360236327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:37.008Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:37.008Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:37.008Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "aai-ml",
  "timestamp": 1647360214930,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:37.008Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:37.008Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:37.009Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58298260-4f1b-4f71-a3c7-f82a3dd36dcf",
  "consumerID": "dcae-sch",
  "timestamp": 1647360235487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:37.009Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:37.009Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:37.009Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58298260-4f1b-4f71-a3c7-f82a3dd36dcf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647360241008,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-15T16:06:37.009Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:37.010Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:37.010Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58298260-4f1b-4f71-a3c7-f82a3dd36dcf",
  "consumerID": "policy-id",
  "timestamp": 1647360243557,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T16:06:37.010Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:06:37.010Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:37.010Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58298260-4f1b-4f71-a3c7-f82a3dd36dcf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647360241625,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:37.010Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:37.010Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:37.011Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58298260-4f1b-4f71-a3c7-f82a3dd36dcf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647360236327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:37.011Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:37.011Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:37.011Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e18498-8252-435a-a91c-52f1b8af0c1b",
  "consumerID": "clamp",
  "timestamp": 1647360244058,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T16:06:37.011Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:06:37.011Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:37.012Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58298260-4f1b-4f71-a3c7-f82a3dd36dcf",
  "consumerID": "cds",
  "timestamp": 1647360244119,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T16:06:37.023Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 58298260-4f1b-4f71-a3c7-f82a3dd36dcf
2022-03-15T16:06:37.024Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 58298260-4f1b-4f71-a3c7-f82a3dd36dcf and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T16:06:37.039Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:37.039Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "aai-ml",
  "timestamp": 1647360214930,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:37.040Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:37.040Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:37.040Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58298260-4f1b-4f71-a3c7-f82a3dd36dcf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647360241008,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:37.040Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:37.040Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:37.040Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58298260-4f1b-4f71-a3c7-f82a3dd36dcf",
  "consumerID": "policy-id",
  "timestamp": 1647360244560,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T16:06:37.044Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 58298260-4f1b-4f71-a3c7-f82a3dd36dcf
2022-03-15T16:06:37.045Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 58298260-4f1b-4f71-a3c7-f82a3dd36dcf and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T16:06:37.053Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:37.053Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58298260-4f1b-4f71-a3c7-f82a3dd36dcf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647360241625,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:37.054Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:37.054Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:37.054Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e18498-8252-435a-a91c-52f1b8af0c1b",
  "consumerID": "clamp",
  "timestamp": 1647360245064,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T16:06:37.058Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 34e18498-8252-435a-a91c-52f1b8af0c1b
2022-03-15T16:06:37.058Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 34e18498-8252-435a-a91c-52f1b8af0c1b and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T16:06:37.069Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:37.070Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "aai-ml",
  "timestamp": 1647360214930,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:37.070Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:37.070Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:37.070Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58298260-4f1b-4f71-a3c7-f82a3dd36dcf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647360241008,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-15T16:06:37.070Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:37.070Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:37.070Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58298260-4f1b-4f71-a3c7-f82a3dd36dcf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647360241625,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:37.070Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:37.070Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:37.071Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "clamp",
  "timestamp": 1647360206303,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:37.071Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:37.071Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:37.071Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "aai-ml",
  "timestamp": 1647360214930,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:37.071Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:37.071Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:37.071Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58298260-4f1b-4f71-a3c7-f82a3dd36dcf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647360241008,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:37.071Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:37.071Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:37.071Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58298260-4f1b-4f71-a3c7-f82a3dd36dcf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647360241625,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:37.072Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:37.072Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:37.072Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "clamp",
  "timestamp": 1647360206303,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:37.072Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:37.072Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:37.072Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "aai-ml",
  "timestamp": 1647360214930,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T16:06:37.072Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:37.072Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:37.072Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58298260-4f1b-4f71-a3c7-f82a3dd36dcf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647360241008,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:37.072Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:37.073Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:37.073Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58298260-4f1b-4f71-a3c7-f82a3dd36dcf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647360241625,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:37.073Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:37.073Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:37.073Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "clamp",
  "timestamp": 1647360206303,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:37.073Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:37.073Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:37.073Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "aai-ml",
  "timestamp": 1647360249348,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T16:06:37.073Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:06:37.073Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:37.074Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58298260-4f1b-4f71-a3c7-f82a3dd36dcf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647360241008,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T16:06:37.074Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:37.074Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:37.074Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58298260-4f1b-4f71-a3c7-f82a3dd36dcf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647360241625,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T16:06:37.074Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:37.074Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:37.074Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "clamp",
  "timestamp": 1647360206303,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-03-15T16:06:37.074Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:37.074Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:37.074Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58298260-4f1b-4f71-a3c7-f82a3dd36dcf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647360249958,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-15T16:06:37.075Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:06:37.075Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:37.075Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "clamp",
  "timestamp": 1647360206303,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:37.075Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:37.075Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:37.075Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58298260-4f1b-4f71-a3c7-f82a3dd36dcf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647360250584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T16:06:37.075Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:06:37.075Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:37.075Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "clamp",
  "timestamp": 1647360206303,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:37.075Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:37.076Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:37.076Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58298260-4f1b-4f71-a3c7-f82a3dd36dcf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647360251265,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-15T16:06:37.076Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:06:37.076Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:37.076Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "clamp",
  "timestamp": 1647360206303,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:37.076Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:37.076Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:37.076Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58298260-4f1b-4f71-a3c7-f82a3dd36dcf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647360252854,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T16:06:37.076Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:06:37.076Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:37.076Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58298260-4f1b-4f71-a3c7-f82a3dd36dcf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647360252553,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-15T16:06:37.077Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:06:37.077Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:37.077Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "clamp",
  "timestamp": 1647360206303,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:37.077Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:37.077Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:37.077Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58298260-4f1b-4f71-a3c7-f82a3dd36dcf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647360253860,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T16:06:37.082Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 58298260-4f1b-4f71-a3c7-f82a3dd36dcf
2022-03-15T16:06:37.082Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 58298260-4f1b-4f71-a3c7-f82a3dd36dcf and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T16:06:37.094Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:37.094Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58298260-4f1b-4f71-a3c7-f82a3dd36dcf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647360253576,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T16:06:37.099Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 58298260-4f1b-4f71-a3c7-f82a3dd36dcf
2022-03-15T16:06:37.099Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 58298260-4f1b-4f71-a3c7-f82a3dd36dcf and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-15T16:06:37.106Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:37.106Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca3fa0ab-a096-4d1c-8968-7f67a935f686",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360254059,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-15T16:06:37.106Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:06:37.106Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:37.106Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "clamp",
  "timestamp": 1647360206303,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T16:06:37.106Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:37.106Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:37.106Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58298260-4f1b-4f71-a3c7-f82a3dd36dcf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647360254579,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-15T16:06:37.107Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:06:37.107Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:37.107Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc7c4651-6cfc-418f-bbcf-b51c038a3b6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360255072,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAterwaexyt6e43jokc67/1.0/resourceInstances/pnff9a239747e020/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:37.107Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:37.107Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:37.107Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc7c4651-6cfc-418f-bbcf-b51c038a3b6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360255072,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAterwaexyt6e43jokc67/1.0/resourceInstances/pnff9a239747e020/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:37.107Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:37.107Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:37.107Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc7c4651-6cfc-418f-bbcf-b51c038a3b6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360255072,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAterwaexyt6e43jokc67/1.0/resourceInstances/pnff9a239747e020/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:37.107Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:37.108Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:37.108Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc7c4651-6cfc-418f-bbcf-b51c038a3b6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360255072,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAterwaexyt6e43jokc67/1.0/resourceInstances/pnff9a239747e020/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:37.108Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:37.108Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:37.108Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "clamp",
  "timestamp": 1647360263053,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T16:06:37.108Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:06:37.108Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:37.108Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc7c4651-6cfc-418f-bbcf-b51c038a3b6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360255072,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAterwaexyt6e43jokc67/1.0/resourceInstances/pnff9a239747e020/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:37.108Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:37.108Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:37.108Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc7c4651-6cfc-418f-bbcf-b51c038a3b6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360255072,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAterwaexyt6e43jokc67/1.0/resourceInstances/pnff9a239747e020/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:37.109Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:37.109Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:37.109Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "aai-ml",
  "timestamp": 1647360265736,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T16:06:37.109Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:06:37.109Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:37.109Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "clamp",
  "timestamp": 1647360265070,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T16:06:37.109Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:06:37.109Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:37.110Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc7c4651-6cfc-418f-bbcf-b51c038a3b6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360255072,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAterwaexyt6e43jokc67/1.0/artifacts/service-DemoPnfAterwaexyt6e43jokc67-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:37.110Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:37.110Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:37.110Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "aai-ml",
  "timestamp": 1647360266741,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T16:06:37.114Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fee27c0a-f617-430b-98e3-5e368ae18148
2022-03-15T16:06:37.114Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId fee27c0a-f617-430b-98e3-5e368ae18148 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T16:06:37.121Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:37.121Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "clamp",
  "timestamp": 1647360266075,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T16:06:37.125Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of fee27c0a-f617-430b-98e3-5e368ae18148
2022-03-15T16:06:37.125Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId fee27c0a-f617-430b-98e3-5e368ae18148 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T16:06:37.133Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:37.134Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc7c4651-6cfc-418f-bbcf-b51c038a3b6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360255072,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAterwaexyt6e43jokc67/1.0/artifacts/service-DemoPnfAterwaexyt6e43jokc67-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T16:06:37.134Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:37.134Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:37.134Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58298260-4f1b-4f71-a3c7-f82a3dd36dcf",
  "consumerID": "aai-ml",
  "timestamp": 1647360267745,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:37.134Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:37.134Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:37.134Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58298260-4f1b-4f71-a3c7-f82a3dd36dcf",
  "consumerID": "clamp",
  "timestamp": 1647360267078,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:37.134Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:37.135Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:37.135Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc7c4651-6cfc-418f-bbcf-b51c038a3b6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360267970,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAterwaexyt6e43jokc67/1.0/artifacts/service-DemoPnfAterwaexyt6e43jokc67-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T16:06:37.135Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:06:37.135Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:37.135Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58298260-4f1b-4f71-a3c7-f82a3dd36dcf",
  "consumerID": "aai-ml",
  "timestamp": 1647360267745,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:37.135Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:37.135Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:37.135Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58298260-4f1b-4f71-a3c7-f82a3dd36dcf",
  "consumerID": "clamp",
  "timestamp": 1647360267078,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-03-15T16:06:37.135Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:37.136Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:37.136Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58298260-4f1b-4f71-a3c7-f82a3dd36dcf",
  "consumerID": "aai-ml",
  "timestamp": 1647360267745,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:37.136Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:37.136Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:37.136Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58298260-4f1b-4f71-a3c7-f82a3dd36dcf",
  "consumerID": "clamp",
  "timestamp": 1647360267078,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:37.136Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:37.136Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:37.136Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc7c4651-6cfc-418f-bbcf-b51c038a3b6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360270126,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAterwaexyt6e43jokc67/1.0/artifacts/service-DemoPnfAterwaexyt6e43jokc67-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T16:06:37.136Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:06:37.136Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:37.137Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58298260-4f1b-4f71-a3c7-f82a3dd36dcf",
  "consumerID": "aai-ml",
  "timestamp": 1647360267745,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:37.137Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:37.137Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:37.137Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58298260-4f1b-4f71-a3c7-f82a3dd36dcf",
  "consumerID": "clamp",
  "timestamp": 1647360267078,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:37.137Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:37.137Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:37.137Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58298260-4f1b-4f71-a3c7-f82a3dd36dcf",
  "consumerID": "aai-ml",
  "timestamp": 1647360267745,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:37.137Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:37.137Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:37.138Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58298260-4f1b-4f71-a3c7-f82a3dd36dcf",
  "consumerID": "clamp",
  "timestamp": 1647360267078,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:37.138Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:37.138Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:37.138Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58298260-4f1b-4f71-a3c7-f82a3dd36dcf",
  "consumerID": "aai-ml",
  "timestamp": 1647360267745,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:37.138Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:37.138Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:37.138Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58298260-4f1b-4f71-a3c7-f82a3dd36dcf",
  "consumerID": "clamp",
  "timestamp": 1647360267078,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:37.138Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:37.138Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:37.139Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58298260-4f1b-4f71-a3c7-f82a3dd36dcf",
  "consumerID": "aai-ml",
  "timestamp": 1647360267745,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:37.139Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:37.139Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:37.139Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58298260-4f1b-4f71-a3c7-f82a3dd36dcf",
  "consumerID": "clamp",
  "timestamp": 1647360267078,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:06:37.139Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:37.139Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:37.139Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58298260-4f1b-4f71-a3c7-f82a3dd36dcf",
  "consumerID": "aai-ml",
  "timestamp": 1647360267745,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T16:06:37.139Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:37.139Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:37.139Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58298260-4f1b-4f71-a3c7-f82a3dd36dcf",
  "consumerID": "clamp",
  "timestamp": 1647360267078,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T16:06:37.140Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:06:37.140Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:06:37.140Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58298260-4f1b-4f71-a3c7-f82a3dd36dcf",
  "consumerID": "aai-ml",
  "timestamp": 1647360276934,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T16:06:37.140Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:06:37.605Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 8acb9128-e4fe-4afb-aeb2-537085ba82be
2022-03-15T16:06:37.606Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 33ef5081-5e65-43e3-afcb-467880e7bdcb ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-15T16:06:37.617Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@24c4491c, org.onap.sdc.toscaparser.api.parameters.Input@5854e053, org.onap.sdc.toscaparser.api.parameters.Input@11903b79, org.onap.sdc.toscaparser.api.parameters.Input@4936a24c, org.onap.sdc.toscaparser.api.parameters.Input@4f3c8edf]
2022-03-15T16:06:37.618Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:06:37.618Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T16:06:37.618Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-03-15T16:06:37.618Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= b76b8e31-4c62-462c-b355-821905dbbbab
2022-03-15T16:06:37.618Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b76b8e31-4c62-462c-b355-821905dbbbab matches Tosca VF Customization UUID: b76b8e31-4c62-462c-b355-821905dbbbab
2022-03-15T16:06:37.619Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: b76b8e31-4c62-462c-b355-821905dbbbab  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-15T16:06:37.620Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:06:37.620Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T16:06:37.621Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id b76b8e31-4c62-462c-b355-821905dbbbab: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"}
2022-03-15T16:06:37.621Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5c96e51c
2022-03-15T16:06:37.621Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:06:37.621Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-15T16:06:37.621Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ffad04bf-1421-44be-9d09-547fa7cce014
2022-03-15T16:06:37.622Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ffad04bf-1421-44be-9d09-547fa7cce014
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-15T16:06:37.623Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:06:37.623Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-15T16:06:37.623Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T16:06:37.624Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:06:37.624Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-15T16:06:37.624Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T16:06:37.624Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:06:37.624Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-03-15T16:06:37.624Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-03-15T16:06:37.624Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-15T16:06:37.625Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=a0b083a6-e566-4088-a8c9-2c63034cb8eb
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-15T16:06:37.626Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:06:37.626Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-15T16:06:37.627Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T16:06:37.627Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:06:37.627Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-15T16:06:37.627Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=b76b8e31-4c62-462c-b355-821905dbbbab
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-15T16:06:37.628Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:06:37.629Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T16:06:37.629Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 8acb9128-e4fe-4afb-aeb2-537085ba82be: basic_vm
2022-03-15T16:06:37.629Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:06:37.629Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T16:06:37.629Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:06:37.629Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T16:06:37.629Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:06:37.629Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T16:06:37.630Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:06:37.630Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T16:06:37.630Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:06:37.630Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T16:06:37.630Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T16:06:37.826Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 33ef5081-5e65-43e3-afcb-467880e7bdcb 1 ASDC deployResourceStructure
2022-03-15T16:06:37.826Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-03-15T16:06:37.826Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-03-15T16:06:37.826Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T16:06:37.827Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T16:06:37.828Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T16:06:37.829Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "34e18498-8252-435a-a91c-52f1b8af0c1b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360397826,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-15T16:06:37.929Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T16:06:37.929Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T16:06:37.930Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T16:06:37.944Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:06:37.944Z||pool-95-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-15T16:06:38.830Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-03-15T16:06:38.830Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-03-15T16:06:38.830Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T16:06:38.830Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T16:06:38.832Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T16:06:38.832Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "34e18498-8252-435a-a91c-52f1b8af0c1b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360398830,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-03-15T16:06:38.932Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T16:06:38.934Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T16:06:38.934Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T16:06:38.946Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:06:38.946Z||pool-96-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-15T16:06:39.832Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-03-15T16:06:39.833Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-03-15T16:06:39.833Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T16:06:39.833Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T16:06:39.835Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T16:06:39.835Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "34e18498-8252-435a-a91c-52f1b8af0c1b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360399832,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-03-15T16:06:39.936Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T16:06:39.936Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T16:06:39.936Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T16:06:39.948Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:06:39.949Z||pool-97-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-03-15T16:06:40.837Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-03-15T16:06:40.837Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-03-15T16:06:40.837Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T16:06:40.837Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T16:06:40.839Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T16:06:40.840Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "34e18498-8252-435a-a91c-52f1b8af0c1b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360400836,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T16:06:40.940Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T16:06:40.941Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T16:06:40.941Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T16:06:40.956Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:06:40.956Z||pool-98-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-15T16:06:41.840Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34e18498-8252-435a-a91c-52f1b8af0c1b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-15T16:06:41.852Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34e18498-8252-435a-a91c-52f1b8af0c1b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-15T16:06:41.855Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T16:06:41.855Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-15T16:06:41.855Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-15T16:06:41.855Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-15T16:06:41.855Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T16:06:41.855Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T16:06:41.855Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T16:06:41.855Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T16:06:41.855Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T16:06:41.856Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T16:06:41.856Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T16:06:41.860Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-15T16:07:11.860Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 34e18498-8252-435a-a91c-52f1b8af0c1b and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-15T16:07:11.868Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 34e18498-8252-435a-a91c-52f1b8af0c1b and serviceModelVersionId: 8acb9128-e4fe-4afb-aeb2-537085ba82be
2022-03-15T16:07:11.868Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 13689f2c-487b-4dd6-9843-1cd47e70b161
2022-03-15T16:07:11.869Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/13689f2c-487b-4dd6-9843-1cd47e70b161/model-vers/model-ver/8acb9128-e4fe-4afb-aeb2-537085ba82be?depth=0
2022-03-15T16:07:11.873Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-03-15T16:07:11.906Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13689f2c-487b-4dd6-9843-1cd47e70b161/model-vers/model-ver/8acb9128-e4fe-4afb-aeb2-537085ba82be?depth=0|INFO|500||Invoke
2022-03-15T16:07:11.906Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13689f2c-487b-4dd6-9843-1cd47e70b161/model-vers/model-ver/8acb9128-e4fe-4afb-aeb2-537085ba82be?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13689f2c-487b-4dd6-9843-1cd47e70b161/model-vers/model-ver/8acb9128-e4fe-4afb-aeb2-537085ba82be?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[34e18498-8252-435a-a91c-52f1b8af0c1b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3ee97ae7-3c69-4736-b116-c2f2b4d9c094], X-ECOMP-RequestID=[34e18498-8252-435a-a91c-52f1b8af0c1b], X-TransactionId=[], X-ONAP-RequestID=[34e18498-8252-435a-a91c-52f1b8af0c1b], Content-Type=[application/merge-patch+json]}
2022-03-15T16:07:11.931Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13689f2c-487b-4dd6-9843-1cd47e70b161/model-vers/model-ver/8acb9128-e4fe-4afb-aeb2-537085ba82be?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-15T16:07:12.294Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13689f2c-487b-4dd6-9843-1cd47e70b161/model-vers/model-ver/8acb9128-e4fe-4afb-aeb2-537085ba82be?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/13689f2c-487b-4dd6-9843-1cd47e70b161/model-vers/model-ver/8acb9128-e4fe-4afb-aeb2-537085ba82be?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220315-16:07:11:938-44997], vertex-id=[254104], Content-Length=[0], Date=[Tue, 15 Mar 2022 16:07:11 GMT], Content-Type=[application/json]}
2022-03-15T16:07:12.294Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13689f2c-487b-4dd6-9843-1cd47e70b161/model-vers/model-ver/8acb9128-e4fe-4afb-aeb2-537085ba82be?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-15T16:07:12.295Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13689f2c-487b-4dd6-9843-1cd47e70b161/model-vers/model-ver/8acb9128-e4fe-4afb-aeb2-537085ba82be?depth=0|INFO|500||InvokeReturn
2022-03-15T16:07:12.295Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-15T16:07:12.296Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-15T16:07:12.301Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-15T16:07:12.301Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 34e18498-8252-435a-a91c-52f1b8af0c1b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-15T16:07:12.301Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-15T16:07:12.302Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T16:07:12.303Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T16:07:12.303Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "34e18498-8252-435a-a91c-52f1b8af0c1b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360432301,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-15T16:07:12.404Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T16:07:12.404Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T16:07:12.404Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T16:07:12.420Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:07:12.421Z||pool-99-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-15T16:07:13.318Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T16:07:13.318Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"fee27c0a-f617-430b-98e3-5e368ae18148","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"fcca380c-6a63-44fc-8d3e-98a48936a404","serviceDescription":"service","serviceInvariantUUID":"104e8e47-24b3-4584-b055-d10782c74f36","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1d1242d7-9075-49ab-8c0e-2a70dd2740a3","resourceInvariantUUID":"0d12ef71-e206-4332-8430-677d786f77a3","resourceCustomizationUUID":"9c6f476c-2e1e-4bce-9d9f-6aeb99747a56","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":"N2I2MDNkMGQ1MGU1NzgzMzMyMzBiNmQ4ZjA1ZTI5YzY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"48ac78af-65be-49eb-99be-fe45134548d7","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":"e32af6c8-58f0-4072-afee-b78c9d590139","artifactVersion":"2","generatedFromUUID":"3b25e468-0362-4539-98e6-26249f5a77cc"},{"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":"3b25e468-0362-4539-98e6-26249f5a77cc","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":"ZDU0MTVlMjg0NGRmOTNlODE3ZWUxNzYzODhkODZhZjE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7f5f4cce-19ed-4949-9d05-6f50b4f8a1e5","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":"24a51b35-916e-4997-a8a5-31ac7c1055e0","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":"5f8b23ed-4a65-4c00-9bae-157935588523","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":"f87e96c5-990c-4e89-9337-974e11961886","artifactVersion":"2","generatedFromUUID":"24a51b35-916e-4997-a8a5-31ac7c1055e0"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"OTZmZDQ5YjdkOThlOGIzY2U3M2NhOTEzZGNhYjYzOTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cabe32f9-51a0-481d-ad26-e5cb357a155b","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MjEwNGE1NWM4NGIxYTQwOWFkMWIxNDUzNTZkMzA3NzE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"792672d4-3d46-4280-9c4a-e3fe7fc069b7","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-15T16:07:13.319Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T16:07:13.319Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T16:07:13.321Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T16:07:13.321Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360255072,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:07:13.421Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T16:07:13.422Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T16:07:13.422Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T16:07:13.435Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:07:13.436Z||pool-100-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-15T16:07:14.326Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T16:07:14.326Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T16:07:14.329Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T16:07:14.330Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360255072,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-03-15T16:07:14.430Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T16:07:14.430Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T16:07:14.430Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T16:07:14.443Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:07:14.444Z||pool-101-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-15T16:07:15.330Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T16:07:15.331Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T16:07:15.333Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T16:07:15.333Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360255072,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-03-15T16:07:15.433Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T16:07:15.434Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T16:07:15.434Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T16:07:15.455Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:07:15.455Z||pool-102-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-03-15T16:07:16.334Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T16:07:16.334Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T16:07:16.336Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T16:07:16.336Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360255072,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-03-15T16:07:16.436Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T16:07:16.437Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T16:07:16.437Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T16:07:16.451Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:07:16.451Z||pool-103-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-15T16:07:17.336Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T16:07:17.337Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T16:07:17.340Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T16:07:17.340Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360255072,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-03-15T16:07:17.440Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T16:07:17.441Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T16:07:17.441Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T16:07:17.453Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:07:17.453Z||pool-104-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-15T16:07:18.341Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T16:07:18.342Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T16:07:18.343Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T16:07:18.343Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360255072,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:07:18.444Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T16:07:18.444Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T16:07:18.445Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T16:07:18.458Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:07:18.458Z||pool-105-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-15T16:07:19.344Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T16:07:19.345Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T16:07:19.347Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T16:07:19.347Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360255072,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-03-15T16:07:19.447Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T16:07:19.448Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T16:07:19.448Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T16:07:19.461Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:07:19.462Z||pool-106-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-15T16:07:20.347Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T16:07:20.348Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T16:07:20.350Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T16:07:20.350Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360255072,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:07:20.450Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T16:07:20.451Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T16:07:20.451Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T16:07:20.465Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:07:20.466Z||pool-107-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-15T16:07:21.351Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T16:07:21.351Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T16:07:21.353Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T16:07:21.353Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360255072,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T16:07:21.453Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T16:07:21.454Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T16:07:21.454Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T16:07:21.474Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:07:21.474Z||pool-108-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-03-15T16:07:22.354Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "fcca380c-6a63-44fc-8d3e-98a48936a404",
  "serviceDescription": "service",
  "serviceInvariantUUID": "104e8e47-24b3-4584-b055-d10782c74f36",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "9c6f476c-2e1e-4bce-9d9f-6aeb99747a56",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1d1242d7-9075-49ab-8c0e-2a70dd2740a3",
      "resourceInvariantUUID": "0d12ef71-e206-4332-8430-677d786f77a3",
      "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": "e32af6c8-58f0-4072-afee-b78c9d590139",
          "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": "3b25e468-0362-4539-98e6-26249f5a77cc",
          "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": "ZDU0MTVlMjg0NGRmOTNlODE3ZWUxNzYzODhkODZhZjE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7f5f4cce-19ed-4949-9d05-6f50b4f8a1e5",
          "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": "24a51b35-916e-4997-a8a5-31ac7c1055e0",
          "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": "f87e96c5-990c-4e89-9337-974e11961886",
            "generatedFromUUID": "24a51b35-916e-4997-a8a5-31ac7c1055e0"
          },
          "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": "f87e96c5-990c-4e89-9337-974e11961886",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "MjEwNGE1NWM4NGIxYTQwOWFkMWIxNDUzNTZkMzA3NzE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "792672d4-3d46-4280-9c4a-e3fe7fc069b7"
    }
  ],
  "workloadContext": "Production"
}
2022-03-15T16:07:22.355Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-15T16:07:22.355Z|34e18498-8252-435a-a91c-52f1b8af0c1b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 fcca380c-6a63-44fc-8d3e-98a48936a404 ASDC
2022-03-15T16:07:22.355Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:fee27c0a-f617-430b-98e3-5e368ae18148
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:fcca380c-6a63-44fc-8d3e-98a48936a404
ServiceInvariantUUID:104e8e47-24b3-4584-b055-d10782c74f36
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:792672d4-3d46-4280-9c4a-e3fe7fc069b7
ArtifactChecksum:MjEwNGE1NWM4NGIxYTQwOWFkMWIxNDUzNTZkMzA3NzE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:9c6f476c-2e1e-4bce-9d9f-6aeb99747a56
ResourceInvariantUUID:0d12ef71-e206-4332-8430-677d786f77a3
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:1d1242d7-9075-49ab-8c0e-2a70dd2740a3
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:e32af6c8-58f0-4072-afee-b78c9d590139
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:3b25e468-0362-4539-98e6-26249f5a77cc
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:7f5f4cce-19ed-4949-9d05-6f50b4f8a1e5
ArtifactChecksum:ZDU0MTVlMjg0NGRmOTNlODE3ZWUxNzYzODhkODZhZjE=
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:24a51b35-916e-4997-a8a5-31ac7c1055e0
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:f87e96c5-990c-4e89-9337-974e11961886
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:f87e96c5-990c-4e89-9337-974e11961886
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-15T16:07:22.355Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fcca380c-6a63-44fc-8d3e-98a48936a404 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-15T16:07:22.390Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-15T16:07:22.390Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-15T16:07:22.391Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-15T16:07:22.391Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 792672d4-3d46-4280-9c4a-e3fe7fc069b7 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-03-15T16:07:22.391Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-15T16:07:22.391Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-03-15T16:07:24.244Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-15T16:07:24.247Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 792672d4-3d46-4280-9c4a-e3fe7fc069b7 68934
2022-03-15T16:07:24.247Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-03-15T16:07:24.247Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-03-15T16:07:24.247Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T16:07:24.248Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T16:07:24.249Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T16:07:24.249Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360444247,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T16:07:24.350Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T16:07:24.351Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T16:07:24.351Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T16:07:24.369Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:07:24.369Z||pool-109-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-15T16:07:25.250Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-15T16:07:25.251Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-15T16:07:25.251Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 792672d4-3d46-4280-9c4a-e3fe7fc069b7, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-15T16:07:25.251Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-03-15T16:07:25.252Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-15T16:07:25.252Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-15T16:07:25.350Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5247856204526094381/Definitions/service-BasicCnf-template.yml
2022-03-15T16:07:26.457Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-15T16:07:26.457Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-15T16:07:26.458Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-15T16:07:26.458Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-03-15T16:07:26.458Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-15T16:07:26.458Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-15T16:07:26.458Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-15T16:07:26.458Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-15T16:07:26.458Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-15T16:07:26.459Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:07:26.459Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T16:07:26.459Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-15T16:07:26.459Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-15T16:07:26.459Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-15T16:07:26.460Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:07:26.460Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T16:07:26.460Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-15T16:07:26.460Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-15T16:07:26.460Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-15T16:07:26.461Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:07:26.461Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T16:07:26.461Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:07:26.461Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-03-15T16:07:26.461Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-03-15T16:07:26.461Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||Node template dummy is not matching search criteria
2022-03-15T16:07:26.462Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-15T16:07:26.462Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:07:26.462Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-15T16:07:26.462Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:07:26.462Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-15T16:07:26.463Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T16:07:26.463Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:07:26.463Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-15T16:07:26.463Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T16:07:26.463Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:07:26.464Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-15T16:07:26.464Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T16:07:26.464Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:07:26.464Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-03-15T16:07:26.464Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-03-15T16:07:26.464Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=9ec5ab04-415d-48b4-8389-bea5fdf4e8e2
2022-03-15T16:07:26.464Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:07:26.465Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T16:07:26.465Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:07:26.465Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T16:07:26.465Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:07:26.465Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T16:07:26.465Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:07:26.465Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T16:07:26.465Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:fcca380c-6a63-44fc-8d3e-98a48936a404
Model Version:NULL
Model InvariantUuid:104e8e47-24b3-4584-b055-d10782c74f36
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:8fd54f85-f165-4994-b3e0-5abf5de97ac6
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:0d12ef71-e206-4332-8430-677d786f77a3
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:9c6f476c-2e1e-4bce-9d9f-6aeb99747a56
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:fb41a576-ede0-401b-86a0-2723d28cf767
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:3441d7f3-cfab-4455-b309-f9cfc6d38093
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:9ec5ab04-415d-48b4-8389-bea5fdf4e8e2
ModelInvariantUuid:d2ebf972-8303-4388-b8d9-9f726ad06738
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:ebf294e6-991b-48b3-a0b4-ff5ec06e5f9e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:a29da69a-16a8-475b-b27a-34a8b47552f8
ModelInvariantUuid:414466ec-c30e-4597-8e3c-f73835588e80
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:9587a2c5-a923-4366-a725-aeda2c3bd65d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-15T16:07:26.473Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 1d1242d7-9075-49ab-8c0e-2a70dd2740a3
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-15T16:07:26.476Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||INFO|500||basic_cnf 0
2022-03-15T16:07:26.476Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1d1242d7-9075-49ab-8c0e-2a70dd2740a3
2022-03-15T16:07:26.476Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: e32af6c8-58f0-4072-afee-b78c9d590139 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-03-15T16:07:26.476Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-15T16:07:26.477Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-03-15T16:07:26.651Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-15T16:07:26.652Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env e32af6c8-58f0-4072-afee-b78c9d590139 12
2022-03-15T16:07:26.652Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-03-15T16:07:26.652Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-03-15T16:07:26.652Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T16:07:26.652Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T16:07:26.654Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T16:07:26.654Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360446652,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-03-15T16:07:26.754Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T16:07:26.755Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T16:07:26.755Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T16:07:26.767Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:07:26.768Z||pool-110-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-03-15T16:07:27.655Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 3b25e468-0362-4539-98e6-26249f5a77cc from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-03-15T16:07:27.657Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-15T16:07:27.657Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-03-15T16:07:28.256Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-15T16:07:28.257Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 3b25e468-0362-4539-98e6-26249f5a77cc 2688
2022-03-15T16:07:28.257Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-03-15T16:07:28.257Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-03-15T16:07:28.257Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T16:07:28.258Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T16:07:28.260Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T16:07:28.260Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360448257,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-03-15T16:07:28.360Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T16:07:28.360Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T16:07:28.361Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T16:07:28.376Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:07:28.376Z||pool-111-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-15T16:07:29.261Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 7f5f4cce-19ed-4949-9d05-6f50b4f8a1e5 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-03-15T16:07:29.262Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-15T16:07:29.262Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-03-15T16:07:29.561Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-15T16:07:29.561Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 7f5f4cce-19ed-4949-9d05-6f50b4f8a1e5 828
2022-03-15T16:07:29.561Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-03-15T16:07:29.561Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-03-15T16:07:29.561Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T16:07:29.562Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T16:07:29.563Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T16:07:29.563Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360449561,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-15T16:07:29.663Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T16:07:29.664Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T16:07:29.664Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T16:07:29.677Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:07:29.677Z||pool-112-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-03-15T16:07:30.564Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "fb41a576-ede0-401b-86a0-2723d28cf767",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3441d7f3-cfab-4455-b309-f9cfc6d38093",
    "vfModuleModelCustomizationUUID": "528453ab-3153-4311-83fd-63f12e619e3d",
    "isBase": true,
    "artifacts": [
      "24a51b35-916e-4997-a8a5-31ac7c1055e0",
      "3b25e468-0362-4539-98e6-26249f5a77cc",
      "f87e96c5-990c-4e89-9337-974e11961886"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-15T16:07:30.567Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3441d7f3-cfab-4455-b309-f9cfc6d38093
VfModuleModelInvariantUUID:fb41a576-ede0-401b-86a0-2723d28cf767
VfModuleModelDescription:NULL
Artifacts UUID List:{
24a51b35-916e-4997-a8a5-31ac7c1055e0
,
3b25e468-0362-4539-98e6-26249f5a77cc
,
f87e96c5-990c-4e89-9337-974e11961886

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

isBase:true


}

2022-03-15T16:07:30.570Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "fb41a576-ede0-401b-86a0-2723d28cf767",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3441d7f3-cfab-4455-b309-f9cfc6d38093",
    "vfModuleModelCustomizationUUID": "528453ab-3153-4311-83fd-63f12e619e3d",
    "isBase": true,
    "artifacts": [
      "24a51b35-916e-4997-a8a5-31ac7c1055e0",
      "3b25e468-0362-4539-98e6-26249f5a77cc",
      "f87e96c5-990c-4e89-9337-974e11961886"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-15T16:07:30.570Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3441d7f3-cfab-4455-b309-f9cfc6d38093
VfModuleModelInvariantUUID:fb41a576-ede0-401b-86a0-2723d28cf767
VfModuleModelDescription:NULL
Artifacts UUID List:{
24a51b35-916e-4997-a8a5-31ac7c1055e0
,
3b25e468-0362-4539-98e6-26249f5a77cc
,
f87e96c5-990c-4e89-9337-974e11961886

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

isBase:true


}

2022-03-15T16:07:30.570Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 24a51b35-916e-4997-a8a5-31ac7c1055e0 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-03-15T16:07:30.570Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-15T16:07:30.571Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-03-15T16:07:31.170Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-15T16:07:31.170Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 24a51b35-916e-4997-a8a5-31ac7c1055e0 1164
2022-03-15T16:07:31.171Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-03-15T16:07:31.171Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-03-15T16:07:31.171Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T16:07:31.171Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T16:07:31.173Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T16:07:31.173Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360451171,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-15T16:07:31.273Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T16:07:31.274Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T16:07:31.274Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T16:07:31.287Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:07:31.287Z||pool-113-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-03-15T16:07:32.174Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: f87e96c5-990c-4e89-9337-974e11961886 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-03-15T16:07:32.175Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-15T16:07:32.175Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-03-15T16:07:32.445Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-15T16:07:32.445Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env f87e96c5-990c-4e89-9337-974e11961886 200
2022-03-15T16:07:32.446Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-03-15T16:07:32.446Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-03-15T16:07:32.446Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T16:07:32.446Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T16:07:32.448Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T16:07:32.448Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360452446,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-03-15T16:07:32.548Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T16:07:32.549Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T16:07:32.549Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T16:07:32.561Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:07:32.562Z||pool-114-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-03-15T16:07:33.449Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: fcca380c-6a63-44fc-8d3e-98a48936a404
2022-03-15T16:07:33.450Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 1d1242d7-9075-49ab-8c0e-2a70dd2740a3 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
2022-03-15T16:07:33.464Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-15T16:07:33.474Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@46186fb0, org.onap.sdc.toscaparser.api.parameters.Input@5f506c0e, org.onap.sdc.toscaparser.api.parameters.Input@22e18a23, org.onap.sdc.toscaparser.api.parameters.Input@161636ab, org.onap.sdc.toscaparser.api.parameters.Input@1376ae36]
2022-03-15T16:07:33.476Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:07:33.476Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T16:07:33.476Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-03-15T16:07:33.477Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 9c6f476c-2e1e-4bce-9d9f-6aeb99747a56
2022-03-15T16:07:33.477Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9c6f476c-2e1e-4bce-9d9f-6aeb99747a56 matches Tosca VF Customization UUID: 9c6f476c-2e1e-4bce-9d9f-6aeb99747a56
2022-03-15T16:07:33.477Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 9c6f476c-2e1e-4bce-9d9f-6aeb99747a56  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-15T16:07:33.481Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:07:33.481Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T16:07:33.482Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 9c6f476c-2e1e-4bce-9d9f-6aeb99747a56: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"}
2022-03-15T16:07:33.482Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@46806afd
2022-03-15T16:07:33.482Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:07:33.483Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-15T16:07:33.483Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 528453ab-3153-4311-83fd-63f12e619e3d
2022-03-15T16:07:33.483Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 528453ab-3153-4311-83fd-63f12e619e3d
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-15T16:07:33.485Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:07:33.486Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-15T16:07:33.486Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T16:07:33.486Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:07:33.486Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-15T16:07:33.486Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T16:07:33.487Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:07:33.487Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-03-15T16:07:33.487Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-03-15T16:07:33.487Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=9ec5ab04-415d-48b4-8389-bea5fdf4e8e2
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-15T16:07:33.489Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:07:33.489Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-15T16:07:33.489Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T16:07:33.489Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:07:33.489Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-15T16:07:33.490Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=9c6f476c-2e1e-4bce-9d9f-6aeb99747a56
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-15T16:07:33.491Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:07:33.491Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T16:07:33.491Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid fcca380c-6a63-44fc-8d3e-98a48936a404: basic_cnf
2022-03-15T16:07:33.491Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:07:33.491Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T16:07:33.492Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:07:33.492Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T16:07:33.492Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:07:33.492Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T16:07:33.492Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:07:33.492Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T16:07:33.493Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:07:33.493Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T16:07:33.493Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T16:07:33.552Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 1d1242d7-9075-49ab-8c0e-2a70dd2740a3 1 ASDC deployResourceStructure
2022-03-15T16:07:33.553Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-03-15T16:07:33.553Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2022-03-15T16:07:33.553Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-03-15T16:07:33.553Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T16:07:33.555Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T16:07:33.555Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360453552,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-03-15T16:07:33.655Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T16:07:33.656Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T16:07:33.656Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T16:07:33.669Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:07:33.669Z||pool-115-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-03-15T16:07:34.556Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-03-15T16:07:34.556Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2022-03-15T16:07:34.557Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-03-15T16:07:34.557Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T16:07:34.559Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T16:07:34.559Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360454556,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-03-15T16:07:34.659Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T16:07:34.660Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T16:07:34.660Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T16:07:34.673Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:07:34.673Z||pool-116-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-15T16:07:35.560Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-03-15T16:07:35.560Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-03-15T16:07:35.560Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T16:07:35.561Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T16:07:35.563Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T16:07:35.563Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360455559,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-15T16:07:35.663Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T16:07:35.664Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T16:07:35.664Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T16:07:35.677Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:07:35.678Z||pool-117-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-15T16:07:36.564Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-03-15T16:07:36.564Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-03-15T16:07:36.564Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T16:07:36.564Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T16:07:36.566Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T16:07:36.566Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360456564,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-03-15T16:07:36.666Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T16:07:36.667Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T16:07:36.667Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T16:07:36.679Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:07:36.679Z||pool-118-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-15T16:07:36.768Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:07:36.769Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T16:07:36.770Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T16:07:36.821Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:07:36.823Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:07:36.823Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58298260-4f1b-4f71-a3c7-f82a3dd36dcf",
  "consumerID": "clamp",
  "timestamp": 1647360289067,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T16:07:36.824Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:07:36.824Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:07:36.824Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621a2b8c-0211-4e0b-95be-72a531c83009",
  "consumerID": "cds",
  "timestamp": 1647360288244,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:07:36.825Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:07:36.825Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:07:36.825Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621a2b8c-0211-4e0b-95be-72a531c83009",
  "consumerID": "cds",
  "timestamp": 1647360288244,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:07:36.825Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:07:36.825Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:07:36.825Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58298260-4f1b-4f71-a3c7-f82a3dd36dcf",
  "consumerID": "aai-ml",
  "timestamp": 1647360292038,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T16:07:36.826Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:07:36.826Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:07:36.826Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621a2b8c-0211-4e0b-95be-72a531c83009",
  "consumerID": "cds",
  "timestamp": 1647360288244,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:07:36.826Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:07:36.827Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:07:36.827Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58298260-4f1b-4f71-a3c7-f82a3dd36dcf",
  "consumerID": "aai-ml",
  "timestamp": 1647360293044,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T16:07:36.833Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 58298260-4f1b-4f71-a3c7-f82a3dd36dcf
2022-03-15T16:07:36.833Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 58298260-4f1b-4f71-a3c7-f82a3dd36dcf and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T16:07:36.847Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:07:36.848Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58298260-4f1b-4f71-a3c7-f82a3dd36dcf",
  "consumerID": "clamp",
  "timestamp": 1647360292084,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T16:07:36.848Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:07:36.848Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:07:36.848Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621a2b8c-0211-4e0b-95be-72a531c83009",
  "consumerID": "cds",
  "timestamp": 1647360288244,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:07:36.848Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:07:36.848Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:07:36.848Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621a2b8c-0211-4e0b-95be-72a531c83009",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647360292750,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:07:36.848Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:07:36.848Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:07:36.848Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58298260-4f1b-4f71-a3c7-f82a3dd36dcf",
  "consumerID": "clamp",
  "timestamp": 1647360293087,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T16:07:36.853Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 58298260-4f1b-4f71-a3c7-f82a3dd36dcf
2022-03-15T16:07:36.853Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 58298260-4f1b-4f71-a3c7-f82a3dd36dcf and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T16:07:36.872Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:07:36.872Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621a2b8c-0211-4e0b-95be-72a531c83009",
  "consumerID": "cds",
  "timestamp": 1647360288244,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:07:36.873Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:07:36.873Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:07:36.873Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621a2b8c-0211-4e0b-95be-72a531c83009",
  "consumerID": "aai-ml",
  "timestamp": 1647360294048,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:07:36.873Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:07:36.873Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:07:36.873Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621a2b8c-0211-4e0b-95be-72a531c83009",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647360292750,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:07:36.873Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:07:36.874Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:07:36.874Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621a2b8c-0211-4e0b-95be-72a531c83009",
  "consumerID": "cds",
  "timestamp": 1647360288244,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:07:36.874Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:07:36.874Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:07:36.874Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621a2b8c-0211-4e0b-95be-72a531c83009",
  "consumerID": "policy-id",
  "timestamp": 1647360293591,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:07:36.874Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:07:36.874Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:07:36.874Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621a2b8c-0211-4e0b-95be-72a531c83009",
  "consumerID": "clamp",
  "timestamp": 1647360294091,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:07:36.875Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:07:36.875Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:07:36.875Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621a2b8c-0211-4e0b-95be-72a531c83009",
  "consumerID": "aai-ml",
  "timestamp": 1647360294048,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:07:36.875Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:07:36.875Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:07:36.875Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621a2b8c-0211-4e0b-95be-72a531c83009",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647360292750,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:07:36.875Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:07:36.875Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:07:36.876Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621a2b8c-0211-4e0b-95be-72a531c83009",
  "consumerID": "cds",
  "timestamp": 1647360288244,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:07:36.876Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:07:36.876Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:07:36.876Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621a2b8c-0211-4e0b-95be-72a531c83009",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647360294779,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:07:36.876Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:07:36.876Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:07:36.876Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621a2b8c-0211-4e0b-95be-72a531c83009",
  "consumerID": "policy-id",
  "timestamp": 1647360293591,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:07:36.876Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:07:36.877Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:07:36.877Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621a2b8c-0211-4e0b-95be-72a531c83009",
  "consumerID": "clamp",
  "timestamp": 1647360294091,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:07:36.877Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:07:36.877Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:07:36.877Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621a2b8c-0211-4e0b-95be-72a531c83009",
  "consumerID": "aai-ml",
  "timestamp": 1647360294048,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:07:36.877Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:07:36.877Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:07:36.877Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621a2b8c-0211-4e0b-95be-72a531c83009",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647360292750,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:07:36.878Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:07:36.878Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:07:36.878Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621a2b8c-0211-4e0b-95be-72a531c83009",
  "consumerID": "dcae-sch",
  "timestamp": 1647360295487,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:07:36.878Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:07:36.878Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:07:36.878Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621a2b8c-0211-4e0b-95be-72a531c83009",
  "consumerID": "cds",
  "timestamp": 1647360288244,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:07:36.878Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:07:36.878Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:07:36.878Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621a2b8c-0211-4e0b-95be-72a531c83009",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647360294779,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:07:36.879Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:07:36.879Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:07:36.879Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621a2b8c-0211-4e0b-95be-72a531c83009",
  "consumerID": "policy-id",
  "timestamp": 1647360293591,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:07:36.879Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:07:36.879Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:07:36.879Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621a2b8c-0211-4e0b-95be-72a531c83009",
  "consumerID": "clamp",
  "timestamp": 1647360294091,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:07:36.879Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:07:36.879Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:07:36.880Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621a2b8c-0211-4e0b-95be-72a531c83009",
  "consumerID": "aai-ml",
  "timestamp": 1647360294048,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:07:36.880Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:07:36.880Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:07:36.883Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621a2b8c-0211-4e0b-95be-72a531c83009",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647360296327,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:07:36.883Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:07:36.883Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:07:36.883Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621a2b8c-0211-4e0b-95be-72a531c83009",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647360292750,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:07:36.883Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:07:36.884Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:07:36.884Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621a2b8c-0211-4e0b-95be-72a531c83009",
  "consumerID": "dcae-sch",
  "timestamp": 1647360295487,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:07:36.884Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:07:36.884Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:07:36.884Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621a2b8c-0211-4e0b-95be-72a531c83009",
  "consumerID": "cds",
  "timestamp": 1647360288244,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T16:07:36.884Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:07:36.885Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:07:36.885Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621a2b8c-0211-4e0b-95be-72a531c83009",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647360294779,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:07:36.885Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:07:36.885Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:07:36.885Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621a2b8c-0211-4e0b-95be-72a531c83009",
  "consumerID": "policy-id",
  "timestamp": 1647360293591,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:07:36.885Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:07:36.885Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:07:36.886Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621a2b8c-0211-4e0b-95be-72a531c83009",
  "consumerID": "clamp",
  "timestamp": 1647360294091,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:07:36.886Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:07:36.886Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:07:36.886Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621a2b8c-0211-4e0b-95be-72a531c83009",
  "consumerID": "aai-ml",
  "timestamp": 1647360294048,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:07:36.886Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:07:36.886Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:07:36.886Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621a2b8c-0211-4e0b-95be-72a531c83009",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647360296327,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:07:36.887Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:07:36.887Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:07:36.887Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621a2b8c-0211-4e0b-95be-72a531c83009",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647360292750,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:07:36.889Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:07:36.889Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:07:36.889Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621a2b8c-0211-4e0b-95be-72a531c83009",
  "consumerID": "dcae-sch",
  "timestamp": 1647360295487,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:07:36.890Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:07:36.890Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:07:36.890Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621a2b8c-0211-4e0b-95be-72a531c83009",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647360294779,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:07:36.890Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:07:36.890Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:07:36.890Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621a2b8c-0211-4e0b-95be-72a531c83009",
  "consumerID": "policy-id",
  "timestamp": 1647360293591,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:07:36.890Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:07:36.890Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:07:36.890Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621a2b8c-0211-4e0b-95be-72a531c83009",
  "consumerID": "clamp",
  "timestamp": 1647360294091,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:07:36.890Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:07:36.891Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:07:36.891Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621a2b8c-0211-4e0b-95be-72a531c83009",
  "consumerID": "aai-ml",
  "timestamp": 1647360294048,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:07:36.891Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:07:36.891Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:07:36.891Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621a2b8c-0211-4e0b-95be-72a531c83009",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647360296327,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:07:36.891Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:07:36.891Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:07:36.891Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621a2b8c-0211-4e0b-95be-72a531c83009",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647360292750,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:07:36.891Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:07:36.891Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:07:36.891Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621a2b8c-0211-4e0b-95be-72a531c83009",
  "consumerID": "dcae-sch",
  "timestamp": 1647360295487,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:07:36.891Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:07:36.892Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:07:36.892Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621a2b8c-0211-4e0b-95be-72a531c83009",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647360294779,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:07:36.892Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:07:36.892Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:07:36.892Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621a2b8c-0211-4e0b-95be-72a531c83009",
  "consumerID": "policy-id",
  "timestamp": 1647360293591,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:07:36.892Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:07:36.892Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:07:36.892Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621a2b8c-0211-4e0b-95be-72a531c83009",
  "consumerID": "clamp",
  "timestamp": 1647360294091,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:07:36.893Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:07:36.893Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:07:36.893Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621a2b8c-0211-4e0b-95be-72a531c83009",
  "consumerID": "aai-ml",
  "timestamp": 1647360294048,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:07:36.893Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:07:36.893Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:07:36.893Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621a2b8c-0211-4e0b-95be-72a531c83009",
  "consumerID": "cds",
  "timestamp": 1647360299812,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T16:07:36.893Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:07:36.893Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:07:36.893Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621a2b8c-0211-4e0b-95be-72a531c83009",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647360296327,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:07:36.894Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:07:36.894Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:07:36.894Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621a2b8c-0211-4e0b-95be-72a531c83009",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647360292750,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:07:36.894Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:07:36.894Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:07:36.894Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621a2b8c-0211-4e0b-95be-72a531c83009",
  "consumerID": "dcae-sch",
  "timestamp": 1647360295487,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:07:36.894Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:07:36.894Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:07:36.894Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621a2b8c-0211-4e0b-95be-72a531c83009",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647360294779,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:07:36.895Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:07:36.895Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:07:36.895Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621a2b8c-0211-4e0b-95be-72a531c83009",
  "consumerID": "policy-id",
  "timestamp": 1647360293591,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:07:36.895Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:07:36.895Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:07:36.895Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621a2b8c-0211-4e0b-95be-72a531c83009",
  "consumerID": "clamp",
  "timestamp": 1647360294091,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:07:36.895Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:07:36.895Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:07:36.895Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621a2b8c-0211-4e0b-95be-72a531c83009",
  "consumerID": "aai-ml",
  "timestamp": 1647360294048,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:07:36.896Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:07:36.896Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:07:36.896Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621a2b8c-0211-4e0b-95be-72a531c83009",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647360296327,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:07:36.896Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:07:36.896Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:07:36.896Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621a2b8c-0211-4e0b-95be-72a531c83009",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647360292750,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T16:07:36.896Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:07:36.896Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:07:36.896Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621a2b8c-0211-4e0b-95be-72a531c83009",
  "consumerID": "dcae-sch",
  "timestamp": 1647360295487,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:07:36.896Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:07:36.896Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:07:36.896Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621a2b8c-0211-4e0b-95be-72a531c83009",
  "consumerID": "cds",
  "timestamp": 1647360301386,
  "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-03-15T16:07:36.916Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 621a2b8c-0211-4e0b-95be-72a531c83009
2022-03-15T16:07:36.917Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 621a2b8c-0211-4e0b-95be-72a531c83009 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T16:07:36.935Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:07:36.935Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621a2b8c-0211-4e0b-95be-72a531c83009",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647360294779,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:07:36.935Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:07:36.935Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:07:36.936Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621a2b8c-0211-4e0b-95be-72a531c83009",
  "consumerID": "policy-id",
  "timestamp": 1647360293591,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:07:36.936Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:07:36.936Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:07:36.936Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621a2b8c-0211-4e0b-95be-72a531c83009",
  "consumerID": "clamp",
  "timestamp": 1647360294091,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:07:36.936Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:07:36.937Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:07:36.937Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621a2b8c-0211-4e0b-95be-72a531c83009",
  "consumerID": "aai-ml",
  "timestamp": 1647360294048,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T16:07:36.937Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:07:36.937Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:07:36.937Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621a2b8c-0211-4e0b-95be-72a531c83009",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647360296327,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:07:36.938Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:07:36.938Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:07:36.938Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621a2b8c-0211-4e0b-95be-72a531c83009",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647360294779,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:07:36.939Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:07:36.939Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:07:36.939Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621a2b8c-0211-4e0b-95be-72a531c83009",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647360302722,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T16:07:36.939Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:07:36.939Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:07:36.939Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621a2b8c-0211-4e0b-95be-72a531c83009",
  "consumerID": "policy-id",
  "timestamp": 1647360293591,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T16:07:36.940Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:07:36.940Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:07:36.940Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621a2b8c-0211-4e0b-95be-72a531c83009",
  "consumerID": "dcae-sch",
  "timestamp": 1647360295487,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:07:36.940Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:07:36.940Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:07:36.941Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621a2b8c-0211-4e0b-95be-72a531c83009",
  "consumerID": "clamp",
  "timestamp": 1647360294091,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T16:07:36.941Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:07:36.941Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:07:36.941Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621a2b8c-0211-4e0b-95be-72a531c83009",
  "consumerID": "aai-ml",
  "timestamp": 1647360303849,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T16:07:36.941Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:07:36.941Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:07:36.942Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621a2b8c-0211-4e0b-95be-72a531c83009",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647360296327,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-03-15T16:07:36.942Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:07:36.942Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:07:36.942Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621a2b8c-0211-4e0b-95be-72a531c83009",
  "consumerID": "dcae-sch",
  "timestamp": 1647360295487,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:07:36.942Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:07:36.942Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:07:36.943Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621a2b8c-0211-4e0b-95be-72a531c83009",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647360294779,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T16:07:36.943Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:07:36.943Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:07:36.943Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621a2b8c-0211-4e0b-95be-72a531c83009",
  "consumerID": "policy-id",
  "timestamp": 1647360303457,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T16:07:36.943Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:07:36.943Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:07:36.944Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621a2b8c-0211-4e0b-95be-72a531c83009",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647360296327,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:07:36.944Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:07:36.944Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:07:36.944Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621a2b8c-0211-4e0b-95be-72a531c83009",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647360304623,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T16:07:36.944Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:07:36.944Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:07:36.944Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621a2b8c-0211-4e0b-95be-72a531c83009",
  "consumerID": "dcae-sch",
  "timestamp": 1647360295487,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:07:36.945Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:07:36.945Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:07:36.945Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621a2b8c-0211-4e0b-95be-72a531c83009",
  "consumerID": "policy-id",
  "timestamp": 1647360304462,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T16:07:36.945Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:07:36.945Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:07:36.946Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621a2b8c-0211-4e0b-95be-72a531c83009",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647360296327,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:07:36.946Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:07:36.946Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:07:36.946Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621a2b8c-0211-4e0b-95be-72a531c83009",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647360305627,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T16:07:36.950Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 621a2b8c-0211-4e0b-95be-72a531c83009
2022-03-15T16:07:36.950Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 621a2b8c-0211-4e0b-95be-72a531c83009 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T16:07:36.963Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:07:36.963Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621a2b8c-0211-4e0b-95be-72a531c83009",
  "consumerID": "policy-id",
  "timestamp": 1647360305465,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T16:07:36.966Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 621a2b8c-0211-4e0b-95be-72a531c83009
2022-03-15T16:07:36.967Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 621a2b8c-0211-4e0b-95be-72a531c83009 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T16:07:36.978Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:07:36.978Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621a2b8c-0211-4e0b-95be-72a531c83009",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647360306187,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-15T16:07:36.979Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:07:36.979Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:07:36.980Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621a2b8c-0211-4e0b-95be-72a531c83009",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647360307233,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-03-15T16:07:36.980Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:07:36.980Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:07:36.980Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621a2b8c-0211-4e0b-95be-72a531c83009",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647360308240,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T16:07:36.984Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 621a2b8c-0211-4e0b-95be-72a531c83009
2022-03-15T16:07:36.984Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 621a2b8c-0211-4e0b-95be-72a531c83009 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T16:07:37.005Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:07:37.006Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621a2b8c-0211-4e0b-95be-72a531c83009",
  "consumerID": "aai-ml",
  "timestamp": 1647360311727,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T16:07:37.006Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:07:37.006Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:07:37.006Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621a2b8c-0211-4e0b-95be-72a531c83009",
  "consumerID": "clamp",
  "timestamp": 1647360311081,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T16:07:37.006Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:07:37.006Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:07:37.007Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621a2b8c-0211-4e0b-95be-72a531c83009",
  "consumerID": "aai-ml",
  "timestamp": 1647360312731,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T16:07:37.011Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 621a2b8c-0211-4e0b-95be-72a531c83009
2022-03-15T16:07:37.011Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 621a2b8c-0211-4e0b-95be-72a531c83009 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T16:07:37.020Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:07:37.020Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621a2b8c-0211-4e0b-95be-72a531c83009",
  "consumerID": "clamp",
  "timestamp": 1647360313094,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T16:07:37.020Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:07:37.021Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:07:37.021Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621a2b8c-0211-4e0b-95be-72a531c83009",
  "consumerID": "clamp",
  "timestamp": 1647360314098,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T16:07:37.025Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 621a2b8c-0211-4e0b-95be-72a531c83009
2022-03-15T16:07:37.025Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 621a2b8c-0211-4e0b-95be-72a531c83009 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T16:07:37.033Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:07:37.034Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc7c4651-6cfc-418f-bbcf-b51c038a3b6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360331706,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-15T16:07:37.034Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:07:37.034Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:07:37.034Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360255072,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:07:37.034Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:07:37.035Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:07:37.035Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360255072,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:07:37.035Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:07:37.035Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:07:37.035Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360255072,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-03-15T16:07:37.036Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:07:37.036Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:07:37.036Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360255072,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-15T16:07:37.036Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:07:37.567Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-03-15T16:07:37.567Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-03-15T16:07:37.568Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T16:07:37.568Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T16:07:37.569Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T16:07:37.570Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360457567,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-03-15T16:07:37.670Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T16:07:37.670Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T16:07:37.671Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T16:07:37.683Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:07:37.683Z||pool-119-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-03-15T16:07:38.570Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-03-15T16:07:38.571Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-03-15T16:07:38.571Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T16:07:38.571Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T16:07:38.575Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T16:07:38.575Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360458570,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T16:07:38.674Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T16:07:38.675Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T16:07:38.675Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T16:07:38.688Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:07:38.689Z||pool-120-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-15T16:07:39.576Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fee27c0a-f617-430b-98e3-5e368ae18148
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-15T16:07:39.585Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fee27c0a-f617-430b-98e3-5e368ae18148
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-15T16:07:39.587Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T16:07:39.587Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-15T16:07:39.587Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-15T16:07:39.587Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-15T16:07:39.587Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T16:07:39.587Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T16:07:39.587Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T16:07:39.587Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T16:07:39.587Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T16:07:39.587Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T16:07:39.588Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T16:07:39.602Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-15T16:08:09.603Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fee27c0a-f617-430b-98e3-5e368ae18148 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-15T16:08:09.609Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fee27c0a-f617-430b-98e3-5e368ae18148 and serviceModelVersionId: fcca380c-6a63-44fc-8d3e-98a48936a404
2022-03-15T16:08:09.609Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 104e8e47-24b3-4584-b055-d10782c74f36
2022-03-15T16:08:09.610Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/104e8e47-24b3-4584-b055-d10782c74f36/model-vers/model-ver/fcca380c-6a63-44fc-8d3e-98a48936a404?depth=0
2022-03-15T16:08:09.613Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-03-15T16:08:09.650Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/104e8e47-24b3-4584-b055-d10782c74f36/model-vers/model-ver/fcca380c-6a63-44fc-8d3e-98a48936a404?depth=0|INFO|500||Invoke
2022-03-15T16:08:09.651Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/104e8e47-24b3-4584-b055-d10782c74f36/model-vers/model-ver/fcca380c-6a63-44fc-8d3e-98a48936a404?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/104e8e47-24b3-4584-b055-d10782c74f36/model-vers/model-ver/fcca380c-6a63-44fc-8d3e-98a48936a404?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[fee27c0a-f617-430b-98e3-5e368ae18148], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[dc415ae2-ef09-4c85-8e82-10a16a2e509d], X-ECOMP-RequestID=[fee27c0a-f617-430b-98e3-5e368ae18148], X-TransactionId=[], X-ONAP-RequestID=[fee27c0a-f617-430b-98e3-5e368ae18148], Content-Type=[application/merge-patch+json]}
2022-03-15T16:08:09.704Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/104e8e47-24b3-4584-b055-d10782c74f36/model-vers/model-ver/fcca380c-6a63-44fc-8d3e-98a48936a404?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-15T16:08:10.366Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/104e8e47-24b3-4584-b055-d10782c74f36/model-vers/model-ver/fcca380c-6a63-44fc-8d3e-98a48936a404?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/104e8e47-24b3-4584-b055-d10782c74f36/model-vers/model-ver/fcca380c-6a63-44fc-8d3e-98a48936a404?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220315-16:08:09:710-52908], vertex-id=[479472], Content-Length=[0], Date=[Tue, 15 Mar 2022 16:08:09 GMT], Content-Type=[application/json]}
2022-03-15T16:08:10.366Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/104e8e47-24b3-4584-b055-d10782c74f36/model-vers/model-ver/fcca380c-6a63-44fc-8d3e-98a48936a404?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-15T16:08:10.367Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/104e8e47-24b3-4584-b055-d10782c74f36/model-vers/model-ver/fcca380c-6a63-44fc-8d3e-98a48936a404?depth=0|INFO|500||InvokeReturn
2022-03-15T16:08:10.370Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-15T16:08:10.370Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-15T16:08:10.375Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-15T16:08:10.375Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fee27c0a-f617-430b-98e3-5e368ae18148 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-15T16:08:10.375Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-15T16:08:10.376Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T16:08:10.377Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T16:08:10.378Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360490375,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-15T16:08:10.478Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T16:08:10.479Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T16:08:10.479Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T16:08:10.500Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:08:10.500Z||pool-121-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-15T16:08:11.412Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T16:08:11.412Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"58298260-4f1b-4f71-a3c7-f82a3dd36dcf","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"beaa3b15-c5d5-43cf-a39e-2fcb51d04fe8","serviceDescription":"service","serviceInvariantUUID":"5bd9659e-a50f-4473-b023-873bef905f44","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d3a14145-74db-406e-be8f-c969850a589a","resourceInvariantUUID":"6053bf3b-1f9c-4a33-80a8-825080ad519b","resourceCustomizationUUID":"b1cae8a9-126c-4fb3-93a3-74d230e5b980","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml","artifactChecksum":"ZmMyNmUyMTYzZGIxNGRjOTg5ZGFmOGE5YmQ4Zjg1OTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3645b379-34b3-4e72-8e73-58c9a898ea18","artifactVersion":"1"},{"artifactName":"basic_vm_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json","artifactChecksum":"N2UxNDBjMmFlNzk1ZWEwNTc0YjMzMjQ3ZGYxNjU4ZGQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"cdb2ed4b-4dc4-4165-916c-e0a525c3c71b","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2b5f2dbd-bd77-4b6c-b7f6-1b29e6d09ef0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"OWU2MDAzY2U5YmM3Y2I4NzM1MjdlMzY3NjE0N2IyYmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a903ca1c-0f4f-430d-a95d-4165ef6153f4","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"cfb04e57-c22e-4db8-820d-775380123367","artifactVersion":"2","generatedFromUUID":"2b5f2dbd-bd77-4b6c-b7f6-1b29e6d09ef0"},{"artifactName":"BASIC_VM_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip","artifactChecksum":"NzM5YjY5NDEyZjUyM2U1MmIyM2U1Yzc0NzJlMzA5ZWU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"a9cd8715-5904-4a05-a9d2-3397e5675c20","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVmMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml","artifactChecksum":"ODI5YWVhZjliMTVmNTNjMmRkZWRhNTdkYWE1ZjhkZDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1157f786-d3b4-4fd9-ae5c-0437b08167aa","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"Nzc3YTU4YzAyZjQyZDk1OWIxZWY3MDRjNzI5ZjM0ZTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a93e1e3c-1b0d-4014-a813-2e82bade807b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-15T16:08:11.413Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T16:08:11.413Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T16:08:11.415Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T16:08:11.415Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "58298260-4f1b-4f71-a3c7-f82a3dd36dcf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360255072,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:08:11.515Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T16:08:11.516Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T16:08:11.516Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T16:08:11.527Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:08:11.528Z||pool-122-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-15T16:08:12.416Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T16:08:12.416Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T16:08:12.418Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T16:08:12.419Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "58298260-4f1b-4f71-a3c7-f82a3dd36dcf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360255072,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-03-15T16:08:12.518Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T16:08:12.520Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T16:08:12.520Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T16:08:12.532Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:08:12.533Z||pool-123-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-15T16:08:13.419Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T16:08:13.420Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T16:08:13.422Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T16:08:13.422Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "58298260-4f1b-4f71-a3c7-f82a3dd36dcf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360255072,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-15T16:08:13.522Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T16:08:13.523Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T16:08:13.524Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T16:08:13.537Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:08:13.538Z||pool-124-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-15T16:08:14.422Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T16:08:14.423Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T16:08:14.425Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T16:08:14.425Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "58298260-4f1b-4f71-a3c7-f82a3dd36dcf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360255072,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:08:14.525Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T16:08:14.526Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T16:08:14.526Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T16:08:14.541Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:08:14.542Z||pool-125-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-15T16:08:15.425Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T16:08:15.426Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T16:08:15.428Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T16:08:15.428Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "58298260-4f1b-4f71-a3c7-f82a3dd36dcf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360255072,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-15T16:08:15.528Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T16:08:15.530Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T16:08:15.530Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T16:08:15.547Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:08:15.547Z||pool-126-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-15T16:08:16.429Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T16:08:16.430Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T16:08:16.433Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T16:08:16.433Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "58298260-4f1b-4f71-a3c7-f82a3dd36dcf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360255072,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:08:16.533Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T16:08:16.534Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T16:08:16.534Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T16:08:16.547Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:08:16.548Z||pool-127-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-15T16:08:17.433Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T16:08:17.434Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T16:08:17.436Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T16:08:17.436Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "58298260-4f1b-4f71-a3c7-f82a3dd36dcf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360255072,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:08:17.536Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T16:08:17.537Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T16:08:17.537Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T16:08:17.554Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:08:17.555Z||pool-128-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-15T16:08:18.436Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T16:08:18.437Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T16:08:18.439Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T16:08:18.439Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "58298260-4f1b-4f71-a3c7-f82a3dd36dcf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360255072,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T16:08:18.542Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-03-15T16:08:18.543Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T16:08:18.544Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T16:08:18.560Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:08:18.561Z||pool-129-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-15T16:08:19.440Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "58298260-4f1b-4f71-a3c7-f82a3dd36dcf",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "beaa3b15-c5d5-43cf-a39e-2fcb51d04fe8",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5bd9659e-a50f-4473-b023-873bef905f44",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "b1cae8a9-126c-4fb3-93a3-74d230e5b980",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d3a14145-74db-406e-be8f-c969850a589a",
      "resourceInvariantUUID": "6053bf3b-1f9c-4a33-80a8-825080ad519b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_vm_macro0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
          "artifactChecksum": "N2UxNDBjMmFlNzk1ZWEwNTc0YjMzMjQ3ZGYxNjU4ZGQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "cdb2ed4b-4dc4-4165-916c-e0a525c3c71b",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "2b5f2dbd-bd77-4b6c-b7f6-1b29e6d09ef0",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "cfb04e57-c22e-4db8-820d-775380123367",
            "generatedFromUUID": "2b5f2dbd-bd77-4b6c-b7f6-1b29e6d09ef0"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "cfb04e57-c22e-4db8-820d-775380123367",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "Nzc3YTU4YzAyZjQyZDk1OWIxZWY3MDRjNzI5ZjM0ZTk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a93e1e3c-1b0d-4014-a813-2e82bade807b"
    }
  ],
  "workloadContext": "Production"
}
2022-03-15T16:08:19.441Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-15T16:08:19.441Z|fee27c0a-f617-430b-98e3-5e368ae18148|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 beaa3b15-c5d5-43cf-a39e-2fcb51d04fe8 ASDC
2022-03-15T16:08:19.442Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:58298260-4f1b-4f71-a3c7-f82a3dd36dcf
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:beaa3b15-c5d5-43cf-a39e-2fcb51d04fe8
ServiceInvariantUUID:5bd9659e-a50f-4473-b023-873bef905f44
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVmMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
ArtifactUUID:a93e1e3c-1b0d-4014-a813-2e82bade807b
ArtifactChecksum:Nzc3YTU4YzAyZjQyZDk1OWIxZWY3MDRjNzI5ZjM0ZTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:b1cae8a9-126c-4fb3-93a3-74d230e5b980
ResourceInvariantUUID:6053bf3b-1f9c-4a33-80a8-825080ad519b
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:d3a14145-74db-406e-be8f-c969850a589a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm_macro0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
ArtifactUUID:cdb2ed4b-4dc4-4165-916c-e0a525c3c71b
ArtifactChecksum:N2UxNDBjMmFlNzk1ZWEwNTc0YjMzMjQ3ZGYxNjU4ZGQ=
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/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
ArtifactUUID:2b5f2dbd-bd77-4b6c-b7f6-1b29e6d09ef0
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/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:cfb04e57-c22e-4db8-820d-775380123367
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/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:cfb04e57-c22e-4db8-820d-775380123367
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-15T16:08:19.442Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF beaa3b15-c5d5-43cf-a39e-2fcb51d04fe8 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-15T16:08:19.480Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-15T16:08:19.481Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-15T16:08:19.481Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-15T16:08:19.481Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: a93e1e3c-1b0d-4014-a813-2e82bade807b from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-03-15T16:08:19.481Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-15T16:08:19.481Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-03-15T16:08:20.468Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-15T16:08:20.473Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar a93e1e3c-1b0d-4014-a813-2e82bade807b 78793
2022-03-15T16:08:20.473Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-03-15T16:08:20.474Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-03-15T16:08:20.474Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T16:08:20.474Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T16:08:20.476Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T16:08:20.476Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "58298260-4f1b-4f71-a3c7-f82a3dd36dcf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360500473,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T16:08:20.576Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T16:08:20.577Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T16:08:20.577Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T16:08:20.592Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:08:20.593Z||pool-130-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-15T16:08:21.477Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-15T16:08:21.477Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-15T16:08:21.478Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: a93e1e3c-1b0d-4014-a813-2e82bade807b, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-15T16:08:21.478Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-03-15T16:08:21.478Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-15T16:08:21.478Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-15T16:08:21.618Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13287919707576099806/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-03-15T16:08:22.642Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-15T16:08:22.643Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-15T16:08:22.643Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-15T16:08:22.643Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-15T16:08:22.643Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_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-BasicVmMacro-csar.csar
2022-03-15T16:08:22.643Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||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-BasicVmMacro-csar.csar
2022-03-15T16:08:22.643Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-15T16:08:22.643Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-15T16:08:22.643Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-15T16:08:22.643Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-15T16:08:22.643Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-15T16:08:22.644Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-15T16:08:22.644Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-15T16:08:22.644Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-15T16:08:22.644Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:08:22.644Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T16:08:22.644Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-15T16:08:22.644Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-15T16:08:22.645Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-15T16:08:22.645Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:08:22.645Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T16:08:22.645Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-15T16:08:22.645Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-15T16:08:22.646Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-15T16:08:22.646Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:08:22.646Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T16:08:22.646Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:08:22.646Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-03-15T16:08:22.646Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-03-15T16:08:22.646Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-03-15T16:08:22.646Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-03-15T16:08:22.647Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-15T16:08:22.647Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-15T16:08:22.647Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:08:22.647Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-15T16:08:22.647Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:08:22.648Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-15T16:08:22.648Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T16:08:22.648Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:08:22.648Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-15T16:08:22.648Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T16:08:22.648Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:08:22.648Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-15T16:08:22.648Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T16:08:22.649Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:08:22.649Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-03-15T16:08:22.649Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-03-15T16:08:22.649Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-15T16:08:22.649Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=7ee38f02-5b74-4d96-84ef-abb144058d7a
2022-03-15T16:08:22.649Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:08:22.649Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T16:08:22.649Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:08:22.650Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T16:08:22.650Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:08:22.650Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T16:08:22.650Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:08:22.650Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T16:08:22.650Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:beaa3b15-c5d5-43cf-a39e-2fcb51d04fe8
Model Version:NULL
Model InvariantUuid:5bd9659e-a50f-4473-b023-873bef905f44
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:7a37e79b-0040-4515-8f48-d342fd529b4c
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6053bf3b-1f9c-4a33-80a8-825080ad519b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b1cae8a9-126c-4fb3-93a3-74d230e5b980
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:10476334-358a-48c0-b897-563f146e873b
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:8c71287b-0d7c-4b3e-9140-1b68bdd1abd4
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:7ee38f02-5b74-4d96-84ef-abb144058d7a
ModelInvariantUuid:c9807c97-ad21-4c14-a8b8-ae24a4f94915
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:e794027b-26d9-43b3-8f54-b55a4fad3d2e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:3bda9d82-dc3c-4d36-acb6-e800877ec58a
ModelInvariantUuid:29128aeb-e797-4823-9530-2710f0695959
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:5d696391-b092-47a3-af1c-031149f380f6
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-15T16:08:22.659Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: d3a14145-74db-406e-be8f-c969850a589a
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-15T16:08:22.662Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||INFO|500||basic_vm_macro 0
2022-03-15T16:08:22.662Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d3a14145-74db-406e-be8f-c969850a589a
2022-03-15T16:08:22.662Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: cdb2ed4b-4dc4-4165-916c-e0a525c3c71b from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-03-15T16:08:22.662Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-15T16:08:22.662Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-03-15T16:08:23.073Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-15T16:08:23.074Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json cdb2ed4b-4dc4-4165-916c-e0a525c3c71b 792
2022-03-15T16:08:23.074Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-03-15T16:08:23.074Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-03-15T16:08:23.074Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T16:08:23.074Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T16:08:23.076Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T16:08:23.076Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "58298260-4f1b-4f71-a3c7-f82a3dd36dcf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360503074,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-15T16:08:23.176Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T16:08:23.177Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T16:08:23.177Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T16:08:23.210Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:08:23.210Z||pool-131-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-03-15T16:08:24.076Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "10476334-358a-48c0-b897-563f146e873b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8c71287b-0d7c-4b3e-9140-1b68bdd1abd4",
    "vfModuleModelCustomizationUUID": "cf6cfbaf-db1e-4684-ae62-e6bda1c6f303",
    "isBase": true,
    "artifacts": [
      "2b5f2dbd-bd77-4b6c-b7f6-1b29e6d09ef0",
      "cfb04e57-c22e-4db8-820d-775380123367"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-15T16:08:24.080Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8c71287b-0d7c-4b3e-9140-1b68bdd1abd4
VfModuleModelInvariantUUID:10476334-358a-48c0-b897-563f146e873b
VfModuleModelDescription:NULL
Artifacts UUID List:{
2b5f2dbd-bd77-4b6c-b7f6-1b29e6d09ef0
,
cfb04e57-c22e-4db8-820d-775380123367

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

isBase:true


}

2022-03-15T16:08:24.082Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "10476334-358a-48c0-b897-563f146e873b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8c71287b-0d7c-4b3e-9140-1b68bdd1abd4",
    "vfModuleModelCustomizationUUID": "cf6cfbaf-db1e-4684-ae62-e6bda1c6f303",
    "isBase": true,
    "artifacts": [
      "2b5f2dbd-bd77-4b6c-b7f6-1b29e6d09ef0",
      "cfb04e57-c22e-4db8-820d-775380123367"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-15T16:08:24.082Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8c71287b-0d7c-4b3e-9140-1b68bdd1abd4
VfModuleModelInvariantUUID:10476334-358a-48c0-b897-563f146e873b
VfModuleModelDescription:NULL
Artifacts UUID List:{
2b5f2dbd-bd77-4b6c-b7f6-1b29e6d09ef0
,
cfb04e57-c22e-4db8-820d-775380123367

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

isBase:true


}

2022-03-15T16:08:24.082Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 2b5f2dbd-bd77-4b6c-b7f6-1b29e6d09ef0 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-03-15T16:08:24.082Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-15T16:08:24.082Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-03-15T16:08:24.453Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-15T16:08:24.454Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2b5f2dbd-bd77-4b6c-b7f6-1b29e6d09ef0 5033
2022-03-15T16:08:24.454Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-03-15T16:08:24.454Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-03-15T16:08:24.454Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T16:08:24.455Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T16:08:24.457Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T16:08:24.457Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "58298260-4f1b-4f71-a3c7-f82a3dd36dcf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360504454,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-15T16:08:24.557Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T16:08:24.558Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T16:08:24.558Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T16:08:24.571Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:08:24.571Z||pool-132-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-15T16:08:25.458Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: cfb04e57-c22e-4db8-820d-775380123367 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-03-15T16:08:25.458Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-15T16:08:25.458Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-03-15T16:08:25.670Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-15T16:08:25.670Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env cfb04e57-c22e-4db8-820d-775380123367 903
2022-03-15T16:08:25.670Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-03-15T16:08:25.670Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-03-15T16:08:25.670Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T16:08:25.671Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T16:08:25.672Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T16:08:25.672Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "58298260-4f1b-4f71-a3c7-f82a3dd36dcf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360505670,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-15T16:08:25.772Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T16:08:25.773Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T16:08:25.773Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T16:08:25.784Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:08:25.785Z||pool-133-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-15T16:08:26.673Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: beaa3b15-c5d5-43cf-a39e-2fcb51d04fe8
2022-03-15T16:08:26.673Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 d3a14145-74db-406e-be8f-c969850a589a ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-15T16:08:26.692Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@14add1b8, org.onap.sdc.toscaparser.api.parameters.Input@3fc89722, org.onap.sdc.toscaparser.api.parameters.Input@5ff20f05, org.onap.sdc.toscaparser.api.parameters.Input@5a594aba, org.onap.sdc.toscaparser.api.parameters.Input@20037058]
2022-03-15T16:08:26.693Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:08:26.693Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T16:08:26.693Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-03-15T16:08:26.694Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= b1cae8a9-126c-4fb3-93a3-74d230e5b980
2022-03-15T16:08:26.694Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b1cae8a9-126c-4fb3-93a3-74d230e5b980 matches Tosca VF Customization UUID: b1cae8a9-126c-4fb3-93a3-74d230e5b980
2022-03-15T16:08:26.694Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: b1cae8a9-126c-4fb3-93a3-74d230e5b980  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-15T16:08:26.696Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:08:26.696Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T16:08:26.697Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id b1cae8a9-126c-4fb3-93a3-74d230e5b980: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"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\",\"sdnc_artifact_name\":\"vnf\",\"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\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"}
2022-03-15T16:08:26.697Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4d0a017
2022-03-15T16:08:26.698Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:08:26.698Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-15T16:08:26.698Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : cf6cfbaf-db1e-4684-ae62-e6bda1c6f303
2022-03-15T16:08:26.698Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID cf6cfbaf-db1e-4684-ae62-e6bda1c6f303
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-15T16:08:26.701Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:08:26.702Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-15T16:08:26.702Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T16:08:26.702Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:08:26.702Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-15T16:08:26.703Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T16:08:26.703Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:08:26.703Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-03-15T16:08:26.703Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-03-15T16:08:26.703Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-15T16:08:26.704Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=7ee38f02-5b74-4d96-84ef-abb144058d7a
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-15T16:08:26.706Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:08:26.706Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-15T16:08:26.706Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T16:08:26.707Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:08:26.707Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-15T16:08:26.707Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=b1cae8a9-126c-4fb3-93a3-74d230e5b980
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-15T16:08:26.709Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:08:26.709Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T16:08:26.710Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid beaa3b15-c5d5-43cf-a39e-2fcb51d04fe8: basic_vm_macro
2022-03-15T16:08:26.710Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:08:26.710Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T16:08:26.710Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:08:26.710Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T16:08:26.710Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:08:26.711Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T16:08:26.711Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:08:26.711Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T16:08:26.711Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:08:26.711Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T16:08:26.711Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||INFO|500||Saving Service: basic_vm_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 heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T16:08:26.790Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro d3a14145-74db-406e-be8f-c969850a589a 1 ASDC deployResourceStructure
2022-03-15T16:08:26.790Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-03-15T16:08:26.790Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-03-15T16:08:26.791Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T16:08:26.791Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T16:08:26.793Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T16:08:26.793Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "58298260-4f1b-4f71-a3c7-f82a3dd36dcf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360506790,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-15T16:08:26.893Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T16:08:26.894Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T16:08:26.894Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T16:08:26.907Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:08:26.908Z||pool-134-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-15T16:08:27.794Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-03-15T16:08:27.794Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-03-15T16:08:27.794Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T16:08:27.794Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T16:08:27.796Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T16:08:27.796Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "58298260-4f1b-4f71-a3c7-f82a3dd36dcf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360507794,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-03-15T16:08:27.896Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T16:08:27.897Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T16:08:27.897Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T16:08:27.909Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:08:27.909Z||pool-135-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-03-15T16:08:28.797Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-03-15T16:08:28.798Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-03-15T16:08:28.798Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T16:08:28.798Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T16:08:28.800Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T16:08:28.800Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "58298260-4f1b-4f71-a3c7-f82a3dd36dcf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360508797,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-03-15T16:08:28.900Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T16:08:28.901Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T16:08:28.902Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T16:08:28.914Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:08:28.914Z||pool-136-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-15T16:08:29.801Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-03-15T16:08:29.801Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-03-15T16:08:29.801Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T16:08:29.802Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T16:08:29.804Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T16:08:29.804Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "58298260-4f1b-4f71-a3c7-f82a3dd36dcf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360509801,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T16:08:29.904Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T16:08:29.905Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T16:08:29.905Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T16:08:29.918Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:08:29.918Z||pool-137-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-15T16:08:30.805Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 58298260-4f1b-4f71-a3c7-f82a3dd36dcf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-15T16:08:30.827Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 58298260-4f1b-4f71-a3c7-f82a3dd36dcf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-15T16:08:30.832Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T16:08:30.832Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-15T16:08:30.832Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-15T16:08:30.833Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-15T16:08:30.833Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T16:08:30.833Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T16:08:30.833Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T16:08:30.833Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T16:08:30.833Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T16:08:30.834Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T16:08:30.834Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T16:08:30.839Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-15T16:08:36.769Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:08:36.770Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T16:08:36.770Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T16:08:36.830Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:08:36.832Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:08:36.833Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360255072,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:08:36.833Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:08:36.833Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:08:36.833Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360255072,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-15T16:08:36.834Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:08:36.834Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:08:36.834Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360255072,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:08:36.834Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:08:36.834Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:08:36.834Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360255072,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T16:08:36.834Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:08:36.834Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:08:36.835Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360341083,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T16:08:36.835Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:08:36.835Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:08:36.835Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360343973,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-15T16:08:36.835Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:08:36.835Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:08:36.835Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360345364,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-15T16:08:36.835Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:08:36.835Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:08:36.836Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360346870,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-15T16:08:36.836Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:08:36.836Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:08:36.836Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360347982,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-15T16:08:36.836Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:08:36.836Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:08:36.836Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360348987,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-03-15T16:08:36.836Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:08:36.836Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:08:36.837Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360349992,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-03-15T16:08:36.837Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:08:36.837Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:08:36.837Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360350996,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T16:08:36.837Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:08:36.837Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:08:36.837Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fcd1e96-ed85-4f4e-b2fe-e038eb1f537a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360383157,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-15T16:08:36.837Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:08:36.837Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:08:36.837Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e18498-8252-435a-a91c-52f1b8af0c1b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360255072,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:08:36.838Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:08:36.838Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:08:36.838Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e18498-8252-435a-a91c-52f1b8af0c1b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360255072,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-03-15T16:08:36.838Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:08:36.838Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:08:36.838Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e18498-8252-435a-a91c-52f1b8af0c1b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360255072,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-15T16:08:36.838Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:08:36.838Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:08:36.838Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e18498-8252-435a-a91c-52f1b8af0c1b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360255072,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:08:36.838Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:08:36.838Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:08:36.839Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e18498-8252-435a-a91c-52f1b8af0c1b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360255072,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-15T16:08:36.839Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:08:36.839Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:08:36.839Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e18498-8252-435a-a91c-52f1b8af0c1b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360255072,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:08:36.839Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:08:36.839Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:08:36.839Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e18498-8252-435a-a91c-52f1b8af0c1b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360255072,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T16:08:36.839Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:08:36.839Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:08:36.839Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e18498-8252-435a-a91c-52f1b8af0c1b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360391953,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T16:08:36.840Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:08:36.840Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:08:36.840Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e18498-8252-435a-a91c-52f1b8af0c1b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360394390,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-15T16:08:36.840Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:08:36.840Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:08:36.840Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e18498-8252-435a-a91c-52f1b8af0c1b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360395493,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-15T16:08:36.840Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:08:36.840Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:08:36.841Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e18498-8252-435a-a91c-52f1b8af0c1b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360396602,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-15T16:08:36.841Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:09:00.839Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 58298260-4f1b-4f71-a3c7-f82a3dd36dcf and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-15T16:09:00.845Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 58298260-4f1b-4f71-a3c7-f82a3dd36dcf and serviceModelVersionId: beaa3b15-c5d5-43cf-a39e-2fcb51d04fe8
2022-03-15T16:09:00.845Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5bd9659e-a50f-4473-b023-873bef905f44
2022-03-15T16:09:00.846Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5bd9659e-a50f-4473-b023-873bef905f44/model-vers/model-ver/beaa3b15-c5d5-43cf-a39e-2fcb51d04fe8?depth=0
2022-03-15T16:09:00.849Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-03-15T16:09:00.881Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bd9659e-a50f-4473-b023-873bef905f44/model-vers/model-ver/beaa3b15-c5d5-43cf-a39e-2fcb51d04fe8?depth=0|INFO|500||Invoke
2022-03-15T16:09:00.882Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bd9659e-a50f-4473-b023-873bef905f44/model-vers/model-ver/beaa3b15-c5d5-43cf-a39e-2fcb51d04fe8?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bd9659e-a50f-4473-b023-873bef905f44/model-vers/model-ver/beaa3b15-c5d5-43cf-a39e-2fcb51d04fe8?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[58298260-4f1b-4f71-a3c7-f82a3dd36dcf], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c6c526f4-69c2-4c50-8828-91baf9866a9f], X-ECOMP-RequestID=[58298260-4f1b-4f71-a3c7-f82a3dd36dcf], X-TransactionId=[], X-ONAP-RequestID=[58298260-4f1b-4f71-a3c7-f82a3dd36dcf], Content-Type=[application/merge-patch+json]}
2022-03-15T16:09:00.901Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bd9659e-a50f-4473-b023-873bef905f44/model-vers/model-ver/beaa3b15-c5d5-43cf-a39e-2fcb51d04fe8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-15T16:09:01.447Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bd9659e-a50f-4473-b023-873bef905f44/model-vers/model-ver/beaa3b15-c5d5-43cf-a39e-2fcb51d04fe8?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/5bd9659e-a50f-4473-b023-873bef905f44/model-vers/model-ver/beaa3b15-c5d5-43cf-a39e-2fcb51d04fe8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220315-16:09:00:909-53034], vertex-id=[487664], Content-Length=[0], Date=[Tue, 15 Mar 2022 16:09:00 GMT], Content-Type=[application/json]}
2022-03-15T16:09:01.447Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bd9659e-a50f-4473-b023-873bef905f44/model-vers/model-ver/beaa3b15-c5d5-43cf-a39e-2fcb51d04fe8?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-15T16:09:01.448Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bd9659e-a50f-4473-b023-873bef905f44/model-vers/model-ver/beaa3b15-c5d5-43cf-a39e-2fcb51d04fe8?depth=0|INFO|500||InvokeReturn
2022-03-15T16:09:01.449Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-15T16:09:01.450Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-15T16:09:01.458Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-15T16:09:01.458Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 58298260-4f1b-4f71-a3c7-f82a3dd36dcf and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-15T16:09:01.459Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-15T16:09:01.459Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T16:09:01.461Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T16:09:01.461Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "58298260-4f1b-4f71-a3c7-f82a3dd36dcf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360541458,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-15T16:09:01.561Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T16:09:01.562Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T16:09:01.562Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T16:09:01.600Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:09:01.600Z||pool-138-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-03-15T16:09:02.475Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:09:02.476Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T16:09:02.477Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|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 PkPebzEAgjBV4Uzh) ...
2022-03-15T16:09:06.824Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:09:06.825Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T16:09:06.825Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"621a2b8c-0211-4e0b-95be-72a531c83009","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"195d5b05-e672-454c-854f-0d1663a79f8f","serviceDescription":"service","serviceInvariantUUID":"270cabf8-a31f-4195-a4bb-37b61ed051d4","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"376489f4-172b-4417-a2d3-8a2e658cf538","resourceInvariantUUID":"c5bfd8d0-b276-4a4c-af2a-b6e17af9fda1","resourceCustomizationUUID":"a89b9628-b1e4-4745-b2ed-ebf532c32b53","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":"YjgyNDIzNTIzZmY5OWNhZWJjZmE3ZDhiNDVhZjI0MTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4f10f601-4d40-4854-8328-9e1bc7045e2d","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":"db61504b-c721-44ad-a52a-46b4d7cd93ce","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":"4c3e911b-90e2-4fb1-8ca9-304ffbc26215","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":"OWM3MjMzY2I4ZDc1MmFiYWVkM2I0NmJlZTNhMTExYzA\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"f352ffd0-b2c2-4fe1-b5c6-efcccf91ee2e","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":"692bbbe2-3908-4698-a89c-57f27608983b","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":"611ee431-2c8f-4f49-a498-36ab53543276","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":"05cd25f6-c26f-4974-ad79-fa555bd823ce","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":"M2E4YjI1NDM2MDc5NTc4NzIxNGIwODg4ZGJkMmU0MDQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"78725412-0637-4c6f-b449-e99627778cc6","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"YTRlZTA0NjA0NThmMTc4YmM4MGEwMzYyNWFlOGE4NzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d4625b3f-db45-422a-917c-da5adccfbfa3","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-15T16:09:06.828Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T16:09:06.828Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T16:09:06.831Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T16:09:06.831Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "621a2b8c-0211-4e0b-95be-72a531c83009",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360542475,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:09:06.931Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T16:09:06.932Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T16:09:06.932Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T16:09:06.946Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:09:06.947Z||pool-139-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-15T16:09:07.831Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T16:09:07.832Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T16:09:07.834Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T16:09:07.834Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "621a2b8c-0211-4e0b-95be-72a531c83009",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360542475,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:09:07.935Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T16:09:07.935Z||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-03-15T16:09:07.936Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T16:09:07.950Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:09:07.950Z||pool-140-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-15T16:09:08.835Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T16:09:08.835Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T16:09:08.837Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T16:09:08.837Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "621a2b8c-0211-4e0b-95be-72a531c83009",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360542475,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:09:08.937Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T16:09:08.938Z||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-03-15T16:09:08.939Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T16:09:08.951Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:09:08.951Z||pool-141-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-15T16:09:09.838Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T16:09:09.839Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T16:09:09.841Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T16:09:09.841Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "621a2b8c-0211-4e0b-95be-72a531c83009",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360542475,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:09:09.941Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T16:09:09.942Z||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-03-15T16:09:09.942Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T16:09:09.969Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:09:09.970Z||pool-142-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-03-15T16:09:10.842Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T16:09:10.843Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T16:09:10.845Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T16:09:10.845Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "621a2b8c-0211-4e0b-95be-72a531c83009",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360542475,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:09:10.945Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T16:09:10.948Z||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-03-15T16:09:10.948Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T16:09:10.961Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:09:10.962Z||pool-143-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-15T16:09:11.846Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T16:09:11.846Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T16:09:11.848Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T16:09:11.849Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "621a2b8c-0211-4e0b-95be-72a531c83009",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360542475,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:09:11.949Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T16:09:11.950Z||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-03-15T16:09:11.950Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T16:09:11.965Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:09:11.966Z||pool-144-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-15T16:09:12.849Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T16:09:12.850Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T16:09:12.852Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T16:09:12.852Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "621a2b8c-0211-4e0b-95be-72a531c83009",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360542475,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:09:12.952Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T16:09:12.953Z||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-03-15T16:09:12.953Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T16:09:12.966Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:09:12.967Z||pool-145-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-15T16:09:13.853Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T16:09:13.854Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T16:09:13.855Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T16:09:13.856Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "621a2b8c-0211-4e0b-95be-72a531c83009",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360542475,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:09:13.956Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T16:09:13.956Z||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-03-15T16:09:13.957Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T16:09:13.970Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:09:13.971Z||pool-146-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-15T16:09:14.856Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T16:09:14.857Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T16:09:14.859Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T16:09:14.859Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "621a2b8c-0211-4e0b-95be-72a531c83009",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360542475,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T16:09:14.959Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T16:09:14.960Z||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-03-15T16:09:14.961Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T16:09:14.974Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:09:14.974Z||pool-147-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-15T16:09:15.860Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "621a2b8c-0211-4e0b-95be-72a531c83009",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "195d5b05-e672-454c-854f-0d1663a79f8f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "270cabf8-a31f-4195-a4bb-37b61ed051d4",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "a89b9628-b1e4-4745-b2ed-ebf532c32b53",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "376489f4-172b-4417-a2d3-8a2e658cf538",
      "resourceInvariantUUID": "c5bfd8d0-b276-4a4c-af2a-b6e17af9fda1",
      "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": "YTRlZTA0NjA0NThmMTc4YmM4MGEwMzYyNWFlOGE4NzQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d4625b3f-db45-422a-917c-da5adccfbfa3"
    }
  ],
  "workloadContext": "Production"
}
2022-03-15T16:09:15.861Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-15T16:09:15.862Z|58298260-4f1b-4f71-a3c7-f82a3dd36dcf|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 195d5b05-e672-454c-854f-0d1663a79f8f ASDC
2022-03-15T16:09:15.862Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:621a2b8c-0211-4e0b-95be-72a531c83009
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:195d5b05-e672-454c-854f-0d1663a79f8f
ServiceInvariantUUID:270cabf8-a31f-4195-a4bb-37b61ed051d4
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:d4625b3f-db45-422a-917c-da5adccfbfa3
ArtifactChecksum:YTRlZTA0NjA0NThmMTc4YmM4MGEwMzYyNWFlOGE4NzQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:a89b9628-b1e4-4745-b2ed-ebf532c32b53
ResourceInvariantUUID:c5bfd8d0-b276-4a4c-af2a-b6e17af9fda1
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:376489f4-172b-4417-a2d3-8a2e658cf538
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-03-15T16:09:15.863Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 195d5b05-e672-454c-854f-0d1663a79f8f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-15T16:09:15.885Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-15T16:09:15.886Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-15T16:09:15.886Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-15T16:09:15.886Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: d4625b3f-db45-422a-917c-da5adccfbfa3 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-03-15T16:09:15.886Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-15T16:09:15.887Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-03-15T16:09:16.984Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-15T16:09:16.992Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar d4625b3f-db45-422a-917c-da5adccfbfa3 105636
2022-03-15T16:09:16.993Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-03-15T16:09:16.993Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-03-15T16:09:16.993Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T16:09:16.994Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T16:09:16.995Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T16:09:16.995Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "621a2b8c-0211-4e0b-95be-72a531c83009",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360556993,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T16:09:17.096Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T16:09:17.096Z||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-03-15T16:09:17.096Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T16:09:17.109Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:09:17.109Z||pool-148-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-15T16:09:17.996Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-15T16:09:17.997Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-15T16:09:17.997Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: d4625b3f-db45-422a-917c-da5adccfbfa3, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-15T16:09:17.998Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-03-15T16:09:17.998Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-15T16:09:17.999Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-15T16:09:18.138Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6491007493747680275/Definitions/service-TestPnfMacro-template.yml
2022-03-15T16:09:18.891Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-15T16:09:18.891Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-15T16:09:18.891Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-15T16:09:18.891Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-03-15T16:09:18.892Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-15T16:09:18.892Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-15T16:09:18.892Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-15T16:09:18.892Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-15T16:09:18.892Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-15T16:09:18.892Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-15T16:09:18.892Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-15T16:09:18.892Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-15T16:09:18.892Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:09:18.892Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T16:09:18.892Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-03-15T16:09:18.893Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-15T16:09:18.893Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-15T16:09:18.893Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:09:18.893Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T16:09:18.893Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-03-15T16:09:18.893Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-15T16:09:18.893Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-15T16:09:18.893Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:09:18.894Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T16:09:18.894Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:09:18.894Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T16:09:18.894Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:09:18.894Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T16:09:18.894Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:09:18.894Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T16:09:18.894Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:09:18.894Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T16:09:18.895Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:195d5b05-e672-454c-854f-0d1663a79f8f
Model Version:NULL
Model InvariantUuid:270cabf8-a31f-4195-a4bb-37b61ed051d4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-15T16:09:18.906Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 376489f4-172b-4417-a2d3-8a2e658cf538
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-15T16:09:18.909Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||INFO|500||test-pnf 0
2022-03-15T16:09:18.909Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 376489f4-172b-4417-a2d3-8a2e658cf538
2022-03-15T16:09:18.909Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 195d5b05-e672-454c-854f-0d1663a79f8f
2022-03-15T16:09:18.909Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 195d5b05-e672-454c-854f-0d1663a79f8f
2022-03-15T16:09:18.909Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 376489f4-172b-4417-a2d3-8a2e658cf538 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-15T16:09:18.914Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@348b6c49, org.onap.sdc.toscaparser.api.parameters.Input@5d4e1263, org.onap.sdc.toscaparser.api.parameters.Input@28982f8c, org.onap.sdc.toscaparser.api.parameters.Input@7ced88da, org.onap.sdc.toscaparser.api.parameters.Input@13eb4a2a]
2022-03-15T16:09:18.914Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:09:18.914Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T16:09:18.915Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 195d5b05-e672-454c-854f-0d1663a79f8f: test-pnf
2022-03-15T16:09:18.915Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||INFO|500||Processing PNF resource: 376489f4-172b-4417-a2d3-8a2e658cf538
2022-03-15T16:09:18.915Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T16:09:18.915Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T16:09:18.915Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||INFO|500||Resource customization UUID: a89b9628-b1e4-4745-b2ed-ebf532c32b53 is the same as notified resource customizationUUID: a89b9628-b1e4-4745-b2ed-ebf532c32b53
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-03-15T16:09:18.942Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 376489f4-172b-4417-a2d3-8a2e658cf538 0 ASDC deployResourceStructure
2022-03-15T16:09:18.943Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-03-15T16:09:18.943Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-03-15T16:09:18.943Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T16:09:18.944Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T16:09:18.946Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T16:09:18.946Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "621a2b8c-0211-4e0b-95be-72a531c83009",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360558943,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T16:09:19.046Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T16:09:19.047Z||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-03-15T16:09:19.047Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T16:09:19.059Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:09:19.060Z||pool-149-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-15T16:09:19.947Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 621a2b8c-0211-4e0b-95be-72a531c83009
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-15T16:09:19.956Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 621a2b8c-0211-4e0b-95be-72a531c83009
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-15T16:09:19.958Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T16:09:19.958Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-15T16:09:19.958Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-15T16:09:19.958Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-15T16:09:19.959Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T16:09:19.959Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T16:09:19.959Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T16:09:19.959Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T16:09:19.960Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T16:09:19.960Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T16:09:19.960Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T16:09:19.960Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T16:09:19.964Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-15T16:09:36.768Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:09:36.769Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T16:09:36.770Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T16:09:36.799Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:09:36.800Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:09:36.800Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e18498-8252-435a-a91c-52f1b8af0c1b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360397826,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-15T16:09:36.800Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:09:36.800Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:09:36.801Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e18498-8252-435a-a91c-52f1b8af0c1b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360398830,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-03-15T16:09:36.801Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:09:36.801Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:09:36.801Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e18498-8252-435a-a91c-52f1b8af0c1b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360399832,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-03-15T16:09:36.801Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:09:36.801Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:09:36.801Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e18498-8252-435a-a91c-52f1b8af0c1b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360400836,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T16:09:36.801Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:09:36.801Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:09:36.801Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e18498-8252-435a-a91c-52f1b8af0c1b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360432301,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-15T16:09:36.801Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:09:36.801Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:09:36.801Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360255072,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:09:36.802Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:09:36.802Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:09:36.802Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360255072,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-03-15T16:09:36.802Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:09:36.802Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:09:36.802Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360255072,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-03-15T16:09:36.802Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:09:36.802Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:09:36.802Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360255072,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-03-15T16:09:36.802Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:09:36.802Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:09:36.803Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360255072,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-03-15T16:09:36.803Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:09:36.803Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:09:36.803Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360255072,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:09:36.803Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:09:36.803Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:09:36.803Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360255072,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-03-15T16:09:36.803Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:09:36.803Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:09:36.803Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360255072,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:09:36.803Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:09:36.803Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:09:36.803Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360255072,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T16:09:36.804Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:09:36.804Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:09:36.804Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360444247,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T16:09:36.804Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:09:36.804Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:09:36.804Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360446652,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-03-15T16:09:36.804Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:09:36.804Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:09:36.804Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360448257,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-03-15T16:09:36.804Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:09:36.804Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:09:36.804Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360449561,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-15T16:09:36.804Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:09:36.805Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:09:36.805Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360451171,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-15T16:09:36.805Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:09:36.805Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:09:36.805Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360452446,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-03-15T16:09:36.805Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:09:36.805Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:09:36.805Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360453552,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-03-15T16:09:36.805Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:09:36.805Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:09:36.805Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360454556,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-03-15T16:09:36.805Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:09:36.806Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:09:36.806Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360455559,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-15T16:09:36.806Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:09:36.806Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T16:09:36.806Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360456564,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-03-15T16:09:36.806Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:09:49.965Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 621a2b8c-0211-4e0b-95be-72a531c83009 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-15T16:09:49.969Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 621a2b8c-0211-4e0b-95be-72a531c83009 and serviceModelVersionId: 195d5b05-e672-454c-854f-0d1663a79f8f
2022-03-15T16:09:49.970Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 270cabf8-a31f-4195-a4bb-37b61ed051d4
2022-03-15T16:09:49.970Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/270cabf8-a31f-4195-a4bb-37b61ed051d4/model-vers/model-ver/195d5b05-e672-454c-854f-0d1663a79f8f?depth=0
2022-03-15T16:09:49.975Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-03-15T16:09:50.019Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/270cabf8-a31f-4195-a4bb-37b61ed051d4/model-vers/model-ver/195d5b05-e672-454c-854f-0d1663a79f8f?depth=0|INFO|500||Invoke
2022-03-15T16:09:50.020Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/270cabf8-a31f-4195-a4bb-37b61ed051d4/model-vers/model-ver/195d5b05-e672-454c-854f-0d1663a79f8f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/270cabf8-a31f-4195-a4bb-37b61ed051d4/model-vers/model-ver/195d5b05-e672-454c-854f-0d1663a79f8f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[621a2b8c-0211-4e0b-95be-72a531c83009], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9dcafd35-63d3-41c5-8f26-24a94c413f1d], X-ECOMP-RequestID=[621a2b8c-0211-4e0b-95be-72a531c83009], X-TransactionId=[], X-ONAP-RequestID=[621a2b8c-0211-4e0b-95be-72a531c83009], Content-Type=[application/merge-patch+json]}
2022-03-15T16:09:50.039Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/270cabf8-a31f-4195-a4bb-37b61ed051d4/model-vers/model-ver/195d5b05-e672-454c-854f-0d1663a79f8f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-15T16:09:50.651Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/270cabf8-a31f-4195-a4bb-37b61ed051d4/model-vers/model-ver/195d5b05-e672-454c-854f-0d1663a79f8f?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/270cabf8-a31f-4195-a4bb-37b61ed051d4/model-vers/model-ver/195d5b05-e672-454c-854f-0d1663a79f8f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220315-16:09:50:048-55941], vertex-id=[528552], Content-Length=[0], Date=[Tue, 15 Mar 2022 16:09:50 GMT], Content-Type=[application/json]}
2022-03-15T16:09:50.652Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/270cabf8-a31f-4195-a4bb-37b61ed051d4/model-vers/model-ver/195d5b05-e672-454c-854f-0d1663a79f8f?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-15T16:09:50.652Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/270cabf8-a31f-4195-a4bb-37b61ed051d4/model-vers/model-ver/195d5b05-e672-454c-854f-0d1663a79f8f?depth=0|INFO|500||InvokeReturn
2022-03-15T16:09:50.653Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-15T16:09:50.653Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-15T16:09:50.658Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-15T16:09:50.658Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 621a2b8c-0211-4e0b-95be-72a531c83009 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-15T16:09:50.659Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-15T16:09:50.659Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T16:09:50.662Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T16:09:50.662Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "621a2b8c-0211-4e0b-95be-72a531c83009",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360590659,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-15T16:09:50.762Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T16:09:50.763Z||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-03-15T16:09:50.763Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T16:09:50.788Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:09:50.788Z||pool-150-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-15T16:09:51.672Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:09:51.672Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T16:09:51.672Z|621a2b8c-0211-4e0b-95be-72a531c83009|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 PkPebzEAgjBV4Uzh) ...
2022-03-15T16:10:01.219Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:10:01.220Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:10:01.221Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T16:10:01.221Z|621a2b8c-0211-4e0b-95be-72a531c83009|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 PkPebzEAgjBV4Uzh) ...
2022-03-15T16:10:10.768Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:10:10.769Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:10:10.770Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T16:10:10.770Z|621a2b8c-0211-4e0b-95be-72a531c83009|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 PkPebzEAgjBV4Uzh) ...
2022-03-15T16:10:20.318Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:10:20.319Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:10:20.319Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T16:10:20.319Z|621a2b8c-0211-4e0b-95be-72a531c83009|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 PkPebzEAgjBV4Uzh) ...
2022-03-15T16:10:29.865Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:10:29.866Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:10:29.866Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T16:10:29.866Z|621a2b8c-0211-4e0b-95be-72a531c83009|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 PkPebzEAgjBV4Uzh) ...
2022-03-15T16:10:36.769Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:10:36.769Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T16:10:36.769Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T16:10:36.799Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:10:36.800Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T16:10:36.800Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360457567,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-03-15T16:10:36.800Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:10:36.801Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T16:10:36.801Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360458570,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T16:10:36.801Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:10:36.801Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T16:10:36.801Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fee27c0a-f617-430b-98e3-5e368ae18148",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360490375,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-15T16:10:36.801Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:10:36.801Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T16:10:36.801Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58298260-4f1b-4f71-a3c7-f82a3dd36dcf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360255072,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:10:36.801Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:10:36.801Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T16:10:36.801Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58298260-4f1b-4f71-a3c7-f82a3dd36dcf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360255072,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-03-15T16:10:36.801Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:10:36.801Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T16:10:36.801Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58298260-4f1b-4f71-a3c7-f82a3dd36dcf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360255072,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-15T16:10:36.801Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:10:36.801Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T16:10:36.802Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58298260-4f1b-4f71-a3c7-f82a3dd36dcf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360255072,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:10:36.802Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:10:36.802Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T16:10:36.802Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58298260-4f1b-4f71-a3c7-f82a3dd36dcf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360255072,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-15T16:10:36.802Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:10:36.802Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T16:10:36.802Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58298260-4f1b-4f71-a3c7-f82a3dd36dcf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360255072,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:10:36.802Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:10:36.802Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T16:10:36.802Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58298260-4f1b-4f71-a3c7-f82a3dd36dcf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360255072,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:10:36.802Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:10:36.802Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T16:10:36.802Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58298260-4f1b-4f71-a3c7-f82a3dd36dcf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360255072,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T16:10:36.802Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:10:36.802Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T16:10:36.802Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58298260-4f1b-4f71-a3c7-f82a3dd36dcf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360500473,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T16:10:36.802Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:10:36.803Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T16:10:36.803Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58298260-4f1b-4f71-a3c7-f82a3dd36dcf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360503074,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-15T16:10:36.803Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:10:36.803Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T16:10:36.803Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58298260-4f1b-4f71-a3c7-f82a3dd36dcf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360504454,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-15T16:10:36.803Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:10:36.803Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T16:10:36.803Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58298260-4f1b-4f71-a3c7-f82a3dd36dcf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360505670,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-15T16:10:36.803Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:10:36.803Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T16:10:36.803Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58298260-4f1b-4f71-a3c7-f82a3dd36dcf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360506790,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-15T16:10:36.803Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:10:36.803Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T16:10:36.803Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58298260-4f1b-4f71-a3c7-f82a3dd36dcf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360507794,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-03-15T16:10:36.804Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:10:36.804Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T16:10:36.804Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58298260-4f1b-4f71-a3c7-f82a3dd36dcf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360508797,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-03-15T16:10:36.804Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:10:36.804Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T16:10:36.804Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58298260-4f1b-4f71-a3c7-f82a3dd36dcf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360509801,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T16:10:36.804Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:10:39.406Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:10:39.407Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:10:39.407Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T16:10:39.407Z|621a2b8c-0211-4e0b-95be-72a531c83009|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 PkPebzEAgjBV4Uzh) ...
2022-03-15T16:10:48.951Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:10:48.951Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:10:48.952Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T16:10:48.952Z|621a2b8c-0211-4e0b-95be-72a531c83009|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 PkPebzEAgjBV4Uzh) ...
2022-03-15T16:10:58.493Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:10:58.494Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:10:58.494Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T16:10:58.494Z|621a2b8c-0211-4e0b-95be-72a531c83009|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 PkPebzEAgjBV4Uzh) ...
2022-03-15T16:11:08.037Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:11:36.766Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:11:36.768Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T16:11:36.768Z|621a2b8c-0211-4e0b-95be-72a531c83009|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 PkPebzEAgjBV4Uzh) ...
2022-03-15T16:11:36.768Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:11:36.769Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T16:11:36.769Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T16:11:36.826Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:11:36.827Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T16:11:36.827Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58298260-4f1b-4f71-a3c7-f82a3dd36dcf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360541458,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-15T16:11:36.828Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:11:36.828Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T16:11:36.828Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621a2b8c-0211-4e0b-95be-72a531c83009",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360542475,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:11:36.828Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:11:36.828Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T16:11:36.829Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621a2b8c-0211-4e0b-95be-72a531c83009",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360542475,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:11:36.829Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:11:36.829Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T16:11:36.829Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621a2b8c-0211-4e0b-95be-72a531c83009",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360542475,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:11:36.829Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:11:36.829Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T16:11:36.829Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621a2b8c-0211-4e0b-95be-72a531c83009",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360542475,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:11:36.829Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:11:36.829Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T16:11:36.829Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621a2b8c-0211-4e0b-95be-72a531c83009",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360542475,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:11:36.829Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:11:36.829Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T16:11:36.829Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621a2b8c-0211-4e0b-95be-72a531c83009",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360542475,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:11:36.829Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:11:36.829Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T16:11:36.829Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621a2b8c-0211-4e0b-95be-72a531c83009",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360542475,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:11:36.829Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:11:36.830Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T16:11:36.830Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621a2b8c-0211-4e0b-95be-72a531c83009",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360542475,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T16:11:36.830Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:11:36.830Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T16:11:36.830Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621a2b8c-0211-4e0b-95be-72a531c83009",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360542475,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T16:11:36.830Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T16:11:36.830Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T16:11:36.830Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621a2b8c-0211-4e0b-95be-72a531c83009",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360556993,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T16:11:36.830Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:11:36.830Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T16:11:36.830Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621a2b8c-0211-4e0b-95be-72a531c83009",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360558943,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T16:11:36.830Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:11:46.340Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:12:36.769Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:12:36.771Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T16:12:36.771Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|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 PkPebzEAgjBV4Uzh) ...
2022-03-15T16:12:36.778Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:12:36.779Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T16:12:36.779Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T16:12:37.306Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:12:37.307Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T16:12:37.307Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621a2b8c-0211-4e0b-95be-72a531c83009",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647360590659,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-15T16:12:37.310Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T16:12:46.328Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:13:36.766Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:13:36.767Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T16:13:36.767Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|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 PkPebzEAgjBV4Uzh) ...
2022-03-15T16:13:36.769Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:13:36.769Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T16:13:36.770Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T16:13:46.315Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:13:46.346Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:14:36.766Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:14:36.767Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T16:14:36.767Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|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 PkPebzEAgjBV4Uzh) ...
2022-03-15T16:14:36.768Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:14:36.769Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T16:14:36.769Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T16:14:46.317Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:14:46.325Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:15:36.766Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:15:36.767Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T16:15:36.767Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|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 PkPebzEAgjBV4Uzh) ...
2022-03-15T16:15:36.768Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:15:36.769Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T16:15:36.769Z|621a2b8c-0211-4e0b-95be-72a531c83009|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 PkPebzEAgjBV4Uzh) ...
2022-03-15T16:15:46.346Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:15:46.361Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:16:36.766Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:16:36.767Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T16:16:36.767Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|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 PkPebzEAgjBV4Uzh) ...
2022-03-15T16:16:36.768Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:16:36.770Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T16:16:36.770Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T16:16:46.319Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:16:46.329Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:17:36.766Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:17:36.767Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T16:17:36.767Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|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 PkPebzEAgjBV4Uzh) ...
2022-03-15T16:17:36.768Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:17:36.769Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T16:17:36.769Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T16:17:46.320Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:17:46.334Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:18:36.766Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:18:36.767Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T16:18:36.767Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|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 PkPebzEAgjBV4Uzh) ...
2022-03-15T16:18:36.769Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:18:36.769Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T16:18:36.770Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T16:18:46.325Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:18:46.328Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:19:36.766Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:19:36.767Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T16:19:36.767Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|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 PkPebzEAgjBV4Uzh) ...
2022-03-15T16:19:36.769Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:19:36.769Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T16:19:36.769Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T16:19:46.341Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:19:46.342Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:20:36.766Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:20:36.767Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T16:20:36.767Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|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 PkPebzEAgjBV4Uzh) ...
2022-03-15T16:20:36.768Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:20:36.769Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T16:20:36.769Z|621a2b8c-0211-4e0b-95be-72a531c83009|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 PkPebzEAgjBV4Uzh) ...
2022-03-15T16:20:46.309Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:20:46.316Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:21:36.766Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:21:36.767Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T16:21:36.767Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|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 PkPebzEAgjBV4Uzh) ...
2022-03-15T16:21:36.768Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:21:36.769Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T16:21:36.769Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T16:21:46.319Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:21:46.319Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:22:36.766Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:22:36.767Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T16:22:36.767Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|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 PkPebzEAgjBV4Uzh) ...
2022-03-15T16:22:36.768Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:22:36.769Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T16:22:36.769Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T16:22:46.325Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:22:46.333Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:23:36.766Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:23:36.767Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T16:23:36.767Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|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 PkPebzEAgjBV4Uzh) ...
2022-03-15T16:23:36.768Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:23:36.769Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T16:23:36.769Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T16:23:46.324Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:23:46.325Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:24:36.766Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:24:36.767Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T16:24:36.767Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|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 PkPebzEAgjBV4Uzh) ...
2022-03-15T16:24:36.768Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:24:36.769Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T16:24:36.769Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T16:24:46.324Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:24:46.326Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:25:36.767Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:25:36.768Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:25:36.769Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T16:25:36.769Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|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 PkPebzEAgjBV4Uzh) ...
2022-03-15T16:25:36.769Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T16:25:36.769Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T16:25:46.322Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:25:46.330Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:26:36.766Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:26:36.767Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T16:26:36.767Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|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 PkPebzEAgjBV4Uzh) ...
2022-03-15T16:26:36.768Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:26:36.769Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T16:26:36.769Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T16:26:46.315Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:26:46.323Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:27:36.766Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:27:36.767Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T16:27:36.767Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|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 PkPebzEAgjBV4Uzh) ...
2022-03-15T16:27:36.768Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:27:36.769Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T16:27:36.769Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T16:27:46.317Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:27:46.323Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:28:08.575Z||http-nio-8085-exec-7|||||INFO|500||Error parsing HTTP request header
 Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens
	at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-15T16:28:36.767Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:28:36.768Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:28:36.769Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T16:28:36.769Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T16:28:36.769Z|621a2b8c-0211-4e0b-95be-72a531c83009|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 PkPebzEAgjBV4Uzh) ...
2022-03-15T16:28:36.769Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|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 PkPebzEAgjBV4Uzh) ...
2022-03-15T16:28:46.322Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:28:46.329Z|621a2b8c-0211-4e0b-95be-72a531c83009|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:29:36.766Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:29:36.767Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T16:29:36.767Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|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 PkPebzEAgjBV4Uzh) ...
2022-03-15T16:29:36.768Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:29:36.769Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T16:29:36.769Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T16:29:46.327Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:29:46.337Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK