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-24T14:39:46.785Z||main|||||INFO|500||The following profiles are active: basic 2022-03-24T14:40:05.859Z||main|||||INFO|500||Starting service [Tomcat] 2022-03-24T14:40:05.862Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-03-24T14:40:06.060Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-03-24T14:40:13.426Z||main|||||INFO|500||catdb-pool - Starting... 2022-03-24T14:40:14.065Z||main|||||INFO|500||catdb-pool - Start completed. 2022-03-24T14:40:14.995Z||main|||||INFO|500||reqdb-pool - Starting... 2022-03-24T14:40:15.060Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-03-24T14:40:15.293Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-03-24T14:40:15.878Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-03-24T14:40:16.708Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-03-24T14:40:19.753Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-03-24T14:40:24.234Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-03-24T14:40:24.314Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-03-24T14:40:25.447Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-03-24T14:40:25.688Z||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-24T14:40:27.766Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-03-24T14:40:29.292Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-03-24T14:40:29.322Z||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$$7b5c92.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-24T14:40:29.323Z||main|||||WARN|500||The sdc end point is not alive 2022-03-24T14:40:34.291Z||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-24T14:40:38.864Z||main|||||WARN|500||--- 2022-03-24T14:40:38.865Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-03-24T14:40:38.865Z||main|||||WARN|500||--- 2022-03-24T14:40:39.605Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-03-24T14:40:47.488Z||main|||||INFO|500||Started Application in 66.134 seconds (JVM running for 69.64) 2022-03-24T14:40:47.556Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-03-24T14:40:47.573Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-03-24T14:40:47.600Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-03-24T14:40:47.654Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-03-24T14:40:47.727Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7f073c80-da52-44bf-a960-9decbaa5ec6c url= /sdc/v1/artifactTypes 2022-03-24T14:40:47.728Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-03-24T14:40:48.146Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-03-24T14:40:48.192Z||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-24T14:40:48.225Z||scheduling-1|||||DEBUG|500||create keys 2022-03-24T14:40:48.236Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-03-24T14:40:48.274Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T14:40:48.312Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= b16d676a-1ab8-4755-b275-0f04df9d4472 url= /sdc/v1/registerForDistribution 2022-03-24T14:40:48.463Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= b16d676a-1ab8-4755-b275-0f04df9d4472 url= /sdc/v1/registerForDistribution 2022-03-24T14:40:48.464Z||scheduling-1|||||INFO|500||start DistributionClient 2022-03-24T14:40:48.483Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T14:40:48.523Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T14:40:48.532Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-03-24T14:40:48.546Z||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-24T14:40:48.547Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T14:40:48.554Z||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-24T14:40:48.554Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T14:40:58.834Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T14:40:58.851Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T14:41:48.479Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T14:41:48.482Z||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-24T14:41:48.482Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T14:41:48.520Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T14:41:48.522Z||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-24T14:41:48.522Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T14:41:58.095Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T14:41:58.107Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T14:42:48.479Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T14:42:48.481Z||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-24T14:42:48.481Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T14:42:48.521Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T14:42:48.522Z||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-24T14:42:48.523Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T14:42:58.030Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T14:42:58.089Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T14:43:48.479Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T14:43:48.481Z||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-24T14:43:48.481Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T14:43:48.520Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T14:43:48.522Z||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-24T14:43:48.522Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T14:43:58.069Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T14:43:58.081Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T14:44:48.479Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T14:44:48.481Z||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-24T14:44:48.481Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T14:44:48.521Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T14:44:48.522Z||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-24T14:44:48.522Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T14:44:58.042Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T14:44:58.101Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T14:45:48.479Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T14:45:48.480Z||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-24T14:45:48.480Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T14:45:48.520Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T14:45:48.522Z||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-24T14:45:48.522Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T14:45:58.036Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T14:45:58.093Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T14:46:48.479Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T14:46:48.480Z||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-24T14:46:48.481Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T14:46:48.521Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T14:46:48.523Z||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-24T14:46:48.523Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T14:46:58.046Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T14:46:58.080Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T14:47:48.479Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T14:47:48.482Z||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-24T14:47:48.483Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T14:47:48.521Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T14:47:48.525Z||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-24T14:47:48.525Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T14:47:58.086Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T14:47:58.088Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T14:48:48.479Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T14:48:48.481Z||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-24T14:48:48.481Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T14:48:48.520Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T14:48:48.522Z||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-24T14:48:48.522Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T14:48:58.032Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T14:48:58.068Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T14:49:48.479Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T14:49:48.480Z||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-24T14:49:48.480Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T14:49:48.521Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T14:49:48.522Z||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-24T14:49:48.522Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T14:49:58.027Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T14:49:58.099Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T14:50:07.359Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-03-24T14:50:48.479Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T14:50:48.480Z||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-24T14:50:48.481Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T14:50:48.520Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T14:50:48.522Z||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-24T14:50:48.522Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T14:50:58.050Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T14:50:58.087Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T14:51:48.479Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T14:51:48.482Z||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-24T14:51:48.482Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T14:51:48.520Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T14:51:48.522Z||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-24T14:51:48.522Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T14:51:58.037Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T14:51:58.124Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T14:52:48.479Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T14:52:48.481Z||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-24T14:52:48.481Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T14:52:48.520Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T14:52:48.522Z||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-24T14:52:48.522Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T14:52:58.044Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T14:52:58.069Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T14:53:48.479Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T14:53:48.480Z||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-24T14:53:48.481Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T14:53:48.521Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T14:53:48.522Z||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-24T14:53:48.523Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T14:53:58.039Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T14:53:58.071Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T14:54:48.479Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T14:54:48.483Z||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-24T14:54:48.484Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T14:54:48.521Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T14:54:48.522Z||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-24T14:54:48.522Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T14:54:58.047Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T14:54:58.084Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T14:55:48.479Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T14:55:48.481Z||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-24T14:55:48.481Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T14:55:48.521Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T14:55:48.522Z||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-24T14:55:48.522Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T14:55:58.041Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T14:55:58.067Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T14:56:48.479Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T14:56:48.480Z||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-24T14:56:48.481Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T14:56:48.520Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T14:56:48.522Z||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-24T14:56:48.522Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T14:56:58.039Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T14:56:58.073Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T14:57:48.479Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T14:57:48.480Z||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-24T14:57:48.480Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T14:57:48.521Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T14:57:48.522Z||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-24T14:57:48.522Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T14:57:58.048Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T14:57:58.071Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T14:58:48.479Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T14:58:48.480Z||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-24T14:58:48.481Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T14:58:48.520Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T14:58:48.522Z||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-24T14:58:48.523Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T14:58:58.068Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T14:58:58.070Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T14:59:48.479Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T14:59:48.482Z||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-24T14:59:48.482Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T14:59:48.521Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T14:59:48.522Z||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-24T14:59:48.523Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T14:59:58.057Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T14:59:58.082Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:00:48.479Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:00:48.480Z||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-24T15:00:48.480Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T15:00:48.521Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:00:48.522Z||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-24T15:00:48.522Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T15:00:58.050Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:00:58.072Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:01:48.479Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:01:48.481Z||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-24T15:01:48.481Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T15:01:48.521Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:01:48.522Z||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-24T15:01:48.523Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T15:01:58.053Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:01:58.089Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:02:48.479Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:02:48.482Z||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-24T15:02:48.482Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T15:02:48.520Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:02:48.522Z||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-24T15:02:48.522Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T15:02:58.044Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:02:58.074Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:03:48.479Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:03:48.481Z||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-24T15:03:48.481Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T15:03:48.521Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:03:48.522Z||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-24T15:03:48.522Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T15:03:58.041Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:03:58.072Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:04:48.479Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:04:48.480Z||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-24T15:04:48.480Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T15:04:48.521Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:04:48.522Z||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-24T15:04:48.522Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T15:04:58.044Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:04:58.069Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:05:48.479Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:05:48.480Z||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-24T15:05:48.480Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T15:05:48.521Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:05:48.522Z||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-24T15:05:48.523Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T15:05:58.043Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:05:58.093Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:06:48.479Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:06:48.481Z||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-24T15:06:48.481Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T15:06:48.521Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:06:48.522Z||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-24T15:06:48.522Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T15:06:58.070Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:06:58.095Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:07:48.479Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:07:48.481Z||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-24T15:07:48.481Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T15:07:48.521Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:07:48.522Z||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-24T15:07:48.522Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T15:07:58.053Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:07:58.094Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:08:48.479Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:08:48.481Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-24T15:08:48.481Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:08:48.521Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:08:48.522Z||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-24T15:08:48.523Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T15:08:58.084Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:08:58.084Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:09:48.479Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:09:48.480Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-24T15:09:48.480Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:09:48.521Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:09:48.522Z||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-24T15:09:48.522Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T15:09:52.287Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:09:52.291Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-24T15:09:52.291Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"4b9e36ab-3623-4518-aa40-aaaa4c880aff","serviceName":"basic_onboard_BkzJZH","serviceVersion":"1.0","serviceUUID":"193a7c50-2c71-4373-bde6-4e82df430ff4","serviceDescription":"service","serviceInvariantUUID":"ecb90581-d677-4bdc-b182-a3be1543228c","resources":[{"resourceInstanceName":"basic_onboard_BkzJZH 0","resourceName":"basic_onboard_BkzJZH","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6ec7c1fa-1067-4f6e-b455-6b9efdc22333","resourceInvariantUUID":"e1933221-d94f-4420-a8ea-aa5212df5d6b","resourceCustomizationUUID":"795c95b0-b120-47a4-a059-3dd642899e5a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/vf-license-model.xml","artifactChecksum":"OGEwMGZiODBiNWU5NDdjYmYxNzM3ZDhjYjQ1OTM2M2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5feacee7-ed99-493c-96fe-85c71b55d493","artifactVersion":"1"},{"artifactName":"basic_onboard_bkzjzh0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/basic_onboard_bkzjzh0_modules.json","artifactChecksum":"Y2IxODQ4NzNhMDUwM2EyZWY2YWQxMDU3ZTYzZGZmN2Y\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d35aebbe-f4fb-4c63-9c8a-afec60239fef","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b204931b-a7ba-45ee-8f14-fc953b6a84a7","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f1b076d0-4992-4efa-9659-e5b1a14f296f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"9be09d2d-28a1-49a0-b436-b25e844ea1fa","artifactVersion":"2","generatedFromUUID":"b204931b-a7ba-45ee-8f14-fc953b6a84a7"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardBkzjzh-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/artifacts/service-BasicOnboardBkzjzh-template.yml","artifactChecksum":"MTc5ZWQ3ZWI4ODVhYWQ2NDFkNTU5MTAyYzgzNDMxNGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f581fd44-97db-4b15-aa1d-e57ba94c8d52","artifactVersion":"1"},{"artifactName":"service-BasicOnboardBkzjzh-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/artifacts/service-BasicOnboardBkzjzh-csar.csar","artifactChecksum":"YTM3NTU3NjgxODMyZWVlMjI4ZDViODBjZDBlZjlkMjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c3ab3869-a829-4256-a564-0a4819a48d09","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-24T15:09:52.307Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-24T15:09:52.317Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-24T15:09:52.332Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-24T15:09:52.333Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648134588479, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:09:52.434Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms 2022-03-24T15:09:52.442Z||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-24T15:09:52.442Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:09:52.463Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:09:52.464Z||pool-3-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-03-24T15:09:52.572Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:09:52.573Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-24T15:09:52.574Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff", "consumerID": "cds", "timestamp": 1648134585916, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:09:52.615Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-24T15:09:52.615Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-24T15:09:52.615Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff", "consumerID": "clamp", "timestamp": 1648134589230, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:09:52.616Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-24T15:09:53.351Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-24T15:09:53.351Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-24T15:09:53.354Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-24T15:09:53.354Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648134588479, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/basic_onboard_bkzjzh0_modules.json", "status": "NOTIFIED" } 2022-03-24T15:09:53.454Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-24T15:09:53.455Z||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-24T15:09:53.455Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:09:53.468Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:09:53.469Z||pool-4-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":2,"count":1} 2022-03-24T15:09:54.355Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-24T15:09:54.356Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-24T15:09:54.360Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-24T15:09:54.360Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648134588479, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-24T15:09:54.460Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-24T15:09:54.462Z||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-24T15:09:54.462Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:09:54.485Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:09:54.486Z||pool-5-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-03-24T15:09:55.361Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-24T15:09:55.362Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-24T15:09:55.374Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-24T15:09:55.374Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648134588479, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:09:55.464Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms 2022-03-24T15:09:55.466Z||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-24T15:09:55.466Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:09:55.478Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:09:55.479Z||pool-6-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-24T15:09:56.375Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-24T15:09:56.376Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-24T15:09:56.378Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-24T15:09:56.379Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648134588479, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-24T15:09:56.479Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-24T15:09:56.480Z||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-24T15:09:56.480Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:09:56.494Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:09:56.495Z||pool-7-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-24T15:09:57.379Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-24T15:09:57.380Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-24T15:09:57.383Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-24T15:09:57.383Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648134588479, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/artifacts/service-BasicOnboardBkzjzh-template.yml", "status": "NOT_NOTIFIED" } 2022-03-24T15:09:57.483Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-24T15:09:57.485Z||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-24T15:09:57.485Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:09:57.497Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:09:57.498Z||pool-8-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-24T15:09:58.384Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-24T15:09:58.385Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-24T15:09:58.388Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-24T15:09:58.388Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648134588479, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/artifacts/service-BasicOnboardBkzjzh-csar.csar", "status": "NOTIFIED" } 2022-03-24T15:09:58.488Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-24T15:09:58.490Z||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-24T15:09:58.490Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:09:58.510Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:09:58.511Z||pool-9-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-03-24T15:09:59.391Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff", "serviceName": "basic_onboard_BkzJZH", "serviceVersion": "1.0", "serviceUUID": "193a7c50-2c71-4373-bde6-4e82df430ff4", "serviceDescription": "service", "serviceInvariantUUID": "ecb90581-d677-4bdc-b182-a3be1543228c", "resources": [ { "resourceInstanceName": "basic_onboard_BkzJZH 0", "resourceCustomizationUUID": "795c95b0-b120-47a4-a059-3dd642899e5a", "resourceName": "basic_onboard_BkzJZH", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "6ec7c1fa-1067-4f6e-b455-6b9efdc22333", "resourceInvariantUUID": "e1933221-d94f-4420-a8ea-aa5212df5d6b", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_bkzjzh0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/basic_onboard_bkzjzh0_modules.json", "artifactChecksum": "Y2IxODQ4NzNhMDUwM2EyZWY2YWQxMDU3ZTYzZGZmN2Y\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d35aebbe-f4fb-4c63-9c8a-afec60239fef", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "b204931b-a7ba-45ee-8f14-fc953b6a84a7", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "9be09d2d-28a1-49a0-b436-b25e844ea1fa", "generatedFromUUID": "b204931b-a7ba-45ee-8f14-fc953b6a84a7" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "9be09d2d-28a1-49a0-b436-b25e844ea1fa", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardBkzjzh-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/artifacts/service-BasicOnboardBkzjzh-csar.csar", "artifactChecksum": "YTM3NTU3NjgxODMyZWVlMjI4ZDViODBjZDBlZjlkMjk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c3ab3869-a829-4256-a564-0a4819a48d09" } ], "workloadContext": "Production" } 2022-03-24T15:09:59.394Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-24T15:09:59.395Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 193a7c50-2c71-4373-bde6-4e82df430ff4 ASDC 2022-03-24T15:09:59.573Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:4b9e36ab-3623-4518-aa40-aaaa4c880aff ServiceName:basic_onboard_BkzJZH ServiceVersion:1.0 ServiceUUID:193a7c50-2c71-4373-bde6-4e82df430ff4 ServiceInvariantUUID:ecb90581-d677-4bdc-b182-a3be1543228c ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardBkzjzh-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/artifacts/service-BasicOnboardBkzjzh-csar.csar ArtifactUUID:c3ab3869-a829-4256-a564-0a4819a48d09 ArtifactChecksum:YTM3NTU3NjgxODMyZWVlMjI4ZDViODBjZDBlZjlkMjk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_BkzJZH 0 ResourceCustomizationUUID:795c95b0-b120-47a4-a059-3dd642899e5a ResourceInvariantUUID:e1933221-d94f-4420-a8ea-aa5212df5d6b ResourceName:basic_onboard_BkzJZH ResourceType:VF ResourceUUID:6ec7c1fa-1067-4f6e-b455-6b9efdc22333 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_bkzjzh0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/basic_onboard_bkzjzh0_modules.json ArtifactUUID:d35aebbe-f4fb-4c63-9c8a-afec60239fef ArtifactChecksum:Y2IxODQ4NzNhMDUwM2EyZWY2YWQxMDU3ZTYzZGZmN2Y= 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/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/base_ubuntu18.yaml ArtifactUUID:b204931b-a7ba-45ee-8f14-fc953b6a84a7 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/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/base_ubuntu18.env ArtifactUUID:9be09d2d-28a1-49a0-b436-b25e844ea1fa 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/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/base_ubuntu18.env ArtifactUUID:9be09d2d-28a1-49a0-b436-b25e844ea1fa ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-24T15:09:59.574Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 193a7c50-2c71-4373-bde6-4e82df430ff4 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-24T15:09:59.971Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-24T15:09:59.973Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-03-24T15:09:59.976Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-03-24T15:09:59.977Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: c3ab3869-a829-4256-a564-0a4819a48d09 from URL: /sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/artifacts/service-BasicOnboardBkzjzh-csar.csar 2022-03-24T15:09:59.977Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-03-24T15:09:59.979Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/artifacts/service-BasicOnboardBkzjzh-csar.csar 2022-03-24T15:10:00.284Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-03-24T15:10:00.305Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/artifacts/service-BasicOnboardBkzjzh-csar.csar c3ab3869-a829-4256-a564-0a4819a48d09 71615 2022-03-24T15:10:00.308Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/artifacts/service-BasicOnboardBkzjzh-csar.csar ASDC sendASDCNotification 2022-03-24T15:10:00.308Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/artifacts/service-BasicOnboardBkzjzh-csar.csar 2022-03-24T15:10:00.312Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-24T15:10:00.314Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-24T15:10:00.319Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-24T15:10:00.320Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648134600306, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/artifacts/service-BasicOnboardBkzjzh-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-24T15:10:00.419Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-03-24T15:10:00.421Z||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-24T15:10:00.421Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:10:00.433Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:10:00.434Z||pool-10-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-24T15:10:01.322Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-24T15:10:01.323Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-03-24T15:10:01.324Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: c3ab3869-a829-4256-a564-0a4819a48d09, URL: /sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/artifacts/service-BasicOnboardBkzjzh-csar.csar to file: /app/ASDC/1/service-BasicOnboardBkzjzh-csar.csar 2022-03-24T15:10:01.325Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardBkzjzh-csar.csar 2022-03-24T15:10:01.459Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardBkzjzh-csar.csar 2022-03-24T15:10:01.460Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardBkzjzh-csar.csar 2022-03-24T15:10:02.237Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9169864935136968095/Definitions/service-BasicOnboardBkzjzh-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-24T15:10:04.858Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-24T15:10:04.867Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-03-24T15:10:04.867Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardBkzjzh-csar.csar 2022-03-24T15:10:04.868Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-03-24T15:10:04.868Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||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-BasicOnboardBkzjzh-csar.csar 2022-03-24T15:10:04.868Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||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-BasicOnboardBkzjzh-csar.csar 2022-03-24T15:10:04.868Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||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-BasicOnboardBkzjzh-csar.csar 2022-03-24T15:10:04.869Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||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-BasicOnboardBkzjzh-csar.csar 2022-03-24T15:10:04.869Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardBkzjzh-csar.csar 2022-03-24T15:10:04.869Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardBkzjzh-csar.csar 2022-03-24T15:10:04.869Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||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-BasicOnboardBkzjzh-csar.csar 2022-03-24T15:10:04.869Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||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-BasicOnboardBkzjzh-csar.csar 2022-03-24T15:10:04.870Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_BkzJZH 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-BasicOnboardBkzjzh-csar.csar 2022-03-24T15:10:04.870Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-03-24T15:10:04.878Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:10:04.880Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_BkzJZH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-24T15:10:04.886Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_BkzJZH 0 is matching search criteria 2022-03-24T15:10:04.886Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-03-24T15:10:04.888Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_BkzJZH 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-24T15:10:04.891Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:10:04.891Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_BkzJZH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-24T15:10:04.892Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_BkzJZH 0 is matching search criteria 2022-03-24T15:10:04.892Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-03-24T15:10:04.892Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_BkzJZH 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-24T15:10:04.892Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:10:04.893Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_BkzJZH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-24T15:10:04.896Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:10:04.897Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_BkzJZH 0 is not matching search criteria 2022-03-24T15:10:04.897Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-03-24T15:10:04.897Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-03-24T15:10:04.897Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-03-24T15:10:04.898Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-24T15:10:04.898Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-24T15:10:04.898Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:10:04.898Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_BkzJZH is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-24T15:10:04.900Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:10:04.900Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_BkzJZH 0 is matching search criteria 2022-03-24T15:10:04.900Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_BkzJZH 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-24T15:10:04.901Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:10:04.901Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_BkzJZH 0 is matching search criteria 2022-03-24T15:10:04.901Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_BkzJZH 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-24T15:10:04.901Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:10:04.902Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_BkzJZH 0 is matching search criteria 2022-03-24T15:10:04.902Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_BkzJZH 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-24T15:10:04.902Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:10:04.902Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_BkzJZH 0 is not matching search criteria 2022-03-24T15:10:04.902Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-03-24T15:10:04.903Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-24T15:10:04.903Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=5bb3ac9d-faee-4267-a736-cb50a1337eb1 2022-03-24T15:10:04.903Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:10:04.903Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_BkzJZH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-24T15:10:04.904Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:10:04.904Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_BkzJZH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-24T15:10:04.904Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:10:04.904Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_BkzJZH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-24T15:10:04.905Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:10:04.905Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_BkzJZH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-24T15:10:04.905Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_BkzJZH Description:service Model UUID:193a7c50-2c71-4373-bde6-4e82df430ff4 Model Version:NULL Model InvariantUuid:ecb90581-d677-4bdc-b182-a3be1543228c Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_BkzJZH Model UUID:aefa0e33-585b-42ab-a752-93940d4cf907 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:e1933221-d94f-4420-a8ea-aa5212df5d6b Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:795c95b0-b120-47a4-a059-3dd642899e5a NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:d275c0e1-b413-45ca-a2fa-439d8aebcd09 ModelName:BasicOnboardBkzjzh..base_ubuntu18..module-0 ModelUuid:4c4ee23e-c620-4412-b5e8-cd8074496b8c ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:5bb3ac9d-faee-4267-a736-cb50a1337eb1 ModelInvariantUuid:38fc03b1-3622-45e5-8308-7d1cdb110143 ModelName:basic_onboard_BkzJZH-nodes.ubuntu18Cvfc ModelUuid:ff9bc590-91b1-4d5b-86d7-bd5b04d2f602 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:901b471d-d70a-4a6b-9787-ffdc6af8feb6 ModelInvariantUuid:774bf00c-5da6-47c4-9927-aa673a1f4b1f ModelName:BasicOnboardBkzjzh.compute.nodes.heat.ubuntu18 ModelUuid:18a29d14-7564-40be-8040-9fee4b907f16 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-24T15:10:04.930Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 6ec7c1fa-1067-4f6e-b455-6b9efdc22333 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-24T15:10:05.054Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||basic_onboard_BkzJZH 0 2022-03-24T15:10:05.064Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6ec7c1fa-1067-4f6e-b455-6b9efdc22333 2022-03-24T15:10:05.064Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d35aebbe-f4fb-4c63-9c8a-afec60239fef from URL: /sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/basic_onboard_bkzjzh0_modules.json 2022-03-24T15:10:05.065Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-03-24T15:10:05.065Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/basic_onboard_bkzjzh0_modules.json 2022-03-24T15:10:05.373Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-03-24T15:10:05.374Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/basic_onboard_bkzjzh0_modules.json d35aebbe-f4fb-4c63-9c8a-afec60239fef 798 2022-03-24T15:10:05.375Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/basic_onboard_bkzjzh0_modules.json ASDC sendASDCNotification 2022-03-24T15:10:05.375Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/basic_onboard_bkzjzh0_modules.json 2022-03-24T15:10:05.375Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-24T15:10:05.376Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-24T15:10:05.383Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-24T15:10:05.384Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648134605375, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/basic_onboard_bkzjzh0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-24T15:10:05.483Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-24T15:10:05.485Z||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-24T15:10:05.485Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:10:05.501Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:10:05.502Z||pool-11-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-03-24T15:10:06.387Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardBkzjzh..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "d275c0e1-b413-45ca-a2fa-439d8aebcd09", "vfModuleModelVersion": "1", "vfModuleModelUUID": "4c4ee23e-c620-4412-b5e8-cd8074496b8c", "vfModuleModelCustomizationUUID": "92b34cb5-433b-4f53-b0ac-4e460b44e200", "isBase": true, "artifacts": [ "b204931b-a7ba-45ee-8f14-fc953b6a84a7", "9be09d2d-28a1-49a0-b436-b25e844ea1fa" ], "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-24T15:10:06.406Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardBkzjzh..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:4c4ee23e-c620-4412-b5e8-cd8074496b8c VfModuleModelInvariantUUID:d275c0e1-b413-45ca-a2fa-439d8aebcd09 VfModuleModelDescription:NULL Artifacts UUID List:{ b204931b-a7ba-45ee-8f14-fc953b6a84a7 , 9be09d2d-28a1-49a0-b436-b25e844ea1fa } 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-24T15:10:06.410Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardBkzjzh..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "d275c0e1-b413-45ca-a2fa-439d8aebcd09", "vfModuleModelVersion": "1", "vfModuleModelUUID": "4c4ee23e-c620-4412-b5e8-cd8074496b8c", "vfModuleModelCustomizationUUID": "92b34cb5-433b-4f53-b0ac-4e460b44e200", "isBase": true, "artifacts": [ "b204931b-a7ba-45ee-8f14-fc953b6a84a7", "9be09d2d-28a1-49a0-b436-b25e844ea1fa" ], "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-24T15:10:06.410Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardBkzjzh..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:4c4ee23e-c620-4412-b5e8-cd8074496b8c VfModuleModelInvariantUUID:d275c0e1-b413-45ca-a2fa-439d8aebcd09 VfModuleModelDescription:NULL Artifacts UUID List:{ b204931b-a7ba-45ee-8f14-fc953b6a84a7 , 9be09d2d-28a1-49a0-b436-b25e844ea1fa } 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-24T15:10:06.410Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: b204931b-a7ba-45ee-8f14-fc953b6a84a7 from URL: /sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/base_ubuntu18.yaml 2022-03-24T15:10:06.411Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-03-24T15:10:06.411Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/base_ubuntu18.yaml 2022-03-24T15:10:06.595Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-03-24T15:10:06.596Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/base_ubuntu18.yaml b204931b-a7ba-45ee-8f14-fc953b6a84a7 5033 2022-03-24T15:10:06.596Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-03-24T15:10:06.596Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/base_ubuntu18.yaml 2022-03-24T15:10:06.596Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-24T15:10:06.597Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-24T15:10:06.599Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-24T15:10:06.599Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648134606596, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-24T15:10:06.699Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-24T15:10:06.701Z||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-24T15:10:06.701Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:10:06.715Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:10:06.716Z||pool-12-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-03-24T15:10:07.600Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 9be09d2d-28a1-49a0-b436-b25e844ea1fa from URL: /sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/base_ubuntu18.env 2022-03-24T15:10:07.601Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-03-24T15:10:07.601Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/base_ubuntu18.env 2022-03-24T15:10:07.996Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-03-24T15:10:07.997Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/base_ubuntu18.env 9be09d2d-28a1-49a0-b436-b25e844ea1fa 909 2022-03-24T15:10:07.997Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-03-24T15:10:07.997Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/base_ubuntu18.env 2022-03-24T15:10:07.997Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-24T15:10:07.998Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-24T15:10:08.002Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-24T15:10:08.002Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648134607997, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-24T15:10:08.102Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-24T15:10:08.104Z||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-24T15:10:08.104Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:10:08.119Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:10:08.120Z||pool-13-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-24T15:10:09.003Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 193a7c50-2c71-4373-bde6-4e82df430ff4 2022-03-24T15:10:09.004Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_BkzJZH 0 6ec7c1fa-1067-4f6e-b455-6b9efdc22333 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-24T15:10:09.047Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5eaaa494, org.onap.sdc.toscaparser.api.parameters.Input@72719e43, org.onap.sdc.toscaparser.api.parameters.Input@573c35df, org.onap.sdc.toscaparser.api.parameters.Input@47a39e74, org.onap.sdc.toscaparser.api.parameters.Input@4ca61c10] 2022-03-24T15:10:09.052Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:10:09.053Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_BkzJZH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-24T15:10:09.053Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2022-03-24T15:10:09.054Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 795c95b0-b120-47a4-a059-3dd642899e5a 2022-03-24T15:10:09.054Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 795c95b0-b120-47a4-a059-3dd642899e5a matches Tosca VF Customization UUID: 795c95b0-b120-47a4-a059-3dd642899e5a 2022-03-24T15:10:09.054Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 795c95b0-b120-47a4-a059-3dd642899e5a 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-24T15:10:09.064Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:10:09.065Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_BkzJZH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-24T15:10:09.067Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 795c95b0-b120-47a4-a059-3dd642899e5a: {\"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-24T15:10:09.068Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@18cfa6e 2022-03-24T15:10:09.068Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:10:09.068Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_BkzJZH is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-24T15:10:09.070Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 92b34cb5-433b-4f53-b0ac-4e460b44e200 2022-03-24T15:10:09.071Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 92b34cb5-433b-4f53-b0ac-4e460b44e200 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-24T15:10:09.081Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:10:09.082Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_BkzJZH 0 is matching search criteria 2022-03-24T15:10:09.082Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_BkzJZH 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-24T15:10:09.083Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:10:09.084Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_BkzJZH 0 is matching search criteria 2022-03-24T15:10:09.084Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_BkzJZH 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-24T15:10:09.085Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:10:09.086Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_BkzJZH 0 is not matching search criteria 2022-03-24T15:10:09.086Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-03-24T15:10:09.087Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-24T15:10:09.087Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=5bb3ac9d-faee-4267-a736-cb50a1337eb1 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-24T15:10:09.103Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:10:09.103Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_BkzJZH 0 is matching search criteria 2022-03-24T15:10:09.109Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_BkzJZH 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-24T15:10:09.150Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:10:09.154Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_BkzJZH 0 is matching search criteria 2022-03-24T15:10:09.155Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_BkzJZH 0] matching following query criteria: sdcType=VF, customizationUUID=795c95b0-b120-47a4-a059-3dd642899e5a 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-24T15:10:09.158Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:10:09.158Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_BkzJZH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-24T15:10:09.159Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 193a7c50-2c71-4373-bde6-4e82df430ff4: basic_onboard_BkzJZH 2022-03-24T15:10:09.159Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:10:09.159Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_BkzJZH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-24T15:10:09.160Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:10:09.160Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_BkzJZH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-24T15:10:09.160Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:10:09.160Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_BkzJZH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-24T15:10:09.160Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:10:09.161Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_BkzJZH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-24T15:10:09.161Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:10:09.161Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_BkzJZH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-24T15:10:09.161Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||Saving Service: basic_onboard_BkzJZH 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-24T15:10:09.372Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_BkzJZH 6ec7c1fa-1067-4f6e-b455-6b9efdc22333 1 ASDC deployResourceStructure 2022-03-24T15:10:09.373Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/basic_onboard_bkzjzh0_modules.json ASDC sendASDCNotification 2022-03-24T15:10:09.374Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/basic_onboard_bkzjzh0_modules.json 2022-03-24T15:10:09.374Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-24T15:10:09.374Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-24T15:10:09.377Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-24T15:10:09.377Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648134609373, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/basic_onboard_bkzjzh0_modules.json", "status": "DEPLOY_OK" } 2022-03-24T15:10:09.477Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-24T15:10:09.478Z||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-24T15:10:09.479Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:10:09.494Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:10:09.495Z||pool-14-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-24T15:10:10.378Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-03-24T15:10:10.379Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/base_ubuntu18.yaml 2022-03-24T15:10:10.379Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-24T15:10:10.379Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-24T15:10:10.382Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-24T15:10:10.382Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648134610378, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-03-24T15:10:10.482Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-24T15:10:10.483Z||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-24T15:10:10.484Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:10:10.498Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:10:10.499Z||pool-15-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-24T15:10:11.385Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-03-24T15:10:11.386Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/base_ubuntu18.env 2022-03-24T15:10:11.386Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-24T15:10:11.386Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-24T15:10:11.396Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-24T15:10:11.396Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648134611385, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-03-24T15:10:11.497Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-24T15:10:11.499Z||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-24T15:10:11.499Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:10:11.523Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:10:11.523Z||pool-16-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-03-24T15:10:12.398Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/artifacts/service-BasicOnboardBkzjzh-csar.csar ASDC sendASDCNotification 2022-03-24T15:10:12.398Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/artifacts/service-BasicOnboardBkzjzh-csar.csar 2022-03-24T15:10:12.399Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-24T15:10:12.400Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-24T15:10:12.402Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-24T15:10:12.402Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648134612398, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/artifacts/service-BasicOnboardBkzjzh-csar.csar", "status": "DEPLOY_OK" } 2022-03-24T15:10:12.502Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-24T15:10:12.503Z||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-24T15:10:12.503Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:10:12.516Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:10:12.516Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-24T15:10:13.404Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4b9e36ab-3623-4518-aa40-aaaa4c880aff Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T15:10:13.461Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4b9e36ab-3623-4518-aa40-aaaa4c880aff Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-24T15:10:13.465Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-24T15:10:13.465Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-24T15:10:13.466Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-24T15:10:43.466Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4b9e36ab-3623-4518-aa40-aaaa4c880aff Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T15:10:43.486Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4b9e36ab-3623-4518-aa40-aaaa4c880aff Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-24T15:10:43.492Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-24T15:10:43.492Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-24T15:10:43.493Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-24T15:10:48.521Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:10:48.523Z||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-24T15:10:48.524Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T15:10:48.555Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:10:48.556Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-24T15:10:48.556Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648134588479, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:10:48.558Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-24T15:11:13.493Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4b9e36ab-3623-4518-aa40-aaaa4c880aff Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T15:11:13.503Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4b9e36ab-3623-4518-aa40-aaaa4c880aff Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-24T15:11:13.505Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-24T15:11:13.506Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-24T15:11:13.506Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-24T15:11:43.507Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4b9e36ab-3623-4518-aa40-aaaa4c880aff Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T15:11:43.519Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4b9e36ab-3623-4518-aa40-aaaa4c880aff Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-24T15:11:43.522Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-24T15:11:43.522Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-24T15:11:43.522Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-24T15:11:48.521Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:11:48.522Z||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-24T15:11:48.522Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T15:11:48.567Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:11:48.569Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-24T15:11:48.569Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff", "consumerID": "policy-id", "timestamp": 1648134582598, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:11:48.571Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-24T15:12:13.522Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4b9e36ab-3623-4518-aa40-aaaa4c880aff Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T15:12:13.538Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4b9e36ab-3623-4518-aa40-aaaa4c880aff Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-24T15:12:13.545Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-24T15:12:13.546Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-24T15:12:13.546Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-24T15:12:43.546Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4b9e36ab-3623-4518-aa40-aaaa4c880aff Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T15:12:43.556Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4b9e36ab-3623-4518-aa40-aaaa4c880aff Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-24T15:12:43.559Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-24T15:12:43.559Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-24T15:12:43.560Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-24T15:12:48.520Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:12:48.522Z||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-24T15:12:48.522Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T15:12:48.559Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:12:48.566Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-24T15:12:48.567Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff", "consumerID": "cds", "timestamp": 1648134585916, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/basic_onboard_bkzjzh0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-24T15:12:48.568Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-24T15:12:48.568Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-24T15:12:48.568Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff", "consumerID": "clamp", "timestamp": 1648134589230, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/basic_onboard_bkzjzh0_modules.json", "status": "NOTIFIED" } 2022-03-24T15:12:48.569Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-24T15:12:48.572Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-24T15:12:48.578Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648134588479, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/basic_onboard_bkzjzh0_modules.json", "status": "NOTIFIED" } 2022-03-24T15:12:48.580Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-24T15:12:48.581Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-24T15:12:48.581Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff", "consumerID": "policy-id", "timestamp": 1648134582598, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/basic_onboard_bkzjzh0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-24T15:12:48.581Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-24T15:12:48.581Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-24T15:12:48.582Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff", "consumerID": "ves-openapi-manager", "timestamp": 1648134593219, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:12:48.582Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-24T15:12:48.582Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-24T15:12:48.582Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648134593405, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:12:48.582Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-24T15:12:48.582Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-24T15:12:48.583Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff", "consumerID": "clamp", "timestamp": 1648134589230, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-24T15:12:48.583Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-24T15:12:48.583Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-24T15:12:48.583Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff", "consumerID": "cds", "timestamp": 1648134585916, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-24T15:12:48.583Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-24T15:12:48.584Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-24T15:12:48.584Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff", "consumerID": "policy-id", "timestamp": 1648134582598, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-24T15:12:48.584Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-24T15:12:48.584Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-24T15:12:48.584Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648134588479, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-24T15:12:48.584Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-24T15:12:48.585Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-24T15:12:48.585Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff", "consumerID": "ves-openapi-manager", "timestamp": 1648134593219, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/basic_onboard_bkzjzh0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-24T15:12:48.585Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-24T15:12:48.585Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-24T15:12:48.585Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648134593405, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/basic_onboard_bkzjzh0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-24T15:12:48.586Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-24T15:12:48.587Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-24T15:12:48.587Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff", "consumerID": "cds", "timestamp": 1648134585916, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:12:48.587Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-24T15:12:48.587Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-24T15:12:48.587Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff", "consumerID": "clamp", "timestamp": 1648134589230, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:12:48.587Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-24T15:12:48.588Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-24T15:12:48.588Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff", "consumerID": "policy-id", "timestamp": 1648134582598, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:12:48.588Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-24T15:12:48.588Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-24T15:12:48.588Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648134588479, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:12:48.588Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-24T15:12:48.589Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-24T15:12:48.593Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff", "consumerID": "ves-openapi-manager", "timestamp": 1648134593219, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-24T15:12:48.594Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-24T15:12:48.594Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-24T15:12:48.594Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648134593405, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-24T15:12:48.594Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-24T15:12:48.595Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-24T15:12:48.595Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff", "consumerID": "cds", "timestamp": 1648134585916, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-24T15:12:48.595Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-24T15:12:48.595Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-24T15:12:48.595Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff", "consumerID": "clamp", "timestamp": 1648134589230, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-24T15:12:48.595Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-24T15:12:48.595Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-24T15:12:48.595Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff", "consumerID": "policy-id", "timestamp": 1648134582598, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-24T15:12:48.596Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-24T15:12:48.596Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-24T15:12:48.596Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648134588479, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-24T15:12:48.596Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-24T15:12:48.596Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-24T15:12:48.596Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff", "consumerID": "ves-openapi-manager", "timestamp": 1648134593219, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:12:48.597Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-24T15:12:48.597Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-24T15:12:48.597Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648134593405, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:12:48.597Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-24T15:12:48.597Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-24T15:12:48.597Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff", "consumerID": "clamp", "timestamp": 1648134589230, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/artifacts/service-BasicOnboardBkzjzh-template.yml", "status": "NOT_NOTIFIED" } 2022-03-24T15:12:48.597Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-24T15:12:48.598Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-24T15:12:48.598Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff", "consumerID": "cds", "timestamp": 1648134585916, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/artifacts/service-BasicOnboardBkzjzh-template.yml", "status": "NOT_NOTIFIED" } 2022-03-24T15:12:48.598Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-24T15:12:48.598Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-24T15:12:48.598Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff", "consumerID": "policy-id", "timestamp": 1648134582598, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/artifacts/service-BasicOnboardBkzjzh-template.yml", "status": "NOT_NOTIFIED" } 2022-03-24T15:12:48.598Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-24T15:12:48.598Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-24T15:12:48.598Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648134588479, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/artifacts/service-BasicOnboardBkzjzh-template.yml", "status": "NOT_NOTIFIED" } 2022-03-24T15:12:48.600Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-24T15:12:48.600Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-24T15:12:48.600Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff", "consumerID": "ves-openapi-manager", "timestamp": 1648134593219, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-24T15:12:48.601Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-24T15:12:48.601Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-24T15:12:48.601Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648134593405, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-24T15:12:48.601Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-24T15:12:48.601Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-24T15:12:48.602Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff", "consumerID": "clamp", "timestamp": 1648134589230, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/artifacts/service-BasicOnboardBkzjzh-csar.csar", "status": "NOTIFIED" } 2022-03-24T15:12:48.602Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-24T15:12:48.602Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-24T15:12:48.602Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff", "consumerID": "cds", "timestamp": 1648134585916, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/artifacts/service-BasicOnboardBkzjzh-csar.csar", "status": "NOTIFIED" } 2022-03-24T15:12:48.602Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-24T15:12:48.603Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-24T15:12:48.603Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff", "consumerID": "policy-id", "timestamp": 1648134582598, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/artifacts/service-BasicOnboardBkzjzh-csar.csar", "status": "NOTIFIED" } 2022-03-24T15:12:48.603Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-24T15:12:48.603Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-24T15:12:48.603Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648134588479, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/artifacts/service-BasicOnboardBkzjzh-csar.csar", "status": "NOTIFIED" } 2022-03-24T15:12:48.604Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-24T15:12:48.604Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-24T15:12:48.604Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff", "consumerID": "ves-openapi-manager", "timestamp": 1648134593219, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/artifacts/service-BasicOnboardBkzjzh-template.yml", "status": "NOT_NOTIFIED" } 2022-03-24T15:12:48.604Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-24T15:12:48.604Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-24T15:12:48.605Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648134593405, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/artifacts/service-BasicOnboardBkzjzh-template.yml", "status": "NOT_NOTIFIED" } 2022-03-24T15:12:48.605Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-24T15:12:48.605Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-24T15:12:48.605Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff", "consumerID": "multicloud-k8s-id", "timestamp": 1648134598207, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:12:48.606Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-24T15:12:48.606Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-24T15:12:48.606Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff", "consumerID": "ves-openapi-manager", "timestamp": 1648134593219, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/artifacts/service-BasicOnboardBkzjzh-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-24T15:12:48.606Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-24T15:12:48.606Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-24T15:12:48.606Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff", "consumerID": "cds", "timestamp": 1648134599748, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/artifacts/service-BasicOnboardBkzjzh-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-24T15:12:48.606Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:12:48.606Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-24T15:12:48.607Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff", "consumerID": "policy-id", "timestamp": 1648134599850, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/artifacts/service-BasicOnboardBkzjzh-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-24T15:12:48.607Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:12:48.607Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-24T15:12:48.607Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648134593405, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/artifacts/service-BasicOnboardBkzjzh-csar.csar", "status": "NOTIFIED" } 2022-03-24T15:12:48.607Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-24T15:12:48.607Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-24T15:12:48.607Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648134600306, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/artifacts/service-BasicOnboardBkzjzh-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-24T15:12:48.607Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:12:48.608Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-24T15:12:48.608Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff", "consumerID": "multicloud-k8s-id", "timestamp": 1648134598207, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/basic_onboard_bkzjzh0_modules.json", "status": "NOTIFIED" } 2022-03-24T15:12:48.608Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-24T15:12:48.608Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-24T15:12:48.608Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff", "consumerID": "cds", "timestamp": 1648134600764, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/artifacts/service-BasicOnboardBkzjzh-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-24T15:12:48.620Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4b9e36ab-3623-4518-aa40-aaaa4c880aff 2022-03-24T15:12:48.621Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4b9e36ab-3623-4518-aa40-aaaa4c880aff 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-24T15:12:48.640Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-24T15:12:48.640Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff", "consumerID": "policy-id", "timestamp": 1648134600858, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/artifacts/service-BasicOnboardBkzjzh-csar.csar", "status": "DEPLOY_OK" } 2022-03-24T15:12:48.641Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:12:48.642Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-24T15:12:48.642Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648134601506, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/artifacts/service-BasicOnboardBkzjzh-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-24T15:12:48.642Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:12:48.642Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-24T15:12:48.643Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff", "consumerID": "multicloud-k8s-id", "timestamp": 1648134598207, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-24T15:12:48.643Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-24T15:12:48.643Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-24T15:12:48.643Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff", "consumerID": "policy-id", "timestamp": 1648134601863, "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-24T15:12:48.655Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4b9e36ab-3623-4518-aa40-aaaa4c880aff 2022-03-24T15:12:48.656Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4b9e36ab-3623-4518-aa40-aaaa4c880aff 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-24T15:12:48.672Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-24T15:12:48.673Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff", "consumerID": "multicloud-k8s-id", "timestamp": 1648134598207, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:12:48.673Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-24T15:12:48.674Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-24T15:12:48.674Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff", "consumerID": "multicloud-k8s-id", "timestamp": 1648134598207, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-24T15:12:48.674Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-24T15:12:48.674Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-24T15:12:48.674Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff", "consumerID": "multicloud-k8s-id", "timestamp": 1648134598207, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/artifacts/service-BasicOnboardBkzjzh-template.yml", "status": "NOT_NOTIFIED" } 2022-03-24T15:12:48.675Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-24T15:12:48.675Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-24T15:12:48.675Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648134605375, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/basic_onboard_bkzjzh0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-24T15:12:48.675Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:12:48.675Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-24T15:12:48.676Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff", "consumerID": "multicloud-k8s-id", "timestamp": 1648134598207, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/artifacts/service-BasicOnboardBkzjzh-csar.csar", "status": "NOTIFIED" } 2022-03-24T15:12:48.676Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-24T15:12:48.676Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-24T15:12:48.676Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648134606596, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-24T15:12:48.676Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:12:48.676Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-24T15:12:48.676Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648134606886, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/artifacts/service-BasicOnboardBkzjzh-csar.csar", "status": "DEPLOY_OK" } 2022-03-24T15:12:48.677Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:12:48.677Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-24T15:12:48.677Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff", "consumerID": "multicloud-k8s-id", "timestamp": 1648134606267, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/basic_onboard_bkzjzh0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-24T15:12:48.677Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:12:48.677Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-24T15:12:48.677Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648134607892, "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-24T15:12:48.687Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4b9e36ab-3623-4518-aa40-aaaa4c880aff 2022-03-24T15:12:48.687Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4b9e36ab-3623-4518-aa40-aaaa4c880aff 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-24T15:12:48.706Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-24T15:12:48.706Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648134607997, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-24T15:12:48.707Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:12:48.707Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-24T15:12:48.707Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff", "consumerID": "multicloud-k8s-id", "timestamp": 1648134607448, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-24T15:12:48.707Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:12:48.707Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-24T15:12:48.708Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff", "consumerID": "aai-ml", "timestamp": 1648134608426, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:12:48.708Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-24T15:12:48.708Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-24T15:12:48.708Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648134609373, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/basic_onboard_bkzjzh0_modules.json", "status": "DEPLOY_OK" } 2022-03-24T15:12:48.708Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:12:48.708Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-24T15:12:48.708Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff", "consumerID": "clamp", "timestamp": 1648134608558, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/artifacts/service-BasicOnboardBkzjzh-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-24T15:12:48.709Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:12:48.709Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-24T15:12:48.709Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff", "consumerID": "multicloud-k8s-id", "timestamp": 1648134608738, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-24T15:12:48.709Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:12:48.709Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-24T15:12:48.709Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff", "consumerID": "aai-ml", "timestamp": 1648134608426, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/basic_onboard_bkzjzh0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-24T15:12:48.710Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-24T15:12:48.710Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-24T15:12:48.710Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648134610378, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-03-24T15:12:48.710Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:12:48.710Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-24T15:12:48.710Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff", "consumerID": "multicloud-k8s-id", "timestamp": 1648134609821, "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-24T15:12:48.717Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4b9e36ab-3623-4518-aa40-aaaa4c880aff 2022-03-24T15:12:48.718Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4b9e36ab-3623-4518-aa40-aaaa4c880aff 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-24T15:12:48.728Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-24T15:12:48.729Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff", "consumerID": "aai-ml", "timestamp": 1648134608426, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-24T15:12:48.729Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-24T15:12:48.729Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-24T15:12:48.729Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648134611385, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-03-24T15:12:48.730Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:12:48.730Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-24T15:12:48.730Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff", "consumerID": "clamp", "timestamp": 1648134610561, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/artifacts/service-BasicOnboardBkzjzh-csar.csar", "status": "DEPLOY_OK" } 2022-03-24T15:12:48.730Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:12:48.730Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-24T15:12:48.730Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff", "consumerID": "multicloud-k8s-id", "timestamp": 1648134610827, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/basic_onboard_bkzjzh0_modules.json", "status": "DEPLOY_OK" } 2022-03-24T15:12:48.730Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:12:48.730Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-24T15:12:48.730Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff", "consumerID": "aai-ml", "timestamp": 1648134608426, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:12:48.730Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-24T15:12:48.731Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-24T15:12:48.731Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648134612398, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/artifacts/service-BasicOnboardBkzjzh-csar.csar", "status": "DEPLOY_OK" } 2022-03-24T15:12:48.731Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:12:48.731Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-24T15:12:48.731Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff", "consumerID": "clamp", "timestamp": 1648134611569, "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-24T15:12:48.738Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4b9e36ab-3623-4518-aa40-aaaa4c880aff 2022-03-24T15:12:48.738Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4b9e36ab-3623-4518-aa40-aaaa4c880aff 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-24T15:12:48.754Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-24T15:12:48.754Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff", "consumerID": "aai-ml", "timestamp": 1648134608426, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-24T15:12:48.755Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-24T15:12:48.755Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-24T15:12:48.756Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff", "consumerID": "aai-ml", "timestamp": 1648134608426, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/artifacts/service-BasicOnboardBkzjzh-template.yml", "status": "NOT_NOTIFIED" } 2022-03-24T15:12:48.756Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-24T15:12:48.756Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-24T15:12:48.756Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff", "consumerID": "aai-ml", "timestamp": 1648134608426, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/artifacts/service-BasicOnboardBkzjzh-csar.csar", "status": "NOTIFIED" } 2022-03-24T15:12:48.756Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-24T15:12:48.757Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-24T15:12:48.757Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff", "consumerID": "aai-ml", "timestamp": 1648134616253, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/artifacts/service-BasicOnboardBkzjzh-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-24T15:12:48.757Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:12:48.757Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-24T15:12:48.757Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff", "consumerID": "aai-ml", "timestamp": 1648134631223, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/artifacts/service-BasicOnboardBkzjzh-csar.csar", "status": "DEPLOY_OK" } 2022-03-24T15:12:48.758Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:12:48.758Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-24T15:12:48.758Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff", "consumerID": "aai-ml", "timestamp": 1648134632228, "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-24T15:12:48.767Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4b9e36ab-3623-4518-aa40-aaaa4c880aff 2022-03-24T15:12:48.767Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4b9e36ab-3623-4518-aa40-aaaa4c880aff 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-24T15:13:13.560Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4b9e36ab-3623-4518-aa40-aaaa4c880aff Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T15:13:13.573Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4b9e36ab-3623-4518-aa40-aaaa4c880aff Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-24T15:13:13.577Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-24T15:13:13.577Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-24T15:13:13.577Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-24T15:13:13.578Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-24T15:13:13.578Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-24T15:13:13.578Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-24T15:13:13.578Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-24T15:13:13.579Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-24T15:13:13.579Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-24T15:13:13.579Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-24T15:13:13.579Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||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-24T15:13:13.588Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-24T15:13:43.589Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4b9e36ab-3623-4518-aa40-aaaa4c880aff 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-24T15:13:43.604Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4b9e36ab-3623-4518-aa40-aaaa4c880aff and serviceModelVersionId: 193a7c50-2c71-4373-bde6-4e82df430ff4 2022-03-24T15:13:43.604Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ecb90581-d677-4bdc-b182-a3be1543228c 2022-03-24T15:13:48.520Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:13:48.522Z||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-24T15:13:48.522Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T15:13:48.563Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:13:48.564Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-24T15:13:48.566Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3", "consumerID": "multicloud-k8s-id", "timestamp": 1648134698207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:13:48.567Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-24T15:13:48.573Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-24T15:13:48.574Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3", "consumerID": "aai-ml", "timestamp": 1648134698426, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:13:48.575Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-24T15:13:48.575Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-24T15:13:48.575Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3", "consumerID": "cds", "timestamp": 1648134705916, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:13:48.575Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-24T15:13:48.576Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-24T15:13:48.576Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3", "consumerID": "policy-id", "timestamp": 1648134702599, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:13:48.576Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-24T15:13:48.577Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-24T15:13:48.577Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3", "consumerID": "multicloud-k8s-id", "timestamp": 1648134698207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/vfw25cc790a05810_modules.json", "status": "NOTIFIED" } 2022-03-24T15:13:48.577Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-24T15:13:48.578Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-24T15:13:48.578Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3", "consumerID": "aai-ml", "timestamp": 1648134698426, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/vfw25cc790a05810_modules.json", "status": "NOT_NOTIFIED" } 2022-03-24T15:13:48.578Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-24T15:13:48.578Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-24T15:13:48.579Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3", "consumerID": "cds", "timestamp": 1648134705916, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/vfw25cc790a05810_modules.json", "status": "NOT_NOTIFIED" } 2022-03-24T15:13:48.579Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-24T15:13:48.579Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-24T15:13:48.579Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3", "consumerID": "policy-id", "timestamp": 1648134702599, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/vfw25cc790a05810_modules.json", "status": "NOT_NOTIFIED" } 2022-03-24T15:13:48.580Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-24T15:14:03.825Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ecb90581-d677-4bdc-b182-a3be1543228c/model-vers/model-ver/193a7c50-2c71-4373-bde6-4e82df430ff4?depth=0 2022-03-24T15:14:04.003Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-03-24T15:14:04.707Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ecb90581-d677-4bdc-b182-a3be1543228c/model-vers/model-ver/193a7c50-2c71-4373-bde6-4e82df430ff4?depth=0|INFO|500||Invoke 2022-03-24T15:14:04.716Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ecb90581-d677-4bdc-b182-a3be1543228c/model-vers/model-ver/193a7c50-2c71-4373-bde6-4e82df430ff4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ecb90581-d677-4bdc-b182-a3be1543228c/model-vers/model-ver/193a7c50-2c71-4373-bde6-4e82df430ff4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4b9e36ab-3623-4518-aa40-aaaa4c880aff], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[32f8efae-2fe3-48e4-9891-77e522234e7d], X-ECOMP-RequestID=[4b9e36ab-3623-4518-aa40-aaaa4c880aff], X-TransactionId=[], X-ONAP-RequestID=[4b9e36ab-3623-4518-aa40-aaaa4c880aff], Content-Type=[application/merge-patch+json]} 2022-03-24T15:14:04.875Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ecb90581-d677-4bdc-b182-a3be1543228c/model-vers/model-ver/193a7c50-2c71-4373-bde6-4e82df430ff4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-24T15:14:05.709Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ecb90581-d677-4bdc-b182-a3be1543228c/model-vers/model-ver/193a7c50-2c71-4373-bde6-4e82df430ff4?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/ecb90581-d677-4bdc-b182-a3be1543228c/model-vers/model-ver/193a7c50-2c71-4373-bde6-4e82df430ff4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220324-15:14:03:456-19112], vertex-id=[254128], Content-Length=[0], Date=[Thu, 24 Mar 2022 15:14:03 GMT], Content-Type=[application/json]} 2022-03-24T15:14:05.711Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ecb90581-d677-4bdc-b182-a3be1543228c/model-vers/model-ver/193a7c50-2c71-4373-bde6-4e82df430ff4?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-24T15:14:05.712Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ecb90581-d677-4bdc-b182-a3be1543228c/model-vers/model-ver/193a7c50-2c71-4373-bde6-4e82df430ff4?depth=0|INFO|500||InvokeReturn 2022-03-24T15:14:05.716Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-24T15:14:05.716Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||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-24T15:14:05.727Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||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-24T15:14:05.728Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4b9e36ab-3623-4518-aa40-aaaa4c880aff and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-24T15:14:05.730Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-24T15:14:05.731Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-24T15:14:05.735Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-24T15:14:05.735Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648134845729, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-24T15:14:05.835Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-24T15:14:05.837Z||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-24T15:14:05.837Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:14:05.849Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:14:05.850Z||pool-18-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-24T15:14:06.752Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:14:06.752Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-24T15:14:06.752Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:14:11.068Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:14:11.069Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-24T15:14:11.069Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"826a8bed-7db6-41dd-97b4-70e9c0cf31b3","serviceName":"vFW 2022-03-24 15-09-54","serviceVersion":"1.0","serviceUUID":"b6a1bf2e-2c8f-4c9e-a334-b481b878595c","serviceDescription":"catalog service description","serviceInvariantUUID":"63a920a1-e48b-491e-ae6c-dde09cfda644","resources":[{"resourceInstanceName":"vFW 25cc790a-0581 0","resourceName":"vFW 25cc790a-0581","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3e4c64cc-983f-4bde-acf3-6f9b1064c28c","resourceInvariantUUID":"37b10c5a-7806-4473-b55a-9cb6ffe46dcd","resourceCustomizationUUID":"9786e4c5-ee8e-40e3-bf5b-e50027a3a381","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/vf-license-model.xml","artifactChecksum":"ZTVmMjFiMjUxMzM4NzhiMWZmYWIxNTk0NTRmOGU4NDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d3833f04-d66c-435c-acc5-b6fabb391806","artifactVersion":"1"},{"artifactName":"vfw25cc790a05810_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/vfw25cc790a05810_modules.json","artifactChecksum":"NTJjYzFiOGM4YzBjYmVmOWMxNmEyODVjMmM0N2NlNDY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b1ddbc55-7020-48d3-b2a8-48c9c3e5e214","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f17571ba-943e-4825-9b6b-b9f3fffb0db4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/vendor-license-model.xml","artifactChecksum":"ZDIzZDkyOTk4YWI5NWQ3MGVmMjAyY2I2Y2Q3NWU4OTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f23d9262-cb4f-4d73-a560-4186023cd67a","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"6fa21d2d-1b5a-4e07-a827-dec8c376a3f8","artifactVersion":"2","generatedFromUUID":"f17571ba-943e-4825-9b6b-b9f3fffb0db4"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220324150954-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220324150954/1.0/artifacts/service-Vfw20220324150954-template.yml","artifactChecksum":"YzhjY2U2YmViZDQyNjU3NzU2YjgzMDZkNzI4OGIzMTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1cb415d2-4661-408f-a21e-2e858f7327d2","artifactVersion":"1"},{"artifactName":"service-Vfw20220324150954-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220324150954/1.0/artifacts/service-Vfw20220324150954-csar.csar","artifactChecksum":"YzYwNDg0MmNjOGI0MDliNTRhNjg1NmMzY2I4ODZjMzc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"263c8b57-ec91-4d54-8f6d-e5cce941043b","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-24T15:14:11.075Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-24T15:14:11.075Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-24T15:14:11.078Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-24T15:14:11.078Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648134846751, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:14:11.179Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-24T15:14:11.181Z||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-24T15:14:11.181Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:14:11.193Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:14:11.203Z||pool-19-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-03-24T15:14:12.079Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-24T15:14:12.080Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-24T15:14:12.083Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-24T15:14:12.083Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648134846751, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/vfw25cc790a05810_modules.json", "status": "NOTIFIED" } 2022-03-24T15:14:12.182Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-24T15:14:12.183Z||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-24T15:14:12.184Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:14:12.194Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:14:12.195Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-24T15:14:13.084Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-24T15:14:13.085Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-24T15:14:13.088Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-24T15:14:13.088Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648134846751, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-24T15:14:13.188Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-24T15:14:13.190Z||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-24T15:14:13.190Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:14:13.205Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:14:13.206Z||pool-21-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-24T15:14:14.089Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-24T15:14:14.089Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-24T15:14:14.091Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-24T15:14:14.091Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648134846751, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:14:14.192Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-24T15:14:14.194Z||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-24T15:14:14.194Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:14:14.207Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:14:14.208Z||pool-22-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-24T15:14:15.092Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-24T15:14:15.093Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-24T15:14:15.096Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-24T15:14:15.096Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648134846751, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-24T15:14:15.196Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-24T15:14:15.197Z||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-24T15:14:15.198Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:14:15.210Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:14:15.210Z||pool-23-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-03-24T15:14:16.096Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-24T15:14:16.097Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-24T15:14:16.099Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-24T15:14:16.099Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648134846751, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/artifacts/service-Vfw20220324150954-template.yml", "status": "NOT_NOTIFIED" } 2022-03-24T15:14:16.199Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-24T15:14:16.201Z||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-24T15:14:16.201Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:14:16.213Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:14:16.213Z||pool-24-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-24T15:14:17.099Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-24T15:14:17.101Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-24T15:14:17.103Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-24T15:14:17.104Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648134846751, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/artifacts/service-Vfw20220324150954-csar.csar", "status": "NOTIFIED" } 2022-03-24T15:14:17.204Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-24T15:14:17.205Z||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-24T15:14:17.205Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:14:17.218Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:14:17.218Z||pool-25-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-03-24T15:14:18.109Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3", "serviceName": "vFW 2022-03-24 15-09-54", "serviceVersion": "1.0", "serviceUUID": "b6a1bf2e-2c8f-4c9e-a334-b481b878595c", "serviceDescription": "catalog service description", "serviceInvariantUUID": "63a920a1-e48b-491e-ae6c-dde09cfda644", "resources": [ { "resourceInstanceName": "vFW 25cc790a-0581 0", "resourceCustomizationUUID": "9786e4c5-ee8e-40e3-bf5b-e50027a3a381", "resourceName": "vFW 25cc790a-0581", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "3e4c64cc-983f-4bde-acf3-6f9b1064c28c", "resourceInvariantUUID": "37b10c5a-7806-4473-b55a-9cb6ffe46dcd", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw25cc790a05810_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/vfw25cc790a05810_modules.json", "artifactChecksum": "NTJjYzFiOGM4YzBjYmVmOWMxNmEyODVjMmM0N2NlNDY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b1ddbc55-7020-48d3-b2a8-48c9c3e5e214", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "f17571ba-943e-4825-9b6b-b9f3fffb0db4", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "6fa21d2d-1b5a-4e07-a827-dec8c376a3f8", "generatedFromUUID": "f17571ba-943e-4825-9b6b-b9f3fffb0db4" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "6fa21d2d-1b5a-4e07-a827-dec8c376a3f8", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220324150954-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/artifacts/service-Vfw20220324150954-csar.csar", "artifactChecksum": "YzYwNDg0MmNjOGI0MDliNTRhNjg1NmMzY2I4ODZjMzc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "263c8b57-ec91-4d54-8f6d-e5cce941043b" } ], "workloadContext": "Production" } 2022-03-24T15:14:18.110Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-24T15:14:18.110Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b6a1bf2e-2c8f-4c9e-a334-b481b878595c ASDC 2022-03-24T15:14:18.111Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:826a8bed-7db6-41dd-97b4-70e9c0cf31b3 ServiceName:vFW 2022-03-24 15-09-54 ServiceVersion:1.0 ServiceUUID:b6a1bf2e-2c8f-4c9e-a334-b481b878595c ServiceInvariantUUID:63a920a1-e48b-491e-ae6c-dde09cfda644 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220324150954-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220324150954/1.0/artifacts/service-Vfw20220324150954-csar.csar ArtifactUUID:263c8b57-ec91-4d54-8f6d-e5cce941043b ArtifactChecksum:YzYwNDg0MmNjOGI0MDliNTRhNjg1NmMzY2I4ODZjMzc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 25cc790a-0581 0 ResourceCustomizationUUID:9786e4c5-ee8e-40e3-bf5b-e50027a3a381 ResourceInvariantUUID:37b10c5a-7806-4473-b55a-9cb6ffe46dcd ResourceName:vFW 25cc790a-0581 ResourceType:VF ResourceUUID:3e4c64cc-983f-4bde-acf3-6f9b1064c28c ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw25cc790a05810_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/vfw25cc790a05810_modules.json ArtifactUUID:b1ddbc55-7020-48d3-b2a8-48c9c3e5e214 ArtifactChecksum:NTJjYzFiOGM4YzBjYmVmOWMxNmEyODVjMmM0N2NlNDY= 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/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/base_vfw.yaml ArtifactUUID:f17571ba-943e-4825-9b6b-b9f3fffb0db4 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/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/base_vfw.env ArtifactUUID:6fa21d2d-1b5a-4e07-a827-dec8c376a3f8 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/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/base_vfw.env ArtifactUUID:6fa21d2d-1b5a-4e07-a827-dec8c376a3f8 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-24T15:14:18.111Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b6a1bf2e-2c8f-4c9e-a334-b481b878595c 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-24T15:14:18.148Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-24T15:14:18.149Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-03-24T15:14:18.149Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-03-24T15:14:18.149Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 263c8b57-ec91-4d54-8f6d-e5cce941043b from URL: /sdc/v1/catalog/services/Vfw20220324150954/1.0/artifacts/service-Vfw20220324150954-csar.csar 2022-03-24T15:14:18.150Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-03-24T15:14:18.150Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220324150954/1.0/artifacts/service-Vfw20220324150954-csar.csar 2022-03-24T15:14:18.446Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-03-24T15:14:18.454Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220324150954/1.0/artifacts/service-Vfw20220324150954-csar.csar 263c8b57-ec91-4d54-8f6d-e5cce941043b 98988 2022-03-24T15:14:18.454Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220324150954/1.0/artifacts/service-Vfw20220324150954-csar.csar ASDC sendASDCNotification 2022-03-24T15:14:18.455Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324150954/1.0/artifacts/service-Vfw20220324150954-csar.csar 2022-03-24T15:14:18.455Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-24T15:14:18.455Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-24T15:14:18.459Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-24T15:14:18.459Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648134858454, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/artifacts/service-Vfw20220324150954-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-24T15:14:18.559Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-24T15:14:18.561Z||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-24T15:14:18.561Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:14:18.581Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:14:18.582Z||pool-26-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-03-24T15:14:19.460Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-24T15:14:19.462Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-03-24T15:14:19.462Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 263c8b57-ec91-4d54-8f6d-e5cce941043b, URL: /sdc/v1/catalog/services/Vfw20220324150954/1.0/artifacts/service-Vfw20220324150954-csar.csar to file: /app/ASDC/1/service-Vfw20220324150954-csar.csar 2022-03-24T15:14:19.462Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220324150954-csar.csar 2022-03-24T15:14:19.463Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220324150954-csar.csar 2022-03-24T15:14:19.463Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220324150954-csar.csar 2022-03-24T15:14:19.737Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11719025143594339772/Definitions/service-Vfw20220324150954-template.yml Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided 2022-03-24T15:14:22.675Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-24T15:14:22.676Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-03-24T15:14:22.676Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220324150954-csar.csar 2022-03-24T15:14:22.676Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-03-24T15:14:22.677Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||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-Vfw20220324150954-csar.csar 2022-03-24T15:14:22.677Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||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-Vfw20220324150954-csar.csar 2022-03-24T15:14:22.677Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||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-Vfw20220324150954-csar.csar 2022-03-24T15:14:22.677Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220324150954-csar.csar 2022-03-24T15:14:22.678Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220324150954-csar.csar 2022-03-24T15:14:22.678Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||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-Vfw20220324150954-csar.csar 2022-03-24T15:14:22.678Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 25cc790a-0581 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-Vfw20220324150954-csar.csar 2022-03-24T15:14:22.678Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||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-Vfw20220324150954-csar.csar 2022-03-24T15:14:22.678Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||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-Vfw20220324150954-csar.csar 2022-03-24T15:14:22.678Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220324150954-csar.csar 2022-03-24T15:14:22.678Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||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-Vfw20220324150954-csar.csar 2022-03-24T15:14:22.678Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220324150954-csar.csar 2022-03-24T15:14:22.678Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||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-Vfw20220324150954-csar.csar 2022-03-24T15:14:22.679Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-03-24T15:14:22.679Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:14:22.679Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-24 15-09-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-24T15:14:22.679Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vFW 25cc790a-0581 0 is matching search criteria 2022-03-24T15:14:22.680Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-03-24T15:14:22.680Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 25cc790a-0581 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-24T15:14:22.680Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:14:22.680Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-24 15-09-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-24T15:14:22.681Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vFW 25cc790a-0581 0 is matching search criteria 2022-03-24T15:14:22.681Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-03-24T15:14:22.681Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 25cc790a-0581 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-24T15:14:22.681Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:14:22.682Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-24 15-09-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-24T15:14:22.682Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:14:22.682Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vFW 25cc790a-0581 0 is not matching search criteria 2022-03-24T15:14:22.683Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-24T15:14:22.683Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-24T15:14:22.683Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-24T15:14:22.683Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-24T15:14:22.683Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-24T15:14:22.683Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-24T15:14:22.684Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-24T15:14:22.684Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-24T15:14:22.684Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-24T15:14:22.684Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-24T15:14:22.685Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-24T15:14:22.685Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-24T15:14:22.685Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-24T15:14:22.685Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-24T15:14:22.686Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-24T15:14:22.686Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-24T15:14:22.686Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:14:22.686Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-24 15-09-54 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-24T15:14:22.687Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:14:22.687Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vFW 25cc790a-0581 0 is matching search criteria 2022-03-24T15:14:22.687Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 25cc790a-0581 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-24T15:14:22.688Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:14:22.688Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vFW 25cc790a-0581 0 is matching search criteria 2022-03-24T15:14:22.688Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 25cc790a-0581 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-24T15:14:22.688Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:14:22.689Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vFW 25cc790a-0581 0 is matching search criteria 2022-03-24T15:14:22.689Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 25cc790a-0581 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-24T15:14:22.689Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:14:22.689Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vFW 25cc790a-0581 0 is not matching search criteria 2022-03-24T15:14:22.690Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-24T15:14:22.690Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-24T15:14:22.690Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-03-24T15:14:22.690Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-24T15:14:22.691Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-24T15:14:22.691Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-24T15:14:22.691Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-24T15:14:22.691Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-24T15:14:22.692Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-24T15:14:22.692Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-24T15:14:22.692Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-24T15:14:22.692Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=23f532a6-6304-4d75-a738-ff7f0c0f89ba 2022-03-24T15:14:22.693Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:14:22.693Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vFW 25cc790a-0581 0 is not matching search criteria 2022-03-24T15:14:22.693Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-24T15:14:22.693Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-24T15:14:22.694Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-24T15:14:22.694Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-24T15:14:22.694Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-24T15:14:22.694Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-24T15:14:22.694Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-24T15:14:22.695Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-03-24T15:14:22.695Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-24T15:14:22.695Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-24T15:14:22.695Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-24T15:14:22.696Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-24T15:14:22.696Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d4a17c34-abcd-415e-ab40-1084b82b891c 2022-03-24T15:14:22.696Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:14:22.697Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vFW 25cc790a-0581 0 is not matching search criteria 2022-03-24T15:14:22.697Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-24T15:14:22.697Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-24T15:14:22.697Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-24T15:14:22.698Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-24T15:14:22.698Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-24T15:14:22.698Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-24T15:14:22.698Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-24T15:14:22.698Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-24T15:14:22.699Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-24T15:14:22.699Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-24T15:14:22.699Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-24T15:14:22.699Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-03-24T15:14:22.700Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a89b6cd9-e25c-4144-8dcc-45963b89c179 2022-03-24T15:14:22.700Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:14:22.700Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-24 15-09-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-24T15:14:22.700Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:14:22.700Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-24 15-09-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-24T15:14:22.701Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:14:22.701Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-24 15-09-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-24T15:14:22.701Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:14:22.702Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-24 15-09-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-24T15:14:22.702Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-03-24 15-09-54 Description:catalog service description Model UUID:b6a1bf2e-2c8f-4c9e-a334-b481b878595c Model Version:NULL Model InvariantUuid:63a920a1-e48b-491e-ae6c-dde09cfda644 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 25cc790a-0581 Model UUID:c9b67159-6d72-4945-b13e-e6b7e523d199 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:37b10c5a-7806-4473-b55a-9cb6ffe46dcd Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:9786e4c5-ee8e-40e3-bf5b-e50027a3a381 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:97e9930e-c18d-4995-8a61-12602310d32e ModelName:Vfw25cc790a0581..base_vfw..module-0 ModelUuid:3898b373-b4e7-4dcd-b0c7-f639297fffb0 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:23f532a6-6304-4d75-a738-ff7f0c0f89ba ModelInvariantUuid:dd2316bd-dd8c-43b0-bda9-9ac397da8bfc ModelName:vFW 25cc790a-0581-nodes.vfwCvfc ModelUuid:da753631-378e-473f-aae9-140b1849596d ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:ea637b7f-dfe1-4fe9-a0c1-ac96c3cd4571 ModelInvariantUuid:075b3677-af67-492c-bde8-798184559005 ModelName:Vfw25cc790a0581.compute.nodes.heat.vfw ModelUuid:7cc84ecd-5343-41e2-9f3d-ebd739d459c0 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:d4a17c34-abcd-415e-ab40-1084b82b891c ModelInvariantUuid:5c52e87c-c87f-48d2-8675-5bd1ec0a328c ModelName:vFW 25cc790a-0581-nodes.vsnCvfc ModelUuid:dbf40f6d-e914-4170-a184-83d9b02eaae0 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:8e0a0cb8-efbc-4ed3-abe7-21592f9ea145 ModelInvariantUuid:f5d34773-f035-4e42-b0d7-eaacef7756f4 ModelName:Vfw25cc790a0581.compute.nodes.heat.vsn ModelUuid:6cfa21f3-eaf7-4b19-beee-da07ffd63e76 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:a89b6cd9-e25c-4144-8dcc-45963b89c179 ModelInvariantUuid:0381ca0d-0924-4622-9135-cdaa8aad390c ModelName:vFW 25cc790a-0581-nodes.vpgCvfc ModelUuid:ff81d1e7-9653-4339-9d65-335c52c265ee ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:f2a67d0b-0120-4d0d-a994-6090b4bd564a ModelInvariantUuid:068f1181-235f-42b9-913a-b2664b880194 ModelName:Vfw25cc790a0581.compute.nodes.heat.vpg ModelUuid:6ca522ca-3381-4748-bc01-912a4d4635a6 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-24T15:14:22.712Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 3e4c64cc-983f-4bde-acf3-6f9b1064c28c 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-24T15:14:22.715Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||vFW 25cc790a-0581 0 2022-03-24T15:14:22.716Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3e4c64cc-983f-4bde-acf3-6f9b1064c28c 2022-03-24T15:14:22.716Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: b1ddbc55-7020-48d3-b2a8-48c9c3e5e214 from URL: /sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/vfw25cc790a05810_modules.json 2022-03-24T15:14:22.716Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-03-24T15:14:22.716Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/vfw25cc790a05810_modules.json 2022-03-24T15:14:22.852Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-03-24T15:14:22.852Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/vfw25cc790a05810_modules.json b1ddbc55-7020-48d3-b2a8-48c9c3e5e214 785 2022-03-24T15:14:22.853Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/vfw25cc790a05810_modules.json ASDC sendASDCNotification 2022-03-24T15:14:22.853Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/vfw25cc790a05810_modules.json 2022-03-24T15:14:22.853Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-24T15:14:22.854Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-24T15:14:22.857Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-24T15:14:22.858Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648134862853, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/vfw25cc790a05810_modules.json", "status": "DOWNLOAD_OK" } 2022-03-24T15:14:22.957Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-24T15:14:22.958Z||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-24T15:14:22.958Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:14:22.971Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:14:22.972Z||pool-27-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-24T15:14:23.858Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw25cc790a0581..base_vfw..module-0", "vfModuleModelInvariantUUID": "97e9930e-c18d-4995-8a61-12602310d32e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3898b373-b4e7-4dcd-b0c7-f639297fffb0", "vfModuleModelCustomizationUUID": "e3870863-c6f6-4b43-9e8d-1c652b728044", "isBase": true, "artifacts": [ "f17571ba-943e-4825-9b6b-b9f3fffb0db4", "6fa21d2d-1b5a-4e07-a827-dec8c376a3f8" ], "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-24T15:14:23.864Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw25cc790a0581..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:3898b373-b4e7-4dcd-b0c7-f639297fffb0 VfModuleModelInvariantUUID:97e9930e-c18d-4995-8a61-12602310d32e VfModuleModelDescription:NULL Artifacts UUID List:{ f17571ba-943e-4825-9b6b-b9f3fffb0db4 , 6fa21d2d-1b5a-4e07-a827-dec8c376a3f8 } 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-24T15:14:23.867Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw25cc790a0581..base_vfw..module-0", "vfModuleModelInvariantUUID": "97e9930e-c18d-4995-8a61-12602310d32e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3898b373-b4e7-4dcd-b0c7-f639297fffb0", "vfModuleModelCustomizationUUID": "e3870863-c6f6-4b43-9e8d-1c652b728044", "isBase": true, "artifacts": [ "f17571ba-943e-4825-9b6b-b9f3fffb0db4", "6fa21d2d-1b5a-4e07-a827-dec8c376a3f8" ], "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-24T15:14:23.867Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw25cc790a0581..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:3898b373-b4e7-4dcd-b0c7-f639297fffb0 VfModuleModelInvariantUUID:97e9930e-c18d-4995-8a61-12602310d32e VfModuleModelDescription:NULL Artifacts UUID List:{ f17571ba-943e-4825-9b6b-b9f3fffb0db4 , 6fa21d2d-1b5a-4e07-a827-dec8c376a3f8 } 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-24T15:14:23.867Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: f17571ba-943e-4825-9b6b-b9f3fffb0db4 from URL: /sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/base_vfw.yaml 2022-03-24T15:14:23.868Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-03-24T15:14:23.868Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/base_vfw.yaml 2022-03-24T15:14:24.061Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-03-24T15:14:24.062Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/base_vfw.yaml f17571ba-943e-4825-9b6b-b9f3fffb0db4 20368 2022-03-24T15:14:24.062Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-03-24T15:14:24.062Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/base_vfw.yaml 2022-03-24T15:14:24.062Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-24T15:14:24.063Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-24T15:14:24.069Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-24T15:14:24.069Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648134864062, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-24T15:14:24.169Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-24T15:14:24.170Z||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-24T15:14:24.171Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:14:24.182Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:14:24.183Z||pool-28-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-24T15:14:25.070Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 6fa21d2d-1b5a-4e07-a827-dec8c376a3f8 from URL: /sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/base_vfw.env 2022-03-24T15:14:25.071Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-03-24T15:14:25.071Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/base_vfw.env 2022-03-24T15:14:25.242Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-03-24T15:14:25.243Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/base_vfw.env 6fa21d2d-1b5a-4e07-a827-dec8c376a3f8 2098 2022-03-24T15:14:25.244Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/base_vfw.env ASDC sendASDCNotification 2022-03-24T15:14:25.244Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/base_vfw.env 2022-03-24T15:14:25.244Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-24T15:14:25.245Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-24T15:14:25.248Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-24T15:14:25.248Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648134865244, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-24T15:14:25.348Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-24T15:14:25.350Z||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-24T15:14:25.350Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:14:25.365Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:14:25.366Z||pool-29-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-24T15:14:26.249Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: b6a1bf2e-2c8f-4c9e-a334-b481b878595c 2022-03-24T15:14:26.250Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 25cc790a-0581 0 3e4c64cc-983f-4bde-acf3-6f9b1064c28c 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-24T15:14:26.278Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7dc0b878, org.onap.sdc.toscaparser.api.parameters.Input@15483c22, org.onap.sdc.toscaparser.api.parameters.Input@fa6512b, org.onap.sdc.toscaparser.api.parameters.Input@64bcb9b2, org.onap.sdc.toscaparser.api.parameters.Input@1cc7de25] 2022-03-24T15:14:26.279Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:14:26.280Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-24 15-09-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-24T15:14:26.280Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2022-03-24T15:14:26.280Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 9786e4c5-ee8e-40e3-bf5b-e50027a3a381 2022-03-24T15:14:26.281Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9786e4c5-ee8e-40e3-bf5b-e50027a3a381 matches Tosca VF Customization UUID: 9786e4c5-ee8e-40e3-bf5b-e50027a3a381 2022-03-24T15:14:26.281Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 9786e4c5-ee8e-40e3-bf5b-e50027a3a381 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-24T15:14:26.284Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:14:26.285Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-24 15-09-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-24T15:14:26.286Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 9786e4c5-ee8e-40e3-bf5b-e50027a3a381: {\"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-24T15:14:26.286Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@74d821b8 2022-03-24T15:14:26.286Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:14:26.286Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-24 15-09-54 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-24T15:14:26.287Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e3870863-c6f6-4b43-9e8d-1c652b728044 2022-03-24T15:14:26.287Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e3870863-c6f6-4b43-9e8d-1c652b728044 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-24T15:14:26.290Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:14:26.290Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vFW 25cc790a-0581 0 is matching search criteria 2022-03-24T15:14:26.290Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 25cc790a-0581 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-24T15:14:26.291Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:14:26.291Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vFW 25cc790a-0581 0 is matching search criteria 2022-03-24T15:14:26.291Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 25cc790a-0581 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-24T15:14:26.292Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:14:26.292Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vFW 25cc790a-0581 0 is not matching search criteria 2022-03-24T15:14:26.293Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-24T15:14:26.293Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-24T15:14:26.294Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-03-24T15:14:26.294Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-24T15:14:26.295Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-24T15:14:26.295Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-24T15:14:26.295Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-24T15:14:26.296Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-24T15:14:26.296Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-24T15:14:26.297Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-24T15:14:26.297Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-24T15:14:26.298Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=23f532a6-6304-4d75-a738-ff7f0c0f89ba 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-24T15:14:26.301Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:14:26.301Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vFW 25cc790a-0581 0 is matching search criteria 2022-03-24T15:14:26.302Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 25cc790a-0581 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-24T15:14:26.303Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:14:26.303Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vFW 25cc790a-0581 0 is not matching search criteria 2022-03-24T15:14:26.303Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-24T15:14:26.304Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-24T15:14:26.304Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-24T15:14:26.305Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-24T15:14:26.305Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-24T15:14:26.306Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-24T15:14:26.306Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-24T15:14:26.306Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-03-24T15:14:26.307Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-24T15:14:26.307Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-24T15:14:26.308Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-24T15:14:26.308Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-24T15:14:26.309Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d4a17c34-abcd-415e-ab40-1084b82b891c 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-24T15:14:26.312Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:14:26.313Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vFW 25cc790a-0581 0 is matching search criteria 2022-03-24T15:14:26.313Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 25cc790a-0581 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-24T15:14:26.316Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:14:26.317Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vFW 25cc790a-0581 0 is not matching search criteria 2022-03-24T15:14:26.317Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-24T15:14:26.318Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-24T15:14:26.318Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-24T15:14:26.319Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-24T15:14:26.319Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-24T15:14:26.320Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-24T15:14:26.320Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-24T15:14:26.320Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-24T15:14:26.321Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-24T15:14:26.321Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-24T15:14:26.322Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-24T15:14:26.322Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-03-24T15:14:26.323Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a89b6cd9-e25c-4144-8dcc-45963b89c179 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-24T15:14:26.326Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:14:26.326Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vFW 25cc790a-0581 0 is matching search criteria 2022-03-24T15:14:26.327Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 25cc790a-0581 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-24T15:14:26.327Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:14:26.328Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vFW 25cc790a-0581 0 is matching search criteria 2022-03-24T15:14:26.328Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 25cc790a-0581 0] matching following query criteria: sdcType=VF, customizationUUID=9786e4c5-ee8e-40e3-bf5b-e50027a3a381 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-24T15:14:26.331Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:14:26.331Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-24 15-09-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-24T15:14:26.331Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid b6a1bf2e-2c8f-4c9e-a334-b481b878595c: vFW 25cc790a-0581 2022-03-24T15:14:26.332Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:14:26.332Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-24 15-09-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-24T15:14:26.333Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:14:26.333Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-24 15-09-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-24T15:14:26.334Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:14:26.334Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-24 15-09-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-24T15:14:26.335Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:14:26.335Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-24 15-09-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-24T15:14:26.335Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:14:26.336Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-24 15-09-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-24T15:14:26.336Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2022-03-24 15-09-54 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-24T15:14:26.542Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 25cc790a-0581 3e4c64cc-983f-4bde-acf3-6f9b1064c28c 1 ASDC deployResourceStructure 2022-03-24T15:14:26.543Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/vfw25cc790a05810_modules.json ASDC sendASDCNotification 2022-03-24T15:14:26.543Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/vfw25cc790a05810_modules.json 2022-03-24T15:14:26.543Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-24T15:14:26.543Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-24T15:14:26.545Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-24T15:14:26.546Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648134866543, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/vfw25cc790a05810_modules.json", "status": "DEPLOY_OK" } 2022-03-24T15:14:26.646Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-24T15:14:26.647Z||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-24T15:14:26.647Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:14:26.668Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:14:26.668Z||pool-30-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-03-24T15:14:27.549Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-03-24T15:14:27.553Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/base_vfw.yaml 2022-03-24T15:14:27.553Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-24T15:14:27.554Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-24T15:14:27.561Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-24T15:14:27.561Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648134867549, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-03-24T15:14:27.658Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-03-24T15:14:27.659Z||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-24T15:14:27.659Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:14:27.673Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:14:27.674Z||pool-31-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-24T15:14:28.563Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/base_vfw.env ASDC sendASDCNotification 2022-03-24T15:14:28.563Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/base_vfw.env 2022-03-24T15:14:28.563Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-24T15:14:28.564Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-24T15:14:28.566Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-24T15:14:28.566Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648134868562, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-03-24T15:14:28.666Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-24T15:14:28.667Z||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-24T15:14:28.667Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:14:28.681Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:14:28.682Z||pool-32-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-24T15:14:29.567Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220324150954/1.0/artifacts/service-Vfw20220324150954-csar.csar ASDC sendASDCNotification 2022-03-24T15:14:29.567Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324150954/1.0/artifacts/service-Vfw20220324150954-csar.csar 2022-03-24T15:14:29.567Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-24T15:14:29.569Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-24T15:14:29.574Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-24T15:14:29.575Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648134869567, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/artifacts/service-Vfw20220324150954-csar.csar", "status": "DEPLOY_OK" } 2022-03-24T15:14:29.675Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-24T15:14:29.676Z||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-24T15:14:29.676Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:14:29.689Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:14:29.689Z||pool-33-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-24T15:14:30.575Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 826a8bed-7db6-41dd-97b4-70e9c0cf31b3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T15:14:30.587Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 826a8bed-7db6-41dd-97b4-70e9c0cf31b3 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-24T15:14:30.591Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-24T15:14:30.591Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-24T15:14:30.592Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-24T15:14:48.521Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:14:48.522Z||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-24T15:14:48.523Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T15:14:48.564Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:14:48.568Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-24T15:14:48.568Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3", "consumerID": "multicloud-k8s-id", "timestamp": 1648134698207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-24T15:14:48.570Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-24T15:14:48.570Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-24T15:14:48.571Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3", "consumerID": "aai-ml", "timestamp": 1648134698426, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-24T15:14:48.571Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-24T15:14:48.572Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-24T15:14:48.572Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3", "consumerID": "policy-id", "timestamp": 1648134702599, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-24T15:14:48.573Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-24T15:14:48.573Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-24T15:14:48.574Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3", "consumerID": "cds", "timestamp": 1648134705916, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-24T15:14:48.574Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-24T15:14:48.574Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-24T15:14:48.575Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3", "consumerID": "aai-ml", "timestamp": 1648134698426, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:14:48.575Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-24T15:14:48.575Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-24T15:14:48.576Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3", "consumerID": "multicloud-k8s-id", "timestamp": 1648134698207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:14:48.576Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-24T15:14:48.576Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-24T15:14:48.576Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3", "consumerID": "cds", "timestamp": 1648134705916, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:14:48.577Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-24T15:14:48.577Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-24T15:14:48.577Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3", "consumerID": "policy-id", "timestamp": 1648134702599, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:14:48.578Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-24T15:14:48.578Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-24T15:14:48.579Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3", "consumerID": "multicloud-k8s-id", "timestamp": 1648134698207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-24T15:14:48.579Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-24T15:14:48.579Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-24T15:14:48.579Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3", "consumerID": "aai-ml", "timestamp": 1648134698426, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-24T15:14:48.580Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-24T15:14:48.580Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-24T15:14:48.580Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3", "consumerID": "cds", "timestamp": 1648134705916, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-24T15:14:48.581Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-24T15:14:48.581Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-24T15:14:48.581Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3", "consumerID": "policy-id", "timestamp": 1648134702599, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-24T15:14:48.582Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-24T15:14:48.582Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-24T15:14:48.582Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3", "consumerID": "clamp", "timestamp": 1648134709230, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:14:48.582Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-24T15:14:48.583Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-24T15:14:48.583Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3", "consumerID": "multicloud-k8s-id", "timestamp": 1648134698207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/artifacts/service-Vfw20220324150954-template.yml", "status": "NOT_NOTIFIED" } 2022-03-24T15:14:48.583Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-24T15:14:48.583Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-24T15:14:48.584Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3", "consumerID": "aai-ml", "timestamp": 1648134698426, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/artifacts/service-Vfw20220324150954-template.yml", "status": "NOT_NOTIFIED" } 2022-03-24T15:14:48.584Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-24T15:14:48.584Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-24T15:14:48.584Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3", "consumerID": "cds", "timestamp": 1648134705916, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/artifacts/service-Vfw20220324150954-template.yml", "status": "NOT_NOTIFIED" } 2022-03-24T15:14:48.584Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-24T15:14:48.584Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-24T15:14:48.585Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3", "consumerID": "policy-id", "timestamp": 1648134702599, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/artifacts/service-Vfw20220324150954-template.yml", "status": "NOT_NOTIFIED" } 2022-03-24T15:14:48.585Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-24T15:14:48.585Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-24T15:14:48.585Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3", "consumerID": "clamp", "timestamp": 1648134709230, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/vfw25cc790a05810_modules.json", "status": "NOTIFIED" } 2022-03-24T15:14:48.585Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-24T15:14:48.586Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-24T15:14:48.586Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3", "consumerID": "aai-ml", "timestamp": 1648134698426, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/artifacts/service-Vfw20220324150954-csar.csar", "status": "NOTIFIED" } 2022-03-24T15:14:48.586Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-24T15:14:48.586Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-24T15:14:48.586Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3", "consumerID": "multicloud-k8s-id", "timestamp": 1648134698207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/artifacts/service-Vfw20220324150954-csar.csar", "status": "NOTIFIED" } 2022-03-24T15:14:48.586Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-24T15:14:48.586Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-24T15:14:48.587Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3", "consumerID": "cds", "timestamp": 1648134705916, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/artifacts/service-Vfw20220324150954-csar.csar", "status": "NOTIFIED" } 2022-03-24T15:14:48.587Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-24T15:14:48.587Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-24T15:14:48.587Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3", "consumerID": "policy-id", "timestamp": 1648134702599, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/artifacts/service-Vfw20220324150954-csar.csar", "status": "NOTIFIED" } 2022-03-24T15:14:48.587Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-24T15:14:48.587Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-24T15:14:48.587Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3", "consumerID": "clamp", "timestamp": 1648134709230, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-24T15:14:48.588Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-24T15:14:48.588Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-24T15:14:48.588Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3", "consumerID": "clamp", "timestamp": 1648134709230, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:14:48.588Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-24T15:14:48.588Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-24T15:14:48.588Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3", "consumerID": "ves-openapi-manager", "timestamp": 1648134713219, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:14:48.589Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-24T15:14:48.589Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-24T15:14:48.589Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648134713404, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:14:48.589Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-24T15:14:48.590Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-24T15:14:48.591Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3", "consumerID": "cds", "timestamp": 1648134713799, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/artifacts/service-Vfw20220324150954-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-24T15:14:48.592Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:14:48.592Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-24T15:14:48.592Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3", "consumerID": "multicloud-k8s-id", "timestamp": 1648134712993, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/vfw25cc790a05810_modules.json", "status": "DOWNLOAD_OK" } 2022-03-24T15:14:48.593Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:14:48.593Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-24T15:14:48.593Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3", "consumerID": "aai-ml", "timestamp": 1648134713987, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/artifacts/service-Vfw20220324150954-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-24T15:14:48.594Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:14:48.594Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-24T15:14:48.594Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3", "consumerID": "policy-id", "timestamp": 1648134714004, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/artifacts/service-Vfw20220324150954-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-24T15:14:48.595Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:14:48.595Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-24T15:14:48.595Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3", "consumerID": "clamp", "timestamp": 1648134709230, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-24T15:14:48.595Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-24T15:14:48.595Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-24T15:14:48.595Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3", "consumerID": "ves-openapi-manager", "timestamp": 1648134713219, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/vfw25cc790a05810_modules.json", "status": "NOT_NOTIFIED" } 2022-03-24T15:14:48.596Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-24T15:14:48.596Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-24T15:14:48.596Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648134713404, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/vfw25cc790a05810_modules.json", "status": "NOT_NOTIFIED" } 2022-03-24T15:14:48.596Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-24T15:14:48.596Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-24T15:14:48.596Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3", "consumerID": "cds", "timestamp": 1648134714808, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/artifacts/service-Vfw20220324150954-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-24T15:14:48.610Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 826a8bed-7db6-41dd-97b4-70e9c0cf31b3 2022-03-24T15:14:48.611Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 826a8bed-7db6-41dd-97b4-70e9c0cf31b3 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-24T15:14:48.624Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-24T15:14:48.624Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3", "consumerID": "policy-id", "timestamp": 1648134715010, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/artifacts/service-Vfw20220324150954-csar.csar", "status": "DEPLOY_OK" } 2022-03-24T15:14:48.625Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:14:48.626Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-24T15:14:48.626Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3", "consumerID": "multicloud-k8s-id", "timestamp": 1648134714239, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-24T15:14:48.626Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:14:48.627Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-24T15:14:48.627Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3", "consumerID": "clamp", "timestamp": 1648134709230, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/artifacts/service-Vfw20220324150954-template.yml", "status": "NOT_NOTIFIED" } 2022-03-24T15:14:48.628Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-24T15:14:48.628Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-24T15:14:48.628Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3", "consumerID": "ves-openapi-manager", "timestamp": 1648134713219, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-24T15:14:48.629Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-24T15:14:48.629Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-24T15:14:48.629Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648134713404, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-24T15:14:48.629Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-24T15:14:48.630Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-24T15:14:48.630Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3", "consumerID": "policy-id", "timestamp": 1648134716014, "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-24T15:14:48.637Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 826a8bed-7db6-41dd-97b4-70e9c0cf31b3 2022-03-24T15:14:48.638Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 826a8bed-7db6-41dd-97b4-70e9c0cf31b3 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-24T15:14:48.651Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-24T15:14:48.652Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3", "consumerID": "multicloud-k8s-id", "timestamp": 1648134715642, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-24T15:14:48.652Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:14:48.652Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-24T15:14:48.653Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3", "consumerID": "clamp", "timestamp": 1648134709230, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/artifacts/service-Vfw20220324150954-csar.csar", "status": "NOTIFIED" } 2022-03-24T15:14:48.654Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-24T15:14:48.654Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-24T15:14:48.654Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3", "consumerID": "ves-openapi-manager", "timestamp": 1648134713219, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:14:48.654Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-24T15:14:48.655Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-24T15:14:48.655Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648134713404, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:14:48.655Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-24T15:14:48.656Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-24T15:14:48.656Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3", "consumerID": "multicloud-k8s-id", "timestamp": 1648134716666, "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-24T15:14:48.662Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 826a8bed-7db6-41dd-97b4-70e9c0cf31b3 2022-03-24T15:14:48.663Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 826a8bed-7db6-41dd-97b4-70e9c0cf31b3 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-24T15:14:48.674Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-24T15:14:48.674Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3", "consumerID": "ves-openapi-manager", "timestamp": 1648134713219, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-24T15:14:48.675Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-24T15:14:48.676Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-24T15:14:48.676Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648134713404, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-24T15:14:48.676Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-24T15:14:48.676Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-24T15:14:48.676Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3", "consumerID": "multicloud-k8s-id", "timestamp": 1648134717670, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/vfw25cc790a05810_modules.json", "status": "DEPLOY_OK" } 2022-03-24T15:14:48.677Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:14:48.677Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-24T15:14:48.677Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3", "consumerID": "ves-openapi-manager", "timestamp": 1648134713219, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/artifacts/service-Vfw20220324150954-template.yml", "status": "NOT_NOTIFIED" } 2022-03-24T15:14:48.678Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-24T15:14:48.679Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-24T15:14:48.679Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648134713404, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/artifacts/service-Vfw20220324150954-template.yml", "status": "NOT_NOTIFIED" } 2022-03-24T15:14:48.680Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-24T15:14:48.680Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-24T15:14:48.680Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3", "consumerID": "ves-openapi-manager", "timestamp": 1648134713219, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/artifacts/service-Vfw20220324150954-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-24T15:14:48.681Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-24T15:14:48.682Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-24T15:14:48.682Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648134713404, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/artifacts/service-Vfw20220324150954-csar.csar", "status": "NOTIFIED" } 2022-03-24T15:14:48.683Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-24T15:14:48.683Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-24T15:14:48.683Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648134721298, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/artifacts/service-Vfw20220324150954-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-24T15:14:48.684Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:14:48.684Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-24T15:14:48.684Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648134725383, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/artifacts/service-Vfw20220324150954-csar.csar", "status": "DEPLOY_OK" } 2022-03-24T15:14:48.685Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:14:48.685Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-24T15:14:48.685Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648134726388, "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-24T15:14:48.692Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 826a8bed-7db6-41dd-97b4-70e9c0cf31b3 2022-03-24T15:14:48.692Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 826a8bed-7db6-41dd-97b4-70e9c0cf31b3 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-24T15:14:48.706Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-24T15:14:48.707Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3", "consumerID": "aai-ml", "timestamp": 1648134727019, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/artifacts/service-Vfw20220324150954-csar.csar", "status": "DEPLOY_OK" } 2022-03-24T15:14:48.707Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:14:48.708Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-24T15:14:48.708Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3", "consumerID": "aai-ml", "timestamp": 1648134728023, "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-24T15:14:48.714Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 826a8bed-7db6-41dd-97b4-70e9c0cf31b3 2022-03-24T15:14:48.714Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 826a8bed-7db6-41dd-97b4-70e9c0cf31b3 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-24T15:14:48.723Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-24T15:14:48.723Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3", "consumerID": "clamp", "timestamp": 1648134727567, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/artifacts/service-Vfw20220324150954-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-24T15:14:48.723Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:14:48.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-24T15:14:48.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3", "consumerID": "clamp", "timestamp": 1648134728587, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/artifacts/service-Vfw20220324150954-csar.csar", "status": "DEPLOY_OK" } 2022-03-24T15:14:48.724Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:14:48.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-24T15:14:48.725Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3", "consumerID": "clamp", "timestamp": 1648134729590, "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-24T15:14:48.730Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 826a8bed-7db6-41dd-97b4-70e9c0cf31b3 2022-03-24T15:14:48.731Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 826a8bed-7db6-41dd-97b4-70e9c0cf31b3 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-24T15:15:00.592Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 826a8bed-7db6-41dd-97b4-70e9c0cf31b3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T15:15:00.609Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 826a8bed-7db6-41dd-97b4-70e9c0cf31b3 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-24T15:15:00.615Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-24T15:15:00.615Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-24T15:15:00.616Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-24T15:15:00.616Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-24T15:15:00.616Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-24T15:15:00.617Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-24T15:15:00.617Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-24T15:15:00.617Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-24T15:15:00.617Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-24T15:15:00.618Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-24T15:15:00.618Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||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-24T15:15:00.626Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-24T15:15:30.627Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 826a8bed-7db6-41dd-97b4-70e9c0cf31b3 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-24T15:15:30.636Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 826a8bed-7db6-41dd-97b4-70e9c0cf31b3 and serviceModelVersionId: b6a1bf2e-2c8f-4c9e-a334-b481b878595c 2022-03-24T15:15:30.637Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 63a920a1-e48b-491e-ae6c-dde09cfda644 2022-03-24T15:15:30.638Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/63a920a1-e48b-491e-ae6c-dde09cfda644/model-vers/model-ver/b6a1bf2e-2c8f-4c9e-a334-b481b878595c?depth=0 2022-03-24T15:15:30.647Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-03-24T15:15:30.727Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/63a920a1-e48b-491e-ae6c-dde09cfda644/model-vers/model-ver/b6a1bf2e-2c8f-4c9e-a334-b481b878595c?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-24T15:15:30.729Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/63a920a1-e48b-491e-ae6c-dde09cfda644/model-vers/model-ver/b6a1bf2e-2c8f-4c9e-a334-b481b878595c?depth=0|INFO|500||Invoke 2022-03-24T15:15:30.773Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/63a920a1-e48b-491e-ae6c-dde09cfda644/model-vers/model-ver/b6a1bf2e-2c8f-4c9e-a334-b481b878595c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-24T15:15:30.958Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/63a920a1-e48b-491e-ae6c-dde09cfda644/model-vers/model-ver/b6a1bf2e-2c8f-4c9e-a334-b481b878595c?depth=0|INFO|500||InvokeReturn 2022-03-24T15:15:30.959Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/63a920a1-e48b-491e-ae6c-dde09cfda644/model-vers/model-ver/b6a1bf2e-2c8f-4c9e-a334-b481b878595c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220324-15:15:29:346-88179], vertex-id=[184480], Content-Length=[0], Date=[Thu, 24 Mar 2022 15:15:29 GMT], Content-Type=[application/json]} 2022-03-24T15:15:30.959Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity. 2022-03-24T15:15:30.960Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-24T15:15:30.960Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||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-24T15:15:30.966Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||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-24T15:15:30.966Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 826a8bed-7db6-41dd-97b4-70e9c0cf31b3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-24T15:15:30.967Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-24T15:15:30.967Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-24T15:15:30.969Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-24T15:15:30.969Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648134930966, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-24T15:15:31.070Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-24T15:15:31.071Z||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-24T15:15:31.071Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:15:31.093Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:15:31.094Z||pool-34-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-24T15:15:31.982Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:15:31.983Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-24T15:15:31.983Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:15:32.608Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:15:32.609Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-24T15:15:32.610Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"81ede76e-4cfb-4cdc-ab0d-4f524887d259","serviceName":"vFW 2022-03-24 15-12-39","serviceVersion":"1.0","serviceUUID":"0d2730d4-9358-4fd6-abdf-8a6e48070708","serviceDescription":"catalog service description","serviceInvariantUUID":"09ad5112-d10f-44e2-9117-7b1b9e600707","resources":[{"resourceInstanceName":"vFW d3eaefce-820a 0","resourceName":"vFW d3eaefce-820a","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"681a2d4c-32a5-484e-9f58-e9c4ae1624e6","resourceInvariantUUID":"411ea43f-f977-433e-9f15-0d6cf41913cc","resourceCustomizationUUID":"492b3933-0bd5-4b6a-a80d-9b0c271a9a11","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/vf-license-model.xml","artifactChecksum":"YjZmOGUxODIzMGE3Y2IwOGM1MDk3ZjUzNzkwMDJjMmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0498e5fe-171e-497d-bc93-f9e3e8dccb92","artifactVersion":"1"},{"artifactName":"vfwd3eaefce820a0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/vfwd3eaefce820a0_modules.json","artifactChecksum":"OWQwNmExMjg5MTlkMjU5MjU5Yzk5NmE5ZjQ5ZDVjMTE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f9f3b6d5-40f8-428f-b765-2e728cdeb061","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4c9f1d10-a74d-4223-ac42-3ac3c7b0fadd","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/vendor-license-model.xml","artifactChecksum":"YzcyNGI4NGVlYjY2OTJlM2RlYjk4MzFlODEzNjRmMDA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f9ea2121-c1ba-4ad9-9501-f1b8d8abc07b","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"dda6d8ea-9324-4495-bad4-9ff820edc1e4","artifactVersion":"2","generatedFromUUID":"4c9f1d10-a74d-4223-ac42-3ac3c7b0fadd"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220324151239-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220324151239/1.0/artifacts/service-Vfw20220324151239-template.yml","artifactChecksum":"M2M4NmJhYTE2ZjdjM2ViMzQzZGJkZWQ4YzUxNzEyY2U\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1314445c-2db3-45f8-a187-cded9a955b37","artifactVersion":"1"},{"artifactName":"service-Vfw20220324151239-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220324151239/1.0/artifacts/service-Vfw20220324151239-csar.csar","artifactChecksum":"YzE2N2ZiZjRmOTVmZWNhMmMxOGU5YjA1NGJmNzZkZWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e39c99af-be10-4f8e-a632-873722575387","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-24T15:15:32.614Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-24T15:15:32.614Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-24T15:15:32.616Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-24T15:15:32.617Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "81ede76e-4cfb-4cdc-ab0d-4f524887d259", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648134931982, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:15:32.717Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-24T15:15:32.718Z||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-24T15:15:32.718Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:15:32.731Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:15:32.732Z||pool-35-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-03-24T15:15:33.620Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-24T15:15:33.622Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-24T15:15:33.625Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-24T15:15:33.626Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "81ede76e-4cfb-4cdc-ab0d-4f524887d259", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648134931982, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/vfwd3eaefce820a0_modules.json", "status": "NOTIFIED" } 2022-03-24T15:15:33.725Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-24T15:15:33.726Z||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-24T15:15:33.726Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:15:33.739Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:15:33.740Z||pool-36-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-03-24T15:15:34.627Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-24T15:15:34.628Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-24T15:15:34.631Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-24T15:15:34.631Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "81ede76e-4cfb-4cdc-ab0d-4f524887d259", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648134931982, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-24T15:15:34.733Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-03-24T15:15:34.734Z||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-24T15:15:34.735Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:15:34.746Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:15:34.747Z||pool-37-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-24T15:15:35.632Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-24T15:15:35.633Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-24T15:15:35.635Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-24T15:15:35.635Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "81ede76e-4cfb-4cdc-ab0d-4f524887d259", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648134931982, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:15:35.735Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-24T15:15:35.736Z||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-24T15:15:35.737Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:15:35.749Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:15:35.750Z||pool-38-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-24T15:15:36.638Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-24T15:15:36.639Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-24T15:15:36.643Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-24T15:15:36.643Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "81ede76e-4cfb-4cdc-ab0d-4f524887d259", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648134931982, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-24T15:15:36.743Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-24T15:15:36.744Z||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-24T15:15:36.744Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:15:36.759Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:15:36.760Z||pool-39-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-03-24T15:15:37.644Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-24T15:15:37.646Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-24T15:15:37.648Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-24T15:15:37.648Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "81ede76e-4cfb-4cdc-ab0d-4f524887d259", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648134931982, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324151239/1.0/artifacts/service-Vfw20220324151239-template.yml", "status": "NOT_NOTIFIED" } 2022-03-24T15:15:37.748Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-24T15:15:37.750Z||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-24T15:15:37.750Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:15:37.814Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:15:37.815Z||pool-40-thread-1|||||INFO|500||cambria reply ok (66 ms):{"serverTimeMs":1,"count":1} 2022-03-24T15:15:38.649Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-24T15:15:38.651Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-24T15:15:38.654Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-24T15:15:38.654Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "81ede76e-4cfb-4cdc-ab0d-4f524887d259", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648134931982, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324151239/1.0/artifacts/service-Vfw20220324151239-csar.csar", "status": "NOTIFIED" } 2022-03-24T15:15:38.754Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-24T15:15:38.755Z||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-24T15:15:38.755Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:15:38.767Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:15:38.767Z||pool-41-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-24T15:15:39.656Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "81ede76e-4cfb-4cdc-ab0d-4f524887d259", "serviceName": "vFW 2022-03-24 15-12-39", "serviceVersion": "1.0", "serviceUUID": "0d2730d4-9358-4fd6-abdf-8a6e48070708", "serviceDescription": "catalog service description", "serviceInvariantUUID": "09ad5112-d10f-44e2-9117-7b1b9e600707", "resources": [ { "resourceInstanceName": "vFW d3eaefce-820a 0", "resourceCustomizationUUID": "492b3933-0bd5-4b6a-a80d-9b0c271a9a11", "resourceName": "vFW d3eaefce-820a", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "681a2d4c-32a5-484e-9f58-e9c4ae1624e6", "resourceInvariantUUID": "411ea43f-f977-433e-9f15-0d6cf41913cc", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwd3eaefce820a0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/vfwd3eaefce820a0_modules.json", "artifactChecksum": "OWQwNmExMjg5MTlkMjU5MjU5Yzk5NmE5ZjQ5ZDVjMTE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f9f3b6d5-40f8-428f-b765-2e728cdeb061", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "4c9f1d10-a74d-4223-ac42-3ac3c7b0fadd", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "dda6d8ea-9324-4495-bad4-9ff820edc1e4", "generatedFromUUID": "4c9f1d10-a74d-4223-ac42-3ac3c7b0fadd" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "dda6d8ea-9324-4495-bad4-9ff820edc1e4", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220324151239-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220324151239/1.0/artifacts/service-Vfw20220324151239-csar.csar", "artifactChecksum": "YzE2N2ZiZjRmOTVmZWNhMmMxOGU5YjA1NGJmNzZkZWU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e39c99af-be10-4f8e-a632-873722575387" } ], "workloadContext": "Production" } 2022-03-24T15:15:39.656Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-24T15:15:39.656Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0d2730d4-9358-4fd6-abdf-8a6e48070708 ASDC 2022-03-24T15:15:39.657Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:81ede76e-4cfb-4cdc-ab0d-4f524887d259 ServiceName:vFW 2022-03-24 15-12-39 ServiceVersion:1.0 ServiceUUID:0d2730d4-9358-4fd6-abdf-8a6e48070708 ServiceInvariantUUID:09ad5112-d10f-44e2-9117-7b1b9e600707 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220324151239-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220324151239/1.0/artifacts/service-Vfw20220324151239-csar.csar ArtifactUUID:e39c99af-be10-4f8e-a632-873722575387 ArtifactChecksum:YzE2N2ZiZjRmOTVmZWNhMmMxOGU5YjA1NGJmNzZkZWU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW d3eaefce-820a 0 ResourceCustomizationUUID:492b3933-0bd5-4b6a-a80d-9b0c271a9a11 ResourceInvariantUUID:411ea43f-f977-433e-9f15-0d6cf41913cc ResourceName:vFW d3eaefce-820a ResourceType:VF ResourceUUID:681a2d4c-32a5-484e-9f58-e9c4ae1624e6 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwd3eaefce820a0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/vfwd3eaefce820a0_modules.json ArtifactUUID:f9f3b6d5-40f8-428f-b765-2e728cdeb061 ArtifactChecksum:OWQwNmExMjg5MTlkMjU5MjU5Yzk5NmE5ZjQ5ZDVjMTE= 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/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/base_vfw.yaml ArtifactUUID:4c9f1d10-a74d-4223-ac42-3ac3c7b0fadd 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/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/base_vfw.env ArtifactUUID:dda6d8ea-9324-4495-bad4-9ff820edc1e4 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/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/base_vfw.env ArtifactUUID:dda6d8ea-9324-4495-bad4-9ff820edc1e4 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-24T15:15:39.659Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0d2730d4-9358-4fd6-abdf-8a6e48070708 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-24T15:15:39.695Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-24T15:15:39.696Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-03-24T15:15:39.696Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-03-24T15:15:39.697Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: e39c99af-be10-4f8e-a632-873722575387 from URL: /sdc/v1/catalog/services/Vfw20220324151239/1.0/artifacts/service-Vfw20220324151239-csar.csar 2022-03-24T15:15:39.697Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-03-24T15:15:39.697Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220324151239/1.0/artifacts/service-Vfw20220324151239-csar.csar 2022-03-24T15:15:39.931Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-03-24T15:15:39.936Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220324151239/1.0/artifacts/service-Vfw20220324151239-csar.csar e39c99af-be10-4f8e-a632-873722575387 98981 2022-03-24T15:15:39.936Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220324151239/1.0/artifacts/service-Vfw20220324151239-csar.csar ASDC sendASDCNotification 2022-03-24T15:15:39.936Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324151239/1.0/artifacts/service-Vfw20220324151239-csar.csar 2022-03-24T15:15:39.937Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-24T15:15:39.938Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-24T15:15:39.940Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-24T15:15:39.940Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "81ede76e-4cfb-4cdc-ab0d-4f524887d259", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648134939936, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324151239/1.0/artifacts/service-Vfw20220324151239-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-24T15:15:40.040Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-24T15:15:40.041Z||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-24T15:15:40.042Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:15:40.056Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:15:40.057Z||pool-42-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-24T15:15:40.942Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-24T15:15:40.943Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-03-24T15:15:40.944Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: e39c99af-be10-4f8e-a632-873722575387, URL: /sdc/v1/catalog/services/Vfw20220324151239/1.0/artifacts/service-Vfw20220324151239-csar.csar to file: /app/ASDC/1/service-Vfw20220324151239-csar.csar 2022-03-24T15:15:40.944Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220324151239-csar.csar 2022-03-24T15:15:40.945Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220324151239-csar.csar 2022-03-24T15:15:40.946Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220324151239-csar.csar 2022-03-24T15:15:41.161Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6464039998625578906/Definitions/service-Vfw20220324151239-template.yml Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided 2022-03-24T15:15:43.828Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-24T15:15:43.829Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-03-24T15:15:43.830Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220324151239-csar.csar 2022-03-24T15:15:43.831Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-03-24T15:15:43.831Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||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-Vfw20220324151239-csar.csar 2022-03-24T15:15:43.831Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||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-Vfw20220324151239-csar.csar 2022-03-24T15:15:43.831Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||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-Vfw20220324151239-csar.csar 2022-03-24T15:15:43.831Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220324151239-csar.csar 2022-03-24T15:15:43.831Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220324151239-csar.csar 2022-03-24T15:15:43.832Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||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-Vfw20220324151239-csar.csar 2022-03-24T15:15:43.832Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||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-Vfw20220324151239-csar.csar 2022-03-24T15:15:43.832Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||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-Vfw20220324151239-csar.csar 2022-03-24T15:15:43.832Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW d3eaefce-820a 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-Vfw20220324151239-csar.csar 2022-03-24T15:15:43.832Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220324151239-csar.csar 2022-03-24T15:15:43.832Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||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-Vfw20220324151239-csar.csar 2022-03-24T15:15:43.833Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220324151239-csar.csar 2022-03-24T15:15:43.833Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||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-Vfw20220324151239-csar.csar 2022-03-24T15:15:43.833Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-03-24T15:15:43.833Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:15:43.834Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-24 15-12-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-24T15:15:43.834Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template vFW d3eaefce-820a 0 is matching search criteria 2022-03-24T15:15:43.834Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-03-24T15:15:43.834Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW d3eaefce-820a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-24T15:15:43.835Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:15:43.835Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-24 15-12-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-24T15:15:43.835Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template vFW d3eaefce-820a 0 is matching search criteria 2022-03-24T15:15:43.835Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-03-24T15:15:43.836Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW d3eaefce-820a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-24T15:15:43.836Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:15:43.836Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-24 15-12-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-24T15:15:43.836Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:15:43.837Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template vFW d3eaefce-820a 0 is not matching search criteria 2022-03-24T15:15:43.837Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-24T15:15:43.837Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-24T15:15:43.837Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-24T15:15:43.837Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-24T15:15:43.837Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-24T15:15:43.838Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-24T15:15:43.838Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-24T15:15:43.838Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-24T15:15:43.838Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-24T15:15:43.838Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-24T15:15:43.839Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-24T15:15:43.839Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-24T15:15:43.839Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-24T15:15:43.839Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-24T15:15:43.839Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-24T15:15:43.839Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-24T15:15:43.839Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:15:43.840Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-24 15-12-39 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-24T15:15:43.840Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:15:43.840Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template vFW d3eaefce-820a 0 is matching search criteria 2022-03-24T15:15:43.840Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW d3eaefce-820a 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-24T15:15:43.840Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:15:43.841Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template vFW d3eaefce-820a 0 is matching search criteria 2022-03-24T15:15:43.841Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW d3eaefce-820a 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-24T15:15:43.841Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:15:43.841Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template vFW d3eaefce-820a 0 is matching search criteria 2022-03-24T15:15:43.841Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW d3eaefce-820a 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-24T15:15:43.841Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:15:43.841Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template vFW d3eaefce-820a 0 is not matching search criteria 2022-03-24T15:15:43.842Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-24T15:15:43.842Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-03-24T15:15:43.842Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-24T15:15:43.842Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-24T15:15:43.842Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-24T15:15:43.842Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-24T15:15:43.842Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-24T15:15:43.843Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-24T15:15:43.844Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-24T15:15:43.844Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-24T15:15:43.844Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-24T15:15:43.845Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=2ea6c1af-513d-40f2-8f1d-c9249ed83a46 2022-03-24T15:15:43.846Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:15:43.846Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template vFW d3eaefce-820a 0 is not matching search criteria 2022-03-24T15:15:43.846Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-24T15:15:43.847Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-24T15:15:43.847Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-24T15:15:43.847Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-24T15:15:43.848Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-24T15:15:43.848Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-24T15:15:43.848Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-24T15:15:43.849Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-03-24T15:15:43.849Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-24T15:15:43.849Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-24T15:15:43.849Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-24T15:15:43.849Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-24T15:15:43.849Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4f964e62-07a2-444c-ba01-5f4efc830213 2022-03-24T15:15:43.850Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:15:43.850Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template vFW d3eaefce-820a 0 is not matching search criteria 2022-03-24T15:15:43.850Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-24T15:15:43.850Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-24T15:15:43.850Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-24T15:15:43.851Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-24T15:15:43.851Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-24T15:15:43.851Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-24T15:15:43.851Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-24T15:15:43.851Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-24T15:15:43.852Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-24T15:15:43.852Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-24T15:15:43.852Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-24T15:15:43.852Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-03-24T15:15:43.852Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8988af14-a39d-4a67-8aa7-1ca2bbe778ae 2022-03-24T15:15:43.853Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:15:43.853Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-24 15-12-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-24T15:15:43.853Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:15:43.853Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-24 15-12-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-24T15:15:43.853Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:15:43.854Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-24 15-12-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-24T15:15:43.854Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:15:43.855Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-24 15-12-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-24T15:15:43.855Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-03-24 15-12-39 Description:catalog service description Model UUID:0d2730d4-9358-4fd6-abdf-8a6e48070708 Model Version:NULL Model InvariantUuid:09ad5112-d10f-44e2-9117-7b1b9e600707 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW d3eaefce-820a Model UUID:1b14a639-3cf7-4b36-acf2-aed672b4302e Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:411ea43f-f977-433e-9f15-0d6cf41913cc Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:492b3933-0bd5-4b6a-a80d-9b0c271a9a11 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:9b81d761-4d4a-4366-ba3c-df965ecca1cc ModelName:VfwD3eaefce820a..base_vfw..module-0 ModelUuid:b8666566-f195-4909-9d6d-ddb8982ca470 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:2ea6c1af-513d-40f2-8f1d-c9249ed83a46 ModelInvariantUuid:0d46d49d-303c-4f77-bcfb-b19ece865414 ModelName:vFW d3eaefce-820a-nodes.vfwCvfc ModelUuid:fafc477e-fd67-4028-91be-c20f23d1c6a4 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:94869b06-4f06-4c24-8f3b-87743002a788 ModelInvariantUuid:ab52b39f-4b20-4608-9183-d68eb1d8d12b ModelName:VfwD3eaefce820a.compute.nodes.heat.vfw ModelUuid:74cf3735-b033-4d60-ba44-98711df1b303 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:4f964e62-07a2-444c-ba01-5f4efc830213 ModelInvariantUuid:b2465b9e-8dae-4751-8d67-e8b55616c460 ModelName:vFW d3eaefce-820a-nodes.vsnCvfc ModelUuid:05583889-3baf-4ed7-bd70-2df631458566 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:e4735786-2ca6-4daf-ad48-d756233686c0 ModelInvariantUuid:8f2f873c-d5c5-46dc-8dca-b491c8ea5e42 ModelName:VfwD3eaefce820a.compute.nodes.heat.vsn ModelUuid:1a7e0174-b2ae-4338-92b3-909bb5b96c34 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:8988af14-a39d-4a67-8aa7-1ca2bbe778ae ModelInvariantUuid:70559b10-9a05-474a-83be-243bb5ee2b89 ModelName:vFW d3eaefce-820a-nodes.vpgCvfc ModelUuid:b29f8494-6e8b-4188-8d6e-15e60dbc19a8 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:8e8faf86-df60-4776-8fb7-09ef026cada0 ModelInvariantUuid:b084690a-9387-4f22-af39-ba3dbbfe934a ModelName:VfwD3eaefce820a.compute.nodes.heat.vpg ModelUuid:6939697c-221e-4bba-8028-0b5a2434572c 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-24T15:15:43.863Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 681a2d4c-32a5-484e-9f58-e9c4ae1624e6 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-24T15:15:43.867Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||vFW d3eaefce-820a 0 2022-03-24T15:15:43.868Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 681a2d4c-32a5-484e-9f58-e9c4ae1624e6 2022-03-24T15:15:43.868Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: f9f3b6d5-40f8-428f-b765-2e728cdeb061 from URL: /sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/vfwd3eaefce820a0_modules.json 2022-03-24T15:15:43.868Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-03-24T15:15:43.869Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/vfwd3eaefce820a0_modules.json 2022-03-24T15:15:43.952Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-03-24T15:15:43.953Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/vfwd3eaefce820a0_modules.json f9f3b6d5-40f8-428f-b765-2e728cdeb061 785 2022-03-24T15:15:43.953Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/vfwd3eaefce820a0_modules.json ASDC sendASDCNotification 2022-03-24T15:15:43.954Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/vfwd3eaefce820a0_modules.json 2022-03-24T15:15:43.954Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-24T15:15:43.955Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-24T15:15:43.957Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-24T15:15:43.957Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "81ede76e-4cfb-4cdc-ab0d-4f524887d259", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648134943953, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/vfwd3eaefce820a0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-24T15:15:44.058Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-24T15:15:44.059Z||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-24T15:15:44.059Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:15:44.073Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:15:44.074Z||pool-43-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-24T15:15:44.958Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwD3eaefce820a..base_vfw..module-0", "vfModuleModelInvariantUUID": "9b81d761-4d4a-4366-ba3c-df965ecca1cc", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b8666566-f195-4909-9d6d-ddb8982ca470", "vfModuleModelCustomizationUUID": "ab89152f-dab0-42ff-b490-dc1799c7bc97", "isBase": true, "artifacts": [ "4c9f1d10-a74d-4223-ac42-3ac3c7b0fadd", "dda6d8ea-9324-4495-bad4-9ff820edc1e4" ], "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-24T15:15:44.963Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwD3eaefce820a..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b8666566-f195-4909-9d6d-ddb8982ca470 VfModuleModelInvariantUUID:9b81d761-4d4a-4366-ba3c-df965ecca1cc VfModuleModelDescription:NULL Artifacts UUID List:{ 4c9f1d10-a74d-4223-ac42-3ac3c7b0fadd , dda6d8ea-9324-4495-bad4-9ff820edc1e4 } 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-24T15:15:44.966Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwD3eaefce820a..base_vfw..module-0", "vfModuleModelInvariantUUID": "9b81d761-4d4a-4366-ba3c-df965ecca1cc", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b8666566-f195-4909-9d6d-ddb8982ca470", "vfModuleModelCustomizationUUID": "ab89152f-dab0-42ff-b490-dc1799c7bc97", "isBase": true, "artifacts": [ "4c9f1d10-a74d-4223-ac42-3ac3c7b0fadd", "dda6d8ea-9324-4495-bad4-9ff820edc1e4" ], "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-24T15:15:44.966Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwD3eaefce820a..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b8666566-f195-4909-9d6d-ddb8982ca470 VfModuleModelInvariantUUID:9b81d761-4d4a-4366-ba3c-df965ecca1cc VfModuleModelDescription:NULL Artifacts UUID List:{ 4c9f1d10-a74d-4223-ac42-3ac3c7b0fadd , dda6d8ea-9324-4495-bad4-9ff820edc1e4 } 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-24T15:15:44.966Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 4c9f1d10-a74d-4223-ac42-3ac3c7b0fadd from URL: /sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/base_vfw.yaml 2022-03-24T15:15:44.966Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-03-24T15:15:44.967Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/base_vfw.yaml 2022-03-24T15:15:45.017Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-03-24T15:15:45.018Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/base_vfw.yaml 4c9f1d10-a74d-4223-ac42-3ac3c7b0fadd 20368 2022-03-24T15:15:45.018Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-03-24T15:15:45.018Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/base_vfw.yaml 2022-03-24T15:15:45.018Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-24T15:15:45.019Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-24T15:15:45.021Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-24T15:15:45.021Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "81ede76e-4cfb-4cdc-ab0d-4f524887d259", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648134945018, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-24T15:15:45.122Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-24T15:15:45.123Z||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-24T15:15:45.123Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:15:45.135Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:15:45.136Z||pool-44-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-24T15:15:46.023Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: dda6d8ea-9324-4495-bad4-9ff820edc1e4 from URL: /sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/base_vfw.env 2022-03-24T15:15:46.023Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-03-24T15:15:46.024Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/base_vfw.env 2022-03-24T15:15:46.078Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-03-24T15:15:46.079Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/base_vfw.env dda6d8ea-9324-4495-bad4-9ff820edc1e4 2098 2022-03-24T15:15:46.080Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-03-24T15:15:46.080Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/base_vfw.env 2022-03-24T15:15:46.080Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-24T15:15:46.081Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-24T15:15:46.083Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-24T15:15:46.083Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "81ede76e-4cfb-4cdc-ab0d-4f524887d259", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648134946080, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-24T15:15:46.183Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-24T15:15:46.185Z||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-24T15:15:46.185Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:15:46.204Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:15:46.205Z||pool-45-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-03-24T15:15:47.084Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 0d2730d4-9358-4fd6-abdf-8a6e48070708 2022-03-24T15:15:47.085Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW d3eaefce-820a 0 681a2d4c-32a5-484e-9f58-e9c4ae1624e6 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-24T15:15:47.104Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@460b8cc8, org.onap.sdc.toscaparser.api.parameters.Input@74f12f40, org.onap.sdc.toscaparser.api.parameters.Input@5f5dbbd7, org.onap.sdc.toscaparser.api.parameters.Input@35e62e60, org.onap.sdc.toscaparser.api.parameters.Input@2f1189d8] 2022-03-24T15:15:47.110Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:15:47.110Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-24 15-12-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-24T15:15:47.111Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2022-03-24T15:15:47.111Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 492b3933-0bd5-4b6a-a80d-9b0c271a9a11 2022-03-24T15:15:47.112Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 492b3933-0bd5-4b6a-a80d-9b0c271a9a11 matches Tosca VF Customization UUID: 492b3933-0bd5-4b6a-a80d-9b0c271a9a11 2022-03-24T15:15:47.112Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 492b3933-0bd5-4b6a-a80d-9b0c271a9a11 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-24T15:15:47.117Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:15:47.118Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-24 15-12-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-24T15:15:47.119Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 492b3933-0bd5-4b6a-a80d-9b0c271a9a11: {\"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-24T15:15:47.120Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@64471589 2022-03-24T15:15:47.121Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:15:47.121Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-24 15-12-39 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-24T15:15:47.122Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ab89152f-dab0-42ff-b490-dc1799c7bc97 2022-03-24T15:15:47.122Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ab89152f-dab0-42ff-b490-dc1799c7bc97 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-24T15:15:47.126Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:15:47.126Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template vFW d3eaefce-820a 0 is matching search criteria 2022-03-24T15:15:47.127Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW d3eaefce-820a 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-24T15:15:47.127Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:15:47.127Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template vFW d3eaefce-820a 0 is matching search criteria 2022-03-24T15:15:47.128Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW d3eaefce-820a 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-24T15:15:47.128Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:15:47.128Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template vFW d3eaefce-820a 0 is not matching search criteria 2022-03-24T15:15:47.128Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-24T15:15:47.128Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-03-24T15:15:47.129Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-24T15:15:47.129Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-24T15:15:47.129Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-24T15:15:47.129Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-24T15:15:47.129Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-24T15:15:47.129Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-24T15:15:47.130Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-24T15:15:47.130Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-24T15:15:47.130Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-24T15:15:47.130Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=2ea6c1af-513d-40f2-8f1d-c9249ed83a46 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-24T15:15:47.133Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:15:47.133Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template vFW d3eaefce-820a 0 is matching search criteria 2022-03-24T15:15:47.134Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW d3eaefce-820a 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-24T15:15:47.134Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:15:47.134Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template vFW d3eaefce-820a 0 is not matching search criteria 2022-03-24T15:15:47.134Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-24T15:15:47.134Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-24T15:15:47.134Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-24T15:15:47.135Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-24T15:15:47.135Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-24T15:15:47.135Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-24T15:15:47.135Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-24T15:15:47.135Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-03-24T15:15:47.135Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-24T15:15:47.136Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-24T15:15:47.136Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-24T15:15:47.136Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-24T15:15:47.136Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4f964e62-07a2-444c-ba01-5f4efc830213 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-24T15:15:47.139Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:15:47.139Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template vFW d3eaefce-820a 0 is matching search criteria 2022-03-24T15:15:47.139Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW d3eaefce-820a 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-24T15:15:47.139Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:15:47.140Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template vFW d3eaefce-820a 0 is not matching search criteria 2022-03-24T15:15:47.140Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-24T15:15:47.140Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-24T15:15:47.140Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-24T15:15:47.141Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-24T15:15:47.141Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-24T15:15:47.141Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-24T15:15:47.142Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-24T15:15:47.142Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-24T15:15:47.142Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-24T15:15:47.142Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-24T15:15:47.142Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-24T15:15:47.142Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-03-24T15:15:47.143Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8988af14-a39d-4a67-8aa7-1ca2bbe778ae 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-24T15:15:47.147Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:15:47.147Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template vFW d3eaefce-820a 0 is matching search criteria 2022-03-24T15:15:47.147Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW d3eaefce-820a 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-24T15:15:47.148Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:15:47.148Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template vFW d3eaefce-820a 0 is matching search criteria 2022-03-24T15:15:47.148Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW d3eaefce-820a 0] matching following query criteria: sdcType=VF, customizationUUID=492b3933-0bd5-4b6a-a80d-9b0c271a9a11 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-24T15:15:47.152Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:15:47.152Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-24 15-12-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-24T15:15:47.153Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 0d2730d4-9358-4fd6-abdf-8a6e48070708: vFW d3eaefce-820a 2022-03-24T15:15:47.153Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:15:47.153Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-24 15-12-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-24T15:15:47.154Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:15:47.154Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-24 15-12-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-24T15:15:47.154Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:15:47.154Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-24 15-12-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-24T15:15:47.155Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:15:47.155Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-24 15-12-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-24T15:15:47.155Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:15:47.156Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-24 15-12-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-24T15:15:47.156Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2022-03-24 15-12-39 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-24T15:15:47.347Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW d3eaefce-820a 681a2d4c-32a5-484e-9f58-e9c4ae1624e6 1 ASDC deployResourceStructure 2022-03-24T15:15:47.348Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/vfwd3eaefce820a0_modules.json ASDC sendASDCNotification 2022-03-24T15:15:47.348Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/vfwd3eaefce820a0_modules.json 2022-03-24T15:15:47.348Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-24T15:15:47.348Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-24T15:15:47.351Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-24T15:15:47.351Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "81ede76e-4cfb-4cdc-ab0d-4f524887d259", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648134947348, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/vfwd3eaefce820a0_modules.json", "status": "DEPLOY_OK" } 2022-03-24T15:15:47.451Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-24T15:15:47.452Z||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-24T15:15:47.453Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:15:47.465Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:15:47.466Z||pool-46-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-24T15:15:48.353Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-03-24T15:15:48.353Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/base_vfw.yaml 2022-03-24T15:15:48.354Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-24T15:15:48.354Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-24T15:15:48.356Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-24T15:15:48.356Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "81ede76e-4cfb-4cdc-ab0d-4f524887d259", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648134948353, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-03-24T15:15:48.456Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-24T15:15:48.458Z||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-24T15:15:48.458Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:15:48.479Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:15:48.480Z||pool-47-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2022-03-24T15:15:48.520Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:15:48.522Z||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-24T15:15:48.523Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T15:15:48.556Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:15:48.560Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-24T15:15:48.560Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648134845729, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-24T15:15:48.562Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:15:48.562Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-24T15:15:48.562Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648134846751, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:15:48.563Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-24T15:15:48.563Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-24T15:15:48.563Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648134846751, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/vfw25cc790a05810_modules.json", "status": "NOTIFIED" } 2022-03-24T15:15:48.564Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-24T15:15:48.564Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-24T15:15:48.564Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648134846751, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-24T15:15:48.564Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-24T15:15:48.565Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-24T15:15:48.568Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648134846751, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:15:48.569Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-24T15:15:48.569Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-24T15:15:48.569Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648134846751, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-24T15:15:48.570Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-24T15:15:48.570Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-24T15:15:48.570Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648134846751, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/artifacts/service-Vfw20220324150954-template.yml", "status": "NOT_NOTIFIED" } 2022-03-24T15:15:48.571Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-24T15:15:48.571Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-24T15:15:48.571Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648134846751, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/artifacts/service-Vfw20220324150954-csar.csar", "status": "NOTIFIED" } 2022-03-24T15:15:48.571Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-24T15:15:48.571Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-24T15:15:48.572Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648134858454, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/artifacts/service-Vfw20220324150954-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-24T15:15:48.572Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:15:48.572Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-24T15:15:48.572Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ede76e-4cfb-4cdc-ab0d-4f524887d259", "consumerID": "clamp", "timestamp": 1648134859229, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:15:48.573Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-24T15:15:48.573Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-24T15:15:48.573Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ede76e-4cfb-4cdc-ab0d-4f524887d259", "consumerID": "ves-openapi-manager", "timestamp": 1648134853219, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:15:48.577Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-24T15:15:48.577Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-24T15:15:48.578Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ede76e-4cfb-4cdc-ab0d-4f524887d259", "consumerID": "cds", "timestamp": 1648134855916, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:15:48.578Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-24T15:15:48.578Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-24T15:15:48.578Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ede76e-4cfb-4cdc-ab0d-4f524887d259", "consumerID": "multicloud-k8s-id", "timestamp": 1648134858207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:15:48.579Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-24T15:15:48.579Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-24T15:15:48.579Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648134862853, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/vfw25cc790a05810_modules.json", "status": "DOWNLOAD_OK" } 2022-03-24T15:15:48.580Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:15:48.580Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-24T15:15:48.580Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ede76e-4cfb-4cdc-ab0d-4f524887d259", "consumerID": "clamp", "timestamp": 1648134859229, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/vfwd3eaefce820a0_modules.json", "status": "NOTIFIED" } 2022-03-24T15:15:48.580Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-24T15:15:48.580Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-24T15:15:48.581Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ede76e-4cfb-4cdc-ab0d-4f524887d259", "consumerID": "cds", "timestamp": 1648134855916, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/vfwd3eaefce820a0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-24T15:15:48.581Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-24T15:15:48.581Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-24T15:15:48.581Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ede76e-4cfb-4cdc-ab0d-4f524887d259", "consumerID": "ves-openapi-manager", "timestamp": 1648134853219, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/vfwd3eaefce820a0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-24T15:15:48.582Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-24T15:15:48.583Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-24T15:15:48.583Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ede76e-4cfb-4cdc-ab0d-4f524887d259", "consumerID": "multicloud-k8s-id", "timestamp": 1648134858207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/vfwd3eaefce820a0_modules.json", "status": "NOTIFIED" } 2022-03-24T15:15:48.583Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-24T15:15:48.583Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-24T15:15:48.585Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ede76e-4cfb-4cdc-ab0d-4f524887d259", "consumerID": "policy-id", "timestamp": 1648134862598, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:15:48.586Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-24T15:15:48.586Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-24T15:15:48.586Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ede76e-4cfb-4cdc-ab0d-4f524887d259", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648134863404, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:15:48.586Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-24T15:15:48.586Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-24T15:15:48.586Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648134864062, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-24T15:15:48.586Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:15:48.587Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-24T15:15:48.587Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ede76e-4cfb-4cdc-ab0d-4f524887d259", "consumerID": "clamp", "timestamp": 1648134859229, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-24T15:15:48.587Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-24T15:15:48.587Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-24T15:15:48.587Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ede76e-4cfb-4cdc-ab0d-4f524887d259", "consumerID": "ves-openapi-manager", "timestamp": 1648134853219, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-24T15:15:48.587Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-24T15:15:48.587Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-24T15:15:48.587Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ede76e-4cfb-4cdc-ab0d-4f524887d259", "consumerID": "cds", "timestamp": 1648134855916, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-24T15:15:48.588Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-24T15:15:48.588Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-24T15:15:48.588Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ede76e-4cfb-4cdc-ab0d-4f524887d259", "consumerID": "multicloud-k8s-id", "timestamp": 1648134858207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-24T15:15:48.588Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-24T15:15:48.588Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-24T15:15:48.588Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ede76e-4cfb-4cdc-ab0d-4f524887d259", "consumerID": "policy-id", "timestamp": 1648134862598, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/vfwd3eaefce820a0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-24T15:15:48.588Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-24T15:15:48.588Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-24T15:15:48.589Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ede76e-4cfb-4cdc-ab0d-4f524887d259", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648134863404, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/vfwd3eaefce820a0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-24T15:15:48.589Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-24T15:15:48.589Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-24T15:15:48.589Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648134865244, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-24T15:15:48.589Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:15:48.589Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-24T15:15:48.590Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ede76e-4cfb-4cdc-ab0d-4f524887d259", "consumerID": "clamp", "timestamp": 1648134859229, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:15:48.590Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-24T15:15:48.590Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-24T15:15:48.590Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ede76e-4cfb-4cdc-ab0d-4f524887d259", "consumerID": "cds", "timestamp": 1648134855916, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:15:48.590Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-24T15:15:48.590Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-24T15:15:48.591Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ede76e-4cfb-4cdc-ab0d-4f524887d259", "consumerID": "ves-openapi-manager", "timestamp": 1648134853219, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:15:48.591Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-24T15:15:48.591Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-24T15:15:48.591Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ede76e-4cfb-4cdc-ab0d-4f524887d259", "consumerID": "multicloud-k8s-id", "timestamp": 1648134858207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:15:48.591Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-24T15:15:48.591Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-24T15:15:48.592Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ede76e-4cfb-4cdc-ab0d-4f524887d259", "consumerID": "policy-id", "timestamp": 1648134862598, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-24T15:15:48.592Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-24T15:15:48.592Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-24T15:15:48.592Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ede76e-4cfb-4cdc-ab0d-4f524887d259", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648134863404, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-24T15:15:48.592Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-24T15:15:48.592Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-24T15:15:48.593Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ede76e-4cfb-4cdc-ab0d-4f524887d259", "consumerID": "clamp", "timestamp": 1648134859229, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-24T15:15:48.593Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-24T15:15:48.593Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-24T15:15:48.593Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ede76e-4cfb-4cdc-ab0d-4f524887d259", "consumerID": "cds", "timestamp": 1648134855916, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-24T15:15:48.593Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-24T15:15:48.593Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-24T15:15:48.593Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ede76e-4cfb-4cdc-ab0d-4f524887d259", "consumerID": "ves-openapi-manager", "timestamp": 1648134853219, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-24T15:15:48.594Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-24T15:15:48.594Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-24T15:15:48.594Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ede76e-4cfb-4cdc-ab0d-4f524887d259", "consumerID": "multicloud-k8s-id", "timestamp": 1648134858207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-24T15:15:48.594Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-24T15:15:48.594Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-24T15:15:48.594Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ede76e-4cfb-4cdc-ab0d-4f524887d259", "consumerID": "policy-id", "timestamp": 1648134862598, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:15:48.595Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-24T15:15:48.595Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-24T15:15:48.595Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648134866543, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/vfw25cc790a05810_modules.json", "status": "DEPLOY_OK" } 2022-03-24T15:15:48.595Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:15:48.595Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-24T15:15:48.595Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ede76e-4cfb-4cdc-ab0d-4f524887d259", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648134863404, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:15:48.596Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-24T15:15:48.596Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-24T15:15:48.596Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ede76e-4cfb-4cdc-ab0d-4f524887d259", "consumerID": "clamp", "timestamp": 1648134859229, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324151239/1.0/artifacts/service-Vfw20220324151239-template.yml", "status": "NOT_NOTIFIED" } 2022-03-24T15:15:48.596Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-24T15:15:48.596Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-24T15:15:48.596Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ede76e-4cfb-4cdc-ab0d-4f524887d259", "consumerID": "cds", "timestamp": 1648134855916, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324151239/1.0/artifacts/service-Vfw20220324151239-template.yml", "status": "NOT_NOTIFIED" } 2022-03-24T15:15:48.596Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-24T15:15:48.597Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-24T15:15:48.597Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ede76e-4cfb-4cdc-ab0d-4f524887d259", "consumerID": "ves-openapi-manager", "timestamp": 1648134853219, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324151239/1.0/artifacts/service-Vfw20220324151239-template.yml", "status": "NOT_NOTIFIED" } 2022-03-24T15:15:48.597Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-24T15:15:48.597Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-24T15:15:48.597Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ede76e-4cfb-4cdc-ab0d-4f524887d259", "consumerID": "multicloud-k8s-id", "timestamp": 1648134858207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324151239/1.0/artifacts/service-Vfw20220324151239-template.yml", "status": "NOT_NOTIFIED" } 2022-03-24T15:15:48.597Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-24T15:15:48.598Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-24T15:15:48.598Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ede76e-4cfb-4cdc-ab0d-4f524887d259", "consumerID": "policy-id", "timestamp": 1648134862598, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-24T15:15:48.598Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-24T15:15:48.598Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-24T15:15:48.598Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648134867549, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-03-24T15:15:48.599Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:15:48.599Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-24T15:15:48.599Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ede76e-4cfb-4cdc-ab0d-4f524887d259", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648134863404, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-24T15:15:48.599Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-24T15:15:48.599Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-24T15:15:48.599Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ede76e-4cfb-4cdc-ab0d-4f524887d259", "consumerID": "clamp", "timestamp": 1648134859229, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324151239/1.0/artifacts/service-Vfw20220324151239-csar.csar", "status": "NOTIFIED" } 2022-03-24T15:15:48.600Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-24T15:15:48.600Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-24T15:15:48.600Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ede76e-4cfb-4cdc-ab0d-4f524887d259", "consumerID": "cds", "timestamp": 1648134855916, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324151239/1.0/artifacts/service-Vfw20220324151239-csar.csar", "status": "NOTIFIED" } 2022-03-24T15:15:48.600Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-24T15:15:48.600Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-24T15:15:48.600Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ede76e-4cfb-4cdc-ab0d-4f524887d259", "consumerID": "ves-openapi-manager", "timestamp": 1648134853219, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324151239/1.0/artifacts/service-Vfw20220324151239-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-24T15:15:48.600Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-24T15:15:48.601Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-24T15:15:48.601Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ede76e-4cfb-4cdc-ab0d-4f524887d259", "consumerID": "multicloud-k8s-id", "timestamp": 1648134858207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324151239/1.0/artifacts/service-Vfw20220324151239-csar.csar", "status": "NOTIFIED" } 2022-03-24T15:15:48.601Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-24T15:15:48.601Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-24T15:15:48.601Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ede76e-4cfb-4cdc-ab0d-4f524887d259", "consumerID": "policy-id", "timestamp": 1648134862598, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324151239/1.0/artifacts/service-Vfw20220324151239-template.yml", "status": "NOT_NOTIFIED" } 2022-03-24T15:15:48.602Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-24T15:15:48.602Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-24T15:15:48.602Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648134868562, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-03-24T15:15:48.602Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:15:48.602Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-24T15:15:48.602Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ede76e-4cfb-4cdc-ab0d-4f524887d259", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648134863404, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324151239/1.0/artifacts/service-Vfw20220324151239-template.yml", "status": "NOT_NOTIFIED" } 2022-03-24T15:15:48.603Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-24T15:15:48.603Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-24T15:15:48.603Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ede76e-4cfb-4cdc-ab0d-4f524887d259", "consumerID": "policy-id", "timestamp": 1648134862598, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324151239/1.0/artifacts/service-Vfw20220324151239-csar.csar", "status": "NOTIFIED" } 2022-03-24T15:15:48.603Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-24T15:15:48.603Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-24T15:15:48.603Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ede76e-4cfb-4cdc-ab0d-4f524887d259", "consumerID": "cds", "timestamp": 1648134869240, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324151239/1.0/artifacts/service-Vfw20220324151239-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-24T15:15:48.603Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:15:48.603Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-24T15:15:48.603Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648134869567, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/artifacts/service-Vfw20220324150954-csar.csar", "status": "DEPLOY_OK" } 2022-03-24T15:15:48.604Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:15:48.604Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-24T15:15:48.604Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ede76e-4cfb-4cdc-ab0d-4f524887d259", "consumerID": "multicloud-k8s-id", "timestamp": 1648134868541, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/vfwd3eaefce820a0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-24T15:15:48.604Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:15:48.604Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-24T15:15:48.604Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ede76e-4cfb-4cdc-ab0d-4f524887d259", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648134863404, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324151239/1.0/artifacts/service-Vfw20220324151239-csar.csar", "status": "NOTIFIED" } 2022-03-24T15:15:48.604Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-24T15:15:48.604Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-24T15:15:48.605Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ede76e-4cfb-4cdc-ab0d-4f524887d259", "consumerID": "cds", "timestamp": 1648134870248, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324151239/1.0/artifacts/service-Vfw20220324151239-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-24T15:15:48.616Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 81ede76e-4cfb-4cdc-ab0d-4f524887d259 2022-03-24T15:15:48.616Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81ede76e-4cfb-4cdc-ab0d-4f524887d259 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-24T15:15:48.633Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-24T15:15:48.633Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ede76e-4cfb-4cdc-ab0d-4f524887d259", "consumerID": "policy-id", "timestamp": 1648134870360, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324151239/1.0/artifacts/service-Vfw20220324151239-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-24T15:15:48.633Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:15:48.633Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-24T15:15:48.634Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ede76e-4cfb-4cdc-ab0d-4f524887d259", "consumerID": "multicloud-k8s-id", "timestamp": 1648134869647, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-24T15:15:48.634Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:15:48.634Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-24T15:15:48.634Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ede76e-4cfb-4cdc-ab0d-4f524887d259", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648134871217, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324151239/1.0/artifacts/service-Vfw20220324151239-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-24T15:15:48.634Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:15:48.635Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-24T15:15:48.635Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ede76e-4cfb-4cdc-ab0d-4f524887d259", "consumerID": "policy-id", "timestamp": 1648134871365, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324151239/1.0/artifacts/service-Vfw20220324151239-csar.csar", "status": "DEPLOY_OK" } 2022-03-24T15:15:48.635Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:15:48.635Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-24T15:15:48.635Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ede76e-4cfb-4cdc-ab0d-4f524887d259", "consumerID": "multicloud-k8s-id", "timestamp": 1648134870789, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-24T15:15:48.636Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:15:48.636Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-24T15:15:48.636Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ede76e-4cfb-4cdc-ab0d-4f524887d259", "consumerID": "policy-id", "timestamp": 1648134872368, "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-24T15:15:48.643Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 81ede76e-4cfb-4cdc-ab0d-4f524887d259 2022-03-24T15:15:48.643Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81ede76e-4cfb-4cdc-ab0d-4f524887d259 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-24T15:15:48.655Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-24T15:15:48.655Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ede76e-4cfb-4cdc-ab0d-4f524887d259", "consumerID": "multicloud-k8s-id", "timestamp": 1648134871814, "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-24T15:15:48.669Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 81ede76e-4cfb-4cdc-ab0d-4f524887d259 2022-03-24T15:15:48.669Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81ede76e-4cfb-4cdc-ab0d-4f524887d259 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-24T15:15:48.678Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-24T15:15:48.679Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ede76e-4cfb-4cdc-ab0d-4f524887d259", "consumerID": "multicloud-k8s-id", "timestamp": 1648134872817, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/vfwd3eaefce820a0_modules.json", "status": "DEPLOY_OK" } 2022-03-24T15:15:48.679Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:15:48.679Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-24T15:15:48.679Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ede76e-4cfb-4cdc-ab0d-4f524887d259", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648134875247, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324151239/1.0/artifacts/service-Vfw20220324151239-csar.csar", "status": "DEPLOY_OK" } 2022-03-24T15:15:48.680Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:15:48.680Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-24T15:15:48.680Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ede76e-4cfb-4cdc-ab0d-4f524887d259", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648134876252, "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-24T15:15:48.686Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 81ede76e-4cfb-4cdc-ab0d-4f524887d259 2022-03-24T15:15:48.686Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81ede76e-4cfb-4cdc-ab0d-4f524887d259 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-24T15:15:48.699Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-24T15:15:48.699Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ede76e-4cfb-4cdc-ab0d-4f524887d259", "consumerID": "clamp", "timestamp": 1648134877589, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324151239/1.0/artifacts/service-Vfw20220324151239-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-24T15:15:48.699Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:15:48.700Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-24T15:15:48.700Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ede76e-4cfb-4cdc-ab0d-4f524887d259", "consumerID": "aai-ml", "timestamp": 1648134878426, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:15:48.700Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-24T15:15:48.701Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-24T15:15:48.701Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ede76e-4cfb-4cdc-ab0d-4f524887d259", "consumerID": "clamp", "timestamp": 1648134878605, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324151239/1.0/artifacts/service-Vfw20220324151239-csar.csar", "status": "DEPLOY_OK" } 2022-03-24T15:15:48.701Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:15:48.701Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-24T15:15:48.701Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ede76e-4cfb-4cdc-ab0d-4f524887d259", "consumerID": "aai-ml", "timestamp": 1648134878426, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/vfwd3eaefce820a0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-24T15:15:48.701Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-24T15:15:48.701Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-24T15:15:48.704Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ede76e-4cfb-4cdc-ab0d-4f524887d259", "consumerID": "clamp", "timestamp": 1648134879609, "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-24T15:15:48.710Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 81ede76e-4cfb-4cdc-ab0d-4f524887d259 2022-03-24T15:15:48.710Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81ede76e-4cfb-4cdc-ab0d-4f524887d259 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-24T15:15:48.719Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-24T15:15:48.719Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ede76e-4cfb-4cdc-ab0d-4f524887d259", "consumerID": "aai-ml", "timestamp": 1648134878426, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-24T15:15:48.720Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-24T15:15:48.720Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-24T15:15:48.720Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ede76e-4cfb-4cdc-ab0d-4f524887d259", "consumerID": "aai-ml", "timestamp": 1648134878426, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:15:48.720Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-24T15:15:48.720Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-24T15:15:48.720Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ede76e-4cfb-4cdc-ab0d-4f524887d259", "consumerID": "aai-ml", "timestamp": 1648134878426, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-24T15:15:48.720Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-24T15:15:48.721Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-24T15:15:48.721Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ede76e-4cfb-4cdc-ab0d-4f524887d259", "consumerID": "aai-ml", "timestamp": 1648134878426, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324151239/1.0/artifacts/service-Vfw20220324151239-template.yml", "status": "NOT_NOTIFIED" } 2022-03-24T15:15:48.721Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-24T15:15:48.721Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-24T15:15:48.721Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ede76e-4cfb-4cdc-ab0d-4f524887d259", "consumerID": "aai-ml", "timestamp": 1648134878426, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324151239/1.0/artifacts/service-Vfw20220324151239-csar.csar", "status": "NOTIFIED" } 2022-03-24T15:15:48.721Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-24T15:15:48.721Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-24T15:15:48.721Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ede76e-4cfb-4cdc-ab0d-4f524887d259", "consumerID": "aai-ml", "timestamp": 1648134886165, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324151239/1.0/artifacts/service-Vfw20220324151239-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-24T15:15:48.722Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:15:49.358Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-03-24T15:15:49.358Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/base_vfw.env 2022-03-24T15:15:49.358Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-24T15:15:49.359Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-24T15:15:49.361Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-24T15:15:49.361Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "81ede76e-4cfb-4cdc-ab0d-4f524887d259", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648134949358, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-03-24T15:15:49.461Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-24T15:15:49.462Z||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-24T15:15:49.462Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:15:49.476Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:15:49.478Z||pool-48-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-03-24T15:15:50.362Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220324151239/1.0/artifacts/service-Vfw20220324151239-csar.csar ASDC sendASDCNotification 2022-03-24T15:15:50.363Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324151239/1.0/artifacts/service-Vfw20220324151239-csar.csar 2022-03-24T15:15:50.363Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-24T15:15:50.363Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-24T15:15:50.366Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-24T15:15:50.366Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "81ede76e-4cfb-4cdc-ab0d-4f524887d259", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648134950362, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324151239/1.0/artifacts/service-Vfw20220324151239-csar.csar", "status": "DEPLOY_OK" } 2022-03-24T15:15:50.466Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-24T15:15:50.467Z||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-24T15:15:50.467Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:15:50.482Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:15:50.483Z||pool-49-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-24T15:15:51.367Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 81ede76e-4cfb-4cdc-ab0d-4f524887d259 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T15:15:51.383Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 81ede76e-4cfb-4cdc-ab0d-4f524887d259 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-24T15:15:51.388Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-24T15:15:51.388Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-24T15:15:51.388Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-24T15:16:21.389Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 81ede76e-4cfb-4cdc-ab0d-4f524887d259 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T15:16:21.403Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 81ede76e-4cfb-4cdc-ab0d-4f524887d259 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-24T15:16:21.409Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-24T15:16:21.410Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-24T15:16:21.410Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-24T15:16:48.521Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:16:48.522Z||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-24T15:16:48.523Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T15:16:48.556Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:16:48.558Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-24T15:16:48.558Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ede76e-4cfb-4cdc-ab0d-4f524887d259", "consumerID": "aai-ml", "timestamp": 1648134898912, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324151239/1.0/artifacts/service-Vfw20220324151239-csar.csar", "status": "DEPLOY_OK" } 2022-03-24T15:16:48.560Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:16:48.560Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-24T15:16:48.560Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ede76e-4cfb-4cdc-ab0d-4f524887d259", "consumerID": "aai-ml", "timestamp": 1648134899918, "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-24T15:16:48.571Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 81ede76e-4cfb-4cdc-ab0d-4f524887d259 2022-03-24T15:16:48.572Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81ede76e-4cfb-4cdc-ab0d-4f524887d259 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-24T15:16:48.583Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-24T15:16:48.583Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648134930966, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-24T15:16:48.584Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:16:48.584Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-24T15:16:48.585Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ede76e-4cfb-4cdc-ab0d-4f524887d259", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648134931982, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:16:48.585Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-24T15:16:48.585Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-24T15:16:48.586Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ede76e-4cfb-4cdc-ab0d-4f524887d259", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648134931982, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/vfwd3eaefce820a0_modules.json", "status": "NOTIFIED" } 2022-03-24T15:16:48.586Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-24T15:16:48.586Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-24T15:16:48.586Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ede76e-4cfb-4cdc-ab0d-4f524887d259", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648134931982, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-24T15:16:48.587Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-24T15:16:48.587Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-24T15:16:48.587Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ede76e-4cfb-4cdc-ab0d-4f524887d259", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648134931982, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:16:48.588Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-24T15:16:48.588Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-24T15:16:48.588Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ede76e-4cfb-4cdc-ab0d-4f524887d259", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648134931982, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-24T15:16:48.589Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-24T15:16:48.590Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-24T15:16:48.590Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ede76e-4cfb-4cdc-ab0d-4f524887d259", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648134931982, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324151239/1.0/artifacts/service-Vfw20220324151239-template.yml", "status": "NOT_NOTIFIED" } 2022-03-24T15:16:48.590Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-24T15:16:48.591Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-24T15:16:48.591Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ede76e-4cfb-4cdc-ab0d-4f524887d259", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648134931982, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324151239/1.0/artifacts/service-Vfw20220324151239-csar.csar", "status": "NOTIFIED" } 2022-03-24T15:16:48.591Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-24T15:16:48.592Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-24T15:16:48.592Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ede76e-4cfb-4cdc-ab0d-4f524887d259", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648134939936, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324151239/1.0/artifacts/service-Vfw20220324151239-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-24T15:16:48.592Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:16:48.593Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-24T15:16:48.593Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ede76e-4cfb-4cdc-ab0d-4f524887d259", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648134943953, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/vfwd3eaefce820a0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-24T15:16:48.594Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:16:48.594Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-24T15:16:48.594Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ede76e-4cfb-4cdc-ab0d-4f524887d259", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648134945018, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-24T15:16:48.595Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:16:48.595Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-24T15:16:48.595Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ede76e-4cfb-4cdc-ab0d-4f524887d259", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648134946080, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-24T15:16:48.596Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:16:48.596Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-24T15:16:48.596Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ede76e-4cfb-4cdc-ab0d-4f524887d259", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648134947348, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/vfwd3eaefce820a0_modules.json", "status": "DEPLOY_OK" } 2022-03-24T15:16:48.597Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:16:48.597Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-24T15:16:48.598Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ede76e-4cfb-4cdc-ab0d-4f524887d259", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648134948353, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-03-24T15:16:48.598Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:16:51.410Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 81ede76e-4cfb-4cdc-ab0d-4f524887d259 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T15:16:51.426Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 81ede76e-4cfb-4cdc-ab0d-4f524887d259 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-24T15:16:51.430Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-24T15:16:51.430Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-24T15:16:51.430Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-24T15:16:51.430Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-24T15:16:51.431Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-24T15:16:51.431Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-24T15:16:51.431Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-24T15:16:51.431Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-24T15:16:51.431Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-24T15:16:51.431Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-24T15:16:51.431Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||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-24T15:16:51.437Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-24T15:17:21.438Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 81ede76e-4cfb-4cdc-ab0d-4f524887d259 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-24T15:17:21.448Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 81ede76e-4cfb-4cdc-ab0d-4f524887d259 and serviceModelVersionId: 0d2730d4-9358-4fd6-abdf-8a6e48070708 2022-03-24T15:17:21.448Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 09ad5112-d10f-44e2-9117-7b1b9e600707 2022-03-24T15:17:21.450Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/09ad5112-d10f-44e2-9117-7b1b9e600707/model-vers/model-ver/0d2730d4-9358-4fd6-abdf-8a6e48070708?depth=0 2022-03-24T15:17:21.455Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-03-24T15:17:21.537Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/09ad5112-d10f-44e2-9117-7b1b9e600707/model-vers/model-ver/0d2730d4-9358-4fd6-abdf-8a6e48070708?depth=0|INFO|500||Invoke 2022-03-24T15:17:21.538Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/09ad5112-d10f-44e2-9117-7b1b9e600707/model-vers/model-ver/0d2730d4-9358-4fd6-abdf-8a6e48070708?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/09ad5112-d10f-44e2-9117-7b1b9e600707/model-vers/model-ver/0d2730d4-9358-4fd6-abdf-8a6e48070708?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[81ede76e-4cfb-4cdc-ab0d-4f524887d259], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[bb1fca0e-490b-45de-a82b-42e788826d19], X-ECOMP-RequestID=[81ede76e-4cfb-4cdc-ab0d-4f524887d259], X-TransactionId=[], X-ONAP-RequestID=[81ede76e-4cfb-4cdc-ab0d-4f524887d259], Content-Type=[application/merge-patch+json]} 2022-03-24T15:17:21.573Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/09ad5112-d10f-44e2-9117-7b1b9e600707/model-vers/model-ver/0d2730d4-9358-4fd6-abdf-8a6e48070708?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-24T15:17:21.857Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/09ad5112-d10f-44e2-9117-7b1b9e600707/model-vers/model-ver/0d2730d4-9358-4fd6-abdf-8a6e48070708?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/09ad5112-d10f-44e2-9117-7b1b9e600707/model-vers/model-ver/0d2730d4-9358-4fd6-abdf-8a6e48070708?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220324-15:17:20:135-99027], vertex-id=[372864], Content-Length=[0], Date=[Thu, 24 Mar 2022 15:17:20 GMT], Content-Type=[application/json]} 2022-03-24T15:17:21.857Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/09ad5112-d10f-44e2-9117-7b1b9e600707/model-vers/model-ver/0d2730d4-9358-4fd6-abdf-8a6e48070708?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-24T15:17:21.858Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/09ad5112-d10f-44e2-9117-7b1b9e600707/model-vers/model-ver/0d2730d4-9358-4fd6-abdf-8a6e48070708?depth=0|INFO|500||InvokeReturn 2022-03-24T15:17:21.858Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-24T15:17:21.858Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||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-24T15:17:21.864Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||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-24T15:17:21.865Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 81ede76e-4cfb-4cdc-ab0d-4f524887d259 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-24T15:17:21.866Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-24T15:17:21.868Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-24T15:17:21.872Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-24T15:17:21.872Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "81ede76e-4cfb-4cdc-ab0d-4f524887d259", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135041865, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-24T15:17:21.972Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-24T15:17:21.973Z||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-24T15:17:21.973Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:17:21.988Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:17:21.989Z||pool-50-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-24T15:17:22.886Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:17:22.886Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-24T15:17:22.886Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:17:32.433Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:17:32.434Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:17:32.435Z||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-24T15:17:32.436Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T15:17:42.018Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:17:42.019Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:17:42.020Z||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-24T15:17:42.020Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T15:17:48.520Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:17:48.521Z||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-24T15:17:48.522Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T15:17:48.545Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:17:48.546Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-24T15:17:48.546Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ede76e-4cfb-4cdc-ab0d-4f524887d259", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648134949358, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-03-24T15:17:48.548Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:17:48.548Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-24T15:17:48.549Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ede76e-4cfb-4cdc-ab0d-4f524887d259", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648134950362, "artifactURL": "/sdc/v1/catalog/services/Vfw20220324151239/1.0/artifacts/service-Vfw20220324151239-csar.csar", "status": "DEPLOY_OK" } 2022-03-24T15:17:48.550Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:17:51.571Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:17:51.572Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:17:51.572Z||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-24T15:17:51.572Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T15:18:01.146Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:18:01.147Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:18:01.149Z||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-24T15:18:01.150Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T15:18:10.693Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:18:10.695Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:18:10.696Z||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-24T15:18:10.696Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T15:18:20.256Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:18:48.479Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:18:48.480Z||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-24T15:18:48.480Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T15:18:48.520Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:18:48.521Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|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-24T15:18:48.522Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|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 7BFfJxg258V1RqHZ) ... 2022-03-24T15:18:49.051Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:18:49.052Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-24T15:18:49.052Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ede76e-4cfb-4cdc-ab0d-4f524887d259", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135041865, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-24T15:18:49.056Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:18:58.028Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:19:48.479Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:19:48.480Z||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-24T15:19:48.480Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T15:19:48.520Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:19:48.522Z||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-24T15:19:48.522Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T15:19:58.039Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:19:58.120Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:20:48.479Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:20:48.480Z||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-24T15:20:48.480Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T15:20:48.520Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:20:48.522Z||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-24T15:20:48.522Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T15:20:58.028Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:20:58.100Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:21:48.479Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:21:48.480Z||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-24T15:21:48.480Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T15:21:48.520Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:21:48.521Z||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-24T15:21:48.521Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T15:21:58.030Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:21:58.064Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:22:48.479Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:22:48.480Z||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-24T15:22:48.481Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T15:22:48.521Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:22:48.522Z||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-24T15:22:48.522Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T15:22:58.047Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:22:58.122Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:23:48.479Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:23:48.481Z||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-24T15:23:48.481Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T15:23:48.520Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:23:48.521Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|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-24T15:23:48.521Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|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 7BFfJxg258V1RqHZ) ... 2022-03-24T15:23:49.117Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:23:49.118Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-24T15:23:49.118Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"7c5edd3c-1819-47ac-a912-48f54667d81d","serviceDescription":"service","serviceInvariantUUID":"973580bc-07a8-44ae-a440-734b70cedfde","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"246af6ac-bdae-4315-92a5-71359058b397","resourceInvariantUUID":"05ad116c-53cd-4b85-8090-8ef0d4b0823d","resourceCustomizationUUID":"190ebe29-eef7-4d2a-aafe-2546f0d93d20","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":"M2FmZWRiNjI0Njc4YjE3MDgwOGZmNDk2NzJkNTk4NjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d0ca08d9-e417-4a31-b9af-66e0d7b2b73a","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NDNhYjQ3OGIyMzRlN2IxZjFjNGRiZDAyOTMyNDg3YjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3dab1f8d-1826-464f-8d51-ad96cec65d79","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-24T15:23:49.121Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-24T15:23:49.122Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-24T15:23:49.125Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-24T15:23:49.125Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135428479, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-24T15:23:49.155Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:23:49.156Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-24T15:23:49.156Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7", "consumerID": "cds", "timestamp": 1648135410916, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-24T15:23:49.158Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-24T15:23:49.158Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-24T15:23:49.158Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7", "consumerID": "ves-openapi-manager", "timestamp": 1648135413219, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-24T15:23:49.158Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-24T15:23:49.159Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-24T15:23:49.159Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7", "consumerID": "cds", "timestamp": 1648135410916, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-24T15:23:49.159Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-24T15:23:49.159Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-24T15:23:49.159Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7", "consumerID": "ves-openapi-manager", "timestamp": 1648135413219, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-24T15:23:49.160Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-24T15:23:49.160Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-24T15:23:49.160Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7", "consumerID": "cds", "timestamp": 1648135417844, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-24T15:23:49.160Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:23:49.160Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-24T15:23:49.160Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7", "consumerID": "cds", "timestamp": 1648135418850, "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-24T15:23:49.185Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7 2022-03-24T15:23:49.185Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7 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-24T15:23:49.206Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-24T15:23:49.207Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7", "consumerID": "aai-ml", "timestamp": 1648135418426, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-24T15:23:49.207Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-24T15:23:49.207Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-24T15:23:49.207Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7", "consumerID": "multicloud-k8s-id", "timestamp": 1648135418206, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-24T15:23:49.207Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-24T15:23:49.208Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-24T15:23:49.208Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7", "consumerID": "aai-ml", "timestamp": 1648135418426, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-24T15:23:49.208Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-24T15:23:49.208Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-24T15:23:49.208Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7", "consumerID": "multicloud-k8s-id", "timestamp": 1648135418206, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-24T15:23:49.208Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-24T15:23:49.209Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-24T15:23:49.209Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7", "consumerID": "aai-ml", "timestamp": 1648135421230, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-24T15:23:49.209Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:23:49.209Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-24T15:23:49.209Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7", "consumerID": "policy-id", "timestamp": 1648135422598, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-24T15:23:49.210Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-24T15:23:49.210Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-24T15:23:49.210Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7", "consumerID": "policy-id", "timestamp": 1648135422598, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-24T15:23:49.210Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-24T15:23:49.210Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-24T15:23:49.210Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7", "consumerID": "policy-id", "timestamp": 1648135425563, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-24T15:23:49.211Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:23:49.211Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-24T15:23:49.211Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7", "consumerID": "policy-id", "timestamp": 1648135426568, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-24T15:23:49.211Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:23:49.211Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-24T15:23:49.211Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7", "consumerID": "aai-ml", "timestamp": 1648135426720, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-24T15:23:49.212Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:23:49.212Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-24T15:23:49.212Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7", "consumerID": "policy-id", "timestamp": 1648135427571, "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-24T15:23:49.218Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7 2022-03-24T15:23:49.218Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7 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-24T15:23:49.226Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-24T15:23:49.226Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-24T15:23:49.226Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7", "consumerID": "aai-ml", "timestamp": 1648135427724, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } 2022-03-24T15:23:49.227Z||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-24T15:23:49.227Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ... Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T15:23:49.231Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7 2022-03-24T15:23:49.231Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7 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-24T15:23:49.243Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:23:49.243Z||pool-51-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-03-24T15:23:50.126Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-24T15:23:50.127Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-24T15:23:50.129Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-24T15:23:50.129Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135428479, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-24T15:23:50.233Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2022-03-24T15:23:50.235Z||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-24T15:23:50.235Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:23:50.247Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:23:50.248Z||pool-52-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-03-24T15:23:51.131Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "7c5edd3c-1819-47ac-a912-48f54667d81d", "serviceDescription": "service", "serviceInvariantUUID": "973580bc-07a8-44ae-a440-734b70cedfde", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "190ebe29-eef7-4d2a-aafe-2546f0d93d20", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "246af6ac-bdae-4315-92a5-71359058b397", "resourceInvariantUUID": "05ad116c-53cd-4b85-8090-8ef0d4b0823d", "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": "NDNhYjQ3OGIyMzRlN2IxZjFjNGRiZDAyOTMyNDg3YjM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3dab1f8d-1826-464f-8d51-ad96cec65d79" } ], "workloadContext": "Production" } 2022-03-24T15:23:51.132Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-24T15:23:51.132Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7c5edd3c-1819-47ac-a912-48f54667d81d ASDC 2022-03-24T15:23:51.133Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:7c5edd3c-1819-47ac-a912-48f54667d81d ServiceInvariantUUID:973580bc-07a8-44ae-a440-734b70cedfde 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:3dab1f8d-1826-464f-8d51-ad96cec65d79 ArtifactChecksum:NDNhYjQ3OGIyMzRlN2IxZjFjNGRiZDAyOTMyNDg3YjM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:190ebe29-eef7-4d2a-aafe-2546f0d93d20 ResourceInvariantUUID:05ad116c-53cd-4b85-8090-8ef0d4b0823d ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:246af6ac-bdae-4315-92a5-71359058b397 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-03-24T15:23:51.134Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7c5edd3c-1819-47ac-a912-48f54667d81d 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-24T15:23:51.176Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-24T15:23:51.177Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-03-24T15:23:51.178Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-03-24T15:23:51.178Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 3dab1f8d-1826-464f-8d51-ad96cec65d79 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-03-24T15:23:51.178Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-03-24T15:23:51.178Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-03-24T15:23:51.385Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-03-24T15:23:51.389Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 3dab1f8d-1826-464f-8d51-ad96cec65d79 52505 2022-03-24T15:23:51.389Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||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-24T15:23:51.389Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||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-24T15:23:51.389Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-24T15:23:51.390Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-24T15:23:51.397Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-24T15:23:51.397Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135431389, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-24T15:23:51.493Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-03-24T15:23:51.494Z||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-24T15:23:51.494Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:23:51.507Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:23:51.508Z||pool-53-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-24T15:23:52.402Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-24T15:23:52.404Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-03-24T15:23:52.404Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 3dab1f8d-1826-464f-8d51-ad96cec65d79, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-24T15:23:52.405Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-03-24T15:23:52.405Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-24T15:23:52.405Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-24T15:23:52.584Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1457104070857328764/Definitions/service-BasicNetwork-template.yml 2022-03-24T15:23:53.332Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-24T15:23:53.333Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-03-24T15:23:53.333Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-24T15:23:53.333Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-03-24T15:23:53.334Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||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-24T15:23:53.334Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||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-24T15:23:53.334Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||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-24T15:23:53.334Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||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-24T15:23:53.334Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-24T15:23:53.335Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||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-24T15:23:53.335Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||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-24T15:23:53.335Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||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-24T15:23:53.335Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-03-24T15:23:53.336Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:23:53.336Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-24T15:23:53.336Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-03-24T15:23:53.337Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-03-24T15:23:53.337Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-24T15:23:53.338Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:23:53.338Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-24T15:23:53.338Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-03-24T15:23:53.339Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-03-24T15:23:53.339Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-24T15:23:53.339Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:23:53.339Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-24T15:23:53.340Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:23:53.340Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-24T15:23:53.341Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:23:53.341Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-24T15:23:53.341Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:23:53.342Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-24T15:23:53.342Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:23:53.342Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-24T15:23:53.342Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:7c5edd3c-1819-47ac-a912-48f54667d81d Model Version:NULL Model InvariantUuid:973580bc-07a8-44ae-a440-734b70cedfde Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:05ad116c-53cd-4b85-8090-8ef0d4b0823d Model UUID:56e39a1e-ea70-4712-9f93-aabe0eabb2ac Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:190ebe29-eef7-4d2a-aafe-2546f0d93d20 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-24T15:23:53.351Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||INFO|500||Processing Resource Type: VL, Model UUID: 246af6ac-bdae-4315-92a5-71359058b397 2022-03-24T15:23:53.351Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||INFO|500||No resources found for Service: 7c5edd3c-1819-47ac-a912-48f54667d81d 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-24T15:23:53.358Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||INFO|500|| 2022-03-24T15:23:53.359Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-03-24T15:23:53.360Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 7c5edd3c-1819-47ac-a912-48f54667d81d 2022-03-24T15:23:53.360Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 7c5edd3c-1819-47ac-a912-48f54667d81d 2022-03-24T15:23:53.360Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-03-24T15:23:53.360Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||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-24T15:23:53.366Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@417e2d27, org.onap.sdc.toscaparser.api.parameters.Input@c1e022b, org.onap.sdc.toscaparser.api.parameters.Input@75d8bfe1, org.onap.sdc.toscaparser.api.parameters.Input@2745a70, org.onap.sdc.toscaparser.api.parameters.Input@32d3480c] 2022-03-24T15:23:53.368Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:23:53.368Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-24T15:23:53.369Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:23:53.369Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-24T15:23:53.369Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 7c5edd3c-1819-47ac-a912-48f54667d81d: Generic NeutronNet 2022-03-24T15:23:53.370Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:23:53.370Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-24T15:23:53.370Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:23:53.371Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||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-24T15:23:53.411Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:23:53.412Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-24T15:23:53.412Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:23:53.412Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-24T15:23:53.413Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:23:53.413Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-24T15:23:53.413Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||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-24T15:23:53.469Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-03-24T15:23:53.469Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||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-24T15:23:53.469Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||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-24T15:23:53.470Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-24T15:23:53.470Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-24T15:23:53.472Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-24T15:23:53.472Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135433469, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-24T15:23:53.575Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-03-24T15:23:53.576Z||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-24T15:23:53.576Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:23:53.595Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:23:53.595Z||pool-54-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-03-24T15:23:54.473Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T15:23:54.490Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-24T15:23:54.494Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-24T15:23:54.494Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-24T15:23:54.494Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-24T15:23:54.494Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-24T15:24:24.497Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T15:24:24.509Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-24T15:24:24.513Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-24T15:24:24.513Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-24T15:24:24.514Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-24T15:24:24.514Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-24T15:24:48.520Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:24:48.521Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|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-24T15:24:48.522Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|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 7BFfJxg258V1RqHZ) ... 2022-03-24T15:24:48.648Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:24:48.649Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-24T15:24:48.649Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135428479, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-24T15:24:48.650Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-24T15:24:54.514Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T15:24:54.528Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-24T15:24:54.531Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-24T15:24:54.531Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-24T15:24:54.532Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-24T15:24:54.532Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-24T15:25:24.532Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T15:25:24.546Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-24T15:25:24.549Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-24T15:25:24.549Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-24T15:25:24.550Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-24T15:25:24.550Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-24T15:25:48.521Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:25:48.522Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|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-24T15:25:48.522Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|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 7BFfJxg258V1RqHZ) ... 2022-03-24T15:25:48.555Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:25:48.556Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-24T15:25:48.556Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135428479, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-24T15:25:48.557Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-24T15:25:48.557Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-24T15:25:48.557Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7", "consumerID": "clamp", "timestamp": 1648135429231, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-24T15:25:48.557Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-24T15:25:48.558Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-24T15:25:48.558Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135431389, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-24T15:25:48.558Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:25:48.558Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-24T15:25:48.558Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7", "consumerID": "clamp", "timestamp": 1648135429231, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-24T15:25:48.558Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-24T15:25:48.558Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-24T15:25:48.558Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135433469, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-24T15:25:48.558Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:25:48.558Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-24T15:25:48.559Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648135433404, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-24T15:25:48.559Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-24T15:25:48.559Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-24T15:25:48.559Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648135433404, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-24T15:25:48.559Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-24T15:25:48.559Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-24T15:25:48.559Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648135436248, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-24T15:25:48.559Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:25:48.560Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-24T15:25:48.560Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648135438079, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-24T15:25:48.560Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:25:48.560Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-24T15:25:48.560Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648135439083, "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-24T15:25:48.571Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7 2022-03-24T15:25:48.571Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7 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-24T15:25:48.585Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-24T15:25:48.586Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7", "consumerID": "clamp", "timestamp": 1648135438057, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-24T15:25:48.586Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:25:48.586Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-24T15:25:48.586Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7", "consumerID": "clamp", "timestamp": 1648135439073, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-24T15:25:48.587Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:25:48.587Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-24T15:25:48.587Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7", "consumerID": "clamp", "timestamp": 1648135440076, "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-24T15:25:48.593Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7 2022-03-24T15:25:48.593Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7 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-24T15:25:54.551Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T15:25:54.571Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-24T15:25:54.578Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-24T15:25:54.579Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-24T15:25:54.579Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-24T15:25:54.580Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-24T15:25:54.580Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-24T15:25:54.580Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-24T15:25:54.581Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-24T15:25:54.581Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-24T15:25:54.581Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-24T15:25:54.582Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-24T15:25:54.582Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-24T15:25:54.598Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-24T15:26:24.598Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7 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-24T15:26:24.608Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7 and serviceModelVersionId: 7c5edd3c-1819-47ac-a912-48f54667d81d 2022-03-24T15:26:24.608Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 973580bc-07a8-44ae-a440-734b70cedfde 2022-03-24T15:26:24.610Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/973580bc-07a8-44ae-a440-734b70cedfde/model-vers/model-ver/7c5edd3c-1819-47ac-a912-48f54667d81d?depth=0 2022-03-24T15:26:24.620Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-03-24T15:26:24.710Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/973580bc-07a8-44ae-a440-734b70cedfde/model-vers/model-ver/7c5edd3c-1819-47ac-a912-48f54667d81d?depth=0|INFO|500||Invoke 2022-03-24T15:26:24.711Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/973580bc-07a8-44ae-a440-734b70cedfde/model-vers/model-ver/7c5edd3c-1819-47ac-a912-48f54667d81d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/973580bc-07a8-44ae-a440-734b70cedfde/model-vers/model-ver/7c5edd3c-1819-47ac-a912-48f54667d81d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6d2e5b76-90b1-43ec-a0eb-e185a4c04dfb], X-ECOMP-RequestID=[21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7], X-TransactionId=[], X-ONAP-RequestID=[21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7], Content-Type=[application/merge-patch+json]} 2022-03-24T15:26:24.744Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/973580bc-07a8-44ae-a440-734b70cedfde/model-vers/model-ver/7c5edd3c-1819-47ac-a912-48f54667d81d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-24T15:26:25.089Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/973580bc-07a8-44ae-a440-734b70cedfde/model-vers/model-ver/7c5edd3c-1819-47ac-a912-48f54667d81d?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/973580bc-07a8-44ae-a440-734b70cedfde/model-vers/model-ver/7c5edd3c-1819-47ac-a912-48f54667d81d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220324-15:26:23:265-64023], vertex-id=[442456], Content-Length=[0], Date=[Thu, 24 Mar 2022 15:26:23 GMT], Content-Type=[application/json]} 2022-03-24T15:26:25.089Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/973580bc-07a8-44ae-a440-734b70cedfde/model-vers/model-ver/7c5edd3c-1819-47ac-a912-48f54667d81d?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-24T15:26:25.090Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/973580bc-07a8-44ae-a440-734b70cedfde/model-vers/model-ver/7c5edd3c-1819-47ac-a912-48f54667d81d?depth=0|INFO|500||InvokeReturn 2022-03-24T15:26:25.091Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-24T15:26:25.092Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-24T15:26:25.099Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-24T15:26:25.099Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-24T15:26:25.100Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-24T15:26:25.100Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-24T15:26:25.117Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-24T15:26:25.117Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135585099, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-24T15:26:25.217Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-24T15:26:25.219Z||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-24T15:26:25.219Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:26:25.233Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:26:25.234Z||pool-55-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-24T15:26:26.134Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:26:26.135Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|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-24T15:26:26.135Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|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 7BFfJxg258V1RqHZ) ... 2022-03-24T15:26:30.510Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:26:30.511Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-24T15:26:30.512Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"384a7f40-b941-473b-870d-7c664adafd34","serviceName":"Demo_pNF_kLJeAXJRMquuIjwOBX7t","serviceVersion":"1.0","serviceUUID":"77834026-b86c-4a94-94db-f40bf6399c23","serviceDescription":"catalog service description","serviceInvariantUUID":"f45aa63d-bf1b-4b7d-84cc-d3f88c2034a3","resources":[{"resourceInstanceName":"pNF 24072532-7897 0","resourceName":"pNF 24072532-7897","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"8264ee56-fb0d-4c5b-90c6-19ff7dce183d","resourceInvariantUUID":"953d0249-435f-4064-9278-c2b87678c7dd","resourceCustomizationUUID":"c8fa0892-e699-485e-8787-5ddcc155891d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKljeaxjrmquuijwobx7t/1.0/resourceInstances/pnf2407253278970/artifacts/vf-license-model.xml","artifactChecksum":"ZmI2MWYxNmQ3OWIwNDUzMmIxOTQ3MTg2MWZlMGMzYzY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"96cac3c2-0b01-41d1-97c7-cd49470b92cd","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKljeaxjrmquuijwobx7t/1.0/resourceInstances/pnf2407253278970/artifacts/pNF.csar","artifactChecksum":"NDliZGVkNWU0ODU5NjU3NDAwYWI1ZTM5YmZjZmZiNzc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e0718bad-c1d5-432f-b459-38a92f4d48c6","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKljeaxjrmquuijwobx7t/1.0/resourceInstances/pnf2407253278970/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"69651b3a-7965-4fde-94a1-1ef0e5f9933b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKljeaxjrmquuijwobx7t/1.0/resourceInstances/pnf2407253278970/artifacts/vendor-license-model.xml","artifactChecksum":"MTA3MDM3MGFlNTY2MWI4ODIwMTY4MTg0ODU5NzVkY2M\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"34c32a1a-0cbe-4f1a-9173-de408b5f6e89","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfKljeaxjrmquuijwobx7t/1.0/resourceInstances/pnf2407253278970/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"806134b3-2359-4c56-8f14-784744787e1f","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfKljeaxjrmquuijwobx7t/1.0/resourceInstances/pnf2407253278970/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"00f92d4a-2d1c-40fb-a282-ea43155b688c","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfKljeaxjrmquuijwobx7t-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKljeaxjrmquuijwobx7t/1.0/artifacts/service-DemoPnfKljeaxjrmquuijwobx7t-template.yml","artifactChecksum":"MTkwOTc0NzUxZjNkOTVlYzRiM2IwNGY2N2ZmMGUwNTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"56daef1b-ded1-457d-b08e-ccbf166c818c","artifactVersion":"1"},{"artifactName":"service-DemoPnfKljeaxjrmquuijwobx7t-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfKljeaxjrmquuijwobx7t/1.0/artifacts/service-DemoPnfKljeaxjrmquuijwobx7t-csar.csar","artifactChecksum":"NWJmMTU4MDdhZGU1MGRhYzVmY2M4NGU5NzU0YWI2MmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"db4f1a0d-e192-4ee6-9ec9-79e8911e0e45","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-24T15:26:30.517Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-24T15:26:30.518Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-24T15:26:30.521Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-24T15:26:30.521Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "384a7f40-b941-473b-870d-7c664adafd34", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135586134, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKljeaxjrmquuijwobx7t/1.0/resourceInstances/pnf2407253278970/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:26:30.621Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-24T15:26:30.622Z||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-24T15:26:30.622Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:26:30.642Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:26:30.643Z||pool-56-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-03-24T15:26:31.522Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-24T15:26:31.523Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-24T15:26:31.528Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-24T15:26:31.528Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "384a7f40-b941-473b-870d-7c664adafd34", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135586134, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKljeaxjrmquuijwobx7t/1.0/resourceInstances/pnf2407253278970/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-24T15:26:31.627Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-24T15:26:31.629Z||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-24T15:26:31.629Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:26:31.642Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:26:31.643Z||pool-57-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-24T15:26:32.529Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-24T15:26:32.530Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-24T15:26:32.533Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-24T15:26:32.534Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "384a7f40-b941-473b-870d-7c664adafd34", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135586134, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKljeaxjrmquuijwobx7t/1.0/resourceInstances/pnf2407253278970/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-24T15:26:32.634Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-24T15:26:32.635Z||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-24T15:26:32.635Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:26:32.647Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:26:32.648Z||pool-58-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-24T15:26:33.534Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-24T15:26:33.535Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-24T15:26:33.538Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-24T15:26:33.539Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "384a7f40-b941-473b-870d-7c664adafd34", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135586134, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKljeaxjrmquuijwobx7t/1.0/resourceInstances/pnf2407253278970/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:26:33.639Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-24T15:26:33.640Z||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-24T15:26:33.640Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:26:33.654Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:26:33.654Z||pool-59-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-24T15:26:34.540Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-24T15:26:34.542Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-24T15:26:34.547Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-24T15:26:34.547Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "384a7f40-b941-473b-870d-7c664adafd34", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135586134, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKljeaxjrmquuijwobx7t/1.0/resourceInstances/pnf2407253278970/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-24T15:26:34.645Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-03-24T15:26:34.646Z||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-24T15:26:34.647Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:26:34.659Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:26:34.660Z||pool-60-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-24T15:26:35.549Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-24T15:26:35.549Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-24T15:26:35.553Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-24T15:26:35.553Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "384a7f40-b941-473b-870d-7c664adafd34", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135586134, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKljeaxjrmquuijwobx7t/1.0/resourceInstances/pnf2407253278970/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-24T15:26:35.652Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-03-24T15:26:35.654Z||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-24T15:26:35.654Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:26:35.668Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:26:35.669Z||pool-61-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-24T15:26:36.554Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-24T15:26:36.555Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-24T15:26:36.558Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-24T15:26:36.558Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "384a7f40-b941-473b-870d-7c664adafd34", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135586134, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKljeaxjrmquuijwobx7t/1.0/artifacts/service-DemoPnfKljeaxjrmquuijwobx7t-template.yml", "status": "NOT_NOTIFIED" } 2022-03-24T15:26:36.658Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-24T15:26:36.660Z||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-24T15:26:36.660Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:26:36.674Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:26:36.675Z||pool-62-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-24T15:26:37.559Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-24T15:26:37.560Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-24T15:26:37.562Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-24T15:26:37.562Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "384a7f40-b941-473b-870d-7c664adafd34", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135586134, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKljeaxjrmquuijwobx7t/1.0/artifacts/service-DemoPnfKljeaxjrmquuijwobx7t-csar.csar", "status": "NOTIFIED" } 2022-03-24T15:26:37.662Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-24T15:26:37.663Z||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-24T15:26:37.664Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:26:37.676Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:26:37.677Z||pool-63-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-24T15:26:38.563Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "384a7f40-b941-473b-870d-7c664adafd34", "serviceName": "Demo_pNF_kLJeAXJRMquuIjwOBX7t", "serviceVersion": "1.0", "serviceUUID": "77834026-b86c-4a94-94db-f40bf6399c23", "serviceDescription": "catalog service description", "serviceInvariantUUID": "f45aa63d-bf1b-4b7d-84cc-d3f88c2034a3", "resources": [ { "resourceInstanceName": "pNF 24072532-7897 0", "resourceCustomizationUUID": "c8fa0892-e699-485e-8787-5ddcc155891d", "resourceName": "pNF 24072532-7897", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "8264ee56-fb0d-4c5b-90c6-19ff7dce183d", "resourceInvariantUUID": "953d0249-435f-4064-9278-c2b87678c7dd", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfKljeaxjrmquuijwobx7t-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfKljeaxjrmquuijwobx7t/1.0/artifacts/service-DemoPnfKljeaxjrmquuijwobx7t-csar.csar", "artifactChecksum": "NWJmMTU4MDdhZGU1MGRhYzVmY2M4NGU5NzU0YWI2MmI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "db4f1a0d-e192-4ee6-9ec9-79e8911e0e45" } ], "workloadContext": "Production" } 2022-03-24T15:26:38.564Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-24T15:26:38.564Z|21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 77834026-b86c-4a94-94db-f40bf6399c23 ASDC 2022-03-24T15:26:38.565Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:384a7f40-b941-473b-870d-7c664adafd34 ServiceName:Demo_pNF_kLJeAXJRMquuIjwOBX7t ServiceVersion:1.0 ServiceUUID:77834026-b86c-4a94-94db-f40bf6399c23 ServiceInvariantUUID:f45aa63d-bf1b-4b7d-84cc-d3f88c2034a3 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfKljeaxjrmquuijwobx7t-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfKljeaxjrmquuijwobx7t/1.0/artifacts/service-DemoPnfKljeaxjrmquuijwobx7t-csar.csar ArtifactUUID:db4f1a0d-e192-4ee6-9ec9-79e8911e0e45 ArtifactChecksum:NWJmMTU4MDdhZGU1MGRhYzVmY2M4NGU5NzU0YWI2MmI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 24072532-7897 0 ResourceCustomizationUUID:c8fa0892-e699-485e-8787-5ddcc155891d ResourceInvariantUUID:953d0249-435f-4064-9278-c2b87678c7dd ResourceName:pNF 24072532-7897 ResourceType:PNF ResourceUUID:8264ee56-fb0d-4c5b-90c6-19ff7dce183d ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-03-24T15:26:38.565Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 77834026-b86c-4a94-94db-f40bf6399c23 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-24T15:26:38.611Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-24T15:26:38.612Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-03-24T15:26:38.612Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-03-24T15:26:38.612Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: db4f1a0d-e192-4ee6-9ec9-79e8911e0e45 from URL: /sdc/v1/catalog/services/DemoPnfKljeaxjrmquuijwobx7t/1.0/artifacts/service-DemoPnfKljeaxjrmquuijwobx7t-csar.csar 2022-03-24T15:26:38.612Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-03-24T15:26:38.613Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfKljeaxjrmquuijwobx7t/1.0/artifacts/service-DemoPnfKljeaxjrmquuijwobx7t-csar.csar 2022-03-24T15:26:38.961Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-03-24T15:26:38.965Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfKljeaxjrmquuijwobx7t/1.0/artifacts/service-DemoPnfKljeaxjrmquuijwobx7t-csar.csar db4f1a0d-e192-4ee6-9ec9-79e8911e0e45 82664 2022-03-24T15:26:38.966Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfKljeaxjrmquuijwobx7t/1.0/artifacts/service-DemoPnfKljeaxjrmquuijwobx7t-csar.csar ASDC sendASDCNotification 2022-03-24T15:26:38.966Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfKljeaxjrmquuijwobx7t/1.0/artifacts/service-DemoPnfKljeaxjrmquuijwobx7t-csar.csar 2022-03-24T15:26:38.966Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-24T15:26:38.966Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-24T15:26:38.968Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-24T15:26:38.968Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "384a7f40-b941-473b-870d-7c664adafd34", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135598966, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKljeaxjrmquuijwobx7t/1.0/artifacts/service-DemoPnfKljeaxjrmquuijwobx7t-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-24T15:26:39.069Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-24T15:26:39.070Z||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-24T15:26:39.070Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:26:39.081Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:26:39.082Z||pool-64-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-24T15:26:39.969Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-24T15:26:39.970Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-03-24T15:26:39.971Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: db4f1a0d-e192-4ee6-9ec9-79e8911e0e45, URL: /sdc/v1/catalog/services/DemoPnfKljeaxjrmquuijwobx7t/1.0/artifacts/service-DemoPnfKljeaxjrmquuijwobx7t-csar.csar to file: /app/ASDC/1/service-DemoPnfKljeaxjrmquuijwobx7t-csar.csar 2022-03-24T15:26:39.971Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfKljeaxjrmquuijwobx7t-csar.csar 2022-03-24T15:26:39.972Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfKljeaxjrmquuijwobx7t-csar.csar 2022-03-24T15:26:39.972Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfKljeaxjrmquuijwobx7t-csar.csar 2022-03-24T15:26:40.286Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4890125381014539260/Definitions/service-DemoPnfKljeaxjrmquuijwobx7t-template.yml 2022-03-24T15:26:41.404Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-24T15:26:41.404Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-03-24T15:26:41.404Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfKljeaxjrmquuijwobx7t-csar.csar 2022-03-24T15:26:41.404Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-03-24T15:26:41.404Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 24072532-7897 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-DemoPnfKljeaxjrmquuijwobx7t-csar.csar 2022-03-24T15:26:41.404Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfKljeaxjrmquuijwobx7t-csar.csar 2022-03-24T15:26:41.405Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfKljeaxjrmquuijwobx7t-csar.csar 2022-03-24T15:26:41.405Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfKljeaxjrmquuijwobx7t-csar.csar 2022-03-24T15:26:41.405Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfKljeaxjrmquuijwobx7t-csar.csar 2022-03-24T15:26:41.405Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfKljeaxjrmquuijwobx7t-csar.csar 2022-03-24T15:26:41.405Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfKljeaxjrmquuijwobx7t-csar.csar 2022-03-24T15:26:41.405Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-03-24T15:26:41.405Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:26:41.405Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_kLJeAXJRMquuIjwOBX7t is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-24T15:26:41.406Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||DEBUG|500||Node template pNF 24072532-7897 0 is matching search criteria 2022-03-24T15:26:41.406Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-03-24T15:26:41.406Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 24072532-7897 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-24T15:26:41.406Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:26:41.406Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_kLJeAXJRMquuIjwOBX7t is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-24T15:26:41.407Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||DEBUG|500||Node template pNF 24072532-7897 0 is matching search criteria 2022-03-24T15:26:41.407Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-03-24T15:26:41.407Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 24072532-7897 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-24T15:26:41.407Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:26:41.407Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_kLJeAXJRMquuIjwOBX7t is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-24T15:26:41.407Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:26:41.408Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_kLJeAXJRMquuIjwOBX7t is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-24T15:26:41.408Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:26:41.408Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_kLJeAXJRMquuIjwOBX7t is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-24T15:26:41.408Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:26:41.408Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_kLJeAXJRMquuIjwOBX7t is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-24T15:26:41.408Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:26:41.409Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_kLJeAXJRMquuIjwOBX7t is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-24T15:26:41.409Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_kLJeAXJRMquuIjwOBX7t Description:catalog service description Model UUID:77834026-b86c-4a94-94db-f40bf6399c23 Model Version:NULL Model InvariantUuid:f45aa63d-bf1b-4b7d-84cc-d3f88c2034a3 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-24T15:26:41.419Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 8264ee56-fb0d-4c5b-90c6-19ff7dce183d 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-24T15:26:41.423Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||INFO|500||pNF 24072532-7897 0 2022-03-24T15:26:41.424Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 8264ee56-fb0d-4c5b-90c6-19ff7dce183d 2022-03-24T15:26:41.424Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 77834026-b86c-4a94-94db-f40bf6399c23 2022-03-24T15:26:41.424Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 77834026-b86c-4a94-94db-f40bf6399c23 2022-03-24T15:26:41.424Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 24072532-7897 0 8264ee56-fb0d-4c5b-90c6-19ff7dce183d 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-24T15:26:41.433Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3e477159, org.onap.sdc.toscaparser.api.parameters.Input@61f15712, org.onap.sdc.toscaparser.api.parameters.Input@10333e23, org.onap.sdc.toscaparser.api.parameters.Input@22ea3756, org.onap.sdc.toscaparser.api.parameters.Input@27a247eb] 2022-03-24T15:26:41.433Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:26:41.433Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_kLJeAXJRMquuIjwOBX7t is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-24T15:26:41.434Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 77834026-b86c-4a94-94db-f40bf6399c23: pNF 24072532-7897 2022-03-24T15:26:41.434Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||INFO|500||Processing PNF resource: 8264ee56-fb0d-4c5b-90c6-19ff7dce183d 2022-03-24T15:26:41.434Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:26:41.434Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_kLJeAXJRMquuIjwOBX7t is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-24T15:26:41.435Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||INFO|500||Resource customization UUID: c8fa0892-e699-485e-8787-5ddcc155891d is the same as notified resource customizationUUID: c8fa0892-e699-485e-8787-5ddcc155891d 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-24T15:26:41.490Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 24072532-7897 8264ee56-fb0d-4c5b-90c6-19ff7dce183d 0 ASDC deployResourceStructure 2022-03-24T15:26:41.491Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfKljeaxjrmquuijwobx7t/1.0/artifacts/service-DemoPnfKljeaxjrmquuijwobx7t-csar.csar ASDC sendASDCNotification 2022-03-24T15:26:41.491Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfKljeaxjrmquuijwobx7t/1.0/artifacts/service-DemoPnfKljeaxjrmquuijwobx7t-csar.csar 2022-03-24T15:26:41.491Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-24T15:26:41.491Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-24T15:26:41.493Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-24T15:26:41.493Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "384a7f40-b941-473b-870d-7c664adafd34", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135601491, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKljeaxjrmquuijwobx7t/1.0/artifacts/service-DemoPnfKljeaxjrmquuijwobx7t-csar.csar", "status": "DEPLOY_OK" } 2022-03-24T15:26:41.594Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-24T15:26:41.596Z||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-24T15:26:41.597Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:26:41.611Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:26:41.612Z||pool-65-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-24T15:26:42.494Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 384a7f40-b941-473b-870d-7c664adafd34 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T15:26:42.504Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 384a7f40-b941-473b-870d-7c664adafd34 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-24T15:26:42.505Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-24T15:26:42.506Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-24T15:26:42.506Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-24T15:26:48.521Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:26:48.522Z||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-24T15:26:48.522Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T15:26:48.556Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:26:48.558Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:26:48.558Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "384a7f40-b941-473b-870d-7c664adafd34", "consumerID": "ves-openapi-manager", "timestamp": 1648135513219, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKljeaxjrmquuijwobx7t/1.0/resourceInstances/pnf2407253278970/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:26:48.559Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:26:48.560Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:26:48.560Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "384a7f40-b941-473b-870d-7c664adafd34", "consumerID": "cds", "timestamp": 1648135515916, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKljeaxjrmquuijwobx7t/1.0/resourceInstances/pnf2407253278970/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:26:48.560Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:26:48.561Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:26:48.561Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "384a7f40-b941-473b-870d-7c664adafd34", "consumerID": "aai-ml", "timestamp": 1648135508427, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKljeaxjrmquuijwobx7t/1.0/resourceInstances/pnf2407253278970/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:26:48.561Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:26:48.561Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:26:48.561Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "384a7f40-b941-473b-870d-7c664adafd34", "consumerID": "ves-openapi-manager", "timestamp": 1648135513219, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKljeaxjrmquuijwobx7t/1.0/resourceInstances/pnf2407253278970/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-24T15:26:48.561Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:26:48.561Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:26:48.561Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "384a7f40-b941-473b-870d-7c664adafd34", "consumerID": "aai-ml", "timestamp": 1648135508427, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKljeaxjrmquuijwobx7t/1.0/resourceInstances/pnf2407253278970/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-24T15:26:48.561Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:26:48.562Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:26:48.562Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "384a7f40-b941-473b-870d-7c664adafd34", "consumerID": "cds", "timestamp": 1648135515916, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKljeaxjrmquuijwobx7t/1.0/resourceInstances/pnf2407253278970/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-24T15:26:48.562Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:26:48.562Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:26:48.562Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "384a7f40-b941-473b-870d-7c664adafd34", "consumerID": "multicloud-k8s-id", "timestamp": 1648135518206, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKljeaxjrmquuijwobx7t/1.0/resourceInstances/pnf2407253278970/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:26:48.562Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:26:48.563Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:26:48.563Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "384a7f40-b941-473b-870d-7c664adafd34", "consumerID": "ves-openapi-manager", "timestamp": 1648135513219, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKljeaxjrmquuijwobx7t/1.0/resourceInstances/pnf2407253278970/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-24T15:26:48.563Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:26:48.563Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:26:48.563Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "384a7f40-b941-473b-870d-7c664adafd34", "consumerID": "aai-ml", "timestamp": 1648135508427, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKljeaxjrmquuijwobx7t/1.0/resourceInstances/pnf2407253278970/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-24T15:26:48.564Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:26:48.564Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:26:48.564Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "384a7f40-b941-473b-870d-7c664adafd34", "consumerID": "cds", "timestamp": 1648135515916, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKljeaxjrmquuijwobx7t/1.0/resourceInstances/pnf2407253278970/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-24T15:26:48.564Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:26:48.565Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:26:48.565Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "384a7f40-b941-473b-870d-7c664adafd34", "consumerID": "multicloud-k8s-id", "timestamp": 1648135518206, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKljeaxjrmquuijwobx7t/1.0/resourceInstances/pnf2407253278970/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-24T15:26:48.565Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:26:48.565Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:26:48.566Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "384a7f40-b941-473b-870d-7c664adafd34", "consumerID": "clamp", "timestamp": 1648135519230, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKljeaxjrmquuijwobx7t/1.0/resourceInstances/pnf2407253278970/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:26:48.566Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:26:48.566Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:26:48.566Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "384a7f40-b941-473b-870d-7c664adafd34", "consumerID": "ves-openapi-manager", "timestamp": 1648135513219, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKljeaxjrmquuijwobx7t/1.0/resourceInstances/pnf2407253278970/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:26:48.566Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:26:48.566Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:26:48.567Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "384a7f40-b941-473b-870d-7c664adafd34", "consumerID": "aai-ml", "timestamp": 1648135508427, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKljeaxjrmquuijwobx7t/1.0/resourceInstances/pnf2407253278970/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:26:48.567Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:26:48.567Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:26:48.567Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "384a7f40-b941-473b-870d-7c664adafd34", "consumerID": "cds", "timestamp": 1648135515916, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKljeaxjrmquuijwobx7t/1.0/resourceInstances/pnf2407253278970/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:26:48.567Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:26:48.568Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:26:48.568Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "384a7f40-b941-473b-870d-7c664adafd34", "consumerID": "multicloud-k8s-id", "timestamp": 1648135518206, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKljeaxjrmquuijwobx7t/1.0/resourceInstances/pnf2407253278970/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-24T15:26:48.568Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:26:48.568Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:26:48.568Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "384a7f40-b941-473b-870d-7c664adafd34", "consumerID": "clamp", "timestamp": 1648135519230, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKljeaxjrmquuijwobx7t/1.0/resourceInstances/pnf2407253278970/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-24T15:26:48.569Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:26:48.569Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:26:48.569Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "384a7f40-b941-473b-870d-7c664adafd34", "consumerID": "ves-openapi-manager", "timestamp": 1648135513219, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKljeaxjrmquuijwobx7t/1.0/resourceInstances/pnf2407253278970/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-24T15:26:48.569Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:26:48.569Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:26:48.569Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "384a7f40-b941-473b-870d-7c664adafd34", "consumerID": "cds", "timestamp": 1648135515916, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKljeaxjrmquuijwobx7t/1.0/resourceInstances/pnf2407253278970/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-24T15:26:48.569Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:26:48.570Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:26:48.570Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "384a7f40-b941-473b-870d-7c664adafd34", "consumerID": "aai-ml", "timestamp": 1648135508427, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKljeaxjrmquuijwobx7t/1.0/resourceInstances/pnf2407253278970/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-24T15:26:48.570Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:26:48.571Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:26:48.571Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "384a7f40-b941-473b-870d-7c664adafd34", "consumerID": "multicloud-k8s-id", "timestamp": 1648135518206, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKljeaxjrmquuijwobx7t/1.0/resourceInstances/pnf2407253278970/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:26:48.571Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:26:48.571Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:26:48.571Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "384a7f40-b941-473b-870d-7c664adafd34", "consumerID": "clamp", "timestamp": 1648135519230, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKljeaxjrmquuijwobx7t/1.0/resourceInstances/pnf2407253278970/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-24T15:26:48.572Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:26:48.572Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:26:48.572Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "384a7f40-b941-473b-870d-7c664adafd34", "consumerID": "ves-openapi-manager", "timestamp": 1648135513219, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKljeaxjrmquuijwobx7t/1.0/resourceInstances/pnf2407253278970/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-03-24T15:26:48.572Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:26:48.572Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:26:48.573Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "384a7f40-b941-473b-870d-7c664adafd34", "consumerID": "aai-ml", "timestamp": 1648135508427, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKljeaxjrmquuijwobx7t/1.0/resourceInstances/pnf2407253278970/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-24T15:26:48.573Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:26:48.573Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:26:48.573Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "384a7f40-b941-473b-870d-7c664adafd34", "consumerID": "cds", "timestamp": 1648135515916, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKljeaxjrmquuijwobx7t/1.0/resourceInstances/pnf2407253278970/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-24T15:26:48.573Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:26:48.574Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:26:48.574Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "384a7f40-b941-473b-870d-7c664adafd34", "consumerID": "policy-id", "timestamp": 1648135522598, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKljeaxjrmquuijwobx7t/1.0/resourceInstances/pnf2407253278970/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:26:48.574Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:26:48.574Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:26:48.574Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "384a7f40-b941-473b-870d-7c664adafd34", "consumerID": "multicloud-k8s-id", "timestamp": 1648135518206, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKljeaxjrmquuijwobx7t/1.0/resourceInstances/pnf2407253278970/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-24T15:26:48.575Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:26:48.575Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:26:48.575Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "384a7f40-b941-473b-870d-7c664adafd34", "consumerID": "clamp", "timestamp": 1648135519230, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKljeaxjrmquuijwobx7t/1.0/resourceInstances/pnf2407253278970/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:26:48.575Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:26:48.575Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:26:48.575Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "384a7f40-b941-473b-870d-7c664adafd34", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648135523404, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKljeaxjrmquuijwobx7t/1.0/resourceInstances/pnf2407253278970/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:26:48.576Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:26:48.576Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:26:48.576Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "384a7f40-b941-473b-870d-7c664adafd34", "consumerID": "ves-openapi-manager", "timestamp": 1648135513219, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKljeaxjrmquuijwobx7t/1.0/artifacts/service-DemoPnfKljeaxjrmquuijwobx7t-template.yml", "status": "NOT_NOTIFIED" } 2022-03-24T15:26:48.576Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:26:48.577Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:26:48.577Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "384a7f40-b941-473b-870d-7c664adafd34", "consumerID": "aai-ml", "timestamp": 1648135508427, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKljeaxjrmquuijwobx7t/1.0/artifacts/service-DemoPnfKljeaxjrmquuijwobx7t-template.yml", "status": "NOT_NOTIFIED" } 2022-03-24T15:26:48.577Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:26:48.577Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:26:48.577Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "384a7f40-b941-473b-870d-7c664adafd34", "consumerID": "cds", "timestamp": 1648135515916, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKljeaxjrmquuijwobx7t/1.0/artifacts/service-DemoPnfKljeaxjrmquuijwobx7t-template.yml", "status": "NOT_NOTIFIED" } 2022-03-24T15:26:48.578Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:26:48.578Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:26:48.578Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "384a7f40-b941-473b-870d-7c664adafd34", "consumerID": "policy-id", "timestamp": 1648135522598, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKljeaxjrmquuijwobx7t/1.0/resourceInstances/pnf2407253278970/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-24T15:26:48.578Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:26:48.578Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:26:48.578Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "384a7f40-b941-473b-870d-7c664adafd34", "consumerID": "multicloud-k8s-id", "timestamp": 1648135518206, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKljeaxjrmquuijwobx7t/1.0/resourceInstances/pnf2407253278970/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-24T15:26:48.579Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:26:48.579Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:26:48.579Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "384a7f40-b941-473b-870d-7c664adafd34", "consumerID": "clamp", "timestamp": 1648135519230, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKljeaxjrmquuijwobx7t/1.0/resourceInstances/pnf2407253278970/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-24T15:26:48.579Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:26:48.579Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:26:48.580Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "384a7f40-b941-473b-870d-7c664adafd34", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648135523404, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKljeaxjrmquuijwobx7t/1.0/resourceInstances/pnf2407253278970/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-24T15:26:48.581Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:26:48.581Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:26:48.581Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "384a7f40-b941-473b-870d-7c664adafd34", "consumerID": "ves-openapi-manager", "timestamp": 1648135513219, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKljeaxjrmquuijwobx7t/1.0/artifacts/service-DemoPnfKljeaxjrmquuijwobx7t-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-24T15:26:48.581Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:26:48.581Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:26:48.582Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "384a7f40-b941-473b-870d-7c664adafd34", "consumerID": "aai-ml", "timestamp": 1648135508427, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKljeaxjrmquuijwobx7t/1.0/artifacts/service-DemoPnfKljeaxjrmquuijwobx7t-csar.csar", "status": "NOTIFIED" } 2022-03-24T15:26:48.582Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:26:48.582Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:26:48.582Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "384a7f40-b941-473b-870d-7c664adafd34", "consumerID": "cds", "timestamp": 1648135515916, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKljeaxjrmquuijwobx7t/1.0/artifacts/service-DemoPnfKljeaxjrmquuijwobx7t-csar.csar", "status": "NOTIFIED" } 2022-03-24T15:26:48.582Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:26:48.582Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:26:48.582Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "384a7f40-b941-473b-870d-7c664adafd34", "consumerID": "policy-id", "timestamp": 1648135522598, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKljeaxjrmquuijwobx7t/1.0/resourceInstances/pnf2407253278970/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-24T15:26:48.583Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:26:48.583Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:26:48.583Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "384a7f40-b941-473b-870d-7c664adafd34", "consumerID": "multicloud-k8s-id", "timestamp": 1648135518206, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKljeaxjrmquuijwobx7t/1.0/artifacts/service-DemoPnfKljeaxjrmquuijwobx7t-template.yml", "status": "NOT_NOTIFIED" } 2022-03-24T15:26:48.583Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:26:48.583Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:26:48.584Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "384a7f40-b941-473b-870d-7c664adafd34", "consumerID": "clamp", "timestamp": 1648135519230, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKljeaxjrmquuijwobx7t/1.0/resourceInstances/pnf2407253278970/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-24T15:26:48.584Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:26:48.584Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:26:48.584Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "384a7f40-b941-473b-870d-7c664adafd34", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648135523404, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKljeaxjrmquuijwobx7t/1.0/resourceInstances/pnf2407253278970/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-24T15:26:48.585Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:26:48.585Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:26:48.585Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "384a7f40-b941-473b-870d-7c664adafd34", "consumerID": "policy-id", "timestamp": 1648135522598, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKljeaxjrmquuijwobx7t/1.0/resourceInstances/pnf2407253278970/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:26:48.585Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:26:48.585Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:26:48.585Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "384a7f40-b941-473b-870d-7c664adafd34", "consumerID": "aai-ml", "timestamp": 1648135526337, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKljeaxjrmquuijwobx7t/1.0/artifacts/service-DemoPnfKljeaxjrmquuijwobx7t-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-24T15:26:48.586Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:26:48.586Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:26:48.586Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "384a7f40-b941-473b-870d-7c664adafd34", "consumerID": "cds", "timestamp": 1648135526185, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKljeaxjrmquuijwobx7t/1.0/artifacts/service-DemoPnfKljeaxjrmquuijwobx7t-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-24T15:26:48.586Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:26:48.586Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:26:48.586Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "384a7f40-b941-473b-870d-7c664adafd34", "consumerID": "ves-openapi-manager", "timestamp": 1648135526517, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKljeaxjrmquuijwobx7t/1.0/resourceInstances/pnf2407253278970/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-03-24T15:26:48.586Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:26:48.587Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:26:48.587Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "384a7f40-b941-473b-870d-7c664adafd34", "consumerID": "clamp", "timestamp": 1648135519230, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKljeaxjrmquuijwobx7t/1.0/artifacts/service-DemoPnfKljeaxjrmquuijwobx7t-template.yml", "status": "NOT_NOTIFIED" } 2022-03-24T15:26:48.587Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:26:48.587Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:26:48.587Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "384a7f40-b941-473b-870d-7c664adafd34", "consumerID": "multicloud-k8s-id", "timestamp": 1648135518206, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKljeaxjrmquuijwobx7t/1.0/artifacts/service-DemoPnfKljeaxjrmquuijwobx7t-csar.csar", "status": "NOTIFIED" } 2022-03-24T15:26:48.588Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:26:48.588Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:26:48.588Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "384a7f40-b941-473b-870d-7c664adafd34", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648135523404, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKljeaxjrmquuijwobx7t/1.0/resourceInstances/pnf2407253278970/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:26:48.588Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:26:48.588Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:26:48.588Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "384a7f40-b941-473b-870d-7c664adafd34", "consumerID": "policy-id", "timestamp": 1648135522598, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKljeaxjrmquuijwobx7t/1.0/resourceInstances/pnf2407253278970/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-24T15:26:48.588Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:26:48.589Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:26:48.589Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "384a7f40-b941-473b-870d-7c664adafd34", "consumerID": "cds", "timestamp": 1648135527196, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKljeaxjrmquuijwobx7t/1.0/artifacts/service-DemoPnfKljeaxjrmquuijwobx7t-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-24T15:26:48.598Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 384a7f40-b941-473b-870d-7c664adafd34 2022-03-24T15:26:48.598Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 384a7f40-b941-473b-870d-7c664adafd34 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-24T15:26:48.608Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:26:48.608Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "384a7f40-b941-473b-870d-7c664adafd34", "consumerID": "ves-openapi-manager", "timestamp": 1648135527749, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKljeaxjrmquuijwobx7t/1.0/resourceInstances/pnf2407253278970/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-03-24T15:26:48.609Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:26:48.609Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:26:48.609Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "384a7f40-b941-473b-870d-7c664adafd34", "consumerID": "clamp", "timestamp": 1648135519230, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKljeaxjrmquuijwobx7t/1.0/artifacts/service-DemoPnfKljeaxjrmquuijwobx7t-csar.csar", "status": "NOTIFIED" } 2022-03-24T15:26:48.610Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:26:48.610Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:26:48.610Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "384a7f40-b941-473b-870d-7c664adafd34", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648135523404, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKljeaxjrmquuijwobx7t/1.0/resourceInstances/pnf2407253278970/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-24T15:26:48.610Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:26:48.611Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:26:48.611Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "384a7f40-b941-473b-870d-7c664adafd34", "consumerID": "policy-id", "timestamp": 1648135522598, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKljeaxjrmquuijwobx7t/1.0/resourceInstances/pnf2407253278970/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-24T15:26:48.611Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:26:48.611Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:26:48.611Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "384a7f40-b941-473b-870d-7c664adafd34", "consumerID": "ves-openapi-manager", "timestamp": 1648135528753, "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-24T15:26:48.617Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 384a7f40-b941-473b-870d-7c664adafd34 2022-03-24T15:26:48.617Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 384a7f40-b941-473b-870d-7c664adafd34 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-24T15:26:48.627Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:26:48.628Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "384a7f40-b941-473b-870d-7c664adafd34", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648135523404, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKljeaxjrmquuijwobx7t/1.0/resourceInstances/pnf2407253278970/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-24T15:26:48.628Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:26:48.628Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:26:48.628Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "384a7f40-b941-473b-870d-7c664adafd34", "consumerID": "policy-id", "timestamp": 1648135522598, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKljeaxjrmquuijwobx7t/1.0/artifacts/service-DemoPnfKljeaxjrmquuijwobx7t-template.yml", "status": "NOT_NOTIFIED" } 2022-03-24T15:26:48.629Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:26:48.629Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:26:48.629Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "384a7f40-b941-473b-870d-7c664adafd34", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648135523404, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKljeaxjrmquuijwobx7t/1.0/artifacts/service-DemoPnfKljeaxjrmquuijwobx7t-template.yml", "status": "NOT_NOTIFIED" } 2022-03-24T15:26:48.629Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:26:48.629Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:26:48.629Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "384a7f40-b941-473b-870d-7c664adafd34", "consumerID": "policy-id", "timestamp": 1648135522598, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKljeaxjrmquuijwobx7t/1.0/artifacts/service-DemoPnfKljeaxjrmquuijwobx7t-csar.csar", "status": "NOTIFIED" } 2022-03-24T15:26:48.630Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:26:48.630Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:26:48.630Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "384a7f40-b941-473b-870d-7c664adafd34", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648135523404, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKljeaxjrmquuijwobx7t/1.0/artifacts/service-DemoPnfKljeaxjrmquuijwobx7t-csar.csar", "status": "NOTIFIED" } 2022-03-24T15:26:48.630Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:26:48.630Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:26:48.631Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "384a7f40-b941-473b-870d-7c664adafd34", "consumerID": "policy-id", "timestamp": 1648135531449, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKljeaxjrmquuijwobx7t/1.0/artifacts/service-DemoPnfKljeaxjrmquuijwobx7t-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-24T15:26:48.631Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:26:48.631Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:26:48.631Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "384a7f40-b941-473b-870d-7c664adafd34", "consumerID": "clamp", "timestamp": 1648135530698, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKljeaxjrmquuijwobx7t/1.0/artifacts/service-DemoPnfKljeaxjrmquuijwobx7t-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-24T15:26:48.632Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:26:48.632Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:26:48.632Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "384a7f40-b941-473b-870d-7c664adafd34", "consumerID": "aai-ml", "timestamp": 1648135532115, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKljeaxjrmquuijwobx7t/1.0/artifacts/service-DemoPnfKljeaxjrmquuijwobx7t-csar.csar", "status": "DEPLOY_OK" } 2022-03-24T15:26:48.632Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:26:48.633Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:26:48.633Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "384a7f40-b941-473b-870d-7c664adafd34", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648135532273, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKljeaxjrmquuijwobx7t/1.0/artifacts/service-DemoPnfKljeaxjrmquuijwobx7t-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-24T15:26:48.633Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:26:48.633Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:26:48.633Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "384a7f40-b941-473b-870d-7c664adafd34", "consumerID": "policy-id", "timestamp": 1648135532454, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKljeaxjrmquuijwobx7t/1.0/artifacts/service-DemoPnfKljeaxjrmquuijwobx7t-csar.csar", "status": "DEPLOY_OK" } 2022-03-24T15:26:48.633Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:26:48.634Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:26:48.634Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "384a7f40-b941-473b-870d-7c664adafd34", "consumerID": "aai-ml", "timestamp": 1648135533124, "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-24T15:26:48.640Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 384a7f40-b941-473b-870d-7c664adafd34 2022-03-24T15:26:48.640Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 384a7f40-b941-473b-870d-7c664adafd34 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-24T15:26:48.650Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:26:48.650Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "384a7f40-b941-473b-870d-7c664adafd34", "consumerID": "policy-id", "timestamp": 1648135533458, "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-24T15:26:48.660Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 384a7f40-b941-473b-870d-7c664adafd34 2022-03-24T15:26:48.661Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 384a7f40-b941-473b-870d-7c664adafd34 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-24T15:26:48.670Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:26:48.670Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "384a7f40-b941-473b-870d-7c664adafd34", "consumerID": "clamp", "timestamp": 1648135532705, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKljeaxjrmquuijwobx7t/1.0/artifacts/service-DemoPnfKljeaxjrmquuijwobx7t-csar.csar", "status": "DEPLOY_OK" } 2022-03-24T15:26:48.671Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:26:48.671Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:26:48.672Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "384a7f40-b941-473b-870d-7c664adafd34", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648135534398, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKljeaxjrmquuijwobx7t/1.0/artifacts/service-DemoPnfKljeaxjrmquuijwobx7t-csar.csar", "status": "DEPLOY_OK" } 2022-03-24T15:26:48.672Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:26:48.672Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:26:48.672Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "384a7f40-b941-473b-870d-7c664adafd34", "consumerID": "clamp", "timestamp": 1648135533709, "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-24T15:26:48.679Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 384a7f40-b941-473b-870d-7c664adafd34 2022-03-24T15:26:48.679Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 384a7f40-b941-473b-870d-7c664adafd34 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-24T15:26:48.690Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:26:48.690Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "384a7f40-b941-473b-870d-7c664adafd34", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648135535404, "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-24T15:26:48.696Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 384a7f40-b941-473b-870d-7c664adafd34 2022-03-24T15:26:48.697Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 384a7f40-b941-473b-870d-7c664adafd34 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-24T15:27:12.506Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 384a7f40-b941-473b-870d-7c664adafd34 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T15:27:12.537Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 384a7f40-b941-473b-870d-7c664adafd34 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-24T15:27:12.552Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-24T15:27:12.552Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-24T15:27:12.553Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-24T15:27:12.553Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-24T15:27:12.553Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-24T15:27:12.554Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-24T15:27:12.554Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-24T15:27:12.554Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-24T15:27:12.555Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-24T15:27:12.555Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-24T15:27:12.555Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-24T15:27:12.556Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-24T15:27:12.566Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-24T15:27:42.566Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 384a7f40-b941-473b-870d-7c664adafd34 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-24T15:27:42.573Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 384a7f40-b941-473b-870d-7c664adafd34 and serviceModelVersionId: 77834026-b86c-4a94-94db-f40bf6399c23 2022-03-24T15:27:42.574Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f45aa63d-bf1b-4b7d-84cc-d3f88c2034a3 2022-03-24T15:27:42.575Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f45aa63d-bf1b-4b7d-84cc-d3f88c2034a3/model-vers/model-ver/77834026-b86c-4a94-94db-f40bf6399c23?depth=0 2022-03-24T15:27:42.579Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-03-24T15:27:42.637Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f45aa63d-bf1b-4b7d-84cc-d3f88c2034a3/model-vers/model-ver/77834026-b86c-4a94-94db-f40bf6399c23?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-24T15:27:42.639Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f45aa63d-bf1b-4b7d-84cc-d3f88c2034a3/model-vers/model-ver/77834026-b86c-4a94-94db-f40bf6399c23?depth=0|INFO|500||Invoke 2022-03-24T15:27:42.660Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f45aa63d-bf1b-4b7d-84cc-d3f88c2034a3/model-vers/model-ver/77834026-b86c-4a94-94db-f40bf6399c23?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-24T15:27:42.994Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f45aa63d-bf1b-4b7d-84cc-d3f88c2034a3/model-vers/model-ver/77834026-b86c-4a94-94db-f40bf6399c23?depth=0|INFO|500||InvokeReturn 2022-03-24T15:27:42.995Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f45aa63d-bf1b-4b7d-84cc-d3f88c2034a3/model-vers/model-ver/77834026-b86c-4a94-94db-f40bf6399c23?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220324-15:27:41:177-56586], vertex-id=[209056], Content-Length=[0], Date=[Thu, 24 Mar 2022 15:27:41 GMT], Content-Type=[application/json]} 2022-03-24T15:27:42.996Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2022-03-24T15:27:42.996Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-24T15:27:42.996Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-24T15:27:43.002Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-24T15:27:43.003Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 384a7f40-b941-473b-870d-7c664adafd34 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-24T15:27:43.003Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-24T15:27:43.003Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-24T15:27:43.006Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-24T15:27:43.007Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "384a7f40-b941-473b-870d-7c664adafd34", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135663003, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-24T15:27:43.106Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-24T15:27:43.107Z||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-24T15:27:43.108Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:27:43.123Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:27:43.124Z||pool-66-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-24T15:27:44.542Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-24T15:27:44.548Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"aab3f99e-02c0-46e1-8e47-389837917e8e","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"7fe5f879-b079-41e6-b3c6-6d7a611f1245","serviceDescription":"service","serviceInvariantUUID":"6c0f2bdf-26d6-4ab1-964f-34aa8c070e12","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b337c6f0-3b9c-4edb-87ed-48542e885b11","resourceInvariantUUID":"ab947afa-f824-4225-a7dc-1c3697e08a5f","resourceCustomizationUUID":"0be142cf-8dc1-4346-8143-b6789b73a87d","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":"YWFiZDNkNWVhYjFmZjExMGIyMDJkOTA2ZmYyMmFiYmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b5a450c9-7b58-44f8-9905-9ae55ac2227f","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":"7e093670-5c66-4cae-a06f-521f994aac82","artifactVersion":"2","generatedFromUUID":"5b92ee0c-f5b7-4152-956b-3c0b9ccaace1"},{"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":"5b92ee0c-f5b7-4152-956b-3c0b9ccaace1","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":"MzMwZmZmZmViNDRiM2RjMzdmNjRiMTU0N2I1NThmNzY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"392a88fd-d4be-4674-bcc8-abdb1074a28c","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":"15e0653b-382e-4bae-83f2-22eb88ca1e9a","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":"45617c20-eb7f-4f20-9a09-783e3a15f2a0","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":"3c50b3ff-850c-4908-a5d8-bb938804ec63","artifactVersion":"2","generatedFromUUID":"15e0653b-382e-4bae-83f2-22eb88ca1e9a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"YzRlMTE5N2U5NmVlYWVjYjE5ODRiZGM0MzE4ZmJkYjQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d02c188a-3623-4280-b6c7-0e7335d8ea52","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"OTM5NGEwNGIxYjUyMGNlYWI1NDVhOGNjZTViZWQ1N2U\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"da6d5962-a752-4813-b7ac-3294bcc3c135","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-24T15:27:44.549Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-24T15:27:44.549Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-24T15:27:44.552Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-24T15:27:44.552Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135586134, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:44.655Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-03-24T15:27:44.657Z||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-24T15:27:44.658Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:27:44.670Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:27:44.671Z||pool-67-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-24T15:27:45.554Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-24T15:27:45.554Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-24T15:27:45.558Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-24T15:27:45.559Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135586134, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-03-24T15:27:45.659Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-24T15:27:45.660Z||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-24T15:27:45.660Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:27:45.673Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:27:45.674Z||pool-68-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-03-24T15:27:46.559Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-24T15:27:46.561Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-24T15:27:46.563Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-24T15:27:46.563Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135586134, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-03-24T15:27:46.667Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2022-03-24T15:27:46.668Z||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-24T15:27:46.668Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:27:46.682Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:27:46.682Z||pool-69-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-03-24T15:27:47.564Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-24T15:27:47.565Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-24T15:27:47.568Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-24T15:27:47.569Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135586134, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-03-24T15:27:47.668Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-03-24T15:27:47.669Z||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-24T15:27:47.669Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:27:47.685Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:27:47.686Z||pool-70-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-24T15:27:48.520Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:27:48.521Z||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-24T15:27:48.522Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T15:27:48.538Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:27:48.552Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.553Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "multicloud-k8s-id", "timestamp": 1648135558207, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:48.554Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.554Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.554Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "policy-id", "timestamp": 1648135562599, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:48.555Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.555Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.555Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "cds", "timestamp": 1648135560916, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:48.555Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.555Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.556Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "multicloud-k8s-id", "timestamp": 1648135558207, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-03-24T15:27:48.556Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.556Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.556Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "policy-id", "timestamp": 1648135562599, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:48.557Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.557Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.557Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "cds", "timestamp": 1648135560916, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:48.557Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.557Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.558Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "multicloud-k8s-id", "timestamp": 1648135558207, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-03-24T15:27:48.558Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.558Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.558Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "policy-id", "timestamp": 1648135562599, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:48.559Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.559Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.559Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "cds", "timestamp": 1648135560916, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:48.559Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.560Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.560Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "aai-ml", "timestamp": 1648135568426, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:48.560Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.560Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.561Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "multicloud-k8s-id", "timestamp": 1648135558207, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-03-24T15:27:48.561Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.561Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.562Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "policy-id", "timestamp": 1648135562599, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:48.562Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.562Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.562Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "cds", "timestamp": 1648135560916, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:48.563Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.563Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.563Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "aai-ml", "timestamp": 1648135568426, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:48.563Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.564Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.564Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "multicloud-k8s-id", "timestamp": 1648135558207, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-03-24T15:27:48.564Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.565Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.565Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "policy-id", "timestamp": 1648135562599, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-03-24T15:27:48.565Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.565Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.566Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "cds", "timestamp": 1648135560916, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:48.566Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.566Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.566Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "aai-ml", "timestamp": 1648135568426, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:48.567Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.567Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.567Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "multicloud-k8s-id", "timestamp": 1648135558207, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:48.567Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.568Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.568Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "policy-id", "timestamp": 1648135562599, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:48.569Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.569Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.569Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "cds", "timestamp": 1648135560916, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:48.569Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.570Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-24T15:27:48.571Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-24T15:27:48.570Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.573Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-24T15:27:48.575Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135586134, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-03-24T15:27:48.575Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "aai-ml", "timestamp": 1648135568426, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:48.576Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.576Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.576Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "multicloud-k8s-id", "timestamp": 1648135558207, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-03-24T15:27:48.576Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.576Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.576Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "policy-id", "timestamp": 1648135562599, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:48.577Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.577Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.577Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "cds", "timestamp": 1648135560916, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:48.577Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.577Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.577Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "aai-ml", "timestamp": 1648135568426, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:48.577Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.578Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.578Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "multicloud-k8s-id", "timestamp": 1648135558207, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:48.578Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.578Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.578Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "policy-id", "timestamp": 1648135562599, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:48.578Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.578Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.578Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "cds", "timestamp": 1648135560916, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:48.579Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.579Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.579Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "ves-openapi-manager", "timestamp": 1648135573219, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:48.579Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.579Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.579Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "aai-ml", "timestamp": 1648135568426, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:48.579Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.580Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.580Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "policy-id", "timestamp": 1648135562599, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-24T15:27:48.580Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.580Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.580Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "cds", "timestamp": 1648135560916, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-24T15:27:48.580Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.580Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.580Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "multicloud-k8s-id", "timestamp": 1648135558207, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-24T15:27:48.581Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.581Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.581Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "ves-openapi-manager", "timestamp": 1648135573219, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:48.581Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.581Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.581Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "aai-ml", "timestamp": 1648135568426, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:48.581Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.582Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.582Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "multicloud-k8s-id", "timestamp": 1648135574629, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-24T15:27:48.582Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:27:48.582Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.582Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "cds", "timestamp": 1648135575443, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-24T15:27:48.582Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:27:48.583Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.583Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "policy-id", "timestamp": 1648135575526, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-24T15:27:48.583Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:27:48.583Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.583Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "ves-openapi-manager", "timestamp": 1648135573219, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:48.583Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.583Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.583Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "aai-ml", "timestamp": 1648135568426, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:48.584Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.584Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.584Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "cds", "timestamp": 1648135576448, "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-24T15:27:48.603Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of aab3f99e-02c0-46e1-8e47-389837917e8e 2022-03-24T15:27:48.603Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId aab3f99e-02c0-46e1-8e47-389837917e8e 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-24T15:27:48.612Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.612Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "policy-id", "timestamp": 1648135576531, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-24T15:27:48.612Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:27:48.613Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.613Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "multicloud-k8s-id", "timestamp": 1648135575684, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-03-24T15:27:48.613Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:27:48.613Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.613Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "ves-openapi-manager", "timestamp": 1648135573219, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:48.614Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.614Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.614Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "aai-ml", "timestamp": 1648135568426, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-24T15:27:48.614Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.614Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.614Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "policy-id", "timestamp": 1648135577534, "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-24T15:27:48.620Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of aab3f99e-02c0-46e1-8e47-389837917e8e 2022-03-24T15:27:48.620Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId aab3f99e-02c0-46e1-8e47-389837917e8e 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-24T15:27:48.629Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.629Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "multicloud-k8s-id", "timestamp": 1648135576739, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-03-24T15:27:48.630Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:27:48.630Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.630Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "ves-openapi-manager", "timestamp": 1648135573219, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:48.630Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.631Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.631Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "aai-ml", "timestamp": 1648135578179, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-24T15:27:48.631Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:27:48.631Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.632Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdf5687a-7940-4777-aa17-cd4ae2b8cd08", "consumerID": "cds", "timestamp": 1648135577452, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:48.632Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.632Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.632Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "multicloud-k8s-id", "timestamp": 1648135577894, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-03-24T15:27:48.633Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:27:48.633Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.633Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "ves-openapi-manager", "timestamp": 1648135573219, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:48.634Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.634Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.634Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdf5687a-7940-4777-aa17-cd4ae2b8cd08", "consumerID": "cds", "timestamp": 1648135577452, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:48.635Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.635Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.635Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "ves-openapi-manager", "timestamp": 1648135573219, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:48.635Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.636Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.636Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "multicloud-k8s-id", "timestamp": 1648135578953, "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-24T15:27:48.641Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of aab3f99e-02c0-46e1-8e47-389837917e8e 2022-03-24T15:27:48.642Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId aab3f99e-02c0-46e1-8e47-389837917e8e 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-24T15:27:48.650Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.650Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdf5687a-7940-4777-aa17-cd4ae2b8cd08", "consumerID": "cds", "timestamp": 1648135577452, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:48.651Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.651Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.651Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "clamp", "timestamp": 1648135579229, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:48.652Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.652Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.652Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "ves-openapi-manager", "timestamp": 1648135573219, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:48.653Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.653Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.653Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "multicloud-k8s-id", "timestamp": 1648135579957, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-03-24T15:27:48.654Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:27:48.654Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.654Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdf5687a-7940-4777-aa17-cd4ae2b8cd08", "consumerID": "cds", "timestamp": 1648135577452, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:48.654Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.654Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.655Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "clamp", "timestamp": 1648135579229, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:48.655Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.655Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.655Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "ves-openapi-manager", "timestamp": 1648135573219, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:48.655Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.656Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.656Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdf5687a-7940-4777-aa17-cd4ae2b8cd08", "consumerID": "cds", "timestamp": 1648135577452, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:48.656Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.656Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.656Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdf5687a-7940-4777-aa17-cd4ae2b8cd08", "consumerID": "multicloud-k8s-id", "timestamp": 1648135580961, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:48.656Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.656Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.657Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "clamp", "timestamp": 1648135579229, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:48.657Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.657Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.657Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdf5687a-7940-4777-aa17-cd4ae2b8cd08", "consumerID": "ves-openapi-manager", "timestamp": 1648135573219, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:48.658Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.658Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.658Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdf5687a-7940-4777-aa17-cd4ae2b8cd08", "consumerID": "cds", "timestamp": 1648135577452, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:48.659Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.659Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.659Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdf5687a-7940-4777-aa17-cd4ae2b8cd08", "consumerID": "policy-id", "timestamp": 1648135582598, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:48.659Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.660Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.660Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdf5687a-7940-4777-aa17-cd4ae2b8cd08", "consumerID": "multicloud-k8s-id", "timestamp": 1648135580961, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-03-24T15:27:48.660Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.660Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.660Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "clamp", "timestamp": 1648135579229, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-03-24T15:27:48.660Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.661Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.661Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdf5687a-7940-4777-aa17-cd4ae2b8cd08", "consumerID": "ves-openapi-manager", "timestamp": 1648135573219, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:48.661Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.661Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.661Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648135583404, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:48.661Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.661Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.661Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdf5687a-7940-4777-aa17-cd4ae2b8cd08", "consumerID": "cds", "timestamp": 1648135577452, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-24T15:27:48.662Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.662Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.662Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdf5687a-7940-4777-aa17-cd4ae2b8cd08", "consumerID": "policy-id", "timestamp": 1648135582598, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:48.662Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.662Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.662Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdf5687a-7940-4777-aa17-cd4ae2b8cd08", "consumerID": "multicloud-k8s-id", "timestamp": 1648135580961, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-24T15:27:48.662Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.662Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.662Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "clamp", "timestamp": 1648135579229, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:48.663Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.663Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.663Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdf5687a-7940-4777-aa17-cd4ae2b8cd08", "consumerID": "ves-openapi-manager", "timestamp": 1648135573219, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:48.663Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.663Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.663Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648135583404, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:48.663Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.663Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.663Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "21e8c0ad-3256-4ed6-83ec-09d4e18cd9a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135585099, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-24T15:27:48.664Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:27:48.664Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.664Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdf5687a-7940-4777-aa17-cd4ae2b8cd08", "consumerID": "policy-id", "timestamp": 1648135582598, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-24T15:27:48.664Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.664Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.664Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdf5687a-7940-4777-aa17-cd4ae2b8cd08", "consumerID": "multicloud-k8s-id", "timestamp": 1648135580961, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:48.664Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.665Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.665Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "clamp", "timestamp": 1648135579229, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:48.665Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.665Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.665Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdf5687a-7940-4777-aa17-cd4ae2b8cd08", "consumerID": "ves-openapi-manager", "timestamp": 1648135573219, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:48.665Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.665Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.665Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648135583404, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:48.666Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.666Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.666Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdf5687a-7940-4777-aa17-cd4ae2b8cd08", "consumerID": "cds", "timestamp": 1648135585955, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-24T15:27:48.666Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:27:48.666Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.666Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdf5687a-7940-4777-aa17-cd4ae2b8cd08", "consumerID": "policy-id", "timestamp": 1648135582598, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:48.666Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.666Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.667Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdf5687a-7940-4777-aa17-cd4ae2b8cd08", "consumerID": "multicloud-k8s-id", "timestamp": 1648135580961, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-24T15:27:48.667Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.667Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.667Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "clamp", "timestamp": 1648135579229, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:48.667Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.667Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.668Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdf5687a-7940-4777-aa17-cd4ae2b8cd08", "consumerID": "ves-openapi-manager", "timestamp": 1648135573219, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:48.668Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.668Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.668Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648135583404, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:48.668Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.669Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.669Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdf5687a-7940-4777-aa17-cd4ae2b8cd08", "consumerID": "cds", "timestamp": 1648135586961, "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=? 2022-03-24T15:27:48.673Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-03-24T15:27:48.674Z||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-24T15:27:48.674Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ... Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T15:27:48.682Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bdf5687a-7940-4777-aa17-cd4ae2b8cd08 2022-03-24T15:27:48.682Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId bdf5687a-7940-4777-aa17-cd4ae2b8cd08 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-24T15:27:48.687Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:27:48.688Z||pool-71-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-03-24T15:27:48.690Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.690Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdf5687a-7940-4777-aa17-cd4ae2b8cd08", "consumerID": "policy-id", "timestamp": 1648135582598, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:48.693Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.693Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.693Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdf5687a-7940-4777-aa17-cd4ae2b8cd08", "consumerID": "multicloud-k8s-id", "timestamp": 1648135580961, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:48.693Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.694Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.694Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "aai-ml", "timestamp": 1648135587813, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-24T15:27:48.694Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:27:48.694Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.694Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "clamp", "timestamp": 1648135579229, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:48.694Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.694Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.695Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdf5687a-7940-4777-aa17-cd4ae2b8cd08", "consumerID": "ves-openapi-manager", "timestamp": 1648135573219, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:48.695Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.695Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.695Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648135583404, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:48.695Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.695Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.695Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91d3c233-f610-4282-be62-ad0e3bb095de", "consumerID": "cds", "timestamp": 1648135577452, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:48.695Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.696Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.696Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdf5687a-7940-4777-aa17-cd4ae2b8cd08", "consumerID": "policy-id", "timestamp": 1648135582598, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:48.696Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.696Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.696Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdf5687a-7940-4777-aa17-cd4ae2b8cd08", "consumerID": "multicloud-k8s-id", "timestamp": 1648135580961, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-24T15:27:48.696Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.696Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.697Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "aai-ml", "timestamp": 1648135588819, "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-24T15:27:48.702Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of aab3f99e-02c0-46e1-8e47-389837917e8e 2022-03-24T15:27:48.702Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId aab3f99e-02c0-46e1-8e47-389837917e8e 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-24T15:27:48.714Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.714Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "clamp", "timestamp": 1648135579229, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-24T15:27:48.714Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.714Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.714Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdf5687a-7940-4777-aa17-cd4ae2b8cd08", "consumerID": "ves-openapi-manager", "timestamp": 1648135573219, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:48.715Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.715Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.715Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648135583404, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:48.715Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.715Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.715Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91d3c233-f610-4282-be62-ad0e3bb095de", "consumerID": "cds", "timestamp": 1648135577452, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:48.715Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.715Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.715Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdf5687a-7940-4777-aa17-cd4ae2b8cd08", "consumerID": "policy-id", "timestamp": 1648135582598, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-24T15:27:48.715Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.715Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.715Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdf5687a-7940-4777-aa17-cd4ae2b8cd08", "consumerID": "multicloud-k8s-id", "timestamp": 1648135588752, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-24T15:27:48.716Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:27:48.716Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.716Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648135583404, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:48.716Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.716Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.716Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91d3c233-f610-4282-be62-ad0e3bb095de", "consumerID": "cds", "timestamp": 1648135577452, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:48.716Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.716Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.717Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "384a7f40-b941-473b-870d-7c664adafd34", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135586134, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKljeaxjrmquuijwobx7t/1.0/resourceInstances/pnf2407253278970/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:48.717Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.717Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.717Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdf5687a-7940-4777-aa17-cd4ae2b8cd08", "consumerID": "policy-id", "timestamp": 1648135590457, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-24T15:27:48.717Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:27:48.717Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.717Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdf5687a-7940-4777-aa17-cd4ae2b8cd08", "consumerID": "multicloud-k8s-id", "timestamp": 1648135589954, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-24T15:27:48.717Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:27:48.717Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.717Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648135583404, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:48.717Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.717Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.718Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91d3c233-f610-4282-be62-ad0e3bb095de", "consumerID": "cds", "timestamp": 1648135577452, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:48.718Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.718Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.718Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "384a7f40-b941-473b-870d-7c664adafd34", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135586134, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKljeaxjrmquuijwobx7t/1.0/resourceInstances/pnf2407253278970/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:48.718Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.718Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.718Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdf5687a-7940-4777-aa17-cd4ae2b8cd08", "consumerID": "policy-id", "timestamp": 1648135591461, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-24T15:27:48.718Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:27:48.718Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.719Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648135583404, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-24T15:27:48.719Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.719Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.719Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdf5687a-7940-4777-aa17-cd4ae2b8cd08", "consumerID": "multicloud-k8s-id", "timestamp": 1648135591000, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-24T15:27:48.719Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:27:48.719Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.719Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91d3c233-f610-4282-be62-ad0e3bb095de", "consumerID": "cds", "timestamp": 1648135577452, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:48.720Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.720Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.720Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "384a7f40-b941-473b-870d-7c664adafd34", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135586134, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKljeaxjrmquuijwobx7t/1.0/resourceInstances/pnf2407253278970/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:48.720Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.720Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.720Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdf5687a-7940-4777-aa17-cd4ae2b8cd08", "consumerID": "policy-id", "timestamp": 1648135592465, "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-24T15:27:48.727Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bdf5687a-7940-4777-aa17-cd4ae2b8cd08 2022-03-24T15:27:48.727Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId bdf5687a-7940-4777-aa17-cd4ae2b8cd08 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-24T15:27:48.736Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.736Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdf5687a-7940-4777-aa17-cd4ae2b8cd08", "consumerID": "multicloud-k8s-id", "timestamp": 1648135592020, "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-24T15:27:48.740Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bdf5687a-7940-4777-aa17-cd4ae2b8cd08 2022-03-24T15:27:48.741Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId bdf5687a-7940-4777-aa17-cd4ae2b8cd08 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-24T15:27:48.757Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.758Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91d3c233-f610-4282-be62-ad0e3bb095de", "consumerID": "cds", "timestamp": 1648135577452, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:48.758Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.758Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.758Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648135593459, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-24T15:27:48.758Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:27:48.759Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.759Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "384a7f40-b941-473b-870d-7c664adafd34", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135586134, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKljeaxjrmquuijwobx7t/1.0/resourceInstances/pnf2407253278970/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:48.759Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.759Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.759Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91d3c233-f610-4282-be62-ad0e3bb095de", "consumerID": "policy-id", "timestamp": 1648135582598, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:48.759Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.759Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.760Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91d3c233-f610-4282-be62-ad0e3bb095de", "consumerID": "ves-openapi-manager", "timestamp": 1648135593219, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:48.760Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.760Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.760Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdf5687a-7940-4777-aa17-cd4ae2b8cd08", "consumerID": "multicloud-k8s-id", "timestamp": 1648135593022, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-03-24T15:27:48.760Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:27:48.761Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.761Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91d3c233-f610-4282-be62-ad0e3bb095de", "consumerID": "cds", "timestamp": 1648135577452, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:48.761Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.761Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.761Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "384a7f40-b941-473b-870d-7c664adafd34", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135586134, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKljeaxjrmquuijwobx7t/1.0/resourceInstances/pnf2407253278970/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:48.761Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.761Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.761Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91d3c233-f610-4282-be62-ad0e3bb095de", "consumerID": "policy-id", "timestamp": 1648135582598, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:48.762Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.762Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.762Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91d3c233-f610-4282-be62-ad0e3bb095de", "consumerID": "ves-openapi-manager", "timestamp": 1648135593219, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:48.762Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.762Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.762Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91d3c233-f610-4282-be62-ad0e3bb095de", "consumerID": "multicloud-k8s-id", "timestamp": 1648135580961, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:48.762Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.762Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.763Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91d3c233-f610-4282-be62-ad0e3bb095de", "consumerID": "cds", "timestamp": 1648135577452, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-24T15:27:48.763Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.763Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.763Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "384a7f40-b941-473b-870d-7c664adafd34", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135586134, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKljeaxjrmquuijwobx7t/1.0/resourceInstances/pnf2407253278970/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:48.763Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.763Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.763Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91d3c233-f610-4282-be62-ad0e3bb095de", "consumerID": "policy-id", "timestamp": 1648135582598, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-24T15:27:48.763Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.764Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.764Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91d3c233-f610-4282-be62-ad0e3bb095de", "consumerID": "ves-openapi-manager", "timestamp": 1648135593219, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:48.764Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.764Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.764Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91d3c233-f610-4282-be62-ad0e3bb095de", "consumerID": "multicloud-k8s-id", "timestamp": 1648135580961, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-03-24T15:27:48.764Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.764Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.764Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648135596443, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-24T15:27:48.765Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:27:48.765Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.765Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "384a7f40-b941-473b-870d-7c664adafd34", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135586134, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKljeaxjrmquuijwobx7t/1.0/artifacts/service-DemoPnfKljeaxjrmquuijwobx7t-template.yml", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:48.765Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.765Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.765Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91d3c233-f610-4282-be62-ad0e3bb095de", "consumerID": "cds", "timestamp": 1648135596374, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-24T15:27:48.765Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:27:48.765Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.765Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91d3c233-f610-4282-be62-ad0e3bb095de", "consumerID": "policy-id", "timestamp": 1648135582598, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:48.766Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.766Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.766Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91d3c233-f610-4282-be62-ad0e3bb095de", "consumerID": "ves-openapi-manager", "timestamp": 1648135593219, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:48.766Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.766Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.766Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91d3c233-f610-4282-be62-ad0e3bb095de", "consumerID": "multicloud-k8s-id", "timestamp": 1648135580961, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-24T15:27:48.767Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.767Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.767Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648135597447, "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-24T15:27:48.773Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of aab3f99e-02c0-46e1-8e47-389837917e8e 2022-03-24T15:27:48.788Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId aab3f99e-02c0-46e1-8e47-389837917e8e 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-24T15:27:48.798Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.799Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "384a7f40-b941-473b-870d-7c664adafd34", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135586134, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKljeaxjrmquuijwobx7t/1.0/artifacts/service-DemoPnfKljeaxjrmquuijwobx7t-csar.csar", "status": "NOTIFIED" } 2022-03-24T15:27:48.799Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.799Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.800Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91d3c233-f610-4282-be62-ad0e3bb095de", "consumerID": "policy-id", "timestamp": 1648135582598, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:48.800Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.800Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.801Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91d3c233-f610-4282-be62-ad0e3bb095de", "consumerID": "ves-openapi-manager", "timestamp": 1648135593219, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:48.801Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.801Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.801Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91d3c233-f610-4282-be62-ad0e3bb095de", "consumerID": "multicloud-k8s-id", "timestamp": 1648135580961, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:48.802Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.802Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.802Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdf5687a-7940-4777-aa17-cd4ae2b8cd08", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648135583404, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:48.802Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.802Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.803Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91d3c233-f610-4282-be62-ad0e3bb095de", "consumerID": "policy-id", "timestamp": 1648135582598, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:48.803Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.803Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.803Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91d3c233-f610-4282-be62-ad0e3bb095de", "consumerID": "cds", "timestamp": 1648135598644, "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-24T15:27:48.818Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 91d3c233-f610-4282-be62-ad0e3bb095de 2022-03-24T15:27:48.818Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91d3c233-f610-4282-be62-ad0e3bb095de 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-24T15:27:48.827Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.827Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "384a7f40-b941-473b-870d-7c664adafd34", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135598966, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKljeaxjrmquuijwobx7t/1.0/artifacts/service-DemoPnfKljeaxjrmquuijwobx7t-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-24T15:27:48.827Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:27:48.827Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.828Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91d3c233-f610-4282-be62-ad0e3bb095de", "consumerID": "ves-openapi-manager", "timestamp": 1648135593219, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:48.828Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.828Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.828Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91d3c233-f610-4282-be62-ad0e3bb095de", "consumerID": "multicloud-k8s-id", "timestamp": 1648135580961, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-24T15:27:48.829Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.829Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.829Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdf5687a-7940-4777-aa17-cd4ae2b8cd08", "consumerID": "aai-ml", "timestamp": 1648135598426, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:48.829Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.829Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.829Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdf5687a-7940-4777-aa17-cd4ae2b8cd08", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648135583404, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:48.829Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.829Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.829Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91d3c233-f610-4282-be62-ad0e3bb095de", "consumerID": "policy-id", "timestamp": 1648135582598, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:48.829Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.829Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.829Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "clamp", "timestamp": 1648135598708, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-24T15:27:48.830Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:27:48.830Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.830Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91d3c233-f610-4282-be62-ad0e3bb095de", "consumerID": "ves-openapi-manager", "timestamp": 1648135593219, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:48.830Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.830Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.830Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91d3c233-f610-4282-be62-ad0e3bb095de", "consumerID": "multicloud-k8s-id", "timestamp": 1648135580961, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:48.830Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.830Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.830Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdf5687a-7940-4777-aa17-cd4ae2b8cd08", "consumerID": "aai-ml", "timestamp": 1648135598426, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:48.830Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.830Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.831Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdf5687a-7940-4777-aa17-cd4ae2b8cd08", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648135583404, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:48.831Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.831Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.831Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91d3c233-f610-4282-be62-ad0e3bb095de", "consumerID": "policy-id", "timestamp": 1648135582598, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-24T15:27:48.831Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.831Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.831Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91d3c233-f610-4282-be62-ad0e3bb095de", "consumerID": "ves-openapi-manager", "timestamp": 1648135593219, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:48.831Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.831Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.831Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91d3c233-f610-4282-be62-ad0e3bb095de", "consumerID": "multicloud-k8s-id", "timestamp": 1648135580961, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:48.831Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.831Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.832Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdf5687a-7940-4777-aa17-cd4ae2b8cd08", "consumerID": "aai-ml", "timestamp": 1648135598426, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:48.832Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.832Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.832Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdf5687a-7940-4777-aa17-cd4ae2b8cd08", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648135583404, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:48.832Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.832Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.832Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "384a7f40-b941-473b-870d-7c664adafd34", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135601491, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKljeaxjrmquuijwobx7t/1.0/artifacts/service-DemoPnfKljeaxjrmquuijwobx7t-csar.csar", "status": "DEPLOY_OK" } 2022-03-24T15:27:48.832Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:27:48.832Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.832Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "clamp", "timestamp": 1648135600718, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-24T15:27:48.832Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:27:48.832Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.833Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91d3c233-f610-4282-be62-ad0e3bb095de", "consumerID": "policy-id", "timestamp": 1648135601658, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-24T15:27:48.833Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:27:48.833Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.833Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91d3c233-f610-4282-be62-ad0e3bb095de", "consumerID": "multicloud-k8s-id", "timestamp": 1648135580961, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-24T15:27:48.833Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.833Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.833Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdf5687a-7940-4777-aa17-cd4ae2b8cd08", "consumerID": "aai-ml", "timestamp": 1648135598426, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:48.833Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.833Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.833Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdf5687a-7940-4777-aa17-cd4ae2b8cd08", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648135583404, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:48.833Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.833Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.833Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "clamp", "timestamp": 1648135601722, "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-24T15:27:48.840Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of aab3f99e-02c0-46e1-8e47-389837917e8e 2022-03-24T15:27:48.840Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId aab3f99e-02c0-46e1-8e47-389837917e8e 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-24T15:27:48.851Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.851Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91d3c233-f610-4282-be62-ad0e3bb095de", "consumerID": "policy-id", "timestamp": 1648135602662, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-24T15:27:48.851Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:27:48.851Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.852Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdf5687a-7940-4777-aa17-cd4ae2b8cd08", "consumerID": "aai-ml", "timestamp": 1648135598426, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:48.852Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.852Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.852Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91d3c233-f610-4282-be62-ad0e3bb095de", "consumerID": "multicloud-k8s-id", "timestamp": 1648135602177, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-24T15:27:48.852Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:27:48.852Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.852Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdf5687a-7940-4777-aa17-cd4ae2b8cd08", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648135583404, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:48.852Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.853Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.853Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdf5687a-7940-4777-aa17-cd4ae2b8cd08", "consumerID": "clamp", "timestamp": 1648135579229, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:48.853Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.853Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.853Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91d3c233-f610-4282-be62-ad0e3bb095de", "consumerID": "policy-id", "timestamp": 1648135603665, "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-24T15:27:48.866Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 91d3c233-f610-4282-be62-ad0e3bb095de 2022-03-24T15:27:48.867Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91d3c233-f610-4282-be62-ad0e3bb095de 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-24T15:27:48.877Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.878Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdf5687a-7940-4777-aa17-cd4ae2b8cd08", "consumerID": "aai-ml", "timestamp": 1648135598426, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:48.878Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.878Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.878Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91d3c233-f610-4282-be62-ad0e3bb095de", "consumerID": "multicloud-k8s-id", "timestamp": 1648135603232, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-24T15:27:48.878Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:27:48.878Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.878Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdf5687a-7940-4777-aa17-cd4ae2b8cd08", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648135583404, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-24T15:27:48.879Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.879Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.879Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdf5687a-7940-4777-aa17-cd4ae2b8cd08", "consumerID": "clamp", "timestamp": 1648135579229, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-03-24T15:27:48.879Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.879Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.879Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdf5687a-7940-4777-aa17-cd4ae2b8cd08", "consumerID": "aai-ml", "timestamp": 1648135598426, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-24T15:27:48.879Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.880Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.880Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91d3c233-f610-4282-be62-ad0e3bb095de", "consumerID": "multicloud-k8s-id", "timestamp": 1648135604282, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-24T15:27:48.880Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:27:48.880Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.880Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdf5687a-7940-4777-aa17-cd4ae2b8cd08", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648135605561, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-24T15:27:48.880Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:27:48.880Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.881Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdf5687a-7940-4777-aa17-cd4ae2b8cd08", "consumerID": "clamp", "timestamp": 1648135579229, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:48.881Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.881Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.881Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdf5687a-7940-4777-aa17-cd4ae2b8cd08", "consumerID": "aai-ml", "timestamp": 1648135606161, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-24T15:27:48.881Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:27:48.881Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.881Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91d3c233-f610-4282-be62-ad0e3bb095de", "consumerID": "multicloud-k8s-id", "timestamp": 1648135605305, "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-24T15:27:48.890Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 91d3c233-f610-4282-be62-ad0e3bb095de 2022-03-24T15:27:48.890Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91d3c233-f610-4282-be62-ad0e3bb095de 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-24T15:27:48.898Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.898Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdf5687a-7940-4777-aa17-cd4ae2b8cd08", "consumerID": "clamp", "timestamp": 1648135579229, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:48.898Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.898Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.898Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91d3c233-f610-4282-be62-ad0e3bb095de", "consumerID": "multicloud-k8s-id", "timestamp": 1648135606308, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-03-24T15:27:48.899Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:27:48.899Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.899Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdf5687a-7940-4777-aa17-cd4ae2b8cd08", "consumerID": "clamp", "timestamp": 1648135579229, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:48.899Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:27:48.899Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:27:48.899Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdf5687a-7940-4777-aa17-cd4ae2b8cd08", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648135608212, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-24T15:27:48.899Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:27:49.576Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-24T15:27:49.576Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-24T15:27:49.579Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-24T15:27:49.579Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135586134, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:49.685Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms 2022-03-24T15:27:49.686Z||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-24T15:27:49.687Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:27:49.718Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:27:49.719Z||pool-72-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2022-03-24T15:27:50.580Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-24T15:27:50.581Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-24T15:27:50.584Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-24T15:27:50.584Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135586134, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-03-24T15:27:50.684Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-24T15:27:50.685Z||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-24T15:27:50.685Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:27:50.705Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:27:50.705Z||pool-73-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-03-24T15:27:51.585Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-24T15:27:51.585Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-24T15:27:51.589Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-24T15:27:51.589Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135586134, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-24T15:27:51.690Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-24T15:27:51.691Z||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-24T15:27:51.691Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:27:51.706Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:27:51.706Z||pool-74-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-24T15:27:52.590Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-24T15:27:52.591Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-24T15:27:52.592Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-24T15:27:52.592Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135586134, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-24T15:27:52.693Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-24T15:27:52.694Z||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-24T15:27:52.694Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:27:52.717Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:27:52.718Z||pool-75-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1} 2022-03-24T15:27:53.594Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "7fe5f879-b079-41e6-b3c6-6d7a611f1245", "serviceDescription": "service", "serviceInvariantUUID": "6c0f2bdf-26d6-4ab1-964f-34aa8c070e12", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "0be142cf-8dc1-4346-8143-b6789b73a87d", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "b337c6f0-3b9c-4edb-87ed-48542e885b11", "resourceInvariantUUID": "ab947afa-f824-4225-a7dc-1c3697e08a5f", "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": "7e093670-5c66-4cae-a06f-521f994aac82", "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": "5b92ee0c-f5b7-4152-956b-3c0b9ccaace1", "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": "MzMwZmZmZmViNDRiM2RjMzdmNjRiMTU0N2I1NThmNzY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "392a88fd-d4be-4674-bcc8-abdb1074a28c", "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": "15e0653b-382e-4bae-83f2-22eb88ca1e9a", "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": "3c50b3ff-850c-4908-a5d8-bb938804ec63", "generatedFromUUID": "15e0653b-382e-4bae-83f2-22eb88ca1e9a" }, "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": "3c50b3ff-850c-4908-a5d8-bb938804ec63", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "OTM5NGEwNGIxYjUyMGNlYWI1NDVhOGNjZTViZWQ1N2U\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "da6d5962-a752-4813-b7ac-3294bcc3c135" } ], "workloadContext": "Production" } 2022-03-24T15:27:53.595Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-24T15:27:53.595Z|384a7f40-b941-473b-870d-7c664adafd34|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 7fe5f879-b079-41e6-b3c6-6d7a611f1245 ASDC 2022-03-24T15:27:53.595Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:aab3f99e-02c0-46e1-8e47-389837917e8e ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:7fe5f879-b079-41e6-b3c6-6d7a611f1245 ServiceInvariantUUID:6c0f2bdf-26d6-4ab1-964f-34aa8c070e12 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:da6d5962-a752-4813-b7ac-3294bcc3c135 ArtifactChecksum:OTM5NGEwNGIxYjUyMGNlYWI1NDVhOGNjZTViZWQ1N2U= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:0be142cf-8dc1-4346-8143-b6789b73a87d ResourceInvariantUUID:ab947afa-f824-4225-a7dc-1c3697e08a5f ResourceName:basic_cnf ResourceType:VF ResourceUUID:b337c6f0-3b9c-4edb-87ed-48542e885b11 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:7e093670-5c66-4cae-a06f-521f994aac82 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:5b92ee0c-f5b7-4152-956b-3c0b9ccaace1 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:392a88fd-d4be-4674-bcc8-abdb1074a28c ArtifactChecksum:MzMwZmZmZmViNDRiM2RjMzdmNjRiMTU0N2I1NThmNzY= 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:15e0653b-382e-4bae-83f2-22eb88ca1e9a 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:3c50b3ff-850c-4908-a5d8-bb938804ec63 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:3c50b3ff-850c-4908-a5d8-bb938804ec63 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-24T15:27:53.595Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7fe5f879-b079-41e6-b3c6-6d7a611f1245 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-24T15:27:53.634Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-24T15:27:53.635Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-03-24T15:27:53.635Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-03-24T15:27:53.635Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: da6d5962-a752-4813-b7ac-3294bcc3c135 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-03-24T15:27:53.635Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-03-24T15:27:53.635Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-03-24T15:27:53.890Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-03-24T15:27:53.894Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar da6d5962-a752-4813-b7ac-3294bcc3c135 68956 2022-03-24T15:27:53.894Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||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-24T15:27:53.895Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||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-24T15:27:53.895Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-24T15:27:53.895Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-24T15:27:53.897Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-24T15:27:53.897Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135673894, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-24T15:27:53.997Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-24T15:27:53.998Z||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-24T15:27:53.999Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:27:54.014Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:27:54.015Z||pool-76-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-24T15:27:54.901Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-24T15:27:54.902Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-03-24T15:27:54.902Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: da6d5962-a752-4813-b7ac-3294bcc3c135, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-24T15:27:54.903Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-03-24T15:27:54.904Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-24T15:27:54.904Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-24T15:27:55.145Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10392655709407155514/Definitions/service-BasicCnf-template.yml 2022-03-24T15:27:56.710Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-24T15:27:56.710Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-03-24T15:27:56.710Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-24T15:27:56.710Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-03-24T15:27:56.710Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||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-24T15:27:56.711Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||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-24T15:27:56.711Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-24T15:27:56.711Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||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-24T15:27:56.711Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-03-24T15:27:56.711Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:27:56.712Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-24T15:27:56.712Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-24T15:27:56.712Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-03-24T15:27:56.712Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-24T15:27:56.713Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:27:56.713Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-24T15:27:56.713Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-24T15:27:56.714Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-03-24T15:27:56.714Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-24T15:27:56.714Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:27:56.714Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-24T15:27:56.714Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:27:56.715Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-03-24T15:27:56.715Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-03-24T15:27:56.715Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||Node template dummy is not matching search criteria 2022-03-24T15:27:56.715Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-24T15:27:56.715Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:27:56.715Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-24T15:27:56.716Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:27:56.716Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-24T15:27:56.716Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-24T15:27:56.716Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:27:56.716Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-24T15:27:56.717Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-24T15:27:56.717Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:27:56.717Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-24T15:27:56.717Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-24T15:27:56.717Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:27:56.717Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-03-24T15:27:56.717Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-03-24T15:27:56.718Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=b8b46db8-67f7-401c-9657-c0e97c89c178 2022-03-24T15:27:56.718Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:27:56.718Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-24T15:27:56.718Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:27:56.718Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-24T15:27:56.718Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:27:56.719Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-24T15:27:56.719Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:27:56.719Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-24T15:27:56.719Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:7fe5f879-b079-41e6-b3c6-6d7a611f1245 Model Version:NULL Model InvariantUuid:6c0f2bdf-26d6-4ab1-964f-34aa8c070e12 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:631bee56-7637-44c6-b3f1-ba88aa37dbca Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:ab947afa-f824-4225-a7dc-1c3697e08a5f Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:0be142cf-8dc1-4346-8143-b6789b73a87d NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:f305d360-49f9-4cd6-a3dd-000d73cec867 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:a9f04401-29bf-494e-9005-f539f34324d4 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:b8b46db8-67f7-401c-9657-c0e97c89c178 ModelInvariantUuid:93b18ce0-c0ca-4bba-8109-19ecdc124c10 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:f331cbaa-e590-4b4a-b344-046ead8b5a05 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:effeffb0-853b-4f8d-9cb4-8a3a343d2bf0 ModelInvariantUuid:07e0ad1a-ec48-45d6-868a-6cc1f21f58e5 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:f23296b8-ce18-4df0-aa43-e304222f71bb 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-24T15:27:56.727Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: b337c6f0-3b9c-4edb-87ed-48542e885b11 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-24T15:27:56.732Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||INFO|500||basic_cnf 0 2022-03-24T15:27:56.733Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b337c6f0-3b9c-4edb-87ed-48542e885b11 2022-03-24T15:27:56.733Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 7e093670-5c66-4cae-a06f-521f994aac82 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-03-24T15:27:56.733Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-03-24T15:27:56.733Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||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-24T15:27:57.362Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-03-24T15:27:57.362Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 7e093670-5c66-4cae-a06f-521f994aac82 12 2022-03-24T15:27:57.363Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||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-24T15:27:57.363Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||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-24T15:27:57.363Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-24T15:27:57.363Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-24T15:27:57.366Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-24T15:27:57.366Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135677363, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-03-24T15:27:57.466Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-24T15:27:57.468Z||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-24T15:27:57.468Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:27:57.480Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:27:57.480Z||pool-77-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-24T15:27:58.366Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 5b92ee0c-f5b7-4152-956b-3c0b9ccaace1 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-03-24T15:27:58.367Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-03-24T15:27:58.367Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||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-24T15:27:58.571Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-03-24T15:27:58.572Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 5b92ee0c-f5b7-4152-956b-3c0b9ccaace1 2688 2022-03-24T15:27:58.572Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||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-24T15:27:58.572Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||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-24T15:27:58.572Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-24T15:27:58.573Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-24T15:27:58.574Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-24T15:27:58.574Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135678572, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-03-24T15:27:58.675Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-24T15:27:58.676Z||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-24T15:27:58.676Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:27:58.689Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:27:58.690Z||pool-78-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-24T15:27:59.576Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 392a88fd-d4be-4674-bcc8-abdb1074a28c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-03-24T15:27:59.576Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-03-24T15:27:59.576Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||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-24T15:27:59.773Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-03-24T15:27:59.774Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 392a88fd-d4be-4674-bcc8-abdb1074a28c 828 2022-03-24T15:27:59.774Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||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-24T15:27:59.774Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||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-24T15:27:59.774Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-24T15:27:59.775Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-24T15:27:59.777Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-24T15:27:59.777Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135679774, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-24T15:27:59.880Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-24T15:27:59.881Z||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-24T15:27:59.881Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:27:59.905Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:27:59.905Z||pool-79-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-03-24T15:28:00.778Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "f305d360-49f9-4cd6-a3dd-000d73cec867", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a9f04401-29bf-494e-9005-f539f34324d4", "vfModuleModelCustomizationUUID": "3868ac9c-4391-4474-a968-dcfd8d5a00ec", "isBase": true, "artifacts": [ "5b92ee0c-f5b7-4152-956b-3c0b9ccaace1", "15e0653b-382e-4bae-83f2-22eb88ca1e9a", "3c50b3ff-850c-4908-a5d8-bb938804ec63" ], "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-24T15:28:00.782Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:a9f04401-29bf-494e-9005-f539f34324d4 VfModuleModelInvariantUUID:f305d360-49f9-4cd6-a3dd-000d73cec867 VfModuleModelDescription:NULL Artifacts UUID List:{ 5b92ee0c-f5b7-4152-956b-3c0b9ccaace1 , 15e0653b-382e-4bae-83f2-22eb88ca1e9a , 3c50b3ff-850c-4908-a5d8-bb938804ec63 } 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-24T15:28:00.784Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "f305d360-49f9-4cd6-a3dd-000d73cec867", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a9f04401-29bf-494e-9005-f539f34324d4", "vfModuleModelCustomizationUUID": "3868ac9c-4391-4474-a968-dcfd8d5a00ec", "isBase": true, "artifacts": [ "5b92ee0c-f5b7-4152-956b-3c0b9ccaace1", "15e0653b-382e-4bae-83f2-22eb88ca1e9a", "3c50b3ff-850c-4908-a5d8-bb938804ec63" ], "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-24T15:28:00.785Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:a9f04401-29bf-494e-9005-f539f34324d4 VfModuleModelInvariantUUID:f305d360-49f9-4cd6-a3dd-000d73cec867 VfModuleModelDescription:NULL Artifacts UUID List:{ 5b92ee0c-f5b7-4152-956b-3c0b9ccaace1 , 15e0653b-382e-4bae-83f2-22eb88ca1e9a , 3c50b3ff-850c-4908-a5d8-bb938804ec63 } 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-24T15:28:00.785Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 15e0653b-382e-4bae-83f2-22eb88ca1e9a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-03-24T15:28:00.785Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-03-24T15:28:00.785Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||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-24T15:28:00.956Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-03-24T15:28:00.957Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 15e0653b-382e-4bae-83f2-22eb88ca1e9a 1164 2022-03-24T15:28:00.958Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||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-24T15:28:00.958Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||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-24T15:28:00.958Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-24T15:28:00.959Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-24T15:28:00.961Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-24T15:28:00.961Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135680958, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-03-24T15:28:01.061Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-24T15:28:01.062Z||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-24T15:28:01.062Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:28:01.073Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:28:01.074Z||pool-80-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-24T15:28:01.962Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 3c50b3ff-850c-4908-a5d8-bb938804ec63 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-03-24T15:28:01.963Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-03-24T15:28:01.964Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||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-24T15:28:02.164Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-03-24T15:28:02.164Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 3c50b3ff-850c-4908-a5d8-bb938804ec63 200 2022-03-24T15:28:02.165Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||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-24T15:28:02.165Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||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-24T15:28:02.165Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-24T15:28:02.165Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-24T15:28:02.167Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-24T15:28:02.167Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135682165, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-03-24T15:28:02.267Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-24T15:28:02.269Z||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-24T15:28:02.269Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:28:02.281Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:28:02.282Z||pool-81-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-03-24T15:28:03.168Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 7fe5f879-b079-41e6-b3c6-6d7a611f1245 2022-03-24T15:28:03.168Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 b337c6f0-3b9c-4edb-87ed-48542e885b11 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-24T15:28:03.187Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||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-24T15:28:03.194Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@37b894f, org.onap.sdc.toscaparser.api.parameters.Input@7c4a1da7, org.onap.sdc.toscaparser.api.parameters.Input@71b4c0a5, org.onap.sdc.toscaparser.api.parameters.Input@6beae46, org.onap.sdc.toscaparser.api.parameters.Input@59d07e2f] 2022-03-24T15:28:03.195Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:28:03.196Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-24T15:28:03.196Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2022-03-24T15:28:03.196Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 0be142cf-8dc1-4346-8143-b6789b73a87d 2022-03-24T15:28:03.196Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0be142cf-8dc1-4346-8143-b6789b73a87d matches Tosca VF Customization UUID: 0be142cf-8dc1-4346-8143-b6789b73a87d 2022-03-24T15:28:03.196Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 0be142cf-8dc1-4346-8143-b6789b73a87d 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-24T15:28:03.199Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:28:03.199Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-24T15:28:03.200Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 0be142cf-8dc1-4346-8143-b6789b73a87d: {\"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-24T15:28:03.201Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5102e6fe 2022-03-24T15:28:03.201Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:28:03.201Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-24T15:28:03.201Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3868ac9c-4391-4474-a968-dcfd8d5a00ec 2022-03-24T15:28:03.202Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3868ac9c-4391-4474-a968-dcfd8d5a00ec 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-24T15:28:03.205Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:28:03.205Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-24T15:28:03.206Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-24T15:28:03.206Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:28:03.206Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-24T15:28:03.207Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-24T15:28:03.207Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:28:03.207Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-03-24T15:28:03.207Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-03-24T15:28:03.208Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=b8b46db8-67f7-401c-9657-c0e97c89c178 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-24T15:28:03.211Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:28:03.212Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-24T15:28:03.212Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-24T15:28:03.213Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:28:03.213Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-24T15:28:03.213Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=0be142cf-8dc1-4346-8143-b6789b73a87d 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-24T15:28:03.216Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:28:03.216Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-24T15:28:03.216Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 7fe5f879-b079-41e6-b3c6-6d7a611f1245: basic_cnf 2022-03-24T15:28:03.216Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:28:03.217Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-24T15:28:03.217Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:28:03.217Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-24T15:28:03.217Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:28:03.218Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-24T15:28:03.218Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:28:03.218Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-24T15:28:03.218Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:28:03.219Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-24T15:28:03.219Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||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-24T15:28:03.288Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf b337c6f0-3b9c-4edb-87ed-48542e885b11 1 ASDC deployResourceStructure 2022-03-24T15:28:03.289Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||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-24T15:28:03.290Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||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-24T15:28:03.290Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-03-24T15:28:03.290Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-24T15:28:03.292Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-24T15:28:03.292Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135683289, "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-24T15:28:03.392Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-24T15:28:03.394Z||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-24T15:28:03.394Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:28:03.405Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:28:03.406Z||pool-82-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-24T15:28:04.293Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||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-24T15:28:04.294Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||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-24T15:28:04.294Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-03-24T15:28:04.294Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-24T15:28:04.296Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-24T15:28:04.296Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135684293, "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-24T15:28:04.397Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-24T15:28:04.398Z||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-24T15:28:04.398Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:28:04.412Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:28:04.413Z||pool-83-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-24T15:28:05.298Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||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-24T15:28:05.298Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||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-24T15:28:05.299Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-24T15:28:05.299Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-24T15:28:05.302Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-24T15:28:05.302Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135685298, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-03-24T15:28:05.403Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-24T15:28:05.405Z||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-24T15:28:05.405Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:28:05.418Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:28:05.419Z||pool-84-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-24T15:28:06.303Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||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-24T15:28:06.304Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||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-24T15:28:06.304Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-24T15:28:06.305Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-24T15:28:06.307Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-24T15:28:06.307Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135686303, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-03-24T15:28:06.407Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-24T15:28:06.408Z||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-24T15:28:06.408Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:28:06.419Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:28:06.419Z||pool-85-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-24T15:28:07.308Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||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-24T15:28:07.309Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||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-24T15:28:07.309Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-24T15:28:07.310Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-24T15:28:07.312Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-24T15:28:07.312Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135687308, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-03-24T15:28:07.412Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-24T15:28:07.414Z||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-24T15:28:07.414Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:28:07.435Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:28:07.436Z||pool-86-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-03-24T15:28:08.313Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||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-24T15:28:08.316Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||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-24T15:28:08.316Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-24T15:28:08.316Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-24T15:28:08.319Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-24T15:28:08.319Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135688313, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-24T15:28:08.421Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-24T15:28:08.422Z||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-24T15:28:08.423Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:28:08.437Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:28:08.438Z||pool-87-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-24T15:28:09.320Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aab3f99e-02c0-46e1-8e47-389837917e8e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T15:28:09.330Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aab3f99e-02c0-46e1-8e47-389837917e8e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-24T15:28:09.333Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-24T15:28:09.333Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-24T15:28:09.333Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-24T15:28:09.333Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-24T15:28:09.333Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-24T15:28:09.334Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-24T15:28:09.334Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-24T15:28:09.334Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-24T15:28:09.334Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-24T15:28:09.334Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-24T15:28:09.334Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-24T15:28:09.340Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-24T15:28:39.341Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: aab3f99e-02c0-46e1-8e47-389837917e8e 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-24T15:28:39.348Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: aab3f99e-02c0-46e1-8e47-389837917e8e and serviceModelVersionId: 7fe5f879-b079-41e6-b3c6-6d7a611f1245 2022-03-24T15:28:39.348Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6c0f2bdf-26d6-4ab1-964f-34aa8c070e12 2022-03-24T15:28:39.349Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6c0f2bdf-26d6-4ab1-964f-34aa8c070e12/model-vers/model-ver/7fe5f879-b079-41e6-b3c6-6d7a611f1245?depth=0 2022-03-24T15:28:39.353Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-03-24T15:28:39.398Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c0f2bdf-26d6-4ab1-964f-34aa8c070e12/model-vers/model-ver/7fe5f879-b079-41e6-b3c6-6d7a611f1245?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-24T15:28:39.399Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c0f2bdf-26d6-4ab1-964f-34aa8c070e12/model-vers/model-ver/7fe5f879-b079-41e6-b3c6-6d7a611f1245?depth=0|INFO|500||Invoke 2022-03-24T15:28:39.425Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c0f2bdf-26d6-4ab1-964f-34aa8c070e12/model-vers/model-ver/7fe5f879-b079-41e6-b3c6-6d7a611f1245?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-24T15:28:39.673Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c0f2bdf-26d6-4ab1-964f-34aa8c070e12/model-vers/model-ver/7fe5f879-b079-41e6-b3c6-6d7a611f1245?depth=0|INFO|500||InvokeReturn 2022-03-24T15:28:39.673Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c0f2bdf-26d6-4ab1-964f-34aa8c070e12/model-vers/model-ver/7fe5f879-b079-41e6-b3c6-6d7a611f1245?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220324-15:28:37:935-4300], vertex-id=[184344], Content-Length=[0], Date=[Thu, 24 Mar 2022 15:28:37 GMT], Content-Type=[application/json]} 2022-03-24T15:28:39.673Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2022-03-24T15:28:39.674Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-24T15:28:39.674Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-24T15:28:39.680Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-24T15:28:39.680Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID aab3f99e-02c0-46e1-8e47-389837917e8e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-24T15:28:39.680Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-24T15:28:39.681Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-24T15:28:39.683Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-24T15:28:39.683Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135719680, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-24T15:28:39.783Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-24T15:28:39.784Z||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-24T15:28:39.784Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:28:39.801Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:28:39.802Z||pool-88-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-24T15:28:40.705Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-24T15:28:40.705Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"bdf5687a-7940-4777-aa17-cd4ae2b8cd08","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"2b50be9b-4127-4249-984b-747656aee5af","serviceDescription":"service","serviceInvariantUUID":"c90bb931-599f-4328-9352-0963fcfcfb9d","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9bdf9091-bfc8-49dd-9fc8-7cecbe36327c","resourceInvariantUUID":"43f2d38a-4f74-4054-a345-ea810eddd5b3","resourceCustomizationUUID":"42c67dba-573c-43c5-9358-c98861130fb3","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":"ZDFjMjZmYTA2ZjcxODc3ZmI3Y2VhODkyZDUwM2E1Yjk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"61a0147a-b963-456e-a765-e38e7570ae68","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":"ZTNhODhmMjUxY2I1ZjVkODgxMjcxYWRhOTE0YjdmNGI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"754bb1da-914c-4f2f-9fb6-05ffc527d509","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":"c87c6489-d7ee-44d9-a3cd-b879c42c923d","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":"4386f7d4-c2b6-46f9-87ae-69c3004255f1","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":"a06c6722-9820-4a65-be97-a8a9f35509e6","artifactVersion":"2","generatedFromUUID":"c87c6489-d7ee-44d9-a3cd-b879c42c923d"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZTJiNjY3ZWMxMzEyOGIwMzM1YjZlNjkwYzcwNGQzN2U\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7e3b71ae-1812-47b5-94b1-3d0def111f42","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZWUzYWQwYjE3YTMzMDBkZDlkOTRlZTVhYmE5MGE5ZGE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"55dc0aa0-1051-4c7e-b7f8-d9aa9c949e43","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-24T15:28:40.706Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-24T15:28:40.706Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-24T15:28:40.708Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-24T15:28:40.709Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "bdf5687a-7940-4777-aa17-cd4ae2b8cd08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135586134, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:28:40.810Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-24T15:28:40.811Z||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-24T15:28:40.812Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:28:40.826Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:28:40.827Z||pool-89-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-24T15:28:41.709Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-24T15:28:41.710Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-24T15:28:41.712Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-24T15:28:41.713Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "bdf5687a-7940-4777-aa17-cd4ae2b8cd08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135586134, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-03-24T15:28:41.817Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2022-03-24T15:28:41.818Z||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-24T15:28:41.818Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:28:41.836Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:28:41.843Z||pool-90-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-03-24T15:28:42.713Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-24T15:28:42.714Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-24T15:28:42.717Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-24T15:28:42.717Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "bdf5687a-7940-4777-aa17-cd4ae2b8cd08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135586134, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-24T15:28:42.817Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-24T15:28:42.818Z||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-24T15:28:42.818Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:28:42.832Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:28:42.833Z||pool-91-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-24T15:28:43.718Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-24T15:28:43.718Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-24T15:28:43.721Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-24T15:28:43.721Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "bdf5687a-7940-4777-aa17-cd4ae2b8cd08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135586134, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:28:43.821Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-24T15:28:43.822Z||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-24T15:28:43.822Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:28:43.839Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:28:43.840Z||pool-92-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-03-24T15:28:44.722Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-24T15:28:44.723Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-24T15:28:44.732Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-24T15:28:44.733Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "bdf5687a-7940-4777-aa17-cd4ae2b8cd08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135586134, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-24T15:28:44.828Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms 2022-03-24T15:28:44.829Z||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-24T15:28:44.830Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:28:44.849Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:28:44.850Z||pool-93-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-03-24T15:28:45.734Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-24T15:28:45.735Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-24T15:28:45.737Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-24T15:28:45.738Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "bdf5687a-7940-4777-aa17-cd4ae2b8cd08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135586134, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-24T15:28:45.838Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-24T15:28:45.839Z||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-24T15:28:45.839Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:28:45.853Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:28:45.854Z||pool-94-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-24T15:28:46.738Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-24T15:28:46.739Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-24T15:28:46.741Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-24T15:28:46.741Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "bdf5687a-7940-4777-aa17-cd4ae2b8cd08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135586134, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-24T15:28:46.843Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-24T15:28:46.844Z||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-24T15:28:46.844Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:28:46.867Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:28:46.868Z||pool-95-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-03-24T15:28:47.742Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "bdf5687a-7940-4777-aa17-cd4ae2b8cd08", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "2b50be9b-4127-4249-984b-747656aee5af", "serviceDescription": "service", "serviceInvariantUUID": "c90bb931-599f-4328-9352-0963fcfcfb9d", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "42c67dba-573c-43c5-9358-c98861130fb3", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "9bdf9091-bfc8-49dd-9fc8-7cecbe36327c", "resourceInvariantUUID": "43f2d38a-4f74-4054-a345-ea810eddd5b3", "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": "ZTNhODhmMjUxY2I1ZjVkODgxMjcxYWRhOTE0YjdmNGI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "754bb1da-914c-4f2f-9fb6-05ffc527d509", "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": "c87c6489-d7ee-44d9-a3cd-b879c42c923d", "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": "a06c6722-9820-4a65-be97-a8a9f35509e6", "generatedFromUUID": "c87c6489-d7ee-44d9-a3cd-b879c42c923d" }, "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": "a06c6722-9820-4a65-be97-a8a9f35509e6", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "ZWUzYWQwYjE3YTMzMDBkZDlkOTRlZTVhYmE5MGE5ZGE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "55dc0aa0-1051-4c7e-b7f8-d9aa9c949e43" } ], "workloadContext": "Production" } 2022-03-24T15:28:47.743Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-24T15:28:47.743Z|aab3f99e-02c0-46e1-8e47-389837917e8e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2b50be9b-4127-4249-984b-747656aee5af ASDC 2022-03-24T15:28:47.743Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:bdf5687a-7940-4777-aa17-cd4ae2b8cd08 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:2b50be9b-4127-4249-984b-747656aee5af ServiceInvariantUUID:c90bb931-599f-4328-9352-0963fcfcfb9d 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:55dc0aa0-1051-4c7e-b7f8-d9aa9c949e43 ArtifactChecksum:ZWUzYWQwYjE3YTMzMDBkZDlkOTRlZTVhYmE5MGE5ZGE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:42c67dba-573c-43c5-9358-c98861130fb3 ResourceInvariantUUID:43f2d38a-4f74-4054-a345-ea810eddd5b3 ResourceName:basic_vm ResourceType:VF ResourceUUID:9bdf9091-bfc8-49dd-9fc8-7cecbe36327c 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:754bb1da-914c-4f2f-9fb6-05ffc527d509 ArtifactChecksum:ZTNhODhmMjUxY2I1ZjVkODgxMjcxYWRhOTE0YjdmNGI= 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:c87c6489-d7ee-44d9-a3cd-b879c42c923d 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:a06c6722-9820-4a65-be97-a8a9f35509e6 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:a06c6722-9820-4a65-be97-a8a9f35509e6 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-24T15:28:47.744Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2b50be9b-4127-4249-984b-747656aee5af 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-24T15:28:47.774Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-24T15:28:47.774Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-03-24T15:28:47.774Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-03-24T15:28:47.775Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 55dc0aa0-1051-4c7e-b7f8-d9aa9c949e43 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-03-24T15:28:47.775Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-03-24T15:28:47.775Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-03-24T15:28:47.839Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-03-24T15:28:47.844Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 55dc0aa0-1051-4c7e-b7f8-d9aa9c949e43 71080 2022-03-24T15:28:47.844Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||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-24T15:28:47.845Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||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-24T15:28:47.845Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-24T15:28:47.845Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-24T15:28:47.849Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-24T15:28:47.849Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "bdf5687a-7940-4777-aa17-cd4ae2b8cd08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135727844, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-24T15:28:47.949Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-24T15:28:47.950Z||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-24T15:28:47.950Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:28:47.965Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:28:47.966Z||pool-96-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-03-24T15:28:48.520Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:28:48.522Z||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-24T15:28:48.522Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T15:28:48.546Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:28:48.547Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:28:48.547Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdf5687a-7940-4777-aa17-cd4ae2b8cd08", "consumerID": "clamp", "timestamp": 1648135579229, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-24T15:28:48.548Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:28:48.850Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-24T15:28:48.851Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-03-24T15:28:48.851Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 55dc0aa0-1051-4c7e-b7f8-d9aa9c949e43, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-03-24T15:28:48.851Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-03-24T15:28:48.852Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-03-24T15:28:48.852Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-03-24T15:28:48.989Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP621041818496628479/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-24T15:28:50.428Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-24T15:28:50.429Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-03-24T15:28:50.429Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-24T15:28:50.430Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-03-24T15:28:50.430Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||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-24T15:28:50.430Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||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-24T15:28:50.431Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-24T15:28:50.431Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||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-24T15:28:50.431Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-24T15:28:50.431Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||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-24T15:28:50.432Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-24T15:28:50.432Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||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-24T15:28:50.432Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||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-24T15:28:50.432Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-03-24T15:28:50.433Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:28:50.433Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-24T15:28:50.434Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-24T15:28:50.434Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-03-24T15:28:50.434Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-24T15:28:50.435Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:28:50.435Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-24T15:28:50.435Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-24T15:28:50.435Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-03-24T15:28:50.436Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-24T15:28:50.436Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:28:50.437Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-24T15:28:50.437Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:28:50.437Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-03-24T15:28:50.438Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-03-24T15:28:50.438Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-03-24T15:28:50.438Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-03-24T15:28:50.439Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-24T15:28:50.439Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-24T15:28:50.439Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:28:50.439Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-24T15:28:50.440Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:28:50.440Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-24T15:28:50.440Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-24T15:28:50.441Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:28:50.441Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-24T15:28:50.442Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-24T15:28:50.442Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:28:50.443Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-24T15:28:50.443Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-24T15:28:50.443Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:28:50.444Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-03-24T15:28:50.444Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-03-24T15:28:50.444Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-24T15:28:50.444Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=f38fe2be-f490-46ea-a1cf-96b8aebbf806 2022-03-24T15:28:50.445Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:28:50.445Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-24T15:28:50.445Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:28:50.445Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-24T15:28:50.446Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:28:50.446Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-24T15:28:50.446Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:28:50.446Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-24T15:28:50.446Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:2b50be9b-4127-4249-984b-747656aee5af Model Version:NULL Model InvariantUuid:c90bb931-599f-4328-9352-0963fcfcfb9d Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:fb054a16-648a-45e0-8b60-fbb8166fef6d Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:43f2d38a-4f74-4054-a345-ea810eddd5b3 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:42c67dba-573c-43c5-9358-c98861130fb3 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:1db34252-9e2e-4dd3-927e-8bbb72908aca ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:08ef6f0e-9c84-4520-8cb7-f70e764bd81e ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:f38fe2be-f490-46ea-a1cf-96b8aebbf806 ModelInvariantUuid:ec9b1e90-6f31-4320-aea4-a03101c4b485 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:131493f8-c7cd-4727-badd-3432170c8514 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:2193977e-797a-4431-9c68-d7dea142cd8d ModelInvariantUuid:95215f44-79db-4577-bb65-f885dd91c722 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:1d2f0194-40ee-4fe7-8ff3-f3867aff51cb 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-24T15:28:50.468Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 9bdf9091-bfc8-49dd-9fc8-7cecbe36327c 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-24T15:28:50.471Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||INFO|500||basic_vm 0 2022-03-24T15:28:50.472Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9bdf9091-bfc8-49dd-9fc8-7cecbe36327c 2022-03-24T15:28:50.472Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 754bb1da-914c-4f2f-9fb6-05ffc527d509 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-03-24T15:28:50.472Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-03-24T15:28:50.472Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||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-24T15:28:50.603Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-03-24T15:28:50.604Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 754bb1da-914c-4f2f-9fb6-05ffc527d509 787 2022-03-24T15:28:50.604Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||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-24T15:28:50.604Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||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-24T15:28:50.604Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-24T15:28:50.605Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-24T15:28:50.609Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-24T15:28:50.609Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "bdf5687a-7940-4777-aa17-cd4ae2b8cd08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135730604, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-24T15:28:50.708Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-24T15:28:50.710Z||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-24T15:28:50.710Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:28:50.725Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:28:50.726Z||pool-97-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-24T15:28:51.610Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "1db34252-9e2e-4dd3-927e-8bbb72908aca", "vfModuleModelVersion": "1", "vfModuleModelUUID": "08ef6f0e-9c84-4520-8cb7-f70e764bd81e", "vfModuleModelCustomizationUUID": "a8ba2d61-b9f9-4f41-8dc5-c9327bdd6f10", "isBase": true, "artifacts": [ "c87c6489-d7ee-44d9-a3cd-b879c42c923d", "a06c6722-9820-4a65-be97-a8a9f35509e6" ], "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-24T15:28:51.615Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:08ef6f0e-9c84-4520-8cb7-f70e764bd81e VfModuleModelInvariantUUID:1db34252-9e2e-4dd3-927e-8bbb72908aca VfModuleModelDescription:NULL Artifacts UUID List:{ c87c6489-d7ee-44d9-a3cd-b879c42c923d , a06c6722-9820-4a65-be97-a8a9f35509e6 } 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-24T15:28:51.618Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "1db34252-9e2e-4dd3-927e-8bbb72908aca", "vfModuleModelVersion": "1", "vfModuleModelUUID": "08ef6f0e-9c84-4520-8cb7-f70e764bd81e", "vfModuleModelCustomizationUUID": "a8ba2d61-b9f9-4f41-8dc5-c9327bdd6f10", "isBase": true, "artifacts": [ "c87c6489-d7ee-44d9-a3cd-b879c42c923d", "a06c6722-9820-4a65-be97-a8a9f35509e6" ], "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-24T15:28:51.619Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:08ef6f0e-9c84-4520-8cb7-f70e764bd81e VfModuleModelInvariantUUID:1db34252-9e2e-4dd3-927e-8bbb72908aca VfModuleModelDescription:NULL Artifacts UUID List:{ c87c6489-d7ee-44d9-a3cd-b879c42c923d , a06c6722-9820-4a65-be97-a8a9f35509e6 } 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-24T15:28:51.619Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c87c6489-d7ee-44d9-a3cd-b879c42c923d from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-03-24T15:28:51.619Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-03-24T15:28:51.619Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||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-24T15:28:51.810Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-03-24T15:28:51.812Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml c87c6489-d7ee-44d9-a3cd-b879c42c923d 5033 2022-03-24T15:28:51.812Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||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-24T15:28:51.812Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||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-24T15:28:51.812Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-24T15:28:51.813Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-24T15:28:51.815Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-24T15:28:51.815Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "bdf5687a-7940-4777-aa17-cd4ae2b8cd08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135731812, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-24T15:28:51.915Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-24T15:28:51.916Z||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-24T15:28:51.916Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:28:51.930Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:28:51.931Z||pool-98-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-24T15:28:52.816Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: a06c6722-9820-4a65-be97-a8a9f35509e6 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-03-24T15:28:52.816Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-03-24T15:28:52.816Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||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-24T15:28:53.110Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-03-24T15:28:53.111Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env a06c6722-9820-4a65-be97-a8a9f35509e6 903 2022-03-24T15:28:53.111Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||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-24T15:28:53.112Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||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-24T15:28:53.112Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-24T15:28:53.112Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-24T15:28:53.115Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-24T15:28:53.115Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "bdf5687a-7940-4777-aa17-cd4ae2b8cd08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135733111, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-24T15:28:53.215Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-24T15:28:53.216Z||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-24T15:28:53.217Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:28:53.233Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:28:53.234Z||pool-99-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-03-24T15:28:54.115Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 2b50be9b-4127-4249-984b-747656aee5af 2022-03-24T15:28:54.116Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 9bdf9091-bfc8-49dd-9fc8-7cecbe36327c 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-24T15:28:54.132Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7a824237, org.onap.sdc.toscaparser.api.parameters.Input@3c9e0a06, org.onap.sdc.toscaparser.api.parameters.Input@38cb7b14, org.onap.sdc.toscaparser.api.parameters.Input@46714dfd, org.onap.sdc.toscaparser.api.parameters.Input@2e0a3cfe] 2022-03-24T15:28:54.136Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:28:54.136Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-24T15:28:54.137Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2022-03-24T15:28:54.137Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 42c67dba-573c-43c5-9358-c98861130fb3 2022-03-24T15:28:54.137Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 42c67dba-573c-43c5-9358-c98861130fb3 matches Tosca VF Customization UUID: 42c67dba-573c-43c5-9358-c98861130fb3 2022-03-24T15:28:54.138Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 42c67dba-573c-43c5-9358-c98861130fb3 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-24T15:28:54.141Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:28:54.141Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-24T15:28:54.142Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 42c67dba-573c-43c5-9358-c98861130fb3: {\"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-24T15:28:54.142Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4daaa2ea 2022-03-24T15:28:54.143Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:28:54.143Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-24T15:28:54.144Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a8ba2d61-b9f9-4f41-8dc5-c9327bdd6f10 2022-03-24T15:28:54.144Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a8ba2d61-b9f9-4f41-8dc5-c9327bdd6f10 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-24T15:28:54.147Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:28:54.147Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-24T15:28:54.148Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-24T15:28:54.148Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:28:54.149Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-24T15:28:54.149Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-24T15:28:54.150Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:28:54.150Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-03-24T15:28:54.150Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-03-24T15:28:54.151Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-24T15:28:54.151Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=f38fe2be-f490-46ea-a1cf-96b8aebbf806 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-24T15:28:54.156Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:28:54.157Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-24T15:28:54.157Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-24T15:28:54.157Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:28:54.158Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-24T15:28:54.158Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=42c67dba-573c-43c5-9358-c98861130fb3 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-24T15:28:54.161Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:28:54.161Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-24T15:28:54.161Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 2b50be9b-4127-4249-984b-747656aee5af: basic_vm 2022-03-24T15:28:54.162Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:28:54.162Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-24T15:28:54.162Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:28:54.162Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-24T15:28:54.162Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:28:54.163Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-24T15:28:54.163Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:28:54.163Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-24T15:28:54.163Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:28:54.163Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-24T15:28:54.164Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||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-24T15:28:54.251Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 9bdf9091-bfc8-49dd-9fc8-7cecbe36327c 1 ASDC deployResourceStructure 2022-03-24T15:28:54.252Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||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-24T15:28:54.252Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||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-24T15:28:54.253Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-24T15:28:54.253Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-24T15:28:54.255Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-24T15:28:54.255Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "bdf5687a-7940-4777-aa17-cd4ae2b8cd08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135734251, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-03-24T15:28:54.358Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-03-24T15:28:54.359Z||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-24T15:28:54.359Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:28:54.373Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:28:54.373Z||pool-100-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-03-24T15:28:55.257Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||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-24T15:28:55.257Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||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-24T15:28:55.257Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-24T15:28:55.258Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-24T15:28:55.272Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-24T15:28:55.272Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "bdf5687a-7940-4777-aa17-cd4ae2b8cd08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135735256, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-03-24T15:28:55.367Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms 2022-03-24T15:28:55.369Z||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-24T15:28:55.369Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:28:55.383Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:28:55.383Z||pool-101-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-24T15:28:56.273Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||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-24T15:28:56.273Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||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-24T15:28:56.274Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-24T15:28:56.274Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-24T15:28:56.276Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-24T15:28:56.276Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "bdf5687a-7940-4777-aa17-cd4ae2b8cd08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135736273, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-03-24T15:28:56.376Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-24T15:28:56.377Z||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-24T15:28:56.377Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:28:56.412Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:28:56.413Z||pool-102-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1} 2022-03-24T15:28:57.277Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||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-24T15:28:57.277Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||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-24T15:28:57.277Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-24T15:28:57.277Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-24T15:28:57.280Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-24T15:28:57.280Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "bdf5687a-7940-4777-aa17-cd4ae2b8cd08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135737276, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-24T15:28:57.380Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-24T15:28:57.381Z||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-24T15:28:57.381Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:28:57.398Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:28:57.398Z||pool-103-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-03-24T15:28:58.281Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bdf5687a-7940-4777-aa17-cd4ae2b8cd08 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T15:28:58.291Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bdf5687a-7940-4777-aa17-cd4ae2b8cd08 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-24T15:28:58.293Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-24T15:28:58.293Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-24T15:28:58.294Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-24T15:29:28.294Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bdf5687a-7940-4777-aa17-cd4ae2b8cd08 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T15:29:28.306Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bdf5687a-7940-4777-aa17-cd4ae2b8cd08 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-24T15:29:28.309Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-24T15:29:28.309Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-24T15:29:28.310Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-24T15:29:48.521Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:29:48.522Z||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-24T15:29:48.522Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T15:29:48.554Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:29:48.555Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:29:48.555Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdf5687a-7940-4777-aa17-cd4ae2b8cd08", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648135609217, "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-24T15:29:48.564Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bdf5687a-7940-4777-aa17-cd4ae2b8cd08 2022-03-24T15:29:48.564Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId bdf5687a-7940-4777-aa17-cd4ae2b8cd08 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-24T15:29:48.574Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:29:48.574Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdf5687a-7940-4777-aa17-cd4ae2b8cd08", "consumerID": "clamp", "timestamp": 1648135579229, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-24T15:29:48.575Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:29:48.575Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:29:48.575Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91d3c233-f610-4282-be62-ad0e3bb095de", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648135583404, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:29:48.575Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:29:48.575Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:29:48.575Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91d3c233-f610-4282-be62-ad0e3bb095de", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648135583404, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-24T15:29:48.575Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:29:48.575Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:29:48.576Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91d3c233-f610-4282-be62-ad0e3bb095de", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648135583404, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-24T15:29:48.576Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:29:48.576Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:29:48.576Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91d3c233-f610-4282-be62-ad0e3bb095de", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648135583404, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:29:48.576Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:29:48.576Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:29:48.576Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91d3c233-f610-4282-be62-ad0e3bb095de", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648135583404, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-24T15:29:48.576Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:29:48.577Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:29:48.577Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91d3c233-f610-4282-be62-ad0e3bb095de", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648135583404, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-24T15:29:48.577Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:29:48.577Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:29:48.577Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdf5687a-7940-4777-aa17-cd4ae2b8cd08", "consumerID": "aai-ml", "timestamp": 1648135615153, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-24T15:29:48.578Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:29:48.578Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:29:48.578Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91d3c233-f610-4282-be62-ad0e3bb095de", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648135583404, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-24T15:29:48.578Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:29:48.578Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:29:48.578Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdf5687a-7940-4777-aa17-cd4ae2b8cd08", "consumerID": "aai-ml", "timestamp": 1648135616157, "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-24T15:29:48.584Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bdf5687a-7940-4777-aa17-cd4ae2b8cd08 2022-03-24T15:29:48.585Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId bdf5687a-7940-4777-aa17-cd4ae2b8cd08 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-24T15:29:48.593Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:29:48.593Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91d3c233-f610-4282-be62-ad0e3bb095de", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648135583404, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-24T15:29:48.594Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:29:48.594Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:29:48.594Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91d3c233-f610-4282-be62-ad0e3bb095de", "consumerID": "aai-ml", "timestamp": 1648135598426, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:29:48.594Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:29:48.594Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:29:48.594Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91d3c233-f610-4282-be62-ad0e3bb095de", "consumerID": "aai-ml", "timestamp": 1648135598426, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-24T15:29:48.594Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:29:48.594Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:29:48.595Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91d3c233-f610-4282-be62-ad0e3bb095de", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648135618475, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-24T15:29:48.595Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:29:48.595Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:29:48.595Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdf5687a-7940-4777-aa17-cd4ae2b8cd08", "consumerID": "clamp", "timestamp": 1648135618025, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-24T15:29:48.595Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:29:48.595Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:29:48.595Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91d3c233-f610-4282-be62-ad0e3bb095de", "consumerID": "aai-ml", "timestamp": 1648135598426, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-24T15:29:48.596Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:29:48.596Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:29:48.596Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91d3c233-f610-4282-be62-ad0e3bb095de", "consumerID": "aai-ml", "timestamp": 1648135598426, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:29:48.596Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:29:48.596Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:29:48.596Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdf5687a-7940-4777-aa17-cd4ae2b8cd08", "consumerID": "clamp", "timestamp": 1648135619720, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-24T15:29:48.597Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:29:48.597Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:29:48.597Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91d3c233-f610-4282-be62-ad0e3bb095de", "consumerID": "aai-ml", "timestamp": 1648135598426, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-24T15:29:48.597Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:29:48.597Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:29:48.597Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91d3c233-f610-4282-be62-ad0e3bb095de", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648135621361, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-24T15:29:48.598Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:29:48.598Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:29:48.598Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdf5687a-7940-4777-aa17-cd4ae2b8cd08", "consumerID": "clamp", "timestamp": 1648135620723, "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-24T15:29:48.603Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of bdf5687a-7940-4777-aa17-cd4ae2b8cd08 2022-03-24T15:29:48.604Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId bdf5687a-7940-4777-aa17-cd4ae2b8cd08 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-24T15:29:48.613Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:29:48.613Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91d3c233-f610-4282-be62-ad0e3bb095de", "consumerID": "aai-ml", "timestamp": 1648135598426, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-24T15:29:48.613Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:29:48.613Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:29:48.613Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91d3c233-f610-4282-be62-ad0e3bb095de", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648135622367, "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-24T15:29:48.618Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 91d3c233-f610-4282-be62-ad0e3bb095de 2022-03-24T15:29:48.619Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91d3c233-f610-4282-be62-ad0e3bb095de 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-24T15:29:48.628Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:29:48.628Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91d3c233-f610-4282-be62-ad0e3bb095de", "consumerID": "clamp", "timestamp": 1648135579229, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:29:48.628Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:29:48.629Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:29:48.629Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91d3c233-f610-4282-be62-ad0e3bb095de", "consumerID": "aai-ml", "timestamp": 1648135598426, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-24T15:29:48.629Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:29:48.629Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:29:48.629Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91d3c233-f610-4282-be62-ad0e3bb095de", "consumerID": "clamp", "timestamp": 1648135579229, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-03-24T15:29:48.629Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:29:48.629Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:29:48.629Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91d3c233-f610-4282-be62-ad0e3bb095de", "consumerID": "aai-ml", "timestamp": 1648135598426, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-24T15:29:48.629Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:29:48.629Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:29:48.629Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91d3c233-f610-4282-be62-ad0e3bb095de", "consumerID": "clamp", "timestamp": 1648135579229, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-24T15:29:48.630Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:29:48.630Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:29:48.630Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91d3c233-f610-4282-be62-ad0e3bb095de", "consumerID": "clamp", "timestamp": 1648135579229, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:29:48.630Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:29:48.630Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:29:48.630Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91d3c233-f610-4282-be62-ad0e3bb095de", "consumerID": "aai-ml", "timestamp": 1648135625722, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-24T15:29:48.630Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:29:48.630Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:29:48.631Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91d3c233-f610-4282-be62-ad0e3bb095de", "consumerID": "clamp", "timestamp": 1648135579229, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-24T15:29:48.631Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:29:48.631Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:29:48.631Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91d3c233-f610-4282-be62-ad0e3bb095de", "consumerID": "clamp", "timestamp": 1648135579229, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-24T15:29:48.631Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:29:48.631Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:29:48.631Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91d3c233-f610-4282-be62-ad0e3bb095de", "consumerID": "clamp", "timestamp": 1648135579229, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-24T15:29:48.631Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:29:48.631Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:29:48.631Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91d3c233-f610-4282-be62-ad0e3bb095de", "consumerID": "clamp", "timestamp": 1648135579229, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-24T15:29:48.631Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:29:48.631Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:29:48.631Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91d3c233-f610-4282-be62-ad0e3bb095de", "consumerID": "aai-ml", "timestamp": 1648135634389, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-24T15:29:48.632Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:29:48.632Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:29:48.632Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91d3c233-f610-4282-be62-ad0e3bb095de", "consumerID": "aai-ml", "timestamp": 1648135635394, "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-24T15:29:48.639Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 91d3c233-f610-4282-be62-ad0e3bb095de 2022-03-24T15:29:48.639Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91d3c233-f610-4282-be62-ad0e3bb095de 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-24T15:29:48.649Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:29:48.649Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91d3c233-f610-4282-be62-ad0e3bb095de", "consumerID": "clamp", "timestamp": 1648135641716, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-24T15:29:48.649Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:29:48.649Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:29:48.649Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91d3c233-f610-4282-be62-ad0e3bb095de", "consumerID": "clamp", "timestamp": 1648135644735, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-24T15:29:48.650Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:29:48.650Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:29:48.650Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91d3c233-f610-4282-be62-ad0e3bb095de", "consumerID": "clamp", "timestamp": 1648135645739, "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-24T15:29:48.658Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 91d3c233-f610-4282-be62-ad0e3bb095de 2022-03-24T15:29:48.659Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91d3c233-f610-4282-be62-ad0e3bb095de 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-24T15:29:48.668Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:29:48.678Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "384a7f40-b941-473b-870d-7c664adafd34", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135663003, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-24T15:29:48.678Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:29:48.678Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:29:48.678Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135586134, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:29:48.678Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:29:48.679Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:29:48.679Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135586134, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-03-24T15:29:48.679Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:29:48.679Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:29:48.679Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135586134, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-03-24T15:29:48.679Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:29:48.679Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:29:48.679Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135586134, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-03-24T15:29:48.679Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:29:58.310Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bdf5687a-7940-4777-aa17-cd4ae2b8cd08 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T15:29:58.325Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bdf5687a-7940-4777-aa17-cd4ae2b8cd08 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-24T15:29:58.329Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-24T15:29:58.329Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-24T15:29:58.329Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-24T15:29:58.329Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-24T15:29:58.329Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-24T15:29:58.329Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-24T15:29:58.330Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-24T15:29:58.330Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-24T15:29:58.330Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-24T15:29:58.330Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-24T15:29:58.330Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-24T15:29:58.337Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-24T15:30:28.338Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bdf5687a-7940-4777-aa17-cd4ae2b8cd08 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-24T15:30:28.348Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bdf5687a-7940-4777-aa17-cd4ae2b8cd08 and serviceModelVersionId: 2b50be9b-4127-4249-984b-747656aee5af 2022-03-24T15:30:28.349Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c90bb931-599f-4328-9352-0963fcfcfb9d 2022-03-24T15:30:28.350Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c90bb931-599f-4328-9352-0963fcfcfb9d/model-vers/model-ver/2b50be9b-4127-4249-984b-747656aee5af?depth=0 2022-03-24T15:30:28.359Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-03-24T15:30:28.417Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c90bb931-599f-4328-9352-0963fcfcfb9d/model-vers/model-ver/2b50be9b-4127-4249-984b-747656aee5af?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-24T15:30:28.418Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c90bb931-599f-4328-9352-0963fcfcfb9d/model-vers/model-ver/2b50be9b-4127-4249-984b-747656aee5af?depth=0|INFO|500||Invoke 2022-03-24T15:30:28.441Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c90bb931-599f-4328-9352-0963fcfcfb9d/model-vers/model-ver/2b50be9b-4127-4249-984b-747656aee5af?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-24T15:30:28.999Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c90bb931-599f-4328-9352-0963fcfcfb9d/model-vers/model-ver/2b50be9b-4127-4249-984b-747656aee5af?depth=0|INFO|500||InvokeReturn 2022-03-24T15:30:28.999Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c90bb931-599f-4328-9352-0963fcfcfb9d/model-vers/model-ver/2b50be9b-4127-4249-984b-747656aee5af?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220324-15:30:26:946-32524], vertex-id=[487512], Content-Length=[0], Date=[Thu, 24 Mar 2022 15:30:26 GMT], Content-Type=[application/json]} 2022-03-24T15:30:29.000Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2022-03-24T15:30:29.000Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-24T15:30:29.001Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-24T15:30:29.006Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-24T15:30:29.007Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bdf5687a-7940-4777-aa17-cd4ae2b8cd08 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-24T15:30:29.007Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-24T15:30:29.008Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-24T15:30:29.010Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-24T15:30:29.011Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "bdf5687a-7940-4777-aa17-cd4ae2b8cd08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135829007, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-24T15:30:29.111Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-24T15:30:29.112Z||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-24T15:30:29.112Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:30:29.133Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:30:29.133Z||pool-104-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-24T15:30:30.025Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-24T15:30:30.025Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"91d3c233-f610-4282-be62-ad0e3bb095de","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"cd55b503-ec7b-42e3-b23d-09e1335ee866","serviceDescription":"service","serviceInvariantUUID":"f2617a54-3bc6-4a2e-a829-28e3a50648a0","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b2d7ba49-f35a-443f-bf20-4135f0352d28","resourceInvariantUUID":"326a911a-38fb-406a-b2c9-98ce00eda0c2","resourceCustomizationUUID":"c26f449b-4ccf-4e8e-b34a-03e45cce455c","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":"NmU4ZWYxMmQxNjgzN2U0MjI3NThhYWViNTgyM2IyZGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"821eeacf-d4d4-4715-bf00-de01e10a0759","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":"NzhhN2VmYzMyNmY0M2QzNTQzOGFhOWU0YWNjODU4ODY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"591052b0-2b82-41a6-b3f8-3bbca10a35a8","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":"5351fca2-ba85-426a-8133-3a99bd8160e0","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":"03cd5bc1-32ce-4770-acbc-611b904effa2","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":"539bc940-d523-4524-a32f-b863ebc1d4a2","artifactVersion":"2","generatedFromUUID":"5351fca2-ba85-426a-8133-3a99bd8160e0"},{"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":"ZTMzNjIzMDc2YTE1MmMxMjg2ZThiMjQxOTBhZWZjNjY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"f3b73ae2-fbe7-4f9d-b514-124778fa997e","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":"NDBmNzJjMjAzOWUwMTVmNWM2NDc5YmVjYTMwMDVjOTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8d2ab001-f463-4cd3-8a61-bb8165ec68c9","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NjYyZjY1MDIxMTg5YTY0MzI5Y2VlOTlmNjBiNDhiMjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bbc0e6a6-1310-4938-b41c-8ba3800ad476","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-24T15:30:30.026Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-24T15:30:30.026Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-24T15:30:30.030Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-24T15:30:30.030Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "91d3c233-f610-4282-be62-ad0e3bb095de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135586134, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:30:30.130Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-24T15:30:30.131Z||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-24T15:30:30.132Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:30:30.142Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:30:30.143Z||pool-105-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-24T15:30:31.031Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-24T15:30:31.031Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-24T15:30:31.034Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-24T15:30:31.034Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "91d3c233-f610-4282-be62-ad0e3bb095de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135586134, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-03-24T15:30:31.135Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-24T15:30:31.136Z||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-24T15:30:31.136Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:30:31.149Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:30:31.150Z||pool-106-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-24T15:30:32.035Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-24T15:30:32.036Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-24T15:30:32.038Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-24T15:30:32.038Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "91d3c233-f610-4282-be62-ad0e3bb095de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135586134, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-24T15:30:32.139Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-24T15:30:32.140Z||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-24T15:30:32.141Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:30:32.153Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:30:32.154Z||pool-107-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-24T15:30:33.040Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-24T15:30:33.040Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-24T15:30:33.045Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-24T15:30:33.045Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "91d3c233-f610-4282-be62-ad0e3bb095de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135586134, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:30:33.144Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-03-24T15:30:33.145Z||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-24T15:30:33.145Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:30:33.158Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:30:33.159Z||pool-108-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-24T15:30:34.046Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-24T15:30:34.047Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-24T15:30:34.049Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-24T15:30:34.049Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "91d3c233-f610-4282-be62-ad0e3bb095de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135586134, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-24T15:30:34.150Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-24T15:30:34.151Z||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-24T15:30:34.151Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:30:34.163Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:30:34.164Z||pool-109-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-24T15:30:35.050Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-24T15:30:35.050Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-24T15:30:35.056Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-24T15:30:35.057Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "91d3c233-f610-4282-be62-ad0e3bb095de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135586134, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-24T15:30:35.157Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-24T15:30:35.158Z||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-24T15:30:35.158Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:30:35.170Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:30:35.171Z||pool-110-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-24T15:30:36.057Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-24T15:30:36.058Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-24T15:30:36.061Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-24T15:30:36.061Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "91d3c233-f610-4282-be62-ad0e3bb095de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135586134, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-24T15:30:36.161Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-24T15:30:36.162Z||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-24T15:30:36.162Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:30:36.176Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:30:36.176Z||pool-111-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-24T15:30:37.062Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-24T15:30:37.062Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-24T15:30:37.064Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-24T15:30:37.064Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "91d3c233-f610-4282-be62-ad0e3bb095de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135586134, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-24T15:30:37.165Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-24T15:30:37.165Z||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-24T15:30:37.166Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:30:37.176Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:30:37.177Z||pool-112-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-03-24T15:30:38.066Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "91d3c233-f610-4282-be62-ad0e3bb095de", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "cd55b503-ec7b-42e3-b23d-09e1335ee866", "serviceDescription": "service", "serviceInvariantUUID": "f2617a54-3bc6-4a2e-a829-28e3a50648a0", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "c26f449b-4ccf-4e8e-b34a-03e45cce455c", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "b2d7ba49-f35a-443f-bf20-4135f0352d28", "resourceInvariantUUID": "326a911a-38fb-406a-b2c9-98ce00eda0c2", "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": "NzhhN2VmYzMyNmY0M2QzNTQzOGFhOWU0YWNjODU4ODY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "591052b0-2b82-41a6-b3f8-3bbca10a35a8", "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": "5351fca2-ba85-426a-8133-3a99bd8160e0", "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": "539bc940-d523-4524-a32f-b863ebc1d4a2", "generatedFromUUID": "5351fca2-ba85-426a-8133-3a99bd8160e0" }, "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": "539bc940-d523-4524-a32f-b863ebc1d4a2", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "NjYyZjY1MDIxMTg5YTY0MzI5Y2VlOTlmNjBiNDhiMjI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "bbc0e6a6-1310-4938-b41c-8ba3800ad476" } ], "workloadContext": "Production" } 2022-03-24T15:30:38.067Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-24T15:30:38.067Z|bdf5687a-7940-4777-aa17-cd4ae2b8cd08|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 cd55b503-ec7b-42e3-b23d-09e1335ee866 ASDC 2022-03-24T15:30:38.068Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:91d3c233-f610-4282-be62-ad0e3bb095de ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:cd55b503-ec7b-42e3-b23d-09e1335ee866 ServiceInvariantUUID:f2617a54-3bc6-4a2e-a829-28e3a50648a0 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:bbc0e6a6-1310-4938-b41c-8ba3800ad476 ArtifactChecksum:NjYyZjY1MDIxMTg5YTY0MzI5Y2VlOTlmNjBiNDhiMjI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:c26f449b-4ccf-4e8e-b34a-03e45cce455c ResourceInvariantUUID:326a911a-38fb-406a-b2c9-98ce00eda0c2 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:b2d7ba49-f35a-443f-bf20-4135f0352d28 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:591052b0-2b82-41a6-b3f8-3bbca10a35a8 ArtifactChecksum:NzhhN2VmYzMyNmY0M2QzNTQzOGFhOWU0YWNjODU4ODY= 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:5351fca2-ba85-426a-8133-3a99bd8160e0 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:539bc940-d523-4524-a32f-b863ebc1d4a2 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:539bc940-d523-4524-a32f-b863ebc1d4a2 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-24T15:30:38.068Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cd55b503-ec7b-42e3-b23d-09e1335ee866 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-24T15:30:38.116Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-24T15:30:38.118Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-03-24T15:30:38.118Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-03-24T15:30:38.119Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: bbc0e6a6-1310-4938-b41c-8ba3800ad476 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-03-24T15:30:38.119Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-03-24T15:30:38.119Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-03-24T15:30:38.698Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-03-24T15:30:38.702Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar bbc0e6a6-1310-4938-b41c-8ba3800ad476 78806 2022-03-24T15:30:38.702Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||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-24T15:30:38.702Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||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-24T15:30:38.702Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-24T15:30:38.703Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-24T15:30:38.705Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-24T15:30:38.705Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "91d3c233-f610-4282-be62-ad0e3bb095de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135838702, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-24T15:30:38.805Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-24T15:30:38.806Z||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-24T15:30:38.807Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:30:38.818Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:30:38.819Z||pool-113-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-24T15:30:39.706Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-24T15:30:39.706Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-03-24T15:30:39.707Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: bbc0e6a6-1310-4938-b41c-8ba3800ad476, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-24T15:30:39.707Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-03-24T15:30:39.707Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-24T15:30:39.708Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-24T15:30:39.866Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1277222724190385593/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-24T15:30:41.381Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-24T15:30:41.383Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-03-24T15:30:41.383Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-24T15:30:41.383Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-03-24T15:30:41.383Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||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-24T15:30:41.383Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||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-24T15:30:41.383Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-24T15:30:41.384Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||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-24T15:30:41.384Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-24T15:30:41.384Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||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-24T15:30:41.384Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-24T15:30:41.384Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||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-24T15:30:41.384Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||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-24T15:30:41.384Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-03-24T15:30:41.384Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:30:41.385Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-24T15:30:41.385Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-24T15:30:41.385Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-03-24T15:30:41.386Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-24T15:30:41.386Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:30:41.386Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-24T15:30:41.386Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-24T15:30:41.386Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-03-24T15:30:41.387Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-24T15:30:41.387Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:30:41.387Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-24T15:30:41.387Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:30:41.388Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-03-24T15:30:41.388Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-03-24T15:30:41.388Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-03-24T15:30:41.388Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-03-24T15:30:41.388Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-24T15:30:41.389Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-24T15:30:41.389Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:30:41.389Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-24T15:30:41.389Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:30:41.390Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-24T15:30:41.390Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-24T15:30:41.390Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:30:41.390Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-24T15:30:41.391Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-24T15:30:41.391Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:30:41.391Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-24T15:30:41.391Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-24T15:30:41.392Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:30:41.392Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-03-24T15:30:41.392Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-03-24T15:30:41.392Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-24T15:30:41.393Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=f78f0d01-a545-47ff-b81e-c4e9a08f2d2d 2022-03-24T15:30:41.393Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:30:41.393Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-24T15:30:41.393Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:30:41.393Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-24T15:30:41.394Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:30:41.394Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-24T15:30:41.394Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:30:41.394Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-24T15:30:41.394Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:cd55b503-ec7b-42e3-b23d-09e1335ee866 Model Version:NULL Model InvariantUuid:f2617a54-3bc6-4a2e-a829-28e3a50648a0 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:4cf09cbf-34c9-430e-996f-22c334cfec57 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:326a911a-38fb-406a-b2c9-98ce00eda0c2 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:c26f449b-4ccf-4e8e-b34a-03e45cce455c NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:4c810e2f-beff-49f2-9889-b4c59a9969aa ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:0fedf595-cea2-4e74-b12d-712091198562 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:f78f0d01-a545-47ff-b81e-c4e9a08f2d2d ModelInvariantUuid:a99bdb03-3dec-459e-9296-082cc6f5e1d4 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:d5da3406-6548-4ec7-ba42-98dfd846df1b ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:9069da0f-0adf-474f-a605-196e07027241 ModelInvariantUuid:4317a720-e2ca-4fb0-978d-52f297f5e353 ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:8a62e9f3-a914-4fb0-9b0a-f4f64cda7cc2 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-24T15:30:41.404Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: b2d7ba49-f35a-443f-bf20-4135f0352d28 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-24T15:30:41.408Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||INFO|500||basic_vm_macro 0 2022-03-24T15:30:41.408Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b2d7ba49-f35a-443f-bf20-4135f0352d28 2022-03-24T15:30:41.409Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 591052b0-2b82-41a6-b3f8-3bbca10a35a8 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-03-24T15:30:41.409Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-03-24T15:30:41.409Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||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-24T15:30:41.680Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-03-24T15:30:41.681Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 591052b0-2b82-41a6-b3f8-3bbca10a35a8 792 2022-03-24T15:30:41.681Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||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-24T15:30:41.681Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||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-24T15:30:41.682Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-24T15:30:41.682Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-24T15:30:41.684Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-24T15:30:41.684Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "91d3c233-f610-4282-be62-ad0e3bb095de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135841681, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-24T15:30:41.784Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-24T15:30:41.786Z||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-24T15:30:41.786Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:30:41.796Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:30:41.797Z||pool-114-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-24T15:30:42.684Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "4c810e2f-beff-49f2-9889-b4c59a9969aa", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0fedf595-cea2-4e74-b12d-712091198562", "vfModuleModelCustomizationUUID": "8661d6b1-7c9b-45a8-b1fb-c8fb55b7a380", "isBase": true, "artifacts": [ "5351fca2-ba85-426a-8133-3a99bd8160e0", "539bc940-d523-4524-a32f-b863ebc1d4a2" ], "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-24T15:30:42.688Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:0fedf595-cea2-4e74-b12d-712091198562 VfModuleModelInvariantUUID:4c810e2f-beff-49f2-9889-b4c59a9969aa VfModuleModelDescription:NULL Artifacts UUID List:{ 5351fca2-ba85-426a-8133-3a99bd8160e0 , 539bc940-d523-4524-a32f-b863ebc1d4a2 } 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-24T15:30:42.690Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "4c810e2f-beff-49f2-9889-b4c59a9969aa", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0fedf595-cea2-4e74-b12d-712091198562", "vfModuleModelCustomizationUUID": "8661d6b1-7c9b-45a8-b1fb-c8fb55b7a380", "isBase": true, "artifacts": [ "5351fca2-ba85-426a-8133-3a99bd8160e0", "539bc940-d523-4524-a32f-b863ebc1d4a2" ], "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-24T15:30:42.691Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:0fedf595-cea2-4e74-b12d-712091198562 VfModuleModelInvariantUUID:4c810e2f-beff-49f2-9889-b4c59a9969aa VfModuleModelDescription:NULL Artifacts UUID List:{ 5351fca2-ba85-426a-8133-3a99bd8160e0 , 539bc940-d523-4524-a32f-b863ebc1d4a2 } 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-24T15:30:42.691Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 5351fca2-ba85-426a-8133-3a99bd8160e0 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-03-24T15:30:42.691Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-03-24T15:30:42.691Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||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-24T15:30:42.803Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-03-24T15:30:42.803Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 5351fca2-ba85-426a-8133-3a99bd8160e0 5033 2022-03-24T15:30:42.803Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||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-24T15:30:42.803Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||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-24T15:30:42.804Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-24T15:30:42.804Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-24T15:30:42.806Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-24T15:30:42.807Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "91d3c233-f610-4282-be62-ad0e3bb095de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135842803, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-24T15:30:42.907Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-24T15:30:42.908Z||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-24T15:30:42.908Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:30:42.919Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:30:42.919Z||pool-115-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-03-24T15:30:43.807Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 539bc940-d523-4524-a32f-b863ebc1d4a2 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-03-24T15:30:43.808Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-03-24T15:30:43.808Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||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-24T15:30:43.911Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-03-24T15:30:43.912Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 539bc940-d523-4524-a32f-b863ebc1d4a2 903 2022-03-24T15:30:43.912Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||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-24T15:30:43.913Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||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-24T15:30:43.913Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-24T15:30:43.914Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-24T15:30:43.917Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-24T15:30:43.917Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "91d3c233-f610-4282-be62-ad0e3bb095de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135843912, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-24T15:30:44.017Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-24T15:30:44.018Z||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-24T15:30:44.018Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:30:44.028Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:30:44.029Z||pool-116-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-24T15:30:44.918Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: cd55b503-ec7b-42e3-b23d-09e1335ee866 2022-03-24T15:30:44.918Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 b2d7ba49-f35a-443f-bf20-4135f0352d28 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-24T15:30:44.934Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5645aff7, org.onap.sdc.toscaparser.api.parameters.Input@181d03c5, org.onap.sdc.toscaparser.api.parameters.Input@5942d37, org.onap.sdc.toscaparser.api.parameters.Input@34912d9c, org.onap.sdc.toscaparser.api.parameters.Input@4fd016ee] 2022-03-24T15:30:44.937Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:30:44.937Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-24T15:30:44.938Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2022-03-24T15:30:44.938Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= c26f449b-4ccf-4e8e-b34a-03e45cce455c 2022-03-24T15:30:44.938Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c26f449b-4ccf-4e8e-b34a-03e45cce455c matches Tosca VF Customization UUID: c26f449b-4ccf-4e8e-b34a-03e45cce455c 2022-03-24T15:30:44.938Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: c26f449b-4ccf-4e8e-b34a-03e45cce455c 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-24T15:30:44.941Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:30:44.941Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-24T15:30:44.942Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id c26f449b-4ccf-4e8e-b34a-03e45cce455c: {\"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-24T15:30:44.943Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@26ba7b92 2022-03-24T15:30:44.943Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:30:44.943Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-24T15:30:44.943Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8661d6b1-7c9b-45a8-b1fb-c8fb55b7a380 2022-03-24T15:30:44.944Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8661d6b1-7c9b-45a8-b1fb-c8fb55b7a380 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-24T15:30:44.947Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:30:44.948Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-24T15:30:44.948Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-24T15:30:44.949Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:30:44.949Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-24T15:30:44.950Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-24T15:30:44.950Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:30:44.950Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-03-24T15:30:44.950Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-03-24T15:30:44.951Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-24T15:30:44.951Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=f78f0d01-a545-47ff-b81e-c4e9a08f2d2d 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-24T15:30:44.954Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:30:44.954Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-24T15:30:44.954Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-24T15:30:44.955Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:30:44.955Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-24T15:30:44.955Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=c26f449b-4ccf-4e8e-b34a-03e45cce455c 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-24T15:30:44.957Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:30:44.958Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-24T15:30:44.958Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid cd55b503-ec7b-42e3-b23d-09e1335ee866: basic_vm_macro 2022-03-24T15:30:44.958Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:30:44.958Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-24T15:30:44.959Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:30:44.959Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-24T15:30:44.959Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:30:44.959Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-24T15:30:44.960Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:30:44.960Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-24T15:30:44.960Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-24T15:30:44.960Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-24T15:30:44.961Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||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-24T15:30:45.063Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro b2d7ba49-f35a-443f-bf20-4135f0352d28 1 ASDC deployResourceStructure 2022-03-24T15:30:45.064Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||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-24T15:30:45.065Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||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-24T15:30:45.065Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-24T15:30:45.065Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-24T15:30:45.068Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-24T15:30:45.068Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "91d3c233-f610-4282-be62-ad0e3bb095de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135845064, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-03-24T15:30:45.168Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-24T15:30:45.169Z||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-24T15:30:45.169Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:30:45.180Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:30:45.181Z||pool-117-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-24T15:30:46.069Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||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-24T15:30:46.070Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||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-24T15:30:46.070Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-24T15:30:46.070Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-24T15:30:46.072Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-24T15:30:46.072Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "91d3c233-f610-4282-be62-ad0e3bb095de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135846069, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-03-24T15:30:46.172Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-24T15:30:46.173Z||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-24T15:30:46.173Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:30:46.185Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:30:46.186Z||pool-118-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-24T15:30:47.073Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||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-24T15:30:47.074Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||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-24T15:30:47.074Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-24T15:30:47.074Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-24T15:30:47.076Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-24T15:30:47.077Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "91d3c233-f610-4282-be62-ad0e3bb095de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135847073, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-03-24T15:30:47.177Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-24T15:30:47.178Z||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-24T15:30:47.178Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:30:47.189Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:30:47.189Z||pool-119-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-03-24T15:30:48.078Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||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-24T15:30:48.078Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||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-24T15:30:48.079Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-24T15:30:48.079Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-24T15:30:48.082Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-24T15:30:48.082Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "91d3c233-f610-4282-be62-ad0e3bb095de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135848078, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-24T15:30:48.182Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-24T15:30:48.183Z||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-24T15:30:48.184Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:30:48.198Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:30:48.199Z||pool-120-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-03-24T15:30:48.521Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:30:48.521Z||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-24T15:30:48.522Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T15:30:48.543Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:30:48.544Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:30:48.544Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135586134, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-03-24T15:30:48.545Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:30:48.545Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:30:48.545Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135586134, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:30:48.546Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:30:48.546Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:30:48.546Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135586134, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-03-24T15:30:48.546Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:30:48.546Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:30:48.546Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135586134, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-24T15:30:48.546Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:30:48.547Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:30:48.547Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135586134, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-24T15:30:48.547Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:30:48.547Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:30:48.547Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135673894, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-24T15:30:48.547Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:30:48.547Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:30:48.548Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135677363, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-03-24T15:30:48.548Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:30:48.548Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:30:48.548Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135678572, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-03-24T15:30:48.548Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:30:48.548Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:30:48.548Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135679774, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-24T15:30:48.549Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:30:48.549Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:30:48.549Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135680958, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-03-24T15:30:48.549Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:30:48.549Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:30:48.549Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135682165, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-03-24T15:30:48.549Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:30:48.550Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:30:48.550Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135683289, "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-24T15:30:48.550Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:30:48.550Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:30:48.550Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135684293, "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-24T15:30:48.550Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:30:48.550Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:30:48.551Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135685298, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-03-24T15:30:48.551Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:30:48.551Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:30:48.551Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135686303, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-03-24T15:30:48.551Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:30:48.551Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:30:48.552Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135687308, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-03-24T15:30:48.552Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:30:48.552Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:30:48.552Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135688313, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-24T15:30:48.552Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:30:48.553Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:30:48.553Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab3f99e-02c0-46e1-8e47-389837917e8e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135719680, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-24T15:30:48.553Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:30:48.553Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:30:48.553Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdf5687a-7940-4777-aa17-cd4ae2b8cd08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135586134, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:30:48.554Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:30:48.554Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:30:48.554Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdf5687a-7940-4777-aa17-cd4ae2b8cd08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135586134, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-03-24T15:30:48.554Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:30:48.554Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:30:48.554Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdf5687a-7940-4777-aa17-cd4ae2b8cd08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135586134, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-24T15:30:48.554Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:30:48.555Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:30:48.555Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdf5687a-7940-4777-aa17-cd4ae2b8cd08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135586134, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:30:48.555Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:30:48.555Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:30:48.555Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdf5687a-7940-4777-aa17-cd4ae2b8cd08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135586134, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-24T15:30:48.555Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:30:48.555Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:30:48.556Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdf5687a-7940-4777-aa17-cd4ae2b8cd08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135586134, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-24T15:30:48.556Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:30:48.556Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:30:48.556Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdf5687a-7940-4777-aa17-cd4ae2b8cd08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135586134, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-24T15:30:48.556Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-24T15:30:48.556Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-24T15:30:48.556Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdf5687a-7940-4777-aa17-cd4ae2b8cd08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135727844, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-24T15:30:48.556Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:30:49.083Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 91d3c233-f610-4282-be62-ad0e3bb095de Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T15:30:49.096Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 91d3c233-f610-4282-be62-ad0e3bb095de Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-24T15:30:49.101Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-24T15:30:49.101Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-24T15:30:49.102Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-24T15:30:49.102Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-24T15:30:49.102Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-24T15:30:49.102Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-24T15:30:49.103Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-24T15:30:49.103Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-24T15:30:49.103Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-24T15:30:49.103Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-24T15:30:49.103Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-24T15:30:49.115Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-24T15:31:19.116Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 91d3c233-f610-4282-be62-ad0e3bb095de 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-24T15:31:19.123Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 91d3c233-f610-4282-be62-ad0e3bb095de and serviceModelVersionId: cd55b503-ec7b-42e3-b23d-09e1335ee866 2022-03-24T15:31:19.123Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f2617a54-3bc6-4a2e-a829-28e3a50648a0 2022-03-24T15:31:19.124Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f2617a54-3bc6-4a2e-a829-28e3a50648a0/model-vers/model-ver/cd55b503-ec7b-42e3-b23d-09e1335ee866?depth=0 2022-03-24T15:31:19.129Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-03-24T15:31:19.178Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2617a54-3bc6-4a2e-a829-28e3a50648a0/model-vers/model-ver/cd55b503-ec7b-42e3-b23d-09e1335ee866?depth=0|INFO|500||Invoke 2022-03-24T15:31:19.179Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2617a54-3bc6-4a2e-a829-28e3a50648a0/model-vers/model-ver/cd55b503-ec7b-42e3-b23d-09e1335ee866?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2617a54-3bc6-4a2e-a829-28e3a50648a0/model-vers/model-ver/cd55b503-ec7b-42e3-b23d-09e1335ee866?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[91d3c233-f610-4282-be62-ad0e3bb095de], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[91c2ad44-ea61-47d6-8a3e-129e09b4c1f1], X-ECOMP-RequestID=[91d3c233-f610-4282-be62-ad0e3bb095de], X-TransactionId=[], X-ONAP-RequestID=[91d3c233-f610-4282-be62-ad0e3bb095de], Content-Type=[application/merge-patch+json]} 2022-03-24T15:31:19.198Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2617a54-3bc6-4a2e-a829-28e3a50648a0/model-vers/model-ver/cd55b503-ec7b-42e3-b23d-09e1335ee866?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-24T15:31:19.622Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2617a54-3bc6-4a2e-a829-28e3a50648a0/model-vers/model-ver/cd55b503-ec7b-42e3-b23d-09e1335ee866?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/f2617a54-3bc6-4a2e-a829-28e3a50648a0/model-vers/model-ver/cd55b503-ec7b-42e3-b23d-09e1335ee866?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220324-15:31:17:696-99806], vertex-id=[458880], Content-Length=[0], Date=[Thu, 24 Mar 2022 15:31:17 GMT], Content-Type=[application/json]} 2022-03-24T15:31:19.623Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2617a54-3bc6-4a2e-a829-28e3a50648a0/model-vers/model-ver/cd55b503-ec7b-42e3-b23d-09e1335ee866?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-24T15:31:19.624Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2617a54-3bc6-4a2e-a829-28e3a50648a0/model-vers/model-ver/cd55b503-ec7b-42e3-b23d-09e1335ee866?depth=0|INFO|500||InvokeReturn 2022-03-24T15:31:19.624Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-24T15:31:19.624Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-24T15:31:19.630Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-24T15:31:19.630Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 91d3c233-f610-4282-be62-ad0e3bb095de and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-24T15:31:19.631Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-24T15:31:19.631Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-24T15:31:19.633Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-24T15:31:19.634Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "91d3c233-f610-4282-be62-ad0e3bb095de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135879631, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-24T15:31:19.734Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-24T15:31:19.735Z||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-24T15:31:19.735Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:31:19.750Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:31:19.751Z||pool-121-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-24T15:31:20.651Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:31:20.651Z|91d3c233-f610-4282-be62-ad0e3bb095de|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-24T15:31:20.652Z|91d3c233-f610-4282-be62-ad0e3bb095de|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 7BFfJxg258V1RqHZ) ... 2022-03-24T15:31:30.935Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:31:30.935Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:31:30.936Z|91d3c233-f610-4282-be62-ad0e3bb095de|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-24T15:31:30.936Z|91d3c233-f610-4282-be62-ad0e3bb095de|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 7BFfJxg258V1RqHZ) ... 2022-03-24T15:31:40.484Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:31:40.485Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:31:40.486Z|91d3c233-f610-4282-be62-ad0e3bb095de|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-24T15:31:40.486Z|91d3c233-f610-4282-be62-ad0e3bb095de|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 7BFfJxg258V1RqHZ) ... 2022-03-24T15:31:48.521Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:31:48.522Z||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-24T15:31:48.522Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T15:31:48.552Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:31:48.553Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-24T15:31:48.553Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdf5687a-7940-4777-aa17-cd4ae2b8cd08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135730604, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-24T15:31:48.554Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:31:48.554Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-24T15:31:48.554Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdf5687a-7940-4777-aa17-cd4ae2b8cd08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135731812, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-24T15:31:48.554Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:31:48.555Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-24T15:31:48.555Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdf5687a-7940-4777-aa17-cd4ae2b8cd08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135733111, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-24T15:31:48.555Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:31:48.555Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-24T15:31:48.555Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdf5687a-7940-4777-aa17-cd4ae2b8cd08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135734251, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-03-24T15:31:48.555Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:31:48.555Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-24T15:31:48.555Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdf5687a-7940-4777-aa17-cd4ae2b8cd08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135735256, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-03-24T15:31:48.556Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:31:48.556Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-24T15:31:48.556Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdf5687a-7940-4777-aa17-cd4ae2b8cd08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135736273, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-03-24T15:31:48.556Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:31:48.556Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-24T15:31:48.557Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdf5687a-7940-4777-aa17-cd4ae2b8cd08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135737276, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-24T15:31:48.557Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:31:50.031Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:31:50.032Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:31:50.032Z|91d3c233-f610-4282-be62-ad0e3bb095de|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-24T15:31:50.033Z|91d3c233-f610-4282-be62-ad0e3bb095de|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 7BFfJxg258V1RqHZ) ... 2022-03-24T15:31:59.578Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:31:59.579Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:31:59.579Z|91d3c233-f610-4282-be62-ad0e3bb095de|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-24T15:31:59.579Z|91d3c233-f610-4282-be62-ad0e3bb095de|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 7BFfJxg258V1RqHZ) ... 2022-03-24T15:32:09.133Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:32:09.134Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:32:09.134Z|91d3c233-f610-4282-be62-ad0e3bb095de|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-24T15:32:09.135Z|91d3c233-f610-4282-be62-ad0e3bb095de|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 7BFfJxg258V1RqHZ) ... 2022-03-24T15:32:18.696Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:32:18.697Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:32:18.698Z|91d3c233-f610-4282-be62-ad0e3bb095de|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-24T15:32:18.698Z|91d3c233-f610-4282-be62-ad0e3bb095de|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 7BFfJxg258V1RqHZ) ... 2022-03-24T15:32:28.248Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:32:48.479Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:32:48.481Z|91d3c233-f610-4282-be62-ad0e3bb095de|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-24T15:32:48.481Z|91d3c233-f610-4282-be62-ad0e3bb095de|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 7BFfJxg258V1RqHZ) ... 2022-03-24T15:32:48.520Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:32:48.522Z||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-24T15:32:48.522Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T15:32:48.550Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:32:48.551Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-24T15:32:48.551Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdf5687a-7940-4777-aa17-cd4ae2b8cd08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135829007, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-24T15:32:48.553Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:32:48.553Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-24T15:32:48.553Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "91d3c233-f610-4282-be62-ad0e3bb095de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135586134, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:32:48.553Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-24T15:32:48.553Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-24T15:32:48.553Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "91d3c233-f610-4282-be62-ad0e3bb095de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135586134, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-03-24T15:32:48.553Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-24T15:32:48.553Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-24T15:32:48.553Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "91d3c233-f610-4282-be62-ad0e3bb095de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135586134, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-24T15:32:48.553Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-24T15:32:48.554Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-24T15:32:48.554Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "91d3c233-f610-4282-be62-ad0e3bb095de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135586134, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-24T15:32:48.554Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-24T15:32:48.554Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-24T15:32:48.554Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "91d3c233-f610-4282-be62-ad0e3bb095de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135586134, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-24T15:32:48.554Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-24T15:32:48.554Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-24T15:32:48.555Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "91d3c233-f610-4282-be62-ad0e3bb095de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135586134, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-24T15:32:48.555Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-24T15:32:48.555Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-24T15:32:48.555Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "91d3c233-f610-4282-be62-ad0e3bb095de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135586134, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-24T15:32:48.555Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-24T15:32:48.555Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-24T15:32:48.555Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "91d3c233-f610-4282-be62-ad0e3bb095de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135586134, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-24T15:32:48.555Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-24T15:32:48.556Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-24T15:32:48.556Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "91d3c233-f610-4282-be62-ad0e3bb095de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135838702, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-24T15:32:48.556Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:32:48.556Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-24T15:32:48.557Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "91d3c233-f610-4282-be62-ad0e3bb095de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135841681, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-24T15:32:48.557Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:32:48.557Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-24T15:32:48.557Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "91d3c233-f610-4282-be62-ad0e3bb095de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135842803, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-24T15:32:48.558Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:32:48.558Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-24T15:32:48.558Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "91d3c233-f610-4282-be62-ad0e3bb095de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135843912, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-24T15:32:48.558Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:32:48.558Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-24T15:32:48.558Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "91d3c233-f610-4282-be62-ad0e3bb095de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135845064, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-03-24T15:32:48.558Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:32:48.558Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-24T15:32:48.558Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "91d3c233-f610-4282-be62-ad0e3bb095de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135846069, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-03-24T15:32:48.559Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:32:48.559Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-24T15:32:48.559Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "91d3c233-f610-4282-be62-ad0e3bb095de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135847073, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-03-24T15:32:48.559Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:32:48.559Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-24T15:32:48.559Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "91d3c233-f610-4282-be62-ad0e3bb095de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135848078, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-24T15:32:48.559Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:32:58.034Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:33:48.479Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:33:48.481Z|91d3c233-f610-4282-be62-ad0e3bb095de|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-24T15:33:48.481Z|91d3c233-f610-4282-be62-ad0e3bb095de|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 7BFfJxg258V1RqHZ) ... 2022-03-24T15:33:48.520Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:33:48.521Z||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-24T15:33:48.522Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T15:33:49.050Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:33:49.050Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-24T15:33:49.050Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "91d3c233-f610-4282-be62-ad0e3bb095de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648135879631, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-24T15:33:49.052Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-24T15:33:58.051Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:34:48.479Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:34:48.480Z|91d3c233-f610-4282-be62-ad0e3bb095de|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-24T15:34:48.480Z|91d3c233-f610-4282-be62-ad0e3bb095de|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 7BFfJxg258V1RqHZ) ... 2022-03-24T15:34:48.521Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:34:48.522Z||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-24T15:34:48.522Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T15:34:58.057Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:34:58.070Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:35:48.479Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:35:48.480Z|91d3c233-f610-4282-be62-ad0e3bb095de|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-24T15:35:48.480Z|91d3c233-f610-4282-be62-ad0e3bb095de|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 7BFfJxg258V1RqHZ) ... 2022-03-24T15:35:48.520Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:35:48.521Z||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-24T15:35:48.521Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T15:35:58.059Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:35:58.066Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:36:48.479Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:36:48.481Z|91d3c233-f610-4282-be62-ad0e3bb095de|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-24T15:36:48.481Z|91d3c233-f610-4282-be62-ad0e3bb095de|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 7BFfJxg258V1RqHZ) ... 2022-03-24T15:36:48.520Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:36:48.521Z||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-24T15:36:48.521Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T15:36:58.034Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:36:58.077Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:37:48.479Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:37:48.482Z|91d3c233-f610-4282-be62-ad0e3bb095de|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-24T15:37:48.482Z|91d3c233-f610-4282-be62-ad0e3bb095de|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 7BFfJxg258V1RqHZ) ... 2022-03-24T15:37:48.520Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:37:48.521Z||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-24T15:37:48.521Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T15:37:58.069Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:37:58.074Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:38:48.482Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:38:48.484Z|91d3c233-f610-4282-be62-ad0e3bb095de|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-24T15:38:48.484Z|91d3c233-f610-4282-be62-ad0e3bb095de|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 7BFfJxg258V1RqHZ) ... 2022-03-24T15:38:48.521Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:38:48.522Z||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-24T15:38:48.522Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T15:38:58.071Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:38:58.074Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:39:48.480Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:39:48.483Z|91d3c233-f610-4282-be62-ad0e3bb095de|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-24T15:39:48.483Z|91d3c233-f610-4282-be62-ad0e3bb095de|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 7BFfJxg258V1RqHZ) ... 2022-03-24T15:39:48.522Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:39:48.523Z||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-24T15:39:48.524Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T15:39:58.028Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:39:58.087Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:40:48.479Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:40:48.480Z|91d3c233-f610-4282-be62-ad0e3bb095de|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-24T15:40:48.480Z|91d3c233-f610-4282-be62-ad0e3bb095de|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 7BFfJxg258V1RqHZ) ... 2022-03-24T15:40:48.520Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:40:48.521Z||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-24T15:40:48.522Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T15:40:58.049Z|91d3c233-f610-4282-be62-ad0e3bb095de|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:40:58.078Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:41:48.481Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:41:48.482Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-24T15:41:48.483Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7BFfJxg258V1RqHZ) ... 2022-03-24T15:41:48.520Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:41:48.521Z||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-24T15:41:48.522Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T15:41:58.038Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:41:58.087Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:42:48.479Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:42:48.479Z||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-24T15:42:48.480Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T15:42:48.520Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:42:48.521Z||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-24T15:42:48.522Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T15:42:58.028Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:42:58.081Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:43:48.479Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:43:48.480Z||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-24T15:43:48.481Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T15:43:48.520Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:43:48.521Z||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-24T15:43:48.521Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T15:43:58.029Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:43:58.082Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:44:48.479Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:44:48.480Z||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-24T15:44:48.481Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T15:44:48.520Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:44:48.521Z||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-24T15:44:48.522Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T15:44:58.028Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:44:58.101Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:45:48.479Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:45:48.480Z||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-24T15:45:48.480Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T15:45:48.520Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:45:48.522Z||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-24T15:45:48.522Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T15:45:58.024Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:45:58.080Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:46:48.479Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:46:48.480Z||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-24T15:46:48.480Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T15:46:48.520Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:46:48.521Z||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-24T15:46:48.521Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T15:46:58.028Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:46:58.094Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:47:48.479Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:47:48.482Z||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-24T15:47:48.483Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T15:47:48.521Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:47:48.522Z||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-24T15:47:48.522Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T15:47:58.051Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:47:58.074Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:48:48.479Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:48:48.480Z||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-24T15:48:48.480Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T15:48:48.520Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:48:48.522Z||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-24T15:48:48.523Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T15:48:58.031Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:48:58.103Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:49:48.479Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:49:48.479Z||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-24T15:49:48.480Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T15:49:48.520Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:49:48.521Z||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-24T15:49:48.521Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T15:49:58.034Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:49:58.067Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:50:48.479Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:50:48.480Z||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-24T15:50:48.480Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T15:50:48.520Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:50:48.521Z||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-24T15:50:48.521Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T15:50:58.026Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:50:58.060Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:51:48.479Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:51:48.480Z||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-24T15:51:48.480Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T15:51:48.520Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:51:48.521Z||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-24T15:51:48.521Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T15:51:58.042Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:51:58.068Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:52:48.479Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:52:48.481Z||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-24T15:52:48.481Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T15:52:48.520Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:52:48.522Z||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-24T15:52:48.522Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T15:52:58.036Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:52:58.071Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:53:48.479Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:53:48.480Z||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-24T15:53:48.480Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T15:53:48.520Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:53:48.521Z||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-24T15:53:48.521Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T15:53:58.035Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:53:58.070Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:54:48.479Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:54:48.481Z||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-24T15:54:48.481Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T15:54:48.520Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:54:48.522Z||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-24T15:54:48.522Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T15:54:58.033Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:54:58.071Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:55:48.479Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:55:48.481Z||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-24T15:55:48.482Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T15:55:48.520Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:55:48.521Z||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-24T15:55:48.521Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T15:55:58.029Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:55:58.062Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:56:48.479Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:56:48.480Z||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-24T15:56:48.480Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T15:56:48.520Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:56:48.522Z||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-24T15:56:48.522Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T15:56:58.066Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:56:58.072Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:57:48.479Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:57:48.480Z||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-24T15:57:48.480Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T15:57:48.520Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:57:48.521Z||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-24T15:57:48.521Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T15:57:58.059Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:57:58.063Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:58:48.479Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:58:48.480Z||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-24T15:58:48.480Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T15:58:48.520Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:58:48.521Z||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-24T15:58:48.522Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T15:58:58.043Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:58:58.074Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:59:48.479Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:59:48.480Z||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-24T15:59:48.480Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T15:59:48.520Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T15:59:48.521Z||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-24T15:59:48.521Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T15:59:58.053Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T15:59:58.057Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T16:00:48.479Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T16:00:48.480Z||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-24T16:00:48.480Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T16:00:48.520Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T16:00:48.521Z||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-24T16:00:48.521Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T16:00:58.049Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T16:00:58.066Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T16:01:48.479Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T16:01:48.480Z||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-24T16:01:48.480Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T16:01:48.520Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T16:01:48.521Z||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-24T16:01:48.521Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T16:01:58.036Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T16:01:58.086Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T16:02:48.479Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T16:02:48.480Z||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-24T16:02:48.480Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T16:02:48.520Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T16:02:48.522Z||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-24T16:02:48.522Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T16:02:58.040Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T16:02:58.076Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T16:03:48.479Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T16:03:48.481Z||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-24T16:03:48.482Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T16:03:48.520Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T16:03:48.521Z||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-24T16:03:48.522Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T16:03:58.046Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T16:03:58.068Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T16:04:48.479Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T16:04:48.483Z||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-24T16:04:48.483Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T16:04:48.520Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T16:04:48.521Z||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-24T16:04:48.522Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T16:04:58.049Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T16:04:58.076Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T16:05:48.479Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T16:05:48.480Z||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-24T16:05:48.480Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T16:05:48.520Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T16:05:48.521Z||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-24T16:05:48.521Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T16:05:58.028Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T16:05:58.088Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T16:06:48.479Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T16:06:48.480Z||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-24T16:06:48.480Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T16:06:48.520Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T16:06:48.521Z||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-24T16:06:48.521Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T16:06:58.029Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T16:06:58.083Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T16:07:48.479Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T16:07:48.480Z||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-24T16:07:48.481Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T16:07:48.520Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T16:07:48.521Z||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-24T16:07:48.521Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T16:07:58.033Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T16:07:58.080Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T16:08:48.479Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T16:08:48.480Z||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-24T16:08:48.480Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T16:08:48.520Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T16:08:48.521Z||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-24T16:08:48.522Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T16:08:58.030Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T16:08:58.078Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T16:09:48.479Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T16:09:48.480Z||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-24T16:09:48.480Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T16:09:48.521Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T16:09:48.522Z||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-24T16:09:48.522Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T16:09:58.024Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T16:09:58.074Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T16:10:48.479Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T16:10:48.480Z||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-24T16:10:48.480Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T16:10:48.520Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T16:10:48.521Z||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-24T16:10:48.521Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T16:10:58.028Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T16:10:58.091Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T16:11:48.479Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T16:11:48.480Z||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-24T16:11:48.480Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T16:11:48.520Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T16:11:48.521Z||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-24T16:11:48.522Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T16:11:58.027Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T16:11:58.092Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T16:12:48.479Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T16:12:48.480Z||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-24T16:12:48.480Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T16:12:48.520Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T16:12:48.521Z||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-24T16:12:48.521Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T16:12:58.026Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T16:12:58.078Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T16:13:48.479Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T16:13:48.481Z||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-24T16:13:48.481Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T16:13:48.520Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T16:13:48.521Z||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-24T16:13:48.521Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T16:13:58.026Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T16:13:58.076Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T16:14:48.479Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T16:14:48.480Z||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-24T16:14:48.480Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T16:14:48.520Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T16:14:48.521Z||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-24T16:14:48.522Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T16:14:58.027Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T16:14:58.078Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T16:15:48.479Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T16:15:48.479Z||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-24T16:15:48.480Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T16:15:48.520Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T16:15:48.521Z||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-24T16:15:48.521Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T16:15:58.023Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T16:15:58.065Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T16:16:48.479Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T16:16:48.479Z||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-24T16:16:48.480Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T16:16:48.521Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T16:16:48.522Z||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-24T16:16:48.522Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T16:16:58.029Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T16:16:58.077Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T16:17:48.479Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T16:17:48.480Z||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-24T16:17:48.480Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T16:17:48.520Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T16:17:48.521Z||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-24T16:17:48.521Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T16:17:58.038Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T16:17:58.067Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T16:18:48.479Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T16:18:48.480Z||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-24T16:18:48.480Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T16:18:48.520Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T16:18:48.521Z||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-24T16:18:48.521Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T16:18:58.027Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T16:18:58.065Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T16:19:48.479Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T16:19:48.480Z||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-24T16:19:48.480Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T16:19:48.520Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T16:19:48.521Z||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-24T16:19:48.521Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T16:19:58.037Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T16:19:58.062Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T16:20:48.480Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T16:20:48.481Z||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-24T16:20:48.482Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T16:20:48.520Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T16:20:48.521Z||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-24T16:20:48.522Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T16:20:58.028Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T16:20:58.064Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T16:21:48.479Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T16:21:48.481Z||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-24T16:21:48.481Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T16:21:48.520Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T16:21:48.521Z||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-24T16:21:48.521Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T16:21:58.037Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T16:21:58.070Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T16:22:48.479Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T16:22:48.481Z||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-24T16:22:48.481Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T16:22:48.520Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T16:22:48.521Z||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-24T16:22:48.521Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T16:22:58.031Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T16:22:58.068Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T16:23:48.479Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T16:23:48.480Z||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-24T16:23:48.480Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T16:23:48.521Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T16:23:48.522Z||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-24T16:23:48.522Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T16:23:58.027Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T16:23:58.071Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T16:24:48.479Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T16:24:48.479Z||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-24T16:24:48.480Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T16:24:48.520Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T16:24:48.522Z||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-24T16:24:48.522Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T16:24:58.033Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T16:24:58.064Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T16:25:48.479Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T16:25:48.479Z||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-24T16:25:48.480Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T16:25:48.520Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T16:25:48.521Z||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-24T16:25:48.522Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T16:25:58.034Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T16:25:58.066Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T16:26:48.479Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T16:26:48.480Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-24T16:26:48.480Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7BFfJxg258V1RqHZ) ... 2022-03-24T16:26:48.520Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T16:26:48.521Z||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-24T16:26:48.521Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T16:26:58.041Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T16:26:58.070Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T16:27:48.479Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T16:27:48.480Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-24T16:27:48.480Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7BFfJxg258V1RqHZ) ... 2022-03-24T16:27:48.520Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T16:27:48.521Z||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-24T16:27:48.521Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T16:27:58.035Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T16:27:58.072Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T16:28:48.479Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T16:28:48.479Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-24T16:28:48.479Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7BFfJxg258V1RqHZ) ... 2022-03-24T16:28:48.520Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T16:28:48.521Z||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-24T16:28:48.521Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T16:28:58.037Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T16:28:58.067Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T16:29:48.479Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T16:29:48.480Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-24T16:29:48.480Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7BFfJxg258V1RqHZ) ... 2022-03-24T16:29:48.520Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T16:29:48.522Z||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-24T16:29:48.522Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T16:29:58.041Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T16:29:58.071Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T16:30:48.479Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T16:30:48.482Z||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-24T16:30:48.482Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T16:30:48.520Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T16:30:48.521Z||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-24T16:30:48.521Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T16:30:58.054Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T16:30:58.069Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T16:31:48.479Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T16:31:48.480Z||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-24T16:31:48.480Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T16:31:48.520Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T16:31:48.521Z||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-24T16:31:48.521Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T16:31:58.046Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T16:31:58.065Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T16:32:48.479Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T16:32:48.479Z||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-24T16:32:48.480Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T16:32:48.520Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T16:32:48.521Z||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-24T16:32:48.521Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T16:32:58.041Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T16:32:58.066Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T16:33:48.479Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T16:33:48.480Z||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-24T16:33:48.480Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T16:33:48.520Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T16:33:48.522Z||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-24T16:33:48.522Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T16:33:58.032Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T16:33:58.072Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T16:34:39.120Z||http-nio-8085-exec-4|||||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-24T16:34:48.479Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T16:34:48.481Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-24T16:34:48.481Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7BFfJxg258V1RqHZ) ... 2022-03-24T16:34:48.520Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T16:34:48.521Z||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-24T16:34:48.521Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T16:34:58.035Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T16:34:58.073Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T16:35:48.479Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T16:35:48.480Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-24T16:35:48.480Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7BFfJxg258V1RqHZ) ... 2022-03-24T16:35:48.520Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-24T16:35:48.521Z||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-24T16:35:48.521Z||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 7BFfJxg258V1RqHZ) ... 2022-03-24T16:35:58.029Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-24T16:35:58.074Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK