JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.3.7.RELEASE) 2022-06-28T05:31:50.631Z||main|||||INFO|500||The following profiles are active: basic 2022-06-28T05:32:01.851Z||main|||||INFO|500||Starting service [Tomcat] 2022-06-28T05:32:01.852Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-06-28T05:32:01.965Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-06-28T05:32:05.830Z||main|||||INFO|500||catdb-pool - Starting... 2022-06-28T05:32:06.220Z||main|||||INFO|500||catdb-pool - Start completed. 2022-06-28T05:32:06.690Z||main|||||INFO|500||reqdb-pool - Starting... 2022-06-28T05:32:06.697Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-06-28T05:32:06.796Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-06-28T05:32:07.002Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-06-28T05:32:07.562Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-06-28T05:32:09.226Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-06-28T05:32:11.759Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-06-28T05:32:11.832Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-06-28T05:32:12.464Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-06-28T05:32:12.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-06-28T05:32:13.820Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-06-28T05:32:14.905Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-06-28T05:32:14.926Z||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$$9f28e7d9.deployActivities() at org.onap.so.asdc.Application.deployActivities(Application.java:52) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405) at org.springframework.boot.SpringApplication.run(SpringApplication.java:315) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) at org.onap.so.asdc.Application.main(Application.java:60) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49) at org.springframework.boot.loader.Launcher.launch(Launcher.java:107) at org.springframework.boot.loader.Launcher.launch(Launcher.java:58) at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88) 2022-06-28T05:32:14.927Z||main|||||WARN|500||The sdc end point is not alive 2022-06-28T05:32:17.986Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning 2022-06-28T05:32:20.887Z||main|||||WARN|500||--- 2022-06-28T05:32:20.888Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-06-28T05:32:20.889Z||main|||||WARN|500||--- 2022-06-28T05:32:21.336Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-06-28T05:32:26.081Z||main|||||INFO|500||Started Application in 38.537 seconds (JVM running for 40.62) 2022-06-28T05:32:26.098Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-06-28T05:32:26.108Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-06-28T05:32:26.122Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-06-28T05:32:26.150Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-06-28T05:32:26.191Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8821625a-fed2-46ec-b76c-08ee2b3b5f19 url= /sdc/v1/artifactTypes 2022-06-28T05:32:26.192Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-06-28T05:32:26.619Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-06-28T05:32:26.644Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2022-06-28T05:32:26.695Z||scheduling-1|||||DEBUG|500||create keys 2022-06-28T05:32:26.703Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-06-28T05:32:26.740Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T05:32:26.760Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 3d4f7cac-6bf6-4ee4-a55c-e43458514a99 url= /sdc/v1/registerForDistribution 2022-06-28T05:32:27.255Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 3d4f7cac-6bf6-4ee4-a55c-e43458514a99 url= /sdc/v1/registerForDistribution 2022-06-28T05:32:27.255Z||scheduling-1|||||INFO|500||start DistributionClient 2022-06-28T05:32:27.263Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T05:32:27.264Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T05:32:27.272Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-06-28T05:32:27.272Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T05:32:27.272Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T05:32:27.273Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T05:32:27.273Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T05:32:38.546Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T05:32:38.802Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T05:33:27.262Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T05:33:27.264Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T05:33:27.265Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T05:33:27.266Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T05:33:27.266Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T05:33:27.266Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T05:33:36.831Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T05:33:36.831Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T05:34:27.262Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T05:34:27.263Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T05:34:27.263Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T05:34:27.264Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T05:34:27.264Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T05:34:27.265Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T05:34:36.824Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T05:34:36.824Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T05:35:27.262Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T05:35:27.263Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T05:35:27.263Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T05:35:27.263Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T05:35:27.264Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T05:35:27.265Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T05:35:36.818Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T05:35:36.818Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T05:36:27.262Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T05:36:27.263Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T05:36:27.263Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T05:36:27.263Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T05:36:27.264Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T05:36:27.264Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T05:36:36.834Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T05:36:36.841Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T05:37:27.262Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T05:37:27.263Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T05:37:27.263Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T05:37:27.263Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T05:37:27.264Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T05:37:27.264Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T05:37:36.859Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T05:37:36.861Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T05:38:27.262Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T05:38:27.263Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T05:38:27.263Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T05:38:27.264Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T05:38:27.264Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T05:38:27.264Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T05:38:36.824Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T05:38:36.832Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T05:39:27.262Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T05:39:27.263Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T05:39:27.263Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T05:39:27.263Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T05:39:27.264Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T05:39:27.264Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T05:39:36.831Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T05:39:36.837Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T05:40:27.262Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T05:40:27.265Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T05:40:27.265Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T05:40:27.266Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T05:40:27.266Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T05:40:27.266Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T05:40:36.820Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T05:40:36.820Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T05:41:27.262Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T05:41:27.263Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T05:41:27.264Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T05:41:27.264Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T05:41:27.265Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T05:41:27.265Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T05:41:36.817Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T05:41:36.821Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T05:42:27.262Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T05:42:27.263Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T05:42:27.263Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T05:42:27.263Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T05:42:27.264Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T05:42:27.264Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T05:42:36.809Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T05:42:36.809Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T05:42:37.130Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-06-28T05:43:27.262Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T05:43:27.263Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T05:43:27.263Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T05:43:27.264Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T05:43:27.264Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T05:43:27.264Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T05:43:36.816Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T05:43:36.824Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T05:44:27.262Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T05:44:27.262Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T05:44:27.262Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T05:44:27.263Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T05:44:27.264Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T05:44:27.264Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T05:44:36.811Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T05:44:36.811Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T05:45:27.262Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T05:45:27.263Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T05:45:27.263Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T05:45:27.265Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T05:45:27.267Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T05:45:27.267Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T05:45:36.808Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T05:45:36.811Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T05:46:27.262Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T05:46:27.262Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T05:46:27.263Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T05:46:27.264Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T05:46:27.265Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T05:46:27.265Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T05:46:36.846Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T05:46:36.847Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T05:47:27.262Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T05:47:27.263Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T05:47:27.263Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ... 2022-06-28T05:47:27.263Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T05:47:27.265Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T05:47:27.265Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T05:47:36.810Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T05:47:36.812Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T05:48:27.262Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T05:48:27.264Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T05:48:27.264Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T05:48:27.265Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T05:48:27.264Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T05:48:27.265Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ... 2022-06-28T05:48:36.819Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T05:48:36.819Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T05:49:27.262Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T05:49:27.263Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T05:49:27.263Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ... 2022-06-28T05:49:27.264Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T05:49:27.265Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T05:49:27.266Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T05:49:36.809Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T05:49:36.811Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T05:50:27.262Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T05:50:27.263Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T05:50:27.263Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ... 2022-06-28T05:50:27.263Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T05:50:27.264Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T05:50:27.264Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T05:50:36.813Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T05:50:36.814Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T05:51:27.262Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T05:51:27.263Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T05:51:27.263Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ... 2022-06-28T05:51:27.263Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T05:51:27.264Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T05:51:27.265Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T05:51:36.808Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T05:51:36.808Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T05:52:27.262Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T05:52:27.263Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T05:52:27.263Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ... 2022-06-28T05:52:27.263Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T05:52:27.264Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T05:52:27.265Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T05:52:36.811Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T05:52:36.813Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T05:53:27.262Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T05:53:27.263Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T05:53:27.263Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ... 2022-06-28T05:53:27.263Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T05:53:27.264Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T05:53:27.264Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T05:53:36.818Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T05:53:36.820Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T05:54:27.262Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T05:54:27.263Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T05:54:27.263Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ... 2022-06-28T05:54:27.263Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T05:54:27.264Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T05:54:27.264Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T05:54:36.812Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T05:54:36.815Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T05:55:27.262Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T05:55:27.263Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T05:55:27.263Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ... 2022-06-28T05:55:27.263Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T05:55:27.264Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T05:55:27.264Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T05:55:36.817Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T05:55:36.817Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T05:56:27.261Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T05:56:27.262Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T05:56:27.262Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ... 2022-06-28T05:56:27.263Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T05:56:27.264Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T05:56:27.264Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T05:56:36.809Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T05:56:36.811Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T05:57:27.262Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T05:57:27.262Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T05:57:27.263Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ... 2022-06-28T05:57:27.263Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T05:57:27.264Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T05:57:27.264Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T05:57:36.808Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T05:57:36.831Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T05:58:27.262Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T05:58:27.264Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T05:58:27.265Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T05:58:27.265Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T05:58:27.265Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ... 2022-06-28T05:58:27.265Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T05:58:36.824Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T05:58:36.824Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T05:59:27.262Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T05:59:27.263Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T05:59:27.263Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T05:59:27.263Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ... 2022-06-28T05:59:27.264Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T05:59:27.264Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T05:59:36.809Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T05:59:36.810Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:00:27.262Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:00:27.263Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:00:27.263Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:00:27.263Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:00:27.264Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:00:27.264Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T06:00:36.812Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:00:36.813Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:01:27.261Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:01:27.262Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:01:27.263Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:01:27.263Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:01:27.264Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:01:27.264Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T06:01:36.809Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:01:36.809Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:02:27.262Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:02:27.262Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:02:27.262Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:02:27.263Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:02:27.264Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:02:27.265Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T06:02:36.809Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:02:36.810Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:03:27.262Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:03:27.263Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:03:27.263Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:03:27.264Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:03:27.264Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:03:27.264Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T06:03:36.807Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:03:36.809Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:04:27.262Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:04:27.262Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:04:27.263Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:04:27.263Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:04:27.264Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:04:27.264Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T06:04:36.812Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:04:36.813Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:05:27.261Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:05:27.262Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:05:27.263Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:05:27.263Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:05:27.264Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:05:27.264Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T06:05:36.813Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:05:36.814Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:06:27.262Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:06:27.263Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:06:27.263Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:06:27.263Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:06:27.264Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:06:27.264Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T06:06:36.807Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:06:36.851Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:07:27.262Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:07:27.263Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:07:27.264Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:07:27.265Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T06:07:27.265Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:07:27.265Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:07:36.810Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:07:36.812Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:08:27.261Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:08:27.262Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:08:27.263Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:08:27.263Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:08:27.264Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:08:27.264Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T06:08:36.807Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:08:36.808Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:09:27.261Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:09:27.262Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:09:27.263Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:09:27.265Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:09:27.266Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:09:27.266Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T06:09:36.816Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:09:36.818Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:10:27.262Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:10:27.262Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:10:27.263Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T06:10:27.264Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:10:27.266Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:10:27.266Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T06:10:36.811Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:10:36.812Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:11:27.262Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:11:27.263Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:11:27.263Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T06:11:27.263Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:11:27.264Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:11:27.264Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T06:11:36.810Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:11:36.825Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:12:27.262Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:12:27.263Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:12:27.263Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T06:12:27.263Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:12:27.264Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:12:27.265Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T06:12:36.805Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:12:36.806Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:13:27.262Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:13:27.263Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:13:27.263Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T06:13:27.263Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:13:27.265Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:13:27.265Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T06:13:36.817Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:13:36.817Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:14:27.261Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:14:27.262Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:14:27.262Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T06:14:27.263Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:14:27.264Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:14:27.264Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T06:14:36.815Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:14:36.821Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:15:27.262Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:15:27.262Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:15:27.262Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T06:15:27.263Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:15:27.264Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:15:27.264Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T06:15:36.809Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:15:36.809Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:16:27.262Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:16:27.264Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:16:27.267Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:16:27.267Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:16:27.267Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T06:16:27.267Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T06:16:36.826Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:16:36.828Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:17:27.262Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:17:27.262Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:17:27.263Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T06:17:27.263Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:17:27.264Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:17:27.264Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T06:17:36.812Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:17:36.812Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:18:27.262Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:18:27.262Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:18:27.263Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T06:18:27.264Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:18:27.264Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:18:27.264Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T06:18:36.844Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:18:36.847Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:19:27.262Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:19:27.263Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:19:27.263Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T06:19:27.264Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:19:27.264Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:19:27.264Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T06:19:27.556Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:19:27.558Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:19:27.558Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020", "consumerID": "cds", "timestamp": 1656397159472, "artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:19:27.591Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-28T06:19:27.591Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:19:27.591Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020", "consumerID": "policy-id", "timestamp": 1656397159058, "artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:19:27.591Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-28T06:19:27.896Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:19:27.899Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:19:27.899Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"63c45334-ba5d-487d-b7bd-1994b335f020","serviceName":"vFW 2022-06-28 06-18-06","serviceVersion":"1.0","serviceUUID":"0ac5b449-d1b5-4df8-ba95-335b8530bbe9","serviceDescription":"catalog service description","serviceInvariantUUID":"7bd4ea92-7f7c-45fd-a9f3-01fa1fced934","resources":[{"resourceInstanceName":"vFW b21f2db2-3b0d 0","resourceName":"vFW b21f2db2-3b0d","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"707e8f01-90a6-4f82-8f2b-433ba33dd909","resourceInvariantUUID":"330da835-7ac4-4fb3-9fe9-ed3641809470","resourceCustomizationUUID":"95745f39-174e-467c-9d48-876bd5d2ef81","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/vf-license-model.xml","artifactChecksum":"MTY4NWNmNmQzYTYyN2IwYTQxYWJkNWIzYmE3OWZjMDQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"36c37064-e0de-4afd-9fbb-f58e64d650dd","artifactVersion":"1"},{"artifactName":"vfwb21f2db23b0d0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/vfwb21f2db23b0d0_modules.json","artifactChecksum":"OGJiODFhODM4MjZjMjVmYzlhMTFiNWY2YTZmMTE2ZDY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"73441478-a21a-4225-a05f-9f889c94b41c","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"5ee785c5-4498-48aa-9d71-b0d61adf2bb3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/vendor-license-model.xml","artifactChecksum":"NWU4MTc1ZTczODA1OTk1YmM4YzUwNmNmODcxM2UxYTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e049f79e-09a3-4841-b146-eb5e08779d3a","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"24074382-4366-46f1-8c75-cf1fc575067b","artifactVersion":"2","generatedFromUUID":"5ee785c5-4498-48aa-9d71-b0d61adf2bb3"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220628061806-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220628061806/1.0/artifacts/service-Vfw20220628061806-template.yml","artifactChecksum":"YWNiMTYzNWQ5ZDBjNjAwYzkzZDI3MWQxMmExOWQ1YTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"238186a7-eb2c-45a0-8654-06ecc35ae0f7","artifactVersion":"1"},{"artifactName":"service-Vfw20220628061806-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220628061806/1.0/artifacts/service-Vfw20220628061806-csar.csar","artifactChecksum":"Yzk2NThlZGJlYmQ1M2JkNzhhYmNhYjMxM2FhYTgyOGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"584b9b1e-d2d7-4922-9a93-70f50780bd9f","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-28T06:19:27.910Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-28T06:19:27.918Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:19:27.928Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:19:27.929Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656397167262, "artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:19:28.029Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms 2022-06-28T06:19:28.033Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:19:28.033Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:19:28.047Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:19:28.048Z||pool-3-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-28T06:19:28.936Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-28T06:19:28.937Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:19:28.939Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:19:28.940Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656397167262, "artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/vfwb21f2db23b0d0_modules.json", "status": "NOTIFIED" } 2022-06-28T06:19:29.040Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-28T06:19:29.041Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:19:29.041Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:19:29.063Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:19:29.064Z||pool-4-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1} 2022-06-28T06:19:29.941Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-28T06:19:29.942Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:19:29.944Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:19:29.944Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656397167262, "artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-28T06:19:30.044Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-28T06:19:30.045Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:19:30.045Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:19:30.062Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:19:30.062Z||pool-5-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-28T06:19:30.945Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-28T06:19:30.946Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:19:30.948Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:19:30.948Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656397167262, "artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:19:31.048Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-28T06:19:31.049Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:19:31.049Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:19:31.061Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:19:31.062Z||pool-6-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-28T06:19:31.949Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-28T06:19:31.950Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:19:31.953Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:19:31.954Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656397167262, "artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-06-28T06:19:32.053Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-28T06:19:32.054Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:19:32.054Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:19:32.068Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:19:32.069Z||pool-7-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-06-28T06:19:32.957Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-28T06:19:32.958Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:19:32.960Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:19:32.960Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656397167262, "artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/artifacts/service-Vfw20220628061806-template.yml", "status": "NOT_NOTIFIED" } 2022-06-28T06:19:33.060Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-28T06:19:33.061Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:19:33.062Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:19:33.077Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:19:33.078Z||pool-8-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-28T06:19:33.961Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-28T06:19:33.961Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:19:33.964Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:19:33.964Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656397167262, "artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/artifacts/service-Vfw20220628061806-csar.csar", "status": "NOTIFIED" } 2022-06-28T06:19:34.065Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-28T06:19:34.066Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:19:34.066Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:19:34.080Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:19:34.081Z||pool-9-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-28T06:19:34.966Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020", "serviceName": "vFW 2022-06-28 06-18-06", "serviceVersion": "1.0", "serviceUUID": "0ac5b449-d1b5-4df8-ba95-335b8530bbe9", "serviceDescription": "catalog service description", "serviceInvariantUUID": "7bd4ea92-7f7c-45fd-a9f3-01fa1fced934", "resources": [ { "resourceInstanceName": "vFW b21f2db2-3b0d 0", "resourceCustomizationUUID": "95745f39-174e-467c-9d48-876bd5d2ef81", "resourceName": "vFW b21f2db2-3b0d", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "707e8f01-90a6-4f82-8f2b-433ba33dd909", "resourceInvariantUUID": "330da835-7ac4-4fb3-9fe9-ed3641809470", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwb21f2db23b0d0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/vfwb21f2db23b0d0_modules.json", "artifactChecksum": "OGJiODFhODM4MjZjMjVmYzlhMTFiNWY2YTZmMTE2ZDY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "73441478-a21a-4225-a05f-9f889c94b41c", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "5ee785c5-4498-48aa-9d71-b0d61adf2bb3", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "24074382-4366-46f1-8c75-cf1fc575067b", "generatedFromUUID": "5ee785c5-4498-48aa-9d71-b0d61adf2bb3" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "24074382-4366-46f1-8c75-cf1fc575067b", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220628061806-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/artifacts/service-Vfw20220628061806-csar.csar", "artifactChecksum": "Yzk2NThlZGJlYmQ1M2JkNzhhYmNhYjMxM2FhYTgyOGU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "584b9b1e-d2d7-4922-9a93-70f50780bd9f" } ], "workloadContext": "Production" } 2022-06-28T06:19:34.968Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-28T06:19:34.968Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0ac5b449-d1b5-4df8-ba95-335b8530bbe9 ASDC 2022-06-28T06:19:35.074Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:63c45334-ba5d-487d-b7bd-1994b335f020 ServiceName:vFW 2022-06-28 06-18-06 ServiceVersion:1.0 ServiceUUID:0ac5b449-d1b5-4df8-ba95-335b8530bbe9 ServiceInvariantUUID:7bd4ea92-7f7c-45fd-a9f3-01fa1fced934 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220628061806-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220628061806/1.0/artifacts/service-Vfw20220628061806-csar.csar ArtifactUUID:584b9b1e-d2d7-4922-9a93-70f50780bd9f ArtifactChecksum:Yzk2NThlZGJlYmQ1M2JkNzhhYmNhYjMxM2FhYTgyOGU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW b21f2db2-3b0d 0 ResourceCustomizationUUID:95745f39-174e-467c-9d48-876bd5d2ef81 ResourceInvariantUUID:330da835-7ac4-4fb3-9fe9-ed3641809470 ResourceName:vFW b21f2db2-3b0d ResourceType:VF ResourceUUID:707e8f01-90a6-4f82-8f2b-433ba33dd909 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwb21f2db23b0d0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/vfwb21f2db23b0d0_modules.json ArtifactUUID:73441478-a21a-4225-a05f-9f889c94b41c ArtifactChecksum:OGJiODFhODM4MjZjMjVmYzlhMTFiNWY2YTZmMTE2ZDY= 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/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/base_vfw.yaml ArtifactUUID:5ee785c5-4498-48aa-9d71-b0d61adf2bb3 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/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/base_vfw.env ArtifactUUID:24074382-4366-46f1-8c75-cf1fc575067b 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/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/base_vfw.env ArtifactUUID:24074382-4366-46f1-8c75-cf1fc575067b ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-28T06:19:35.076Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0ac5b449-d1b5-4df8-ba95-335b8530bbe9 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-28T06:19:35.307Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-28T06:19:35.308Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-06-28T06:19:35.309Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-06-28T06:19:35.310Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 584b9b1e-d2d7-4922-9a93-70f50780bd9f from URL: /sdc/v1/catalog/services/Vfw20220628061806/1.0/artifacts/service-Vfw20220628061806-csar.csar 2022-06-28T06:19:35.310Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-06-28T06:19:35.312Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220628061806/1.0/artifacts/service-Vfw20220628061806-csar.csar 2022-06-28T06:19:35.422Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-06-28T06:19:35.441Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220628061806/1.0/artifacts/service-Vfw20220628061806-csar.csar 584b9b1e-d2d7-4922-9a93-70f50780bd9f 98992 2022-06-28T06:19:35.444Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220628061806/1.0/artifacts/service-Vfw20220628061806-csar.csar ASDC sendASDCNotification 2022-06-28T06:19:35.444Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220628061806/1.0/artifacts/service-Vfw20220628061806-csar.csar 2022-06-28T06:19:35.445Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-28T06:19:35.446Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:19:35.452Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:19:35.452Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656397175442, "artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/artifacts/service-Vfw20220628061806-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-28T06:19:35.552Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-28T06:19:35.555Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:19:35.555Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:19:35.573Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:19:35.575Z||pool-10-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2022-06-28T06:19:36.453Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-28T06:19:36.457Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-06-28T06:19:36.458Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 584b9b1e-d2d7-4922-9a93-70f50780bd9f, URL: /sdc/v1/catalog/services/Vfw20220628061806/1.0/artifacts/service-Vfw20220628061806-csar.csar to file: /app/ASDC/1/service-Vfw20220628061806-csar.csar 2022-06-28T06:19:36.458Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220628061806-csar.csar 2022-06-28T06:19:36.537Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220628061806-csar.csar 2022-06-28T06:19:36.537Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220628061806-csar.csar 2022-06-28T06:19:37.270Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7351528025587909080/Definitions/service-Vfw20220628061806-template.yml 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 Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided 2022-06-28T06:19:40.242Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-28T06:19:40.248Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-06-28T06:19:40.248Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220628061806-csar.csar 2022-06-28T06:19:40.248Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-06-28T06:19:40.248Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220628061806-csar.csar 2022-06-28T06:19:40.248Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220628061806-csar.csar 2022-06-28T06:19:40.248Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b21f2db2-3b0d 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-Vfw20220628061806-csar.csar 2022-06-28T06:19:40.248Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220628061806-csar.csar 2022-06-28T06:19:40.249Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220628061806-csar.csar 2022-06-28T06:19:40.249Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220628061806-csar.csar 2022-06-28T06:19:40.249Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220628061806-csar.csar 2022-06-28T06:19:40.249Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220628061806-csar.csar 2022-06-28T06:19:40.249Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220628061806-csar.csar 2022-06-28T06:19:40.249Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220628061806-csar.csar 2022-06-28T06:19:40.249Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220628061806-csar.csar 2022-06-28T06:19:40.249Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220628061806-csar.csar 2022-06-28T06:19:40.250Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220628061806-csar.csar 2022-06-28T06:19:40.250Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-06-28T06:19:40.256Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:19:40.258Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-28 06-18-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-28T06:19:40.262Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vFW b21f2db2-3b0d 0 is matching search criteria 2022-06-28T06:19:40.263Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-06-28T06:19:40.264Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW b21f2db2-3b0d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-28T06:19:40.266Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:19:40.266Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-28 06-18-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-28T06:19:40.266Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vFW b21f2db2-3b0d 0 is matching search criteria 2022-06-28T06:19:40.267Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-06-28T06:19:40.267Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW b21f2db2-3b0d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-28T06:19:40.267Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:19:40.267Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-28 06-18-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-28T06:19:40.271Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:19:40.271Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vFW b21f2db2-3b0d 0 is not matching search criteria 2022-06-28T06:19:40.271Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-28T06:19:40.271Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-28T06:19:40.272Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-28T06:19:40.272Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-28T06:19:40.272Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-28T06:19:40.272Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-28T06:19:40.272Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-28T06:19:40.272Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-28T06:19:40.273Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-28T06:19:40.273Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-28T06:19:40.273Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-28T06:19:40.273Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-28T06:19:40.273Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-28T06:19:40.273Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-28T06:19:40.273Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-28T06:19:40.274Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-28T06:19:40.274Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:19:40.274Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-28 06-18-06 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-28T06:19:40.275Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:19:40.276Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vFW b21f2db2-3b0d 0 is matching search criteria 2022-06-28T06:19:40.276Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW b21f2db2-3b0d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-28T06:19:40.276Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:19:40.276Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vFW b21f2db2-3b0d 0 is matching search criteria 2022-06-28T06:19:40.276Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW b21f2db2-3b0d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-28T06:19:40.277Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:19:40.277Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vFW b21f2db2-3b0d 0 is matching search criteria 2022-06-28T06:19:40.277Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW b21f2db2-3b0d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-28T06:19:40.277Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:19:40.277Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vFW b21f2db2-3b0d 0 is not matching search criteria 2022-06-28T06:19:40.277Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-28T06:19:40.278Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-28T06:19:40.278Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-06-28T06:19:40.278Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-28T06:19:40.278Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-28T06:19:40.278Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-28T06:19:40.278Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-28T06:19:40.279Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-28T06:19:40.279Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-28T06:19:40.279Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-28T06:19:40.279Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-28T06:19:40.279Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5cfa0dce-2e3c-413d-ae6a-723743e1f0d7 2022-06-28T06:19:40.279Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:19:40.280Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vFW b21f2db2-3b0d 0 is not matching search criteria 2022-06-28T06:19:40.280Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-28T06:19:40.280Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-28T06:19:40.280Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-28T06:19:40.280Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-28T06:19:40.280Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-28T06:19:40.280Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-28T06:19:40.281Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-28T06:19:40.281Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-06-28T06:19:40.281Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-28T06:19:40.281Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-28T06:19:40.281Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-28T06:19:40.281Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-28T06:19:40.281Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e15c9bde-30ac-4bce-8ccb-47bad411e09c 2022-06-28T06:19:40.282Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:19:40.282Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vFW b21f2db2-3b0d 0 is not matching search criteria 2022-06-28T06:19:40.282Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-28T06:19:40.282Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-28T06:19:40.282Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-28T06:19:40.282Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-28T06:19:40.283Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-28T06:19:40.283Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-28T06:19:40.283Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-28T06:19:40.283Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-28T06:19:40.283Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-28T06:19:40.283Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-28T06:19:40.284Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-28T06:19:40.284Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-06-28T06:19:40.284Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f712c8e2-e693-4312-85f0-ff40b624640c 2022-06-28T06:19:40.284Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:19:40.284Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-28 06-18-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-28T06:19:40.284Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:19:40.285Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-28 06-18-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-28T06:19:40.285Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:19:40.285Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-28 06-18-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-28T06:19:40.285Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:19:40.285Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-28 06-18-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-28T06:19:40.285Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-06-28 06-18-06 Description:catalog service description Model UUID:0ac5b449-d1b5-4df8-ba95-335b8530bbe9 Model Version:NULL Model InvariantUuid:7bd4ea92-7f7c-45fd-a9f3-01fa1fced934 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW b21f2db2-3b0d Model UUID:3d4478d5-4bc3-4e23-8941-28afa8289417 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:330da835-7ac4-4fb3-9fe9-ed3641809470 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:95745f39-174e-467c-9d48-876bd5d2ef81 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:85e110ff-9ca5-45a7-8809-e251eac6b530 ModelName:VfwB21f2db23b0d..base_vfw..module-0 ModelUuid:c81230d0-a1de-43f9-a765-5f067adc6c86 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:5cfa0dce-2e3c-413d-ae6a-723743e1f0d7 ModelInvariantUuid:29dd4f96-7141-4d34-b084-1cd89934fdb4 ModelName:vFW b21f2db2-3b0d-nodes.vfwCvfc ModelUuid:e9e086ba-a613-4802-bfd6-d82888987903 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:4d00f628-0499-439d-bb8c-478e7f1afeea ModelInvariantUuid:cc39f992-df8e-486f-85a9-824ac6483e7a ModelName:VfwB21f2db23b0d.compute.nodes.heat.vfw ModelUuid:f972b86b-f8e5-4ffa-8fd9-1850087f86fb ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:e15c9bde-30ac-4bce-8ccb-47bad411e09c ModelInvariantUuid:da45ff8e-b620-489f-bc75-1b167dc7acf1 ModelName:vFW b21f2db2-3b0d-nodes.vsnCvfc ModelUuid:6a171a3a-024d-42a9-8124-2a5c164c86b0 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:d5e5aa82-e787-433f-b99f-f19123eb511f ModelInvariantUuid:c0f734b6-0304-409f-9eb1-71cee9145943 ModelName:VfwB21f2db23b0d.compute.nodes.heat.vsn ModelUuid:af5f3e36-2490-4539-a940-f89b3ee01257 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:f712c8e2-e693-4312-85f0-ff40b624640c ModelInvariantUuid:c7c35120-9abd-4e59-b0d6-471d22b748b9 ModelName:vFW b21f2db2-3b0d-nodes.vpgCvfc ModelUuid:6e008311-adca-4a0d-a3de-321eb47ec496 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:9d2d99b7-929e-42c9-b9b9-a5fd3e53f593 ModelInvariantUuid:e3bf0620-c2ba-4107-8f68-2e8dc6f6fb2f ModelName:VfwB21f2db23b0d.compute.nodes.heat.vpg ModelUuid:3e96bbd0-a969-4917-9287-ed9dacc6d0aa ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-06-28T06:19:40.306Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 707e8f01-90a6-4f82-8f2b-433ba33dd909 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-28T06:19:40.384Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||vFW b21f2db2-3b0d 0 2022-06-28T06:19:40.391Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 707e8f01-90a6-4f82-8f2b-433ba33dd909 2022-06-28T06:19:40.392Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 73441478-a21a-4225-a05f-9f889c94b41c from URL: /sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/vfwb21f2db23b0d0_modules.json 2022-06-28T06:19:40.392Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-06-28T06:19:40.392Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/vfwb21f2db23b0d0_modules.json 2022-06-28T06:19:40.455Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-06-28T06:19:40.456Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/vfwb21f2db23b0d0_modules.json 73441478-a21a-4225-a05f-9f889c94b41c 785 2022-06-28T06:19:40.456Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/vfwb21f2db23b0d0_modules.json ASDC sendASDCNotification 2022-06-28T06:19:40.456Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/vfwb21f2db23b0d0_modules.json 2022-06-28T06:19:40.456Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-28T06:19:40.457Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:19:40.459Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:19:40.460Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656397180456, "artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/vfwb21f2db23b0d0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-28T06:19:40.560Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-28T06:19:40.563Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:19:40.564Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:19:40.582Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:19:40.583Z||pool-11-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2022-06-28T06:19:41.461Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwB21f2db23b0d..base_vfw..module-0", "vfModuleModelInvariantUUID": "85e110ff-9ca5-45a7-8809-e251eac6b530", "vfModuleModelVersion": "1", "vfModuleModelUUID": "c81230d0-a1de-43f9-a765-5f067adc6c86", "vfModuleModelCustomizationUUID": "0347a4b1-fa31-401f-b60b-0da0ceb2de6d", "isBase": true, "artifacts": [ "5ee785c5-4498-48aa-9d71-b0d61adf2bb3", "24074382-4366-46f1-8c75-cf1fc575067b" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-28T06:19:41.477Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwB21f2db23b0d..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:c81230d0-a1de-43f9-a765-5f067adc6c86 VfModuleModelInvariantUUID:85e110ff-9ca5-45a7-8809-e251eac6b530 VfModuleModelDescription:NULL Artifacts UUID List:{ 5ee785c5-4498-48aa-9d71-b0d61adf2bb3 , 24074382-4366-46f1-8c75-cf1fc575067b } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-06-28T06:19:41.479Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwB21f2db23b0d..base_vfw..module-0", "vfModuleModelInvariantUUID": "85e110ff-9ca5-45a7-8809-e251eac6b530", "vfModuleModelVersion": "1", "vfModuleModelUUID": "c81230d0-a1de-43f9-a765-5f067adc6c86", "vfModuleModelCustomizationUUID": "0347a4b1-fa31-401f-b60b-0da0ceb2de6d", "isBase": true, "artifacts": [ "5ee785c5-4498-48aa-9d71-b0d61adf2bb3", "24074382-4366-46f1-8c75-cf1fc575067b" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-28T06:19:41.480Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwB21f2db23b0d..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:c81230d0-a1de-43f9-a765-5f067adc6c86 VfModuleModelInvariantUUID:85e110ff-9ca5-45a7-8809-e251eac6b530 VfModuleModelDescription:NULL Artifacts UUID List:{ 5ee785c5-4498-48aa-9d71-b0d61adf2bb3 , 24074382-4366-46f1-8c75-cf1fc575067b } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-06-28T06:19:41.480Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 5ee785c5-4498-48aa-9d71-b0d61adf2bb3 from URL: /sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/base_vfw.yaml 2022-06-28T06:19:41.480Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-06-28T06:19:41.480Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/base_vfw.yaml 2022-06-28T06:19:41.529Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-06-28T06:19:41.531Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/base_vfw.yaml 5ee785c5-4498-48aa-9d71-b0d61adf2bb3 20368 2022-06-28T06:19:41.531Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-06-28T06:19:41.531Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/base_vfw.yaml 2022-06-28T06:19:41.531Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-28T06:19:41.532Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:19:41.534Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:19:41.534Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656397181531, "artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-06-28T06:19:41.634Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-28T06:19:41.635Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:19:41.635Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:19:41.650Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:19:41.651Z||pool-12-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-28T06:19:42.535Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 24074382-4366-46f1-8c75-cf1fc575067b from URL: /sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/base_vfw.env 2022-06-28T06:19:42.535Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-06-28T06:19:42.535Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/base_vfw.env 2022-06-28T06:19:42.612Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-06-28T06:19:42.612Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/base_vfw.env 24074382-4366-46f1-8c75-cf1fc575067b 2098 2022-06-28T06:19:42.612Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-06-28T06:19:42.612Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/base_vfw.env 2022-06-28T06:19:42.613Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-28T06:19:42.613Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:19:42.615Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:19:42.615Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656397182612, "artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-06-28T06:19:42.715Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-28T06:19:42.716Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:19:42.717Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:19:42.736Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:19:42.736Z||pool-13-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-06-28T06:19:43.616Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 0ac5b449-d1b5-4df8-ba95-335b8530bbe9 2022-06-28T06:19:43.617Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW b21f2db2-3b0d 0 707e8f01-90a6-4f82-8f2b-433ba33dd909 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-28T06:19:43.650Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7dc6988c, org.onap.sdc.toscaparser.api.parameters.Input@3614f311, org.onap.sdc.toscaparser.api.parameters.Input@7164ea9, org.onap.sdc.toscaparser.api.parameters.Input@53298558, org.onap.sdc.toscaparser.api.parameters.Input@1ae26549] 2022-06-28T06:19:43.654Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:19:43.654Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-28 06-18-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-28T06:19:43.655Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2022-06-28T06:19:43.655Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 95745f39-174e-467c-9d48-876bd5d2ef81 2022-06-28T06:19:43.655Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 95745f39-174e-467c-9d48-876bd5d2ef81 matches Tosca VF Customization UUID: 95745f39-174e-467c-9d48-876bd5d2ef81 2022-06-28T06:19:43.655Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 95745f39-174e-467c-9d48-876bd5d2ef81 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-06-28T06:19:43.662Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:19:43.663Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-28 06-18-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-28T06:19:43.664Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 95745f39-174e-467c-9d48-876bd5d2ef81: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"} 2022-06-28T06:19:43.664Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1453fc03 2022-06-28T06:19:43.665Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:19:43.665Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-28 06-18-06 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-28T06:19:43.666Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0347a4b1-fa31-401f-b60b-0da0ceb2de6d 2022-06-28T06:19:43.667Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0347a4b1-fa31-401f-b60b-0da0ceb2de6d Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-06-28T06:19:43.673Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:19:43.673Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vFW b21f2db2-3b0d 0 is matching search criteria 2022-06-28T06:19:43.674Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW b21f2db2-3b0d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-28T06:19:43.675Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:19:43.675Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vFW b21f2db2-3b0d 0 is matching search criteria 2022-06-28T06:19:43.676Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW b21f2db2-3b0d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-28T06:19:43.676Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:19:43.677Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vFW b21f2db2-3b0d 0 is not matching search criteria 2022-06-28T06:19:43.677Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-28T06:19:43.678Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-28T06:19:43.678Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-06-28T06:19:43.678Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-28T06:19:43.679Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-28T06:19:43.679Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-28T06:19:43.679Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-28T06:19:43.680Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-28T06:19:43.680Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-28T06:19:43.680Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-28T06:19:43.681Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-28T06:19:43.681Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5cfa0dce-2e3c-413d-ae6a-723743e1f0d7 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-06-28T06:19:43.689Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:19:43.690Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vFW b21f2db2-3b0d 0 is matching search criteria 2022-06-28T06:19:43.690Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW b21f2db2-3b0d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-28T06:19:43.691Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:19:43.691Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vFW b21f2db2-3b0d 0 is not matching search criteria 2022-06-28T06:19:43.691Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-28T06:19:43.691Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-28T06:19:43.692Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-28T06:19:43.692Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-28T06:19:43.692Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-28T06:19:43.693Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-28T06:19:43.693Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-28T06:19:43.693Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-06-28T06:19:43.693Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-28T06:19:43.694Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-28T06:19:43.694Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-28T06:19:43.695Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-28T06:19:43.695Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e15c9bde-30ac-4bce-8ccb-47bad411e09c Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-06-28T06:19:43.697Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:19:43.698Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vFW b21f2db2-3b0d 0 is matching search criteria 2022-06-28T06:19:43.698Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW b21f2db2-3b0d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-28T06:19:43.700Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:19:43.701Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vFW b21f2db2-3b0d 0 is not matching search criteria 2022-06-28T06:19:43.701Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-28T06:19:43.701Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-28T06:19:43.702Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-28T06:19:43.702Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-28T06:19:43.702Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-28T06:19:43.703Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-28T06:19:43.703Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-28T06:19:43.703Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-28T06:19:43.703Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-28T06:19:43.704Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-28T06:19:43.704Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-28T06:19:43.704Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-06-28T06:19:43.705Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f712c8e2-e693-4312-85f0-ff40b624640c Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-06-28T06:19:43.707Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:19:43.707Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vFW b21f2db2-3b0d 0 is matching search criteria 2022-06-28T06:19:43.708Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW b21f2db2-3b0d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-28T06:19:43.708Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:19:43.709Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vFW b21f2db2-3b0d 0 is matching search criteria 2022-06-28T06:19:43.709Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW b21f2db2-3b0d 0] matching following query criteria: sdcType=VF, customizationUUID=95745f39-174e-467c-9d48-876bd5d2ef81 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-28T06:19:43.711Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:19:43.711Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-28 06-18-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-28T06:19:43.713Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 0ac5b449-d1b5-4df8-ba95-335b8530bbe9: vFW b21f2db2-3b0d 2022-06-28T06:19:43.713Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:19:43.714Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-28 06-18-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-28T06:19:43.714Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:19:43.714Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-28 06-18-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-28T06:19:43.714Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:19:43.715Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-28 06-18-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-28T06:19:43.715Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:19:43.715Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-28 06-18-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-28T06:19:43.715Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:19:43.716Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-28 06-18-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-28T06:19:43.716Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2022-06-28 06-18-06 Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-28T06:19:43.931Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW b21f2db2-3b0d 707e8f01-90a6-4f82-8f2b-433ba33dd909 1 ASDC deployResourceStructure 2022-06-28T06:19:43.932Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/vfwb21f2db23b0d0_modules.json ASDC sendASDCNotification 2022-06-28T06:19:43.932Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/vfwb21f2db23b0d0_modules.json 2022-06-28T06:19:43.932Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-28T06:19:43.932Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:19:43.934Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:19:43.934Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656397183932, "artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/vfwb21f2db23b0d0_modules.json", "status": "DEPLOY_OK" } 2022-06-28T06:19:44.034Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-28T06:19:44.035Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:19:44.035Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:19:44.050Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:19:44.051Z||pool-14-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-28T06:19:44.935Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-06-28T06:19:44.935Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/base_vfw.yaml 2022-06-28T06:19:44.936Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-28T06:19:44.936Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:19:44.938Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:19:44.938Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656397184935, "artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-06-28T06:19:45.038Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-28T06:19:45.039Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:19:45.039Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:19:45.055Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:19:45.056Z||pool-15-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-28T06:19:45.939Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-06-28T06:19:45.939Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/base_vfw.env 2022-06-28T06:19:45.939Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-28T06:19:45.940Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:19:45.942Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:19:45.942Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656397185939, "artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-06-28T06:19:46.042Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-28T06:19:46.043Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:19:46.043Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:19:46.060Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:19:46.061Z||pool-16-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-28T06:19:46.943Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220628061806/1.0/artifacts/service-Vfw20220628061806-csar.csar ASDC sendASDCNotification 2022-06-28T06:19:46.943Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220628061806/1.0/artifacts/service-Vfw20220628061806-csar.csar 2022-06-28T06:19:46.943Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-28T06:19:46.945Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:19:46.958Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:19:46.958Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656397186943, "artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/artifacts/service-Vfw20220628061806-csar.csar", "status": "DEPLOY_OK" } 2022-06-28T06:19:47.055Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-06-28T06:19:47.057Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:19:47.057Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:19:47.071Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:19:47.071Z||pool-17-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-28T06:19:47.959Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 63c45334-ba5d-487d-b7bd-1994b335f020 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-28T06:19:47.993Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 63c45334-ba5d-487d-b7bd-1994b335f020 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-28T06:19:47.997Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-28T06:19:47.997Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-28T06:19:47.998Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-28T06:20:17.998Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 63c45334-ba5d-487d-b7bd-1994b335f020 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-28T06:20:18.010Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 63c45334-ba5d-487d-b7bd-1994b335f020 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-28T06:20:18.012Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-28T06:20:18.012Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-28T06:20:18.013Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-28T06:20:27.264Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:20:27.265Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:20:27.265Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T06:20:27.291Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:20:27.291Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:20:27.291Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020", "consumerID": "cds", "timestamp": 1656397159472, "artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/vfwb21f2db23b0d0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-28T06:20:27.292Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-28T06:20:48.013Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 63c45334-ba5d-487d-b7bd-1994b335f020 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-28T06:20:48.023Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 63c45334-ba5d-487d-b7bd-1994b335f020 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-28T06:20:48.025Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-28T06:20:48.026Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-28T06:20:48.026Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-28T06:21:18.026Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 63c45334-ba5d-487d-b7bd-1994b335f020 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-28T06:21:18.039Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 63c45334-ba5d-487d-b7bd-1994b335f020 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-28T06:21:18.042Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-28T06:21:18.042Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-28T06:21:18.042Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-28T06:21:27.264Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:21:27.265Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:21:27.265Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T06:21:27.292Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:21:27.293Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:21:27.293Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020", "consumerID": "policy-id", "timestamp": 1656397159058, "artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/vfwb21f2db23b0d0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-28T06:21:27.295Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-28T06:21:48.043Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 63c45334-ba5d-487d-b7bd-1994b335f020 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-28T06:21:48.056Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 63c45334-ba5d-487d-b7bd-1994b335f020 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-28T06:21:48.058Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-28T06:21:48.058Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-28T06:21:48.058Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-28T06:22:18.058Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 63c45334-ba5d-487d-b7bd-1994b335f020 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-28T06:22:18.068Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 63c45334-ba5d-487d-b7bd-1994b335f020 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-28T06:22:18.070Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-28T06:22:18.070Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-28T06:22:18.070Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-28T06:22:27.264Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:22:27.265Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:22:27.265Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T06:22:27.293Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:22:27.315Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.315Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656397167262, "artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:22:27.317Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-28T06:22:27.317Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.317Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020", "consumerID": "cds", "timestamp": 1656397159472, "artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-28T06:22:27.317Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-28T06:22:27.318Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.318Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020", "consumerID": "policy-id", "timestamp": 1656397159058, "artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-28T06:22:27.318Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-28T06:22:27.318Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.318Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656397167262, "artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/vfwb21f2db23b0d0_modules.json", "status": "NOTIFIED" } 2022-06-28T06:22:27.318Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-28T06:22:27.318Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.319Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020", "consumerID": "multicloud-k8s-id", "timestamp": 1656397168532, "artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:22:27.319Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-28T06:22:27.319Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.319Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020", "consumerID": "cds", "timestamp": 1656397159472, "artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:22:27.319Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-28T06:22:27.319Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.319Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020", "consumerID": "policy-id", "timestamp": 1656397159058, "artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:22:27.320Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-28T06:22:27.320Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.320Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656397167262, "artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-28T06:22:27.320Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-28T06:22:27.320Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.320Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020", "consumerID": "multicloud-k8s-id", "timestamp": 1656397168532, "artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/vfwb21f2db23b0d0_modules.json", "status": "NOTIFIED" } 2022-06-28T06:22:27.320Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-28T06:22:27.321Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.321Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020", "consumerID": "cds", "timestamp": 1656397159472, "artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-28T06:22:27.321Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-28T06:22:27.321Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.321Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020", "consumerID": "policy-id", "timestamp": 1656397159058, "artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-28T06:22:27.321Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-28T06:22:27.321Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.321Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656397167262, "artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:22:27.323Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-28T06:22:27.323Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.323Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020", "consumerID": "multicloud-k8s-id", "timestamp": 1656397168532, "artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-28T06:22:27.324Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-28T06:22:27.324Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.324Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020", "consumerID": "cds", "timestamp": 1656397159472, "artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/artifacts/service-Vfw20220628061806-template.yml", "status": "NOT_NOTIFIED" } 2022-06-28T06:22:27.324Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-28T06:22:27.324Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.324Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020", "consumerID": "policy-id", "timestamp": 1656397159058, "artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/artifacts/service-Vfw20220628061806-template.yml", "status": "NOT_NOTIFIED" } 2022-06-28T06:22:27.324Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-28T06:22:27.324Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.325Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656397167262, "artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-06-28T06:22:27.325Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-28T06:22:27.325Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.325Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020", "consumerID": "multicloud-k8s-id", "timestamp": 1656397168532, "artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:22:27.325Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-28T06:22:27.326Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.326Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020", "consumerID": "cds", "timestamp": 1656397159472, "artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/artifacts/service-Vfw20220628061806-csar.csar", "status": "NOTIFIED" } 2022-06-28T06:22:27.326Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-28T06:22:27.326Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.326Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020", "consumerID": "policy-id", "timestamp": 1656397159058, "artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/artifacts/service-Vfw20220628061806-csar.csar", "status": "NOTIFIED" } 2022-06-28T06:22:27.326Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-28T06:22:27.326Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.327Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656397167262, "artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/artifacts/service-Vfw20220628061806-template.yml", "status": "NOT_NOTIFIED" } 2022-06-28T06:22:27.327Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-28T06:22:27.327Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.327Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020", "consumerID": "multicloud-k8s-id", "timestamp": 1656397168532, "artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-06-28T06:22:27.327Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-28T06:22:27.327Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.327Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020", "consumerID": "cds", "timestamp": 1656397173632, "artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/artifacts/service-Vfw20220628061806-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-28T06:22:27.327Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:22:27.328Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.328Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020", "consumerID": "policy-id", "timestamp": 1656397174768, "artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/artifacts/service-Vfw20220628061806-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-28T06:22:27.328Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:22:27.328Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.328Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656397167262, "artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/artifacts/service-Vfw20220628061806-csar.csar", "status": "NOTIFIED" } 2022-06-28T06:22:27.328Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-28T06:22:27.328Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.329Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020", "consumerID": "multicloud-k8s-id", "timestamp": 1656397168532, "artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/artifacts/service-Vfw20220628061806-template.yml", "status": "NOT_NOTIFIED" } 2022-06-28T06:22:27.329Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-28T06:22:27.329Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.329Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020", "consumerID": "cds", "timestamp": 1656397174649, "artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/artifacts/service-Vfw20220628061806-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-28T06:22:27.342Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 63c45334-ba5d-487d-b7bd-1994b335f020 2022-06-28T06:22:27.342Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 63c45334-ba5d-487d-b7bd-1994b335f020 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-28T06:22:27.353Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.353Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020", "consumerID": "policy-id", "timestamp": 1656397175781, "artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/artifacts/service-Vfw20220628061806-csar.csar", "status": "DEPLOY_OK" } 2022-06-28T06:22:27.353Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:22:27.354Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.354Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656397175010, "artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:22:27.354Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-28T06:22:27.354Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.354Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020", "consumerID": "multicloud-k8s-id", "timestamp": 1656397168532, "artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/artifacts/service-Vfw20220628061806-csar.csar", "status": "NOTIFIED" } 2022-06-28T06:22:27.354Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-28T06:22:27.354Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.354Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656397175442, "artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/artifacts/service-Vfw20220628061806-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-28T06:22:27.355Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:22:27.355Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.355Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020", "consumerID": "policy-id", "timestamp": 1656397176788, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-28T06:22:27.360Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 63c45334-ba5d-487d-b7bd-1994b335f020 2022-06-28T06:22:27.360Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 63c45334-ba5d-487d-b7bd-1994b335f020 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-28T06:22:27.369Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.370Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656397175010, "artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/vfwb21f2db23b0d0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-28T06:22:27.370Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-28T06:22:27.370Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.371Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020", "consumerID": "ves-openapi-manager", "timestamp": 1656397175757, "artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:22:27.371Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-28T06:22:27.371Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.371Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020", "consumerID": "multicloud-k8s-id", "timestamp": 1656397176385, "artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/vfwb21f2db23b0d0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-28T06:22:27.372Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:22:27.372Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.372Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656397175010, "artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-28T06:22:27.372Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-28T06:22:27.372Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.372Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020", "consumerID": "ves-openapi-manager", "timestamp": 1656397175757, "artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/vfwb21f2db23b0d0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-28T06:22:27.373Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-28T06:22:27.373Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.373Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020", "consumerID": "multicloud-k8s-id", "timestamp": 1656397177505, "artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-06-28T06:22:27.373Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:22:27.373Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.374Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656397175010, "artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:22:27.374Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-28T06:22:27.374Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.374Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020", "consumerID": "ves-openapi-manager", "timestamp": 1656397175757, "artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-28T06:22:27.375Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-28T06:22:27.375Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.375Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020", "consumerID": "multicloud-k8s-id", "timestamp": 1656397178620, "artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-06-28T06:22:27.375Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:22:27.375Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.375Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656397175010, "artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-28T06:22:27.376Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-28T06:22:27.376Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.376Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020", "consumerID": "aai-ml", "timestamp": 1656397178308, "artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:22:27.376Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-28T06:22:27.376Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.376Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020", "consumerID": "clamp", "timestamp": 1656397179703, "artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:22:27.377Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-28T06:22:27.377Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.377Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020", "consumerID": "ves-openapi-manager", "timestamp": 1656397175757, "artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:22:27.377Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-28T06:22:27.377Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.377Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020", "consumerID": "multicloud-k8s-id", "timestamp": 1656397179685, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-28T06:22:27.383Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 63c45334-ba5d-487d-b7bd-1994b335f020 2022-06-28T06:22:27.383Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 63c45334-ba5d-487d-b7bd-1994b335f020 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-06-28T06:22:27.392Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.393Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656397175010, "artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/artifacts/service-Vfw20220628061806-template.yml", "status": "NOT_NOTIFIED" } 2022-06-28T06:22:27.393Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-28T06:22:27.393Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.393Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020", "consumerID": "aai-ml", "timestamp": 1656397178308, "artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/vfwb21f2db23b0d0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-28T06:22:27.394Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-28T06:22:27.394Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.394Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020", "consumerID": "clamp", "timestamp": 1656397179703, "artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/vfwb21f2db23b0d0_modules.json", "status": "NOTIFIED" } 2022-06-28T06:22:27.394Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-28T06:22:27.394Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.394Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020", "consumerID": "ves-openapi-manager", "timestamp": 1656397175757, "artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-28T06:22:27.395Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-28T06:22:27.395Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.395Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656397180456, "artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/vfwb21f2db23b0d0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-28T06:22:27.395Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:22:27.395Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.396Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020", "consumerID": "multicloud-k8s-id", "timestamp": 1656397180692, "artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/vfwb21f2db23b0d0_modules.json", "status": "DEPLOY_OK" } 2022-06-28T06:22:27.396Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:22:27.396Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.396Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656397175010, "artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/artifacts/service-Vfw20220628061806-csar.csar", "status": "NOTIFIED" } 2022-06-28T06:22:27.396Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-28T06:22:27.397Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.397Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020", "consumerID": "aai-ml", "timestamp": 1656397178308, "artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-28T06:22:27.397Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-28T06:22:27.397Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.397Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020", "consumerID": "clamp", "timestamp": 1656397179703, "artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-28T06:22:27.398Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-28T06:22:27.398Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.398Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020", "consumerID": "ves-openapi-manager", "timestamp": 1656397175757, "artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/artifacts/service-Vfw20220628061806-template.yml", "status": "NOT_NOTIFIED" } 2022-06-28T06:22:27.398Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-28T06:22:27.398Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.398Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656397181531, "artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-06-28T06:22:27.398Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:22:27.398Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.398Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020", "consumerID": "aai-ml", "timestamp": 1656397178308, "artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:22:27.399Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-28T06:22:27.399Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.399Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656397182840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/artifacts/service-Vfw20220628061806-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-28T06:22:27.399Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:22:27.399Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.399Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020", "consumerID": "clamp", "timestamp": 1656397179703, "artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:22:27.399Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-28T06:22:27.400Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.400Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020", "consumerID": "ves-openapi-manager", "timestamp": 1656397175757, "artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/artifacts/service-Vfw20220628061806-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-28T06:22:27.400Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-28T06:22:27.400Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.400Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656397182612, "artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-06-28T06:22:27.400Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:22:27.400Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.400Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020", "consumerID": "aai-ml", "timestamp": 1656397178308, "artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-28T06:22:27.401Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-28T06:22:27.401Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.401Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020", "consumerID": "clamp", "timestamp": 1656397179703, "artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-28T06:22:27.401Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-28T06:22:27.401Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.401Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656397183932, "artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/vfwb21f2db23b0d0_modules.json", "status": "DEPLOY_OK" } 2022-06-28T06:22:27.401Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:22:27.402Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.402Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020", "consumerID": "aai-ml", "timestamp": 1656397178308, "artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/artifacts/service-Vfw20220628061806-template.yml", "status": "NOT_NOTIFIED" } 2022-06-28T06:22:27.402Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-28T06:22:27.402Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.402Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020", "consumerID": "clamp", "timestamp": 1656397179703, "artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/artifacts/service-Vfw20220628061806-template.yml", "status": "NOT_NOTIFIED" } 2022-06-28T06:22:27.402Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-28T06:22:27.402Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.402Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656397184935, "artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-06-28T06:22:27.403Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:22:27.403Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.403Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020", "consumerID": "aai-ml", "timestamp": 1656397178308, "artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/artifacts/service-Vfw20220628061806-csar.csar", "status": "NOTIFIED" } 2022-06-28T06:22:27.403Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-28T06:22:27.403Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.403Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020", "consumerID": "clamp", "timestamp": 1656397179703, "artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/artifacts/service-Vfw20220628061806-csar.csar", "status": "NOTIFIED" } 2022-06-28T06:22:27.403Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-28T06:22:27.403Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.404Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656397185939, "artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-06-28T06:22:27.404Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:22:27.404Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.404Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020", "consumerID": "aai-ml", "timestamp": 1656397186168, "artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/artifacts/service-Vfw20220628061806-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-28T06:22:27.404Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:22:27.404Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.404Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656397186943, "artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/artifacts/service-Vfw20220628061806-csar.csar", "status": "DEPLOY_OK" } 2022-06-28T06:22:27.404Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:22:27.405Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.405Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656397188130, "artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/artifacts/service-Vfw20220628061806-csar.csar", "status": "DEPLOY_OK" } 2022-06-28T06:22:27.405Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:22:27.405Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.405Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656397189135, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-28T06:22:27.410Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 63c45334-ba5d-487d-b7bd-1994b335f020 2022-06-28T06:22:27.410Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 63c45334-ba5d-487d-b7bd-1994b335f020 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-28T06:22:27.418Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.418Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020", "consumerID": "clamp", "timestamp": 1656397194765, "artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/artifacts/service-Vfw20220628061806-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-28T06:22:27.418Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:22:27.418Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.418Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020", "consumerID": "clamp", "timestamp": 1656397196779, "artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/artifacts/service-Vfw20220628061806-csar.csar", "status": "DEPLOY_OK" } 2022-06-28T06:22:27.419Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:22:27.419Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.419Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5", "consumerID": "multicloud-k8s-id", "timestamp": 1656397188532, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:22:27.419Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-28T06:22:27.419Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.419Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5", "consumerID": "cds", "timestamp": 1656397189471, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:22:27.419Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-28T06:22:27.419Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.419Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5", "consumerID": "ves-openapi-manager", "timestamp": 1656397195757, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:22:27.420Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-28T06:22:27.420Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.420Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020", "consumerID": "clamp", "timestamp": 1656397197791, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-28T06:22:27.424Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 63c45334-ba5d-487d-b7bd-1994b335f020 2022-06-28T06:22:27.424Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 63c45334-ba5d-487d-b7bd-1994b335f020 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-28T06:22:27.432Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.432Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5", "consumerID": "multicloud-k8s-id", "timestamp": 1656397188532, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/basic_onboard_jnozah0_modules.json", "status": "NOTIFIED" } 2022-06-28T06:22:27.432Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-28T06:22:27.432Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.432Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5", "consumerID": "cds", "timestamp": 1656397189471, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/basic_onboard_jnozah0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-28T06:22:27.432Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-28T06:22:27.432Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.432Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5", "consumerID": "ves-openapi-manager", "timestamp": 1656397195757, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/basic_onboard_jnozah0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-28T06:22:27.433Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-28T06:22:27.433Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.433Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5", "consumerID": "cds", "timestamp": 1656397189471, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-06-28T06:22:27.433Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-28T06:22:27.433Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.433Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5", "consumerID": "multicloud-k8s-id", "timestamp": 1656397188532, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-06-28T06:22:27.433Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-28T06:22:27.433Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.433Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5", "consumerID": "ves-openapi-manager", "timestamp": 1656397195757, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-06-28T06:22:27.434Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-28T06:22:27.434Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.434Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5", "consumerID": "policy-id", "timestamp": 1656397199054, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:22:27.434Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-28T06:22:27.434Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.434Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5", "consumerID": "multicloud-k8s-id", "timestamp": 1656397188532, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:22:27.435Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-28T06:22:27.435Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.435Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5", "consumerID": "cds", "timestamp": 1656397189471, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:22:27.435Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-28T06:22:27.435Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.435Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5", "consumerID": "ves-openapi-manager", "timestamp": 1656397195757, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:22:27.435Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-28T06:22:27.436Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.436Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5", "consumerID": "policy-id", "timestamp": 1656397199054, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/basic_onboard_jnozah0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-28T06:22:27.436Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-28T06:22:27.436Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.436Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5", "consumerID": "cds", "timestamp": 1656397189471, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-28T06:22:27.436Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-28T06:22:27.436Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.436Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5", "consumerID": "multicloud-k8s-id", "timestamp": 1656397188532, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-06-28T06:22:27.436Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-28T06:22:27.437Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.437Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5", "consumerID": "ves-openapi-manager", "timestamp": 1656397195757, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-28T06:22:27.437Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-28T06:22:27.437Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.437Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5", "consumerID": "policy-id", "timestamp": 1656397199054, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-06-28T06:22:27.437Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-28T06:22:27.437Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.437Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5", "consumerID": "cds", "timestamp": 1656397189471, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/artifacts/service-BasicOnboardJnozah-template.yml", "status": "NOT_NOTIFIED" } 2022-06-28T06:22:27.438Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-28T06:22:27.438Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.438Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5", "consumerID": "multicloud-k8s-id", "timestamp": 1656397188532, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/artifacts/service-BasicOnboardJnozah-template.yml", "status": "NOT_NOTIFIED" } 2022-06-28T06:22:27.438Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-28T06:22:27.438Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.438Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020", "consumerID": "aai-ml", "timestamp": 1656397201154, "artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/artifacts/service-Vfw20220628061806-csar.csar", "status": "DEPLOY_OK" } 2022-06-28T06:22:27.438Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:22:27.438Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.438Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5", "consumerID": "ves-openapi-manager", "timestamp": 1656397195757, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/artifacts/service-BasicOnboardJnozah-template.yml", "status": "NOT_NOTIFIED" } 2022-06-28T06:22:27.439Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-28T06:22:27.439Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.439Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5", "consumerID": "policy-id", "timestamp": 1656397199054, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:22:27.439Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-28T06:22:27.439Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.439Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5", "consumerID": "cds", "timestamp": 1656397189471, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/artifacts/service-BasicOnboardJnozah-csar.csar", "status": "NOTIFIED" } 2022-06-28T06:22:27.439Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-28T06:22:27.439Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.439Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5", "consumerID": "multicloud-k8s-id", "timestamp": 1656397188532, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/artifacts/service-BasicOnboardJnozah-csar.csar", "status": "NOTIFIED" } 2022-06-28T06:22:27.440Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-28T06:22:27.440Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.440Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020", "consumerID": "aai-ml", "timestamp": 1656397202160, "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-06-28T06:22:27.444Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 63c45334-ba5d-487d-b7bd-1994b335f020 2022-06-28T06:22:27.444Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 63c45334-ba5d-487d-b7bd-1994b335f020 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-28T06:22:27.453Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.453Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5", "consumerID": "ves-openapi-manager", "timestamp": 1656397195757, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/artifacts/service-BasicOnboardJnozah-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-28T06:22:27.453Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-28T06:22:27.453Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.453Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5", "consumerID": "policy-id", "timestamp": 1656397199054, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-28T06:22:27.453Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-28T06:22:27.453Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.453Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5", "consumerID": "multicloud-k8s-id", "timestamp": 1656397202782, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/basic_onboard_jnozah0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-28T06:22:27.454Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:22:27.454Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.454Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5", "consumerID": "cds", "timestamp": 1656397202897, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/artifacts/service-BasicOnboardJnozah-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-28T06:22:27.454Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:22:27.454Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.454Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5", "consumerID": "policy-id", "timestamp": 1656397199054, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/artifacts/service-BasicOnboardJnozah-template.yml", "status": "NOT_NOTIFIED" } 2022-06-28T06:22:27.454Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-28T06:22:27.454Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.455Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5", "consumerID": "cds", "timestamp": 1656397203909, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/artifacts/service-BasicOnboardJnozah-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-28T06:22:27.472Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 551ba232-93e7-486a-b90d-0260e1c18ee5 2022-06-28T06:22:27.472Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 551ba232-93e7-486a-b90d-0260e1c18ee5 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-28T06:22:27.482Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.482Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5", "consumerID": "multicloud-k8s-id", "timestamp": 1656397203887, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-06-28T06:22:27.482Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:22:27.483Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.483Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5", "consumerID": "policy-id", "timestamp": 1656397199054, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/artifacts/service-BasicOnboardJnozah-csar.csar", "status": "NOTIFIED" } 2022-06-28T06:22:27.483Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-28T06:22:27.483Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.483Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656397205019, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:22:27.484Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-28T06:22:27.484Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.484Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5", "consumerID": "multicloud-k8s-id", "timestamp": 1656397205005, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-06-28T06:22:27.484Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:22:27.484Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.484Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5", "consumerID": "policy-id", "timestamp": 1656397206854, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/artifacts/service-BasicOnboardJnozah-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-28T06:22:27.485Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:22:27.485Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.485Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656397205019, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/basic_onboard_jnozah0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-28T06:22:27.485Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-28T06:22:27.485Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.485Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5", "consumerID": "multicloud-k8s-id", "timestamp": 1656397206045, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-28T06:22:27.494Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 551ba232-93e7-486a-b90d-0260e1c18ee5 2022-06-28T06:22:27.494Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 551ba232-93e7-486a-b90d-0260e1c18ee5 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-28T06:22:27.504Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.504Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5", "consumerID": "policy-id", "timestamp": 1656397207859, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/artifacts/service-BasicOnboardJnozah-csar.csar", "status": "DEPLOY_OK" } 2022-06-28T06:22:27.504Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:22:27.504Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.505Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656397205019, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-06-28T06:22:27.505Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-28T06:22:27.505Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.505Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5", "consumerID": "multicloud-k8s-id", "timestamp": 1656397207049, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/basic_onboard_jnozah0_modules.json", "status": "DEPLOY_OK" } 2022-06-28T06:22:27.505Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:22:27.505Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.505Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5", "consumerID": "policy-id", "timestamp": 1656397208864, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-28T06:22:27.511Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 551ba232-93e7-486a-b90d-0260e1c18ee5 2022-06-28T06:22:27.512Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 551ba232-93e7-486a-b90d-0260e1c18ee5 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-06-28T06:22:27.518Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.518Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656397205019, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:22:27.518Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-28T06:22:27.518Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.518Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656397205019, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-28T06:22:27.518Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-28T06:22:27.518Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.519Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5", "consumerID": "aai-ml", "timestamp": 1656397208308, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:22:27.519Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-28T06:22:27.519Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.519Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5", "consumerID": "clamp", "timestamp": 1656397209702, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:22:27.519Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-28T06:22:27.519Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.519Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656397205019, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/artifacts/service-BasicOnboardJnozah-template.yml", "status": "NOT_NOTIFIED" } 2022-06-28T06:22:27.519Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-28T06:22:27.519Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.519Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5", "consumerID": "aai-ml", "timestamp": 1656397208308, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/basic_onboard_jnozah0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-28T06:22:27.520Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-28T06:22:27.520Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.520Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5", "consumerID": "clamp", "timestamp": 1656397209702, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/basic_onboard_jnozah0_modules.json", "status": "NOTIFIED" } 2022-06-28T06:22:27.520Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-28T06:22:27.520Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.520Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656397205019, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/artifacts/service-BasicOnboardJnozah-csar.csar", "status": "NOTIFIED" } 2022-06-28T06:22:27.520Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-28T06:22:27.520Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.520Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5", "consumerID": "aai-ml", "timestamp": 1656397208308, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-06-28T06:22:27.521Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-28T06:22:27.521Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.521Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5", "consumerID": "clamp", "timestamp": 1656397209702, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-06-28T06:22:27.521Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-28T06:22:27.521Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.521Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5", "consumerID": "aai-ml", "timestamp": 1656397208308, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:22:27.521Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-28T06:22:27.521Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.521Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656397212763, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/artifacts/service-BasicOnboardJnozah-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-28T06:22:27.521Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:22:27.522Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.522Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5", "consumerID": "clamp", "timestamp": 1656397209702, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:22:27.522Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-28T06:22:27.522Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.522Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5", "consumerID": "aai-ml", "timestamp": 1656397208308, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-28T06:22:27.522Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-28T06:22:27.522Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.522Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5", "consumerID": "clamp", "timestamp": 1656397209702, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-28T06:22:27.523Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-28T06:22:27.523Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.523Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5", "consumerID": "aai-ml", "timestamp": 1656397208308, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/artifacts/service-BasicOnboardJnozah-template.yml", "status": "NOT_NOTIFIED" } 2022-06-28T06:22:27.523Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-28T06:22:27.523Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.523Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656397214944, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/artifacts/service-BasicOnboardJnozah-csar.csar", "status": "DEPLOY_OK" } 2022-06-28T06:22:27.523Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:22:27.523Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.523Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5", "consumerID": "clamp", "timestamp": 1656397209702, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/artifacts/service-BasicOnboardJnozah-template.yml", "status": "NOT_NOTIFIED" } 2022-06-28T06:22:27.524Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-28T06:22:27.524Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.524Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5", "consumerID": "aai-ml", "timestamp": 1656397208308, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/artifacts/service-BasicOnboardJnozah-csar.csar", "status": "NOTIFIED" } 2022-06-28T06:22:27.524Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-28T06:22:27.524Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.524Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5", "consumerID": "clamp", "timestamp": 1656397209702, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/artifacts/service-BasicOnboardJnozah-csar.csar", "status": "NOTIFIED" } 2022-06-28T06:22:27.524Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-28T06:22:27.524Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.524Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656397215948, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-28T06:22:27.531Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 551ba232-93e7-486a-b90d-0260e1c18ee5 2022-06-28T06:22:27.532Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 551ba232-93e7-486a-b90d-0260e1c18ee5 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-28T06:22:27.539Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.540Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5", "consumerID": "aai-ml", "timestamp": 1656397216191, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/artifacts/service-BasicOnboardJnozah-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-28T06:22:27.540Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:22:27.540Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.540Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5", "consumerID": "aai-ml", "timestamp": 1656397223185, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/artifacts/service-BasicOnboardJnozah-csar.csar", "status": "DEPLOY_OK" } 2022-06-28T06:22:27.540Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:22:27.540Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.541Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5", "consumerID": "aai-ml", "timestamp": 1656397224190, "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-06-28T06:22:27.544Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 551ba232-93e7-486a-b90d-0260e1c18ee5 2022-06-28T06:22:27.544Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 551ba232-93e7-486a-b90d-0260e1c18ee5 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-28T06:22:27.554Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:22:27.554Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5", "consumerID": "clamp", "timestamp": 1656397226759, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/artifacts/service-BasicOnboardJnozah-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-28T06:22:27.554Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:22:48.070Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 63c45334-ba5d-487d-b7bd-1994b335f020 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-28T06:22:48.088Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 63c45334-ba5d-487d-b7bd-1994b335f020 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-28T06:22:48.091Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-28T06:22:48.092Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-28T06:22:48.092Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-28T06:22:48.092Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-28T06:22:48.092Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-28T06:22:48.092Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-28T06:22:48.093Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-28T06:22:48.093Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-28T06:22:48.093Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-28T06:22:48.093Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-28T06:22:48.093Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-28T06:22:48.098Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-28T06:23:18.099Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 63c45334-ba5d-487d-b7bd-1994b335f020 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-06-28T06:23:18.133Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 63c45334-ba5d-487d-b7bd-1994b335f020 and serviceModelVersionId: 0ac5b449-d1b5-4df8-ba95-335b8530bbe9 2022-06-28T06:23:18.133Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7bd4ea92-7f7c-45fd-a9f3-01fa1fced934 2022-06-28T06:23:27.264Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:23:27.265Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:23:27.265Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T06:23:27.801Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:23:27.802Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:23:27.802Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5", "consumerID": "clamp", "timestamp": 1656397228770, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/artifacts/service-BasicOnboardJnozah-csar.csar", "status": "DEPLOY_OK" } 2022-06-28T06:23:27.803Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:23:27.804Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:23:27.804Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5", "consumerID": "clamp", "timestamp": 1656397229774, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-28T06:23:27.813Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 551ba232-93e7-486a-b90d-0260e1c18ee5 2022-06-28T06:23:27.814Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 551ba232-93e7-486a-b90d-0260e1c18ee5 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-28T06:23:33.136Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7bd4ea92-7f7c-45fd-a9f3-01fa1fced934/model-vers/model-ver/0ac5b449-d1b5-4df8-ba95-335b8530bbe9?depth=0 2022-06-28T06:23:33.280Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-06-28T06:23:33.777Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bd4ea92-7f7c-45fd-a9f3-01fa1fced934/model-vers/model-ver/0ac5b449-d1b5-4df8-ba95-335b8530bbe9?depth=0|INFO|500||Invoke 2022-06-28T06:23:33.785Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bd4ea92-7f7c-45fd-a9f3-01fa1fced934/model-vers/model-ver/0ac5b449-d1b5-4df8-ba95-335b8530bbe9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bd4ea92-7f7c-45fd-a9f3-01fa1fced934/model-vers/model-ver/0ac5b449-d1b5-4df8-ba95-335b8530bbe9?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[63c45334-ba5d-487d-b7bd-1994b335f020], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[26a831c2-a904-4908-8e92-4e03c9ab2c5d], X-ECOMP-RequestID=[63c45334-ba5d-487d-b7bd-1994b335f020], X-TransactionId=[], X-ONAP-RequestID=[63c45334-ba5d-487d-b7bd-1994b335f020], Content-Type=[application/merge-patch+json]} 2022-06-28T06:23:33.923Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bd4ea92-7f7c-45fd-a9f3-01fa1fced934/model-vers/model-ver/0ac5b449-d1b5-4df8-ba95-335b8530bbe9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-28T06:23:34.186Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bd4ea92-7f7c-45fd-a9f3-01fa1fced934/model-vers/model-ver/0ac5b449-d1b5-4df8-ba95-335b8530bbe9?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/7bd4ea92-7f7c-45fd-a9f3-01fa1fced934/model-vers/model-ver/0ac5b449-d1b5-4df8-ba95-335b8530bbe9?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220628-06:23:33:827-86882], vertex-id=[200952], Content-Length=[0], Date=[Tue, 28 Jun 2022 06:23:33 GMT], Content-Type=[application/json]} 2022-06-28T06:23:34.188Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bd4ea92-7f7c-45fd-a9f3-01fa1fced934/model-vers/model-ver/0ac5b449-d1b5-4df8-ba95-335b8530bbe9?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-28T06:23:34.188Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bd4ea92-7f7c-45fd-a9f3-01fa1fced934/model-vers/model-ver/0ac5b449-d1b5-4df8-ba95-335b8530bbe9?depth=0|INFO|500||InvokeReturn 2022-06-28T06:23:34.192Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-28T06:23:34.194Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-28T06:23:34.198Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-28T06:23:34.199Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 63c45334-ba5d-487d-b7bd-1994b335f020 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-28T06:23:34.200Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-28T06:23:34.201Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:23:34.203Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:23:34.203Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656397414199, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-28T06:23:34.303Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-28T06:23:34.304Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:23:34.305Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:23:34.329Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:23:34.330Z||pool-18-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-28T06:23:35.215Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:23:35.216Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:23:35.216Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T06:23:39.722Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:23:39.723Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-28T06:23:39.723Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"551ba232-93e7-486a-b90d-0260e1c18ee5","serviceName":"basic_onboard_JNozaH","serviceVersion":"1.0","serviceUUID":"c22ee2f6-d974-4413-96e1-f745040bb6c6","serviceDescription":"service","serviceInvariantUUID":"948d6a5b-b6b6-4df2-b59b-0f4758c82226","resources":[{"resourceInstanceName":"basic_onboard_JNozaH 0","resourceName":"basic_onboard_JNozaH","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f52c769f-3224-4265-844e-ce915ea13c04","resourceInvariantUUID":"3862e0e5-8fa3-4ef1-921b-e96f354f6f73","resourceCustomizationUUID":"4c75ab88-88be-4d5c-90d0-830941816864","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/vf-license-model.xml","artifactChecksum":"ZTNiNjBiMDY4YWRjMGZmYmYwODYwOTM2MGIyZDNkMTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bf52dc88-c226-416e-899c-5a39fc3f1e88","artifactVersion":"1"},{"artifactName":"basic_onboard_jnozah0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/basic_onboard_jnozah0_modules.json","artifactChecksum":"NmI2OThlOGNkZWFhMjVkODgwMmE2NmJmNjk5ZmQ3M2I\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"cf8bf292-31ae-4ebe-8fd8-72729fe0d513","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a540ca70-7315-4dbc-8e6f-70c67ec36adf","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"20735b50-9868-4fe1-9bbf-80245bb1f1c1","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e9dd041a-ee79-4553-8634-0532d7d5bac6","artifactVersion":"2","generatedFromUUID":"a540ca70-7315-4dbc-8e6f-70c67ec36adf"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardJnozah-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/artifacts/service-BasicOnboardJnozah-template.yml","artifactChecksum":"MWVmYzIzYTcxMTE2YmM4YzhkOGJkNWY0MWVmYWRmODg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"999915aa-a9c2-45d3-8c72-2dbe2c09ca06","artifactVersion":"1"},{"artifactName":"service-BasicOnboardJnozah-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/artifacts/service-BasicOnboardJnozah-csar.csar","artifactChecksum":"OTZlYTI1MTQ2OWVhNDk5NGRiMjhiM2EwMjczMzAwYzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"de279683-56ee-4b51-b811-244174a2a95f","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-28T06:23:39.726Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-28T06:23:39.727Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:23:39.729Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:23:39.729Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656397415215, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:23:39.829Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-28T06:23:39.830Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:23:39.830Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:23:39.847Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:23:39.848Z||pool-19-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-28T06:23:40.730Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-28T06:23:40.730Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:23:40.733Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:23:40.733Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656397415215, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/basic_onboard_jnozah0_modules.json", "status": "NOTIFIED" } 2022-06-28T06:23:40.833Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-28T06:23:40.834Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:23:40.834Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:23:40.865Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:23:40.866Z||pool-20-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2022-06-28T06:23:41.733Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-28T06:23:41.735Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:23:41.737Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:23:41.737Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656397415215, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-06-28T06:23:41.837Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-28T06:23:41.838Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:23:41.838Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:23:41.856Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:23:41.857Z||pool-21-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-28T06:23:42.738Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-28T06:23:42.739Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:23:42.742Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:23:42.742Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656397415215, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:23:42.843Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-28T06:23:42.844Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:23:42.844Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:23:42.860Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:23:42.861Z||pool-22-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-06-28T06:23:43.743Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-28T06:23:43.744Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:23:43.746Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:23:43.746Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656397415215, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-06-28T06:23:43.846Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-28T06:23:43.847Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:23:43.847Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:23:43.863Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:23:43.864Z||pool-23-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-28T06:23:44.747Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-28T06:23:44.748Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:23:44.751Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:23:44.751Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656397415215, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/artifacts/service-BasicOnboardJnozah-template.yml", "status": "NOT_NOTIFIED" } 2022-06-28T06:23:44.851Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-28T06:23:44.852Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:23:44.852Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:23:44.867Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:23:44.868Z||pool-24-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-28T06:23:45.752Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-28T06:23:45.753Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:23:45.754Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:23:45.755Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656397415215, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/artifacts/service-BasicOnboardJnozah-csar.csar", "status": "NOTIFIED" } 2022-06-28T06:23:45.855Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-28T06:23:45.856Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:23:45.856Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:23:45.871Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:23:45.871Z||pool-25-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-28T06:23:46.756Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5", "serviceName": "basic_onboard_JNozaH", "serviceVersion": "1.0", "serviceUUID": "c22ee2f6-d974-4413-96e1-f745040bb6c6", "serviceDescription": "service", "serviceInvariantUUID": "948d6a5b-b6b6-4df2-b59b-0f4758c82226", "resources": [ { "resourceInstanceName": "basic_onboard_JNozaH 0", "resourceCustomizationUUID": "4c75ab88-88be-4d5c-90d0-830941816864", "resourceName": "basic_onboard_JNozaH", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "f52c769f-3224-4265-844e-ce915ea13c04", "resourceInvariantUUID": "3862e0e5-8fa3-4ef1-921b-e96f354f6f73", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_jnozah0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/basic_onboard_jnozah0_modules.json", "artifactChecksum": "NmI2OThlOGNkZWFhMjVkODgwMmE2NmJmNjk5ZmQ3M2I\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "cf8bf292-31ae-4ebe-8fd8-72729fe0d513", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "a540ca70-7315-4dbc-8e6f-70c67ec36adf", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "e9dd041a-ee79-4553-8634-0532d7d5bac6", "generatedFromUUID": "a540ca70-7315-4dbc-8e6f-70c67ec36adf" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "e9dd041a-ee79-4553-8634-0532d7d5bac6", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardJnozah-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/artifacts/service-BasicOnboardJnozah-csar.csar", "artifactChecksum": "OTZlYTI1MTQ2OWVhNDk5NGRiMjhiM2EwMjczMzAwYzk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "de279683-56ee-4b51-b811-244174a2a95f" } ], "workloadContext": "Production" } 2022-06-28T06:23:46.757Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-28T06:23:46.757Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c22ee2f6-d974-4413-96e1-f745040bb6c6 ASDC 2022-06-28T06:23:46.757Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:551ba232-93e7-486a-b90d-0260e1c18ee5 ServiceName:basic_onboard_JNozaH ServiceVersion:1.0 ServiceUUID:c22ee2f6-d974-4413-96e1-f745040bb6c6 ServiceInvariantUUID:948d6a5b-b6b6-4df2-b59b-0f4758c82226 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardJnozah-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/artifacts/service-BasicOnboardJnozah-csar.csar ArtifactUUID:de279683-56ee-4b51-b811-244174a2a95f ArtifactChecksum:OTZlYTI1MTQ2OWVhNDk5NGRiMjhiM2EwMjczMzAwYzk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_JNozaH 0 ResourceCustomizationUUID:4c75ab88-88be-4d5c-90d0-830941816864 ResourceInvariantUUID:3862e0e5-8fa3-4ef1-921b-e96f354f6f73 ResourceName:basic_onboard_JNozaH ResourceType:VF ResourceUUID:f52c769f-3224-4265-844e-ce915ea13c04 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_jnozah0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/basic_onboard_jnozah0_modules.json ArtifactUUID:cf8bf292-31ae-4ebe-8fd8-72729fe0d513 ArtifactChecksum:NmI2OThlOGNkZWFhMjVkODgwMmE2NmJmNjk5ZmQ3M2I= 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/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/base_ubuntu18.yaml ArtifactUUID:a540ca70-7315-4dbc-8e6f-70c67ec36adf 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/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/base_ubuntu18.env ArtifactUUID:e9dd041a-ee79-4553-8634-0532d7d5bac6 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/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/base_ubuntu18.env ArtifactUUID:e9dd041a-ee79-4553-8634-0532d7d5bac6 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-28T06:23:46.758Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c22ee2f6-d974-4413-96e1-f745040bb6c6 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-28T06:23:46.788Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-28T06:23:46.788Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-06-28T06:23:46.788Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-06-28T06:23:46.789Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: de279683-56ee-4b51-b811-244174a2a95f from URL: /sdc/v1/catalog/services/BasicOnboardJnozah/1.0/artifacts/service-BasicOnboardJnozah-csar.csar 2022-06-28T06:23:46.789Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-06-28T06:23:46.789Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/artifacts/service-BasicOnboardJnozah-csar.csar 2022-06-28T06:23:47.129Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-06-28T06:23:47.134Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJnozah/1.0/artifacts/service-BasicOnboardJnozah-csar.csar de279683-56ee-4b51-b811-244174a2a95f 71561 2022-06-28T06:23:47.134Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJnozah/1.0/artifacts/service-BasicOnboardJnozah-csar.csar ASDC sendASDCNotification 2022-06-28T06:23:47.135Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/artifacts/service-BasicOnboardJnozah-csar.csar 2022-06-28T06:23:47.135Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-28T06:23:47.135Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:23:47.138Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:23:47.138Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656397427134, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/artifacts/service-BasicOnboardJnozah-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-28T06:23:47.238Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-28T06:23:47.239Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:23:47.239Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:23:47.256Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:23:47.257Z||pool-26-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-28T06:23:48.139Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-28T06:23:48.140Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-06-28T06:23:48.140Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: de279683-56ee-4b51-b811-244174a2a95f, URL: /sdc/v1/catalog/services/BasicOnboardJnozah/1.0/artifacts/service-BasicOnboardJnozah-csar.csar to file: /app/ASDC/1/service-BasicOnboardJnozah-csar.csar 2022-06-28T06:23:48.140Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardJnozah-csar.csar 2022-06-28T06:23:48.141Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardJnozah-csar.csar 2022-06-28T06:23:48.141Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardJnozah-csar.csar 2022-06-28T06:23:48.285Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15737315003188424089/Definitions/service-BasicOnboardJnozah-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided 2022-06-28T06:23:49.534Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-28T06:23:49.535Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-06-28T06:23:49.535Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardJnozah-csar.csar 2022-06-28T06:23:49.535Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-06-28T06:23:49.535Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_JNozaH 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-BasicOnboardJnozah-csar.csar 2022-06-28T06:23:49.535Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||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-BasicOnboardJnozah-csar.csar 2022-06-28T06:23:49.536Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardJnozah-csar.csar 2022-06-28T06:23:49.536Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardJnozah-csar.csar 2022-06-28T06:23:49.536Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardJnozah-csar.csar 2022-06-28T06:23:49.536Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardJnozah-csar.csar 2022-06-28T06:23:49.536Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardJnozah-csar.csar 2022-06-28T06:23:49.536Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardJnozah-csar.csar 2022-06-28T06:23:49.536Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardJnozah-csar.csar 2022-06-28T06:23:49.536Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-06-28T06:23:49.536Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:23:49.537Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_JNozaH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-28T06:23:49.537Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_JNozaH 0 is matching search criteria 2022-06-28T06:23:49.537Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-06-28T06:23:49.537Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_JNozaH 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-28T06:23:49.537Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:23:49.538Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_JNozaH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-28T06:23:49.538Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_JNozaH 0 is matching search criteria 2022-06-28T06:23:49.538Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-06-28T06:23:49.538Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_JNozaH 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-28T06:23:49.538Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:23:49.538Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_JNozaH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-28T06:23:49.539Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:23:49.539Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_JNozaH 0 is not matching search criteria 2022-06-28T06:23:49.539Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-06-28T06:23:49.539Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-06-28T06:23:49.539Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-06-28T06:23:49.539Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-06-28T06:23:49.539Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-28T06:23:49.540Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:23:49.540Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_JNozaH is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-28T06:23:49.540Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:23:49.540Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_JNozaH 0 is matching search criteria 2022-06-28T06:23:49.540Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_JNozaH 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-28T06:23:49.540Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:23:49.541Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_JNozaH 0 is matching search criteria 2022-06-28T06:23:49.541Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_JNozaH 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-28T06:23:49.541Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:23:49.541Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_JNozaH 0 is matching search criteria 2022-06-28T06:23:49.541Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_JNozaH 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-28T06:23:49.541Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:23:49.542Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_JNozaH 0 is not matching search criteria 2022-06-28T06:23:49.542Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-06-28T06:23:49.542Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-06-28T06:23:49.542Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=6ac427da-535d-4123-b113-a5cc5766002c 2022-06-28T06:23:49.542Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:23:49.542Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_JNozaH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-28T06:23:49.543Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:23:49.543Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_JNozaH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-28T06:23:49.543Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:23:49.543Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_JNozaH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-28T06:23:49.543Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:23:49.543Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_JNozaH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-28T06:23:49.543Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_JNozaH Description:service Model UUID:c22ee2f6-d974-4413-96e1-f745040bb6c6 Model Version:NULL Model InvariantUuid:948d6a5b-b6b6-4df2-b59b-0f4758c82226 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_JNozaH Model UUID:c126d863-a9c5-40b2-b97e-952fa6018b1e Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:3862e0e5-8fa3-4ef1-921b-e96f354f6f73 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:4c75ab88-88be-4d5c-90d0-830941816864 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:b58c5bcc-83c2-451b-a68e-beafe3fd8a34 ModelName:BasicOnboardJnozah..base_ubuntu18..module-0 ModelUuid:ca66853c-eb01-428d-8e87-f3e5d3286dd0 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:6ac427da-535d-4123-b113-a5cc5766002c ModelInvariantUuid:60cf3e19-fe24-4b9b-aa53-e688e199fdd8 ModelName:basic_onboard_JNozaH-nodes.ubuntu18Cvfc ModelUuid:7e73a7a5-eecf-447e-b520-9cf57e7674f7 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:89d4d31e-983f-4634-b17e-c09acca3c1da ModelInvariantUuid:1c96da5c-0fd8-445b-97d9-cbdc51826e43 ModelName:BasicOnboardJnozah.compute.nodes.heat.ubuntu18 ModelUuid:21aa1b3f-3a03-4523-83ee-970dcabe3d14 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-06-28T06:23:49.547Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: f52c769f-3224-4265-844e-ce915ea13c04 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-28T06:23:49.549Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500||basic_onboard_JNozaH 0 2022-06-28T06:23:49.549Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f52c769f-3224-4265-844e-ce915ea13c04 2022-06-28T06:23:49.549Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: cf8bf292-31ae-4ebe-8fd8-72729fe0d513 from URL: /sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/basic_onboard_jnozah0_modules.json 2022-06-28T06:23:49.549Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-06-28T06:23:49.549Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/basic_onboard_jnozah0_modules.json 2022-06-28T06:23:49.700Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-06-28T06:23:49.701Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/basic_onboard_jnozah0_modules.json cf8bf292-31ae-4ebe-8fd8-72729fe0d513 798 2022-06-28T06:23:49.701Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/basic_onboard_jnozah0_modules.json ASDC sendASDCNotification 2022-06-28T06:23:49.701Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/basic_onboard_jnozah0_modules.json 2022-06-28T06:23:49.701Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-28T06:23:49.702Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:23:49.704Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:23:49.704Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656397429701, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/basic_onboard_jnozah0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-28T06:23:49.804Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-28T06:23:49.805Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:23:49.806Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:23:49.823Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:23:49.824Z||pool-27-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-28T06:23:50.705Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardJnozah..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "b58c5bcc-83c2-451b-a68e-beafe3fd8a34", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ca66853c-eb01-428d-8e87-f3e5d3286dd0", "vfModuleModelCustomizationUUID": "d85a8c37-51ef-4c7f-a9c4-da265ecc67b8", "isBase": true, "artifacts": [ "a540ca70-7315-4dbc-8e6f-70c67ec36adf", "e9dd041a-ee79-4553-8634-0532d7d5bac6" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-28T06:23:50.710Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardJnozah..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ca66853c-eb01-428d-8e87-f3e5d3286dd0 VfModuleModelInvariantUUID:b58c5bcc-83c2-451b-a68e-beafe3fd8a34 VfModuleModelDescription:NULL Artifacts UUID List:{ a540ca70-7315-4dbc-8e6f-70c67ec36adf , e9dd041a-ee79-4553-8634-0532d7d5bac6 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-06-28T06:23:50.712Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardJnozah..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "b58c5bcc-83c2-451b-a68e-beafe3fd8a34", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ca66853c-eb01-428d-8e87-f3e5d3286dd0", "vfModuleModelCustomizationUUID": "d85a8c37-51ef-4c7f-a9c4-da265ecc67b8", "isBase": true, "artifacts": [ "a540ca70-7315-4dbc-8e6f-70c67ec36adf", "e9dd041a-ee79-4553-8634-0532d7d5bac6" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-28T06:23:50.712Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardJnozah..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ca66853c-eb01-428d-8e87-f3e5d3286dd0 VfModuleModelInvariantUUID:b58c5bcc-83c2-451b-a68e-beafe3fd8a34 VfModuleModelDescription:NULL Artifacts UUID List:{ a540ca70-7315-4dbc-8e6f-70c67ec36adf , e9dd041a-ee79-4553-8634-0532d7d5bac6 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-06-28T06:23:50.712Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a540ca70-7315-4dbc-8e6f-70c67ec36adf from URL: /sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/base_ubuntu18.yaml 2022-06-28T06:23:50.712Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-06-28T06:23:50.713Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/base_ubuntu18.yaml 2022-06-28T06:23:50.829Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-06-28T06:23:50.829Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/base_ubuntu18.yaml a540ca70-7315-4dbc-8e6f-70c67ec36adf 5033 2022-06-28T06:23:50.829Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-06-28T06:23:50.829Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/base_ubuntu18.yaml 2022-06-28T06:23:50.829Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-28T06:23:50.830Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:23:50.832Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:23:50.832Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656397430829, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-06-28T06:23:50.932Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-28T06:23:50.933Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:23:50.933Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:23:50.959Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:23:50.959Z||pool-28-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1} 2022-06-28T06:23:51.832Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: e9dd041a-ee79-4553-8634-0532d7d5bac6 from URL: /sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/base_ubuntu18.env 2022-06-28T06:23:51.833Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-06-28T06:23:51.833Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/base_ubuntu18.env 2022-06-28T06:23:51.887Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-06-28T06:23:51.888Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/base_ubuntu18.env e9dd041a-ee79-4553-8634-0532d7d5bac6 909 2022-06-28T06:23:51.888Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-06-28T06:23:51.888Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/base_ubuntu18.env 2022-06-28T06:23:51.889Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-28T06:23:51.889Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:23:51.891Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:23:51.891Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656397431888, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-06-28T06:23:51.991Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-28T06:23:51.991Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:23:51.992Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:23:52.006Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:23:52.007Z||pool-29-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-28T06:23:52.891Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: c22ee2f6-d974-4413-96e1-f745040bb6c6 2022-06-28T06:23:52.892Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_JNozaH 0 f52c769f-3224-4265-844e-ce915ea13c04 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-28T06:23:52.903Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@18a96098, org.onap.sdc.toscaparser.api.parameters.Input@4a9fdc8d, org.onap.sdc.toscaparser.api.parameters.Input@aacc48a, org.onap.sdc.toscaparser.api.parameters.Input@5fa56aa7, org.onap.sdc.toscaparser.api.parameters.Input@c5b7c6b] 2022-06-28T06:23:52.905Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:23:52.905Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_JNozaH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-28T06:23:52.905Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2022-06-28T06:23:52.905Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 4c75ab88-88be-4d5c-90d0-830941816864 2022-06-28T06:23:52.906Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4c75ab88-88be-4d5c-90d0-830941816864 matches Tosca VF Customization UUID: 4c75ab88-88be-4d5c-90d0-830941816864 2022-06-28T06:23:52.906Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 4c75ab88-88be-4d5c-90d0-830941816864 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-06-28T06:23:52.908Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:23:52.908Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_JNozaH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-28T06:23:52.909Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 4c75ab88-88be-4d5c-90d0-830941816864: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"} 2022-06-28T06:23:52.910Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@207401be 2022-06-28T06:23:52.910Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:23:52.910Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_JNozaH is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-28T06:23:52.910Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d85a8c37-51ef-4c7f-a9c4-da265ecc67b8 2022-06-28T06:23:52.911Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d85a8c37-51ef-4c7f-a9c4-da265ecc67b8 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-06-28T06:23:52.913Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:23:52.914Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_JNozaH 0 is matching search criteria 2022-06-28T06:23:52.914Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_JNozaH 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-28T06:23:52.914Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:23:52.915Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_JNozaH 0 is matching search criteria 2022-06-28T06:23:52.915Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_JNozaH 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-28T06:23:52.915Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:23:52.916Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_JNozaH 0 is not matching search criteria 2022-06-28T06:23:52.916Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-06-28T06:23:52.916Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-06-28T06:23:52.916Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=6ac427da-535d-4123-b113-a5cc5766002c Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-06-28T06:23:52.919Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:23:52.919Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_JNozaH 0 is matching search criteria 2022-06-28T06:23:52.920Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_JNozaH 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-28T06:23:52.920Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:23:52.920Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_JNozaH 0 is matching search criteria 2022-06-28T06:23:52.920Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_JNozaH 0] matching following query criteria: sdcType=VF, customizationUUID=4c75ab88-88be-4d5c-90d0-830941816864 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-28T06:23:52.922Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:23:52.922Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_JNozaH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-28T06:23:52.923Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid c22ee2f6-d974-4413-96e1-f745040bb6c6: basic_onboard_JNozaH 2022-06-28T06:23:52.923Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:23:52.923Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_JNozaH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-28T06:23:52.923Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:23:52.923Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_JNozaH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-28T06:23:52.923Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:23:52.924Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_JNozaH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-28T06:23:52.924Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:23:52.924Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_JNozaH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-28T06:23:52.924Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:23:52.925Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_JNozaH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-28T06:23:52.925Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500||Saving Service: basic_onboard_JNozaH Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-28T06:23:52.992Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_JNozaH f52c769f-3224-4265-844e-ce915ea13c04 1 ASDC deployResourceStructure 2022-06-28T06:23:52.994Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/basic_onboard_jnozah0_modules.json ASDC sendASDCNotification 2022-06-28T06:23:52.994Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/basic_onboard_jnozah0_modules.json 2022-06-28T06:23:52.995Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-28T06:23:52.995Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:23:53.006Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:23:53.006Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656397432994, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/basic_onboard_jnozah0_modules.json", "status": "DEPLOY_OK" } 2022-06-28T06:23:53.105Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-28T06:23:53.107Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:23:53.107Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:23:53.122Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:23:53.122Z||pool-30-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-06-28T06:23:54.007Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-06-28T06:23:54.007Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/base_ubuntu18.yaml 2022-06-28T06:23:54.007Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-28T06:23:54.008Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:23:54.009Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:23:54.010Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656397434007, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-06-28T06:23:54.110Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-28T06:23:54.110Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:23:54.111Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:23:54.125Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:23:54.126Z||pool-31-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-28T06:23:55.011Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-06-28T06:23:55.011Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/base_ubuntu18.env 2022-06-28T06:23:55.011Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-28T06:23:55.011Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:23:55.013Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:23:55.013Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656397435011, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-06-28T06:23:55.113Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-28T06:23:55.114Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:23:55.114Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:23:55.128Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:23:55.129Z||pool-32-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-28T06:23:56.013Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJnozah/1.0/artifacts/service-BasicOnboardJnozah-csar.csar ASDC sendASDCNotification 2022-06-28T06:23:56.014Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/artifacts/service-BasicOnboardJnozah-csar.csar 2022-06-28T06:23:56.014Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-28T06:23:56.015Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:23:56.017Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:23:56.017Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656397436013, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/artifacts/service-BasicOnboardJnozah-csar.csar", "status": "DEPLOY_OK" } 2022-06-28T06:23:56.117Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-28T06:23:56.118Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:23:56.118Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:23:56.133Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:23:56.134Z||pool-33-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-28T06:23:57.017Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 551ba232-93e7-486a-b90d-0260e1c18ee5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-28T06:23:57.031Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 551ba232-93e7-486a-b90d-0260e1c18ee5 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-28T06:23:57.034Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-28T06:23:57.035Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-28T06:23:57.035Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-28T06:23:57.035Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-28T06:23:57.035Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-28T06:23:57.035Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-28T06:23:57.035Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-28T06:23:57.035Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-28T06:23:57.035Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-28T06:23:57.036Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-28T06:23:57.036Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||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-06-28T06:23:57.040Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-28T06:24:27.041Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 551ba232-93e7-486a-b90d-0260e1c18ee5 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-06-28T06:24:27.047Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 551ba232-93e7-486a-b90d-0260e1c18ee5 and serviceModelVersionId: c22ee2f6-d974-4413-96e1-f745040bb6c6 2022-06-28T06:24:27.047Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 948d6a5b-b6b6-4df2-b59b-0f4758c82226 2022-06-28T06:24:27.048Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/948d6a5b-b6b6-4df2-b59b-0f4758c82226/model-vers/model-ver/c22ee2f6-d974-4413-96e1-f745040bb6c6?depth=0 2022-06-28T06:24:27.052Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-06-28T06:24:27.113Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/948d6a5b-b6b6-4df2-b59b-0f4758c82226/model-vers/model-ver/c22ee2f6-d974-4413-96e1-f745040bb6c6?depth=0|INFO|500||Invoke 2022-06-28T06:24:27.114Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/948d6a5b-b6b6-4df2-b59b-0f4758c82226/model-vers/model-ver/c22ee2f6-d974-4413-96e1-f745040bb6c6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/948d6a5b-b6b6-4df2-b59b-0f4758c82226/model-vers/model-ver/c22ee2f6-d974-4413-96e1-f745040bb6c6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[551ba232-93e7-486a-b90d-0260e1c18ee5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[05f577c8-cfbb-4dd5-9c38-e6549955686f], X-ECOMP-RequestID=[551ba232-93e7-486a-b90d-0260e1c18ee5], X-TransactionId=[], X-ONAP-RequestID=[551ba232-93e7-486a-b90d-0260e1c18ee5], Content-Type=[application/merge-patch+json]} 2022-06-28T06:24:27.145Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/948d6a5b-b6b6-4df2-b59b-0f4758c82226/model-vers/model-ver/c22ee2f6-d974-4413-96e1-f745040bb6c6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-28T06:24:27.264Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:24:27.265Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:24:27.265Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T06:24:27.284Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/948d6a5b-b6b6-4df2-b59b-0f4758c82226/model-vers/model-ver/c22ee2f6-d974-4413-96e1-f745040bb6c6?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/948d6a5b-b6b6-4df2-b59b-0f4758c82226/model-vers/model-ver/c22ee2f6-d974-4413-96e1-f745040bb6c6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220628-06:24:27:048-67768], vertex-id=[127104], Content-Length=[0], Date=[Tue, 28 Jun 2022 06:24:27 GMT], Content-Type=[application/json]} 2022-06-28T06:24:27.284Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/948d6a5b-b6b6-4df2-b59b-0f4758c82226/model-vers/model-ver/c22ee2f6-d974-4413-96e1-f745040bb6c6?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-28T06:24:27.285Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/948d6a5b-b6b6-4df2-b59b-0f4758c82226/model-vers/model-ver/c22ee2f6-d974-4413-96e1-f745040bb6c6?depth=0|INFO|500||InvokeReturn 2022-06-28T06:24:27.285Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-28T06:24:27.286Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||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-06-28T06:24:27.289Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-28T06:24:27.290Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 551ba232-93e7-486a-b90d-0260e1c18ee5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-28T06:24:27.290Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-28T06:24:27.290Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:24:27.292Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:24:27.292Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656397467290, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-28T06:24:27.393Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-28T06:24:27.394Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:24:27.394Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:24:27.410Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:24:27.411Z||pool-34-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-28T06:24:27.429Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:24:27.431Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:24:27.431Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656397414199, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-28T06:24:27.433Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:24:27.433Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:24:27.433Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656397415215, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:24:27.434Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:24:27.434Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:24:27.435Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656397415215, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/basic_onboard_jnozah0_modules.json", "status": "NOTIFIED" } 2022-06-28T06:24:27.435Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:24:27.435Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:24:27.436Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656397415215, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-06-28T06:24:27.436Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:24:27.436Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:24:27.437Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656397415215, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:24:27.437Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:24:27.438Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:24:27.438Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656397415215, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-06-28T06:24:27.439Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:24:27.439Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:24:27.439Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656397415215, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/artifacts/service-BasicOnboardJnozah-template.yml", "status": "NOT_NOTIFIED" } 2022-06-28T06:24:27.440Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:24:27.440Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:24:27.441Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656397415215, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/artifacts/service-BasicOnboardJnozah-csar.csar", "status": "NOTIFIED" } 2022-06-28T06:24:27.441Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:24:27.441Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:24:27.441Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656397427134, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/artifacts/service-BasicOnboardJnozah-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-28T06:24:27.442Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:24:27.442Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:24:27.442Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656397429701, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/basic_onboard_jnozah0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-28T06:24:27.442Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:24:27.443Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:24:27.443Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656397430829, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-06-28T06:24:27.443Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:24:27.443Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:24:27.444Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656397431888, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-06-28T06:24:27.444Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:24:27.445Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:24:27.445Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656397432994, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/basic_onboard_jnozah0_modules.json", "status": "DEPLOY_OK" } 2022-06-28T06:24:27.445Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:24:27.445Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:24:27.446Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656397434007, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-06-28T06:24:27.446Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:24:27.446Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:24:27.446Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656397435011, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-06-28T06:24:27.447Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:24:27.447Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:24:27.447Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656397436013, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/artifacts/service-BasicOnboardJnozah-csar.csar", "status": "DEPLOY_OK" } 2022-06-28T06:24:27.448Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-28T06:24:28.304Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:24:28.305Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:24:28.305Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:24:37.877Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:24:37.878Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:24:37.878Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:24:37.879Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:24:47.474Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:24:47.475Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:24:47.475Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:24:47.476Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:24:57.013Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:24:57.014Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:24:57.015Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:24:57.015Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:25:06.553Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:25:27.262Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:25:27.262Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:25:27.263Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:25:27.263Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:25:27.264Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:25:27.264Z|551ba232-93e7-486a-b90d-0260e1c18ee5|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 YWVvXsvdd1WxW1CC) ... 2022-06-28T06:25:27.790Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:25:27.791Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-28T06:25:27.791Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656397467290, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-28T06:25:27.792Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:25:36.803Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:26:27.262Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:26:27.263Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:26:27.263Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:26:27.263Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:26:27.264Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:26:27.264Z|551ba232-93e7-486a-b90d-0260e1c18ee5|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 YWVvXsvdd1WxW1CC) ... 2022-06-28T06:26:36.881Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:26:36.883Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:27:27.261Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:27:27.262Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:27:27.262Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:27:27.264Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:27:27.264Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:27:27.264Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T06:27:36.809Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:27:36.809Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:28:27.262Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:28:27.262Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:28:27.263Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:28:27.263Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:28:27.264Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:28:27.264Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T06:28:36.808Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:28:36.809Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:29:27.262Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:29:27.265Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:29:27.265Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:29:27.267Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:29:27.268Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:29:27.268Z|63c45334-ba5d-487d-b7bd-1994b335f020|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 YWVvXsvdd1WxW1CC) ... 2022-06-28T06:29:36.821Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:29:36.821Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:30:27.262Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:30:27.263Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:30:27.263Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T06:30:27.263Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:30:27.264Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:30:27.265Z|551ba232-93e7-486a-b90d-0260e1c18ee5|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 YWVvXsvdd1WxW1CC) ... 2022-06-28T06:30:36.807Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:30:36.808Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:31:27.262Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:31:27.262Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:31:27.262Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T06:31:27.263Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:31:27.264Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:31:27.264Z|551ba232-93e7-486a-b90d-0260e1c18ee5|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 YWVvXsvdd1WxW1CC) ... 2022-06-28T06:31:36.812Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:31:36.816Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:32:27.262Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:32:27.263Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:32:27.263Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T06:32:27.263Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:32:27.264Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:32:27.264Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T06:32:36.807Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:32:36.808Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:33:27.262Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:33:27.263Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:33:27.263Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T06:33:27.263Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:33:27.264Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:33:27.264Z|63c45334-ba5d-487d-b7bd-1994b335f020|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 YWVvXsvdd1WxW1CC) ... 2022-06-28T06:33:36.818Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:33:36.821Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:34:27.262Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:34:27.263Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:34:27.263Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T06:34:27.264Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:34:27.264Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:34:27.265Z|63c45334-ba5d-487d-b7bd-1994b335f020|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 YWVvXsvdd1WxW1CC) ... 2022-06-28T06:34:27.902Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:34:27.903Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:34:27.903Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:34:27.903Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"2a4774db-30d4-4162-acbc-c004f76fb5ea","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"bc5336c9-0531-4642-bfa6-77b24a75689c","serviceDescription":"service","serviceInvariantUUID":"bd60b109-c5f5-44c7-b9f0-1cd6146d9566","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"ad877007-9f4c-4c74-bc29-dca5b06b0ce5","resourceInvariantUUID":"a72f4543-372a-40f9-80e7-5ff7da66d448","resourceCustomizationUUID":"3562924d-573b-4058-905a-6bd952bf5b87","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":"NGU5NWYwN2E5ZjlkYjE1YWNiNmE0N2JkMjAxZDE2ZWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"44cb35e7-d460-43af-a23b-388581108dbf","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NjBiMWViNjFkNzkyMTc1ZTMzZjE4MGE4OGUwZjgyYWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cd479c70-e832-4c1b-8d79-383d76884157","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-28T06:34:27.903Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:34:27.904Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a4774db-30d4-4162-acbc-c004f76fb5ea", "consumerID": "ves-openapi-manager", "timestamp": 1656398035757, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-28T06:34:27.904Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:34:27.905Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:34:27.905Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a4774db-30d4-4162-acbc-c004f76fb5ea", "consumerID": "policy-id", "timestamp": 1656398039054, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-28T06:34:27.905Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:34:27.905Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:34:27.905Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a4774db-30d4-4162-acbc-c004f76fb5ea", "consumerID": "ves-openapi-manager", "timestamp": 1656398035757, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-28T06:34:27.905Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:34:27.905Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:34:27.905Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a4774db-30d4-4162-acbc-c004f76fb5ea", "consumerID": "policy-id", "timestamp": 1656398039054, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-28T06:34:27.905Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:34:27.906Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:34:27.906Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a4774db-30d4-4162-acbc-c004f76fb5ea", "consumerID": "policy-id", "timestamp": 1656398045554, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-28T06:34:27.906Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:34:27.906Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:34:27.906Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a4774db-30d4-4162-acbc-c004f76fb5ea", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656398045009, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-28T06:34:27.906Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:34:27.906Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:34:27.906Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a4774db-30d4-4162-acbc-c004f76fb5ea", "consumerID": "cds", "timestamp": 1656398044471, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-28T06:34:27.906Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:34:27.906Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:34:27.907Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a4774db-30d4-4162-acbc-c004f76fb5ea", "consumerID": "policy-id", "timestamp": 1656398046563, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-28T06:34:27.907Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:34:27.907Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:34:27.907Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a4774db-30d4-4162-acbc-c004f76fb5ea", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656398045009, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-28T06:34:27.907Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:34:27.907Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:34:27.907Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a4774db-30d4-4162-acbc-c004f76fb5ea", "consumerID": "cds", "timestamp": 1656398044471, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-28T06:34:27.907Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:34:27.907Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:34:27.907Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a4774db-30d4-4162-acbc-c004f76fb5ea", "consumerID": "policy-id", "timestamp": 1656398047573, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } 2022-06-28T06:34:27.908Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-28T06:34:27.908Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:34:27.912Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-28T06:34:27.912Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "2a4774db-30d4-4162-acbc-c004f76fb5ea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656398067262, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-28T06:34:27.926Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2a4774db-30d4-4162-acbc-c004f76fb5ea 2022-06-28T06:34:27.927Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2a4774db-30d4-4162-acbc-c004f76fb5ea and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-28T06:34:27.935Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:34:27.935Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a4774db-30d4-4162-acbc-c004f76fb5ea", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656398047818, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-28T06:34:27.935Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:34:27.935Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:34:27.935Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a4774db-30d4-4162-acbc-c004f76fb5ea", "consumerID": "cds", "timestamp": 1656398047225, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-28T06:34:27.935Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:34:27.935Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:34:27.936Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a4774db-30d4-4162-acbc-c004f76fb5ea", "consumerID": "cds", "timestamp": 1656398048236, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-28T06:34:27.940Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2a4774db-30d4-4162-acbc-c004f76fb5ea 2022-06-28T06:34:27.940Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2a4774db-30d4-4162-acbc-c004f76fb5ea and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-28T06:34:27.949Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:34:27.949Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a4774db-30d4-4162-acbc-c004f76fb5ea", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656398049435, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-28T06:34:27.949Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:34:27.949Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:34:27.949Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a4774db-30d4-4162-acbc-c004f76fb5ea", "consumerID": "aai-ml", "timestamp": 1656398048308, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-28T06:34:27.950Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:34:27.950Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:34:27.950Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a4774db-30d4-4162-acbc-c004f76fb5ea", "consumerID": "clamp", "timestamp": 1656398049701, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-28T06:34:27.950Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:34:27.950Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:34:27.951Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a4774db-30d4-4162-acbc-c004f76fb5ea", "consumerID": "multicloud-k8s-id", "timestamp": 1656398048532, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-28T06:34:27.951Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:34:27.951Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:34:27.951Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a4774db-30d4-4162-acbc-c004f76fb5ea", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656398050438, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-28T06:34:27.956Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2a4774db-30d4-4162-acbc-c004f76fb5ea 2022-06-28T06:34:27.956Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2a4774db-30d4-4162-acbc-c004f76fb5ea and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-28T06:34:27.964Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:34:27.964Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a4774db-30d4-4162-acbc-c004f76fb5ea", "consumerID": "aai-ml", "timestamp": 1656398048308, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-28T06:34:27.965Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:34:27.965Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:34:27.965Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a4774db-30d4-4162-acbc-c004f76fb5ea", "consumerID": "clamp", "timestamp": 1656398049701, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-28T06:34:27.965Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:34:27.965Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:34:27.965Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a4774db-30d4-4162-acbc-c004f76fb5ea", "consumerID": "multicloud-k8s-id", "timestamp": 1656398048532, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-28T06:34:27.966Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:34:27.966Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:34:27.966Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a4774db-30d4-4162-acbc-c004f76fb5ea", "consumerID": "aai-ml", "timestamp": 1656398051133, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-28T06:34:27.966Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:34:27.966Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:34:27.967Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a4774db-30d4-4162-acbc-c004f76fb5ea", "consumerID": "aai-ml", "timestamp": 1656398055688, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-28T06:34:27.967Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:34:27.967Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:34:27.967Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a4774db-30d4-4162-acbc-c004f76fb5ea", "consumerID": "aai-ml", "timestamp": 1656398056693, "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-06-28T06:34:27.972Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2a4774db-30d4-4162-acbc-c004f76fb5ea 2022-06-28T06:34:27.972Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2a4774db-30d4-4162-acbc-c004f76fb5ea and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-28T06:34:27.980Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:34:27.980Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a4774db-30d4-4162-acbc-c004f76fb5ea", "consumerID": "clamp", "timestamp": 1656398060927, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-28T06:34:27.980Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:34:27.980Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:34:27.981Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a4774db-30d4-4162-acbc-c004f76fb5ea", "consumerID": "clamp", "timestamp": 1656398062929, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-28T06:34:27.981Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:34:27.981Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:34:27.981Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a4774db-30d4-4162-acbc-c004f76fb5ea", "consumerID": "clamp", "timestamp": 1656398063948, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-28T06:34:27.986Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2a4774db-30d4-4162-acbc-c004f76fb5ea 2022-06-28T06:34:27.986Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2a4774db-30d4-4162-acbc-c004f76fb5ea and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-28T06:34:28.012Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-28T06:34:28.013Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:34:28.013Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:34:28.029Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:34:28.029Z||pool-35-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-28T06:34:28.913Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-28T06:34:28.913Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:34:28.915Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:34:28.915Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "2a4774db-30d4-4162-acbc-c004f76fb5ea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656398067262, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-28T06:34:29.016Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-28T06:34:29.017Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:34:29.017Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:34:29.032Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:34:29.033Z||pool-36-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-28T06:34:29.917Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "2a4774db-30d4-4162-acbc-c004f76fb5ea", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "bc5336c9-0531-4642-bfa6-77b24a75689c", "serviceDescription": "service", "serviceInvariantUUID": "bd60b109-c5f5-44c7-b9f0-1cd6146d9566", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "3562924d-573b-4058-905a-6bd952bf5b87", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "ad877007-9f4c-4c74-bc29-dca5b06b0ce5", "resourceInvariantUUID": "a72f4543-372a-40f9-80e7-5ff7da66d448", "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": "NjBiMWViNjFkNzkyMTc1ZTMzZjE4MGE4OGUwZjgyYWQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "cd479c70-e832-4c1b-8d79-383d76884157" } ], "workloadContext": "Production" } 2022-06-28T06:34:29.917Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-28T06:34:29.917Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 bc5336c9-0531-4642-bfa6-77b24a75689c ASDC 2022-06-28T06:34:29.918Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:2a4774db-30d4-4162-acbc-c004f76fb5ea ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:bc5336c9-0531-4642-bfa6-77b24a75689c ServiceInvariantUUID:bd60b109-c5f5-44c7-b9f0-1cd6146d9566 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:cd479c70-e832-4c1b-8d79-383d76884157 ArtifactChecksum:NjBiMWViNjFkNzkyMTc1ZTMzZjE4MGE4OGUwZjgyYWQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:3562924d-573b-4058-905a-6bd952bf5b87 ResourceInvariantUUID:a72f4543-372a-40f9-80e7-5ff7da66d448 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:ad877007-9f4c-4c74-bc29-dca5b06b0ce5 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-06-28T06:34:29.918Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bc5336c9-0531-4642-bfa6-77b24a75689c ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-28T06:34:29.946Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-28T06:34:29.947Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-06-28T06:34:29.947Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-06-28T06:34:29.947Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: cd479c70-e832-4c1b-8d79-383d76884157 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-06-28T06:34:29.947Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-28T06:34:29.947Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|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-06-28T06:34:30.103Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-28T06:34:30.107Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar cd479c70-e832-4c1b-8d79-383d76884157 52513 2022-06-28T06:34:30.107Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|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-06-28T06:34:30.107Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|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-06-28T06:34:30.107Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-28T06:34:30.108Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:34:30.110Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:34:30.110Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "2a4774db-30d4-4162-acbc-c004f76fb5ea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656398070107, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-28T06:34:30.211Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-28T06:34:30.211Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:34:30.212Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:34:30.227Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:34:30.228Z||pool-37-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-28T06:34:31.111Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-28T06:34:31.112Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-06-28T06:34:31.112Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: cd479c70-e832-4c1b-8d79-383d76884157, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-28T06:34:31.112Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-06-28T06:34:31.113Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-28T06:34:31.113Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-28T06:34:31.273Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5283311261755399280/Definitions/service-BasicNetwork-template.yml 2022-06-28T06:34:31.878Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-28T06:34:31.879Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-06-28T06:34:31.879Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-28T06:34:31.879Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-06-28T06:34:31.880Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|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-06-28T06:34:31.880Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|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-06-28T06:34:31.880Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|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-06-28T06:34:31.880Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|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-06-28T06:34:31.881Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|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-06-28T06:34:31.881Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|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-06-28T06:34:31.881Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|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-06-28T06:34:31.881Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|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-06-28T06:34:31.881Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-06-28T06:34:31.881Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:34:31.882Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|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-06-28T06:34:31.882Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-06-28T06:34:31.882Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-06-28T06:34:31.883Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-28T06:34:31.883Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:34:31.883Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-28T06:34:31.883Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-06-28T06:34:31.883Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-06-28T06:34:31.884Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-28T06:34:31.884Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:34:31.884Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-28T06:34:31.884Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:34:31.884Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-28T06:34:31.885Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:34:31.885Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-28T06:34:31.885Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:34:31.885Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-28T06:34:31.886Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:34:31.886Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-28T06:34:31.886Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:bc5336c9-0531-4642-bfa6-77b24a75689c Model Version:NULL Model InvariantUuid:bd60b109-c5f5-44c7-b9f0-1cd6146d9566 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:a72f4543-372a-40f9-80e7-5ff7da66d448 Model UUID:dc7a5587-7e03-4c08-b873-20de01f361b5 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:3562924d-573b-4058-905a-6bd952bf5b87 Network Technology:NEUTRON Network Type:NEUTRON Network Role:null Network Scope:null VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-06-28T06:34:31.894Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||INFO|500||Processing Resource Type: VL, Model UUID: ad877007-9f4c-4c74-bc29-dca5b06b0ce5 2022-06-28T06:34:31.894Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||INFO|500||No resources found for Service: bc5336c9-0531-4642-bfa6-77b24a75689c Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-28T06:34:31.900Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||INFO|500|| 2022-06-28T06:34:31.900Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-06-28T06:34:31.901Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||No resources found for Service: bc5336c9-0531-4642-bfa6-77b24a75689c 2022-06-28T06:34:31.901Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: bc5336c9-0531-4642-bfa6-77b24a75689c 2022-06-28T06:34:31.902Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-06-28T06:34:31.902Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|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-06-28T06:34:31.907Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@39053051, org.onap.sdc.toscaparser.api.parameters.Input@5d6acfed, org.onap.sdc.toscaparser.api.parameters.Input@7e0749f9, org.onap.sdc.toscaparser.api.parameters.Input@4e48c5ce, org.onap.sdc.toscaparser.api.parameters.Input@5edfe3ee] 2022-06-28T06:34:31.909Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:34:31.910Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-28T06:34:31.910Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:34:31.910Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-28T06:34:31.911Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid bc5336c9-0531-4642-bfa6-77b24a75689c: Generic NeutronNet 2022-06-28T06:34:31.911Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:34:31.911Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-28T06:34:31.912Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:34:31.912Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|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-06-28T06:34:31.954Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:34:31.954Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-28T06:34:31.955Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:34:31.955Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|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-06-28T06:34:31.955Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:34:31.955Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-28T06:34:31.956Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|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-06-28T06:34:32.025Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-06-28T06:34:32.026Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|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-06-28T06:34:32.026Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|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-06-28T06:34:32.026Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-28T06:34:32.026Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:34:32.028Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:34:32.028Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "2a4774db-30d4-4162-acbc-c004f76fb5ea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656398072026, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-28T06:34:32.128Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-28T06:34:32.129Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:34:32.129Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:34:32.146Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:34:32.147Z||pool-38-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-06-28T06:34:33.029Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2a4774db-30d4-4162-acbc-c004f76fb5ea Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-28T06:34:33.042Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2a4774db-30d4-4162-acbc-c004f76fb5ea Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-28T06:34:33.047Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-28T06:34:33.047Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-28T06:34:33.048Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-28T06:34:33.048Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-28T06:34:33.048Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-28T06:34:33.048Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-28T06:34:33.049Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-28T06:34:33.049Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-28T06:34:33.049Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-28T06:34:33.049Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-28T06:34:33.050Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|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-06-28T06:34:33.055Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-28T06:35:03.055Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2a4774db-30d4-4162-acbc-c004f76fb5ea and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-06-28T06:35:03.063Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2a4774db-30d4-4162-acbc-c004f76fb5ea and serviceModelVersionId: bc5336c9-0531-4642-bfa6-77b24a75689c 2022-06-28T06:35:03.063Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bd60b109-c5f5-44c7-b9f0-1cd6146d9566 2022-06-28T06:35:03.065Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bd60b109-c5f5-44c7-b9f0-1cd6146d9566/model-vers/model-ver/bc5336c9-0531-4642-bfa6-77b24a75689c?depth=0 2022-06-28T06:35:03.068Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-06-28T06:35:03.121Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|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/bd60b109-c5f5-44c7-b9f0-1cd6146d9566/model-vers/model-ver/bc5336c9-0531-4642-bfa6-77b24a75689c?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-06-28T06:35:03.123Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd60b109-c5f5-44c7-b9f0-1cd6146d9566/model-vers/model-ver/bc5336c9-0531-4642-bfa6-77b24a75689c?depth=0|INFO|500||Invoke 2022-06-28T06:35:03.147Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd60b109-c5f5-44c7-b9f0-1cd6146d9566/model-vers/model-ver/bc5336c9-0531-4642-bfa6-77b24a75689c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-28T06:35:03.250Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd60b109-c5f5-44c7-b9f0-1cd6146d9566/model-vers/model-ver/bc5336c9-0531-4642-bfa6-77b24a75689c?depth=0|INFO|500||InvokeReturn 2022-06-28T06:35:03.251Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|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/bd60b109-c5f5-44c7-b9f0-1cd6146d9566/model-vers/model-ver/bc5336c9-0531-4642-bfa6-77b24a75689c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220628-06:35:03:054-30858], vertex-id=[405664], Content-Length=[0], Date=[Tue, 28 Jun 2022 06:35:03 GMT], Content-Type=[application/json]} 2022-06-28T06:35:03.252Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2022-06-28T06:35:03.252Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-28T06:35:03.252Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|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-06-28T06:35:03.256Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|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-06-28T06:35:03.257Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2a4774db-30d4-4162-acbc-c004f76fb5ea and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-28T06:35:03.257Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-28T06:35:03.258Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:35:03.260Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:35:03.260Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "2a4774db-30d4-4162-acbc-c004f76fb5ea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656398103257, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-28T06:35:03.360Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-28T06:35:03.361Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:35:03.361Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:35:03.427Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:35:03.427Z||pool-39-thread-1|||||INFO|500||cambria reply ok (67 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-28T06:35:27.262Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:35:27.263Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:35:27.263Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|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 YWVvXsvdd1WxW1CC) ... 2022-06-28T06:35:27.263Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:35:27.264Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:35:27.264Z|63c45334-ba5d-487d-b7bd-1994b335f020|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 YWVvXsvdd1WxW1CC) ... 2022-06-28T06:35:27.447Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:35:27.448Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:35:27.448Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a4774db-30d4-4162-acbc-c004f76fb5ea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656398067262, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-28T06:35:27.449Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:35:27.916Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:35:27.917Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:35:27.917Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"48306d1e-006a-407e-b5fa-36d3f9522015","serviceName":"Demo_pNF_nH1DtrzIs2VIaxioOIpk","serviceVersion":"1.0","serviceUUID":"518d8f29-3517-4d30-9ac0-e66199fc2699","serviceDescription":"catalog service description","serviceInvariantUUID":"6d6d2fd5-543f-4a0a-8190-1914eee21ae2","resources":[{"resourceInstanceName":"pNF 59087bbc-477d 0","resourceName":"pNF 59087bbc-477d","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"06ba14f5-37ed-4eef-a0fc-7fe05f8fc707","resourceInvariantUUID":"66282212-c722-4c48-ba06-30cb14daa61d","resourceCustomizationUUID":"ee6bb00a-79dd-415d-b8bc-68ef49a32a0c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/resourceInstances/pnf59087bbc477d0/artifacts/vf-license-model.xml","artifactChecksum":"ZDg2N2UxNGVmMTcyZDI1MTY2OGNjMWUzOTkzYjdjNzU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"68605047-5b0d-4223-b2c8-bb62b0c64a4b","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/resourceInstances/pnf59087bbc477d0/artifacts/pNF.csar","artifactChecksum":"NjBmNjFkYmRmMDA0OWRiN2YyMTdiMDkyMjY3MDY5NjI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"32775c57-8e07-4c9b-9025-efb8ef1964d1","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/resourceInstances/pnf59087bbc477d0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"92d8b40d-b597-4a00-91c0-9478ff3b6228","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/resourceInstances/pnf59087bbc477d0/artifacts/vendor-license-model.xml","artifactChecksum":"ZGNkMTExNDM4NTM0NDkxZDdmZWQ4MTljN2ViZjVjMWU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"66b8beba-b13e-4620-b49b-4216b3a3e8cd","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/resourceInstances/pnf59087bbc477d0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ce8deb82-778a-41a0-829a-744c7602d85d","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/resourceInstances/pnf59087bbc477d0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"db027bc8-f723-4872-90dd-56ba6ff0fc11","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfNh1dtrzis2viaxiooipk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/artifacts/service-DemoPnfNh1dtrzis2viaxiooipk-template.yml","artifactChecksum":"NDNmYTY5NWJhNzViODBjOTEzNmE2OTFiYmE4ZGNkYzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5f49d813-da5f-4044-baa3-406cb95db47f","artifactVersion":"1"},{"artifactName":"service-DemoPnfNh1dtrzis2viaxiooipk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/artifacts/service-DemoPnfNh1dtrzis2viaxiooipk-csar.csar","artifactChecksum":"NzE5NTBmYjFhNWZiNWM1Y2YyZTc0ZGM1ZTExODRiMzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ae57d902-9f20-4a80-9be2-c40c91eaa264","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-28T06:35:27.919Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-28T06:35:27.920Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:35:27.922Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:35:27.922Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "48306d1e-006a-407e-b5fa-36d3f9522015", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656398127261, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/resourceInstances/pnf59087bbc477d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:35:28.022Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-28T06:35:28.023Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:35:28.023Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:35:28.038Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:35:28.039Z||pool-40-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-06-28T06:35:28.923Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-28T06:35:28.923Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:35:28.925Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:35:28.925Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "48306d1e-006a-407e-b5fa-36d3f9522015", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656398127261, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/resourceInstances/pnf59087bbc477d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-28T06:35:29.025Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-28T06:35:29.026Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:35:29.026Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:35:29.042Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:35:29.043Z||pool-41-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-28T06:35:29.926Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-28T06:35:29.927Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:35:29.930Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:35:29.930Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "48306d1e-006a-407e-b5fa-36d3f9522015", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656398127261, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/resourceInstances/pnf59087bbc477d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-28T06:35:30.030Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-28T06:35:30.031Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:35:30.031Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:35:30.045Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:35:30.045Z||pool-42-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-28T06:35:30.931Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-28T06:35:30.931Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:35:30.934Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:35:30.934Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "48306d1e-006a-407e-b5fa-36d3f9522015", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656398127261, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/resourceInstances/pnf59087bbc477d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:35:31.034Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-28T06:35:31.036Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:35:31.036Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:35:31.051Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:35:31.052Z||pool-43-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-28T06:35:31.935Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-28T06:35:31.936Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:35:31.938Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:35:31.938Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "48306d1e-006a-407e-b5fa-36d3f9522015", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656398127261, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/resourceInstances/pnf59087bbc477d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-28T06:35:32.038Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-28T06:35:32.039Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:35:32.039Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:35:32.106Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:35:32.107Z||pool-44-thread-1|||||INFO|500||cambria reply ok (68 ms):{"serverTimeMs":1,"count":1} 2022-06-28T06:35:32.939Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-28T06:35:32.940Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:35:32.943Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:35:32.943Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "48306d1e-006a-407e-b5fa-36d3f9522015", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656398127261, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/resourceInstances/pnf59087bbc477d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-28T06:35:33.043Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-28T06:35:33.044Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:35:33.044Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:35:33.059Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:35:33.059Z||pool-45-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-28T06:35:33.943Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-28T06:35:33.944Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:35:33.946Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:35:33.946Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "48306d1e-006a-407e-b5fa-36d3f9522015", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656398127261, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/artifacts/service-DemoPnfNh1dtrzis2viaxiooipk-template.yml", "status": "NOT_NOTIFIED" } 2022-06-28T06:35:34.046Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-28T06:35:34.047Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:35:34.047Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:35:34.072Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:35:34.072Z||pool-46-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-06-28T06:35:34.946Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-28T06:35:34.947Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:35:34.949Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:35:34.949Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "48306d1e-006a-407e-b5fa-36d3f9522015", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656398127261, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/artifacts/service-DemoPnfNh1dtrzis2viaxiooipk-csar.csar", "status": "NOTIFIED" } 2022-06-28T06:35:35.050Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-28T06:35:35.051Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:35:35.051Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:35:35.104Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:35:35.105Z||pool-47-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":0,"count":1} 2022-06-28T06:35:35.950Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "48306d1e-006a-407e-b5fa-36d3f9522015", "serviceName": "Demo_pNF_nH1DtrzIs2VIaxioOIpk", "serviceVersion": "1.0", "serviceUUID": "518d8f29-3517-4d30-9ac0-e66199fc2699", "serviceDescription": "catalog service description", "serviceInvariantUUID": "6d6d2fd5-543f-4a0a-8190-1914eee21ae2", "resources": [ { "resourceInstanceName": "pNF 59087bbc-477d 0", "resourceCustomizationUUID": "ee6bb00a-79dd-415d-b8bc-68ef49a32a0c", "resourceName": "pNF 59087bbc-477d", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "06ba14f5-37ed-4eef-a0fc-7fe05f8fc707", "resourceInvariantUUID": "66282212-c722-4c48-ba06-30cb14daa61d", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfNh1dtrzis2viaxiooipk-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/artifacts/service-DemoPnfNh1dtrzis2viaxiooipk-csar.csar", "artifactChecksum": "NzE5NTBmYjFhNWZiNWM1Y2YyZTc0ZGM1ZTExODRiMzQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ae57d902-9f20-4a80-9be2-c40c91eaa264" } ], "workloadContext": "Production" } 2022-06-28T06:35:35.951Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-28T06:35:35.951Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 518d8f29-3517-4d30-9ac0-e66199fc2699 ASDC 2022-06-28T06:35:35.951Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:48306d1e-006a-407e-b5fa-36d3f9522015 ServiceName:Demo_pNF_nH1DtrzIs2VIaxioOIpk ServiceVersion:1.0 ServiceUUID:518d8f29-3517-4d30-9ac0-e66199fc2699 ServiceInvariantUUID:6d6d2fd5-543f-4a0a-8190-1914eee21ae2 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfNh1dtrzis2viaxiooipk-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/artifacts/service-DemoPnfNh1dtrzis2viaxiooipk-csar.csar ArtifactUUID:ae57d902-9f20-4a80-9be2-c40c91eaa264 ArtifactChecksum:NzE5NTBmYjFhNWZiNWM1Y2YyZTc0ZGM1ZTExODRiMzQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 59087bbc-477d 0 ResourceCustomizationUUID:ee6bb00a-79dd-415d-b8bc-68ef49a32a0c ResourceInvariantUUID:66282212-c722-4c48-ba06-30cb14daa61d ResourceName:pNF 59087bbc-477d ResourceType:PNF ResourceUUID:06ba14f5-37ed-4eef-a0fc-7fe05f8fc707 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-06-28T06:35:35.952Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 518d8f29-3517-4d30-9ac0-e66199fc2699 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-28T06:35:35.978Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-28T06:35:35.979Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-06-28T06:35:35.979Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-06-28T06:35:35.979Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: ae57d902-9f20-4a80-9be2-c40c91eaa264 from URL: /sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/artifacts/service-DemoPnfNh1dtrzis2viaxiooipk-csar.csar 2022-06-28T06:35:35.979Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-28T06:35:35.979Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/artifacts/service-DemoPnfNh1dtrzis2viaxiooipk-csar.csar 2022-06-28T06:35:36.088Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-28T06:35:36.092Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/artifacts/service-DemoPnfNh1dtrzis2viaxiooipk-csar.csar ae57d902-9f20-4a80-9be2-c40c91eaa264 82647 2022-06-28T06:35:36.093Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/artifacts/service-DemoPnfNh1dtrzis2viaxiooipk-csar.csar ASDC sendASDCNotification 2022-06-28T06:35:36.093Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/artifacts/service-DemoPnfNh1dtrzis2viaxiooipk-csar.csar 2022-06-28T06:35:36.093Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-28T06:35:36.093Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:35:36.095Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:35:36.095Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "48306d1e-006a-407e-b5fa-36d3f9522015", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656398136092, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/artifacts/service-DemoPnfNh1dtrzis2viaxiooipk-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-28T06:35:36.196Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-28T06:35:36.197Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:35:36.197Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:35:36.214Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:35:36.215Z||pool-48-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-06-28T06:35:37.096Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-28T06:35:37.097Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-06-28T06:35:37.097Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: ae57d902-9f20-4a80-9be2-c40c91eaa264, URL: /sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/artifacts/service-DemoPnfNh1dtrzis2viaxiooipk-csar.csar to file: /app/ASDC/1/service-DemoPnfNh1dtrzis2viaxiooipk-csar.csar 2022-06-28T06:35:37.098Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfNh1dtrzis2viaxiooipk-csar.csar 2022-06-28T06:35:37.099Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfNh1dtrzis2viaxiooipk-csar.csar 2022-06-28T06:35:37.100Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfNh1dtrzis2viaxiooipk-csar.csar 2022-06-28T06:35:37.216Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13821775490237262936/Definitions/service-DemoPnfNh1dtrzis2viaxiooipk-template.yml 2022-06-28T06:35:38.061Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-28T06:35:38.062Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-06-28T06:35:38.062Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfNh1dtrzis2viaxiooipk-csar.csar 2022-06-28T06:35:38.062Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-06-28T06:35:38.062Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 59087bbc-477d 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-DemoPnfNh1dtrzis2viaxiooipk-csar.csar 2022-06-28T06:35:38.062Z|48306d1e-006a-407e-b5fa-36d3f9522015|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-DemoPnfNh1dtrzis2viaxiooipk-csar.csar 2022-06-28T06:35:38.062Z|48306d1e-006a-407e-b5fa-36d3f9522015|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-DemoPnfNh1dtrzis2viaxiooipk-csar.csar 2022-06-28T06:35:38.063Z|48306d1e-006a-407e-b5fa-36d3f9522015|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-DemoPnfNh1dtrzis2viaxiooipk-csar.csar 2022-06-28T06:35:38.063Z|48306d1e-006a-407e-b5fa-36d3f9522015|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-DemoPnfNh1dtrzis2viaxiooipk-csar.csar 2022-06-28T06:35:38.063Z|48306d1e-006a-407e-b5fa-36d3f9522015|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-DemoPnfNh1dtrzis2viaxiooipk-csar.csar 2022-06-28T06:35:38.063Z|48306d1e-006a-407e-b5fa-36d3f9522015|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-DemoPnfNh1dtrzis2viaxiooipk-csar.csar 2022-06-28T06:35:38.063Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-06-28T06:35:38.063Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:35:38.063Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_nH1DtrzIs2VIaxioOIpk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-28T06:35:38.063Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||Node template pNF 59087bbc-477d 0 is matching search criteria 2022-06-28T06:35:38.064Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-06-28T06:35:38.064Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 59087bbc-477d 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-28T06:35:38.064Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:35:38.064Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_nH1DtrzIs2VIaxioOIpk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-28T06:35:38.064Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||Node template pNF 59087bbc-477d 0 is matching search criteria 2022-06-28T06:35:38.065Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-06-28T06:35:38.065Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 59087bbc-477d 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-28T06:35:38.065Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:35:38.065Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_nH1DtrzIs2VIaxioOIpk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-28T06:35:38.066Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:35:38.066Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_nH1DtrzIs2VIaxioOIpk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-28T06:35:38.066Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:35:38.066Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_nH1DtrzIs2VIaxioOIpk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-28T06:35:38.066Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:35:38.067Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_nH1DtrzIs2VIaxioOIpk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-28T06:35:38.067Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:35:38.067Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_nH1DtrzIs2VIaxioOIpk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-28T06:35:38.067Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_nH1DtrzIs2VIaxioOIpk Description:catalog service description Model UUID:518d8f29-3517-4d30-9ac0-e66199fc2699 Model Version:NULL Model InvariantUuid:6d6d2fd5-543f-4a0a-8190-1914eee21ae2 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-06-28T06:35:38.077Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 06ba14f5-37ed-4eef-a0fc-7fe05f8fc707 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-28T06:35:38.081Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||INFO|500||pNF 59087bbc-477d 0 2022-06-28T06:35:38.081Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 06ba14f5-37ed-4eef-a0fc-7fe05f8fc707 2022-06-28T06:35:38.082Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 518d8f29-3517-4d30-9ac0-e66199fc2699 2022-06-28T06:35:38.082Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 518d8f29-3517-4d30-9ac0-e66199fc2699 2022-06-28T06:35:38.082Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 59087bbc-477d 0 06ba14f5-37ed-4eef-a0fc-7fe05f8fc707 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-28T06:35:38.086Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6e0408d6, org.onap.sdc.toscaparser.api.parameters.Input@777a1ff8, org.onap.sdc.toscaparser.api.parameters.Input@47013dc7, org.onap.sdc.toscaparser.api.parameters.Input@55f2f10f, org.onap.sdc.toscaparser.api.parameters.Input@1b7e11df] 2022-06-28T06:35:38.086Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:35:38.087Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_nH1DtrzIs2VIaxioOIpk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-28T06:35:38.087Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 518d8f29-3517-4d30-9ac0-e66199fc2699: pNF 59087bbc-477d 2022-06-28T06:35:38.087Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||INFO|500||Processing PNF resource: 06ba14f5-37ed-4eef-a0fc-7fe05f8fc707 2022-06-28T06:35:38.087Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:35:38.088Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_nH1DtrzIs2VIaxioOIpk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-28T06:35:38.088Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||INFO|500||Resource customization UUID: ee6bb00a-79dd-415d-b8bc-68ef49a32a0c is the same as notified resource customizationUUID: ee6bb00a-79dd-415d-b8bc-68ef49a32a0c Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-06-28T06:35:38.136Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 59087bbc-477d 06ba14f5-37ed-4eef-a0fc-7fe05f8fc707 0 ASDC deployResourceStructure 2022-06-28T06:35:38.137Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/artifacts/service-DemoPnfNh1dtrzis2viaxiooipk-csar.csar ASDC sendASDCNotification 2022-06-28T06:35:38.137Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/artifacts/service-DemoPnfNh1dtrzis2viaxiooipk-csar.csar 2022-06-28T06:35:38.137Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-28T06:35:38.137Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:35:38.140Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:35:38.140Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "48306d1e-006a-407e-b5fa-36d3f9522015", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656398138137, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/artifacts/service-DemoPnfNh1dtrzis2viaxiooipk-csar.csar", "status": "DEPLOY_OK" } 2022-06-28T06:35:38.240Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-28T06:35:38.241Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:35:38.241Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:35:38.259Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:35:38.259Z||pool-49-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-28T06:35:39.141Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 48306d1e-006a-407e-b5fa-36d3f9522015 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-28T06:35:39.153Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 48306d1e-006a-407e-b5fa-36d3f9522015 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-28T06:35:39.155Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-28T06:35:39.155Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-28T06:35:39.155Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-28T06:36:09.156Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 48306d1e-006a-407e-b5fa-36d3f9522015 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-28T06:36:09.166Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 48306d1e-006a-407e-b5fa-36d3f9522015 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-28T06:36:09.171Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-28T06:36:09.172Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-28T06:36:09.172Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-28T06:36:27.282Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:36:27.284Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:36:27.284Z|63c45334-ba5d-487d-b7bd-1994b335f020|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 YWVvXsvdd1WxW1CC) ... 2022-06-28T06:36:27.315Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:36:27.319Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:36:27.319Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a4774db-30d4-4162-acbc-c004f76fb5ea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656398067262, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-28T06:36:27.320Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:36:27.320Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:36:27.321Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a4774db-30d4-4162-acbc-c004f76fb5ea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656398070107, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-28T06:36:27.321Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:36:27.321Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:36:27.321Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a4774db-30d4-4162-acbc-c004f76fb5ea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656398072026, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-28T06:36:27.321Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:36:27.321Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:36:27.322Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "48306d1e-006a-407e-b5fa-36d3f9522015", "consumerID": "cds", "timestamp": 1656398089474, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/resourceInstances/pnf59087bbc477d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:36:27.322Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:36:27.322Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:36:27.322Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "48306d1e-006a-407e-b5fa-36d3f9522015", "consumerID": "multicloud-k8s-id", "timestamp": 1656398088532, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/resourceInstances/pnf59087bbc477d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:36:27.322Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:36:27.322Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:36:27.323Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "48306d1e-006a-407e-b5fa-36d3f9522015", "consumerID": "cds", "timestamp": 1656398089474, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/resourceInstances/pnf59087bbc477d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-28T06:36:27.323Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:36:27.323Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:36:27.323Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "48306d1e-006a-407e-b5fa-36d3f9522015", "consumerID": "multicloud-k8s-id", "timestamp": 1656398088532, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/resourceInstances/pnf59087bbc477d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-28T06:36:27.323Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:36:27.323Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:36:27.324Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "48306d1e-006a-407e-b5fa-36d3f9522015", "consumerID": "ves-openapi-manager", "timestamp": 1656398095757, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/resourceInstances/pnf59087bbc477d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:36:27.324Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:36:27.324Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:36:27.324Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "48306d1e-006a-407e-b5fa-36d3f9522015", "consumerID": "cds", "timestamp": 1656398089474, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/resourceInstances/pnf59087bbc477d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-28T06:36:27.324Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:36:27.324Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:36:27.324Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "48306d1e-006a-407e-b5fa-36d3f9522015", "consumerID": "multicloud-k8s-id", "timestamp": 1656398088532, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/resourceInstances/pnf59087bbc477d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-28T06:36:27.325Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:36:27.325Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:36:27.325Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "48306d1e-006a-407e-b5fa-36d3f9522015", "consumerID": "ves-openapi-manager", "timestamp": 1656398095757, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/resourceInstances/pnf59087bbc477d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-28T06:36:27.325Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:36:27.325Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:36:27.325Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "48306d1e-006a-407e-b5fa-36d3f9522015", "consumerID": "cds", "timestamp": 1656398089474, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/resourceInstances/pnf59087bbc477d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:36:27.325Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:36:27.325Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:36:27.326Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "48306d1e-006a-407e-b5fa-36d3f9522015", "consumerID": "multicloud-k8s-id", "timestamp": 1656398088532, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/resourceInstances/pnf59087bbc477d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:36:27.326Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:36:27.326Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:36:27.326Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "48306d1e-006a-407e-b5fa-36d3f9522015", "consumerID": "ves-openapi-manager", "timestamp": 1656398095757, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/resourceInstances/pnf59087bbc477d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-28T06:36:27.326Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:36:27.326Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:36:27.326Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "48306d1e-006a-407e-b5fa-36d3f9522015", "consumerID": "policy-id", "timestamp": 1656398099054, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/resourceInstances/pnf59087bbc477d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:36:27.326Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:36:27.327Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:36:27.327Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "48306d1e-006a-407e-b5fa-36d3f9522015", "consumerID": "cds", "timestamp": 1656398089474, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/resourceInstances/pnf59087bbc477d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-28T06:36:27.327Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:36:27.327Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:36:27.327Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "48306d1e-006a-407e-b5fa-36d3f9522015", "consumerID": "multicloud-k8s-id", "timestamp": 1656398088532, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/resourceInstances/pnf59087bbc477d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-28T06:36:27.327Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:36:27.327Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:36:27.327Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "48306d1e-006a-407e-b5fa-36d3f9522015", "consumerID": "ves-openapi-manager", "timestamp": 1656398095757, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/resourceInstances/pnf59087bbc477d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:36:27.328Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:36:27.328Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:36:27.328Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "48306d1e-006a-407e-b5fa-36d3f9522015", "consumerID": "policy-id", "timestamp": 1656398099054, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/resourceInstances/pnf59087bbc477d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-28T06:36:27.328Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:36:27.328Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:36:27.328Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "48306d1e-006a-407e-b5fa-36d3f9522015", "consumerID": "cds", "timestamp": 1656398089474, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/resourceInstances/pnf59087bbc477d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-28T06:36:27.328Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:36:27.328Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:36:27.329Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "48306d1e-006a-407e-b5fa-36d3f9522015", "consumerID": "multicloud-k8s-id", "timestamp": 1656398088532, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/resourceInstances/pnf59087bbc477d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-28T06:36:27.329Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:36:27.329Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:36:27.329Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "48306d1e-006a-407e-b5fa-36d3f9522015", "consumerID": "ves-openapi-manager", "timestamp": 1656398095757, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/resourceInstances/pnf59087bbc477d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-28T06:36:27.329Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:36:27.329Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:36:27.329Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "48306d1e-006a-407e-b5fa-36d3f9522015", "consumerID": "policy-id", "timestamp": 1656398099054, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/resourceInstances/pnf59087bbc477d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-28T06:36:27.329Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:36:27.329Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:36:27.329Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "48306d1e-006a-407e-b5fa-36d3f9522015", "consumerID": "cds", "timestamp": 1656398089474, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/artifacts/service-DemoPnfNh1dtrzis2viaxiooipk-template.yml", "status": "NOT_NOTIFIED" } 2022-06-28T06:36:27.330Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:36:27.330Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:36:27.330Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "48306d1e-006a-407e-b5fa-36d3f9522015", "consumerID": "multicloud-k8s-id", "timestamp": 1656398088532, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/artifacts/service-DemoPnfNh1dtrzis2viaxiooipk-template.yml", "status": "NOT_NOTIFIED" } 2022-06-28T06:36:27.330Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:36:27.330Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:36:27.330Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "48306d1e-006a-407e-b5fa-36d3f9522015", "consumerID": "ves-openapi-manager", "timestamp": 1656398095757, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/resourceInstances/pnf59087bbc477d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-06-28T06:36:27.330Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:36:27.330Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:36:27.330Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "48306d1e-006a-407e-b5fa-36d3f9522015", "consumerID": "policy-id", "timestamp": 1656398099054, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/resourceInstances/pnf59087bbc477d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:36:27.331Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:36:27.331Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:36:27.331Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "48306d1e-006a-407e-b5fa-36d3f9522015", "consumerID": "cds", "timestamp": 1656398089474, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/artifacts/service-DemoPnfNh1dtrzis2viaxiooipk-csar.csar", "status": "NOTIFIED" } 2022-06-28T06:36:27.331Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:36:27.331Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:36:27.331Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "48306d1e-006a-407e-b5fa-36d3f9522015", "consumerID": "multicloud-k8s-id", "timestamp": 1656398088532, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/artifacts/service-DemoPnfNh1dtrzis2viaxiooipk-csar.csar", "status": "NOTIFIED" } 2022-06-28T06:36:27.331Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:36:27.331Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:36:27.331Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "48306d1e-006a-407e-b5fa-36d3f9522015", "consumerID": "ves-openapi-manager", "timestamp": 1656398095757, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/artifacts/service-DemoPnfNh1dtrzis2viaxiooipk-template.yml", "status": "NOT_NOTIFIED" } 2022-06-28T06:36:27.332Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:36:27.332Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:36:27.332Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "48306d1e-006a-407e-b5fa-36d3f9522015", "consumerID": "policy-id", "timestamp": 1656398099054, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/resourceInstances/pnf59087bbc477d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-28T06:36:27.332Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:36:27.332Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:36:27.332Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "48306d1e-006a-407e-b5fa-36d3f9522015", "consumerID": "cds", "timestamp": 1656398103108, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/artifacts/service-DemoPnfNh1dtrzis2viaxiooipk-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-28T06:36:27.332Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:36:27.332Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:36:27.332Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a4774db-30d4-4162-acbc-c004f76fb5ea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656398103257, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-28T06:36:27.333Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:36:27.333Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:36:27.333Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "48306d1e-006a-407e-b5fa-36d3f9522015", "consumerID": "ves-openapi-manager", "timestamp": 1656398095757, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/artifacts/service-DemoPnfNh1dtrzis2viaxiooipk-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-28T06:36:27.333Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:36:27.333Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:36:27.333Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "48306d1e-006a-407e-b5fa-36d3f9522015", "consumerID": "policy-id", "timestamp": 1656398099054, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/resourceInstances/pnf59087bbc477d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-28T06:36:27.333Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:36:27.333Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:36:27.333Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "48306d1e-006a-407e-b5fa-36d3f9522015", "consumerID": "cds", "timestamp": 1656398104113, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/artifacts/service-DemoPnfNh1dtrzis2viaxiooipk-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-28T06:36:27.341Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 48306d1e-006a-407e-b5fa-36d3f9522015 2022-06-28T06:36:27.342Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48306d1e-006a-407e-b5fa-36d3f9522015 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-28T06:36:27.351Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:36:27.351Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "48306d1e-006a-407e-b5fa-36d3f9522015", "consumerID": "ves-openapi-manager", "timestamp": 1656398104621, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/resourceInstances/pnf59087bbc477d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-06-28T06:36:27.351Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:36:27.351Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:36:27.351Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "48306d1e-006a-407e-b5fa-36d3f9522015", "consumerID": "policy-id", "timestamp": 1656398099054, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/artifacts/service-DemoPnfNh1dtrzis2viaxiooipk-template.yml", "status": "NOT_NOTIFIED" } 2022-06-28T06:36:27.352Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:36:27.352Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:36:27.352Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "48306d1e-006a-407e-b5fa-36d3f9522015", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656398105019, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/resourceInstances/pnf59087bbc477d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:36:27.352Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:36:27.352Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:36:27.352Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "48306d1e-006a-407e-b5fa-36d3f9522015", "consumerID": "policy-id", "timestamp": 1656398099054, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/artifacts/service-DemoPnfNh1dtrzis2viaxiooipk-csar.csar", "status": "NOTIFIED" } 2022-06-28T06:36:27.352Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:36:27.352Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:36:27.353Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "48306d1e-006a-407e-b5fa-36d3f9522015", "consumerID": "ves-openapi-manager", "timestamp": 1656398105810, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/resourceInstances/pnf59087bbc477d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-06-28T06:36:27.353Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:36:27.353Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:36:27.353Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "48306d1e-006a-407e-b5fa-36d3f9522015", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656398105019, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/resourceInstances/pnf59087bbc477d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-28T06:36:27.353Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:36:27.353Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:36:27.353Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "48306d1e-006a-407e-b5fa-36d3f9522015", "consumerID": "ves-openapi-manager", "timestamp": 1656398106814, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-28T06:36:27.360Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 48306d1e-006a-407e-b5fa-36d3f9522015 2022-06-28T06:36:27.361Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48306d1e-006a-407e-b5fa-36d3f9522015 and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-28T06:36:27.371Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:36:27.371Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "48306d1e-006a-407e-b5fa-36d3f9522015", "consumerID": "policy-id", "timestamp": 1656398108056, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/artifacts/service-DemoPnfNh1dtrzis2viaxiooipk-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-28T06:36:27.372Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:36:27.372Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:36:27.372Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "48306d1e-006a-407e-b5fa-36d3f9522015", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656398105019, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/resourceInstances/pnf59087bbc477d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-28T06:36:27.372Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:36:27.373Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:36:27.373Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "48306d1e-006a-407e-b5fa-36d3f9522015", "consumerID": "policy-id", "timestamp": 1656398109064, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/artifacts/service-DemoPnfNh1dtrzis2viaxiooipk-csar.csar", "status": "DEPLOY_OK" } 2022-06-28T06:36:27.373Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:36:27.373Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:36:27.374Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "48306d1e-006a-407e-b5fa-36d3f9522015", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656398105019, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/resourceInstances/pnf59087bbc477d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:36:27.374Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:36:27.374Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:36:27.374Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "48306d1e-006a-407e-b5fa-36d3f9522015", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656398105019, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/resourceInstances/pnf59087bbc477d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-28T06:36:27.375Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:36:27.375Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:36:27.375Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "48306d1e-006a-407e-b5fa-36d3f9522015", "consumerID": "policy-id", "timestamp": 1656398110068, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-28T06:36:27.383Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 48306d1e-006a-407e-b5fa-36d3f9522015 2022-06-28T06:36:27.384Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48306d1e-006a-407e-b5fa-36d3f9522015 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-28T06:36:27.395Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:36:27.395Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "48306d1e-006a-407e-b5fa-36d3f9522015", "consumerID": "aai-ml", "timestamp": 1656398108311, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/resourceInstances/pnf59087bbc477d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:36:27.395Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:36:27.396Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:36:27.396Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "48306d1e-006a-407e-b5fa-36d3f9522015", "consumerID": "clamp", "timestamp": 1656398109701, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/resourceInstances/pnf59087bbc477d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:36:27.396Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:36:27.396Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:36:27.396Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "48306d1e-006a-407e-b5fa-36d3f9522015", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656398105019, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/resourceInstances/pnf59087bbc477d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-28T06:36:27.396Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:36:27.397Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:36:27.397Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "48306d1e-006a-407e-b5fa-36d3f9522015", "consumerID": "aai-ml", "timestamp": 1656398108311, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/resourceInstances/pnf59087bbc477d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-28T06:36:27.397Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:36:27.397Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:36:27.398Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "48306d1e-006a-407e-b5fa-36d3f9522015", "consumerID": "clamp", "timestamp": 1656398109701, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/resourceInstances/pnf59087bbc477d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-28T06:36:27.398Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:36:27.398Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:36:27.398Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "48306d1e-006a-407e-b5fa-36d3f9522015", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656398105019, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/artifacts/service-DemoPnfNh1dtrzis2viaxiooipk-template.yml", "status": "NOT_NOTIFIED" } 2022-06-28T06:36:27.398Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:36:27.398Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:36:27.399Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "48306d1e-006a-407e-b5fa-36d3f9522015", "consumerID": "aai-ml", "timestamp": 1656398108311, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/resourceInstances/pnf59087bbc477d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-28T06:36:27.399Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:36:27.399Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:36:27.399Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "48306d1e-006a-407e-b5fa-36d3f9522015", "consumerID": "clamp", "timestamp": 1656398109701, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/resourceInstances/pnf59087bbc477d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-28T06:36:27.399Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:36:27.399Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:36:27.400Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "48306d1e-006a-407e-b5fa-36d3f9522015", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656398105019, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/artifacts/service-DemoPnfNh1dtrzis2viaxiooipk-csar.csar", "status": "NOTIFIED" } 2022-06-28T06:36:27.400Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:36:27.400Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:36:27.400Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "48306d1e-006a-407e-b5fa-36d3f9522015", "consumerID": "aai-ml", "timestamp": 1656398108311, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/resourceInstances/pnf59087bbc477d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:36:27.400Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:36:27.400Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:36:27.401Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "48306d1e-006a-407e-b5fa-36d3f9522015", "consumerID": "clamp", "timestamp": 1656398109701, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/resourceInstances/pnf59087bbc477d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:36:27.401Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:36:27.401Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:36:27.401Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "48306d1e-006a-407e-b5fa-36d3f9522015", "consumerID": "aai-ml", "timestamp": 1656398108311, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/resourceInstances/pnf59087bbc477d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-28T06:36:27.401Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:36:27.402Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:36:27.402Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "48306d1e-006a-407e-b5fa-36d3f9522015", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656398113767, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/artifacts/service-DemoPnfNh1dtrzis2viaxiooipk-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-28T06:36:27.402Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:36:27.402Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:36:27.402Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "48306d1e-006a-407e-b5fa-36d3f9522015", "consumerID": "clamp", "timestamp": 1656398109701, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/resourceInstances/pnf59087bbc477d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-28T06:36:27.403Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:36:27.403Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:36:27.403Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "48306d1e-006a-407e-b5fa-36d3f9522015", "consumerID": "aai-ml", "timestamp": 1656398108311, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/resourceInstances/pnf59087bbc477d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-28T06:36:27.403Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:36:27.403Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:36:27.404Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "48306d1e-006a-407e-b5fa-36d3f9522015", "consumerID": "clamp", "timestamp": 1656398109701, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/resourceInstances/pnf59087bbc477d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-28T06:36:27.404Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:36:27.404Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:36:27.404Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "48306d1e-006a-407e-b5fa-36d3f9522015", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656398115662, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/artifacts/service-DemoPnfNh1dtrzis2viaxiooipk-csar.csar", "status": "DEPLOY_OK" } 2022-06-28T06:36:27.404Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:36:27.404Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:36:27.405Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "48306d1e-006a-407e-b5fa-36d3f9522015", "consumerID": "aai-ml", "timestamp": 1656398108311, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/artifacts/service-DemoPnfNh1dtrzis2viaxiooipk-template.yml", "status": "NOT_NOTIFIED" } 2022-06-28T06:36:27.405Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:36:27.405Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:36:27.405Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "48306d1e-006a-407e-b5fa-36d3f9522015", "consumerID": "clamp", "timestamp": 1656398109701, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/artifacts/service-DemoPnfNh1dtrzis2viaxiooipk-template.yml", "status": "NOT_NOTIFIED" } 2022-06-28T06:36:27.406Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:36:27.406Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:36:27.406Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "48306d1e-006a-407e-b5fa-36d3f9522015", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656398116665, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-28T06:36:27.412Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 48306d1e-006a-407e-b5fa-36d3f9522015 2022-06-28T06:36:27.412Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48306d1e-006a-407e-b5fa-36d3f9522015 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-28T06:36:27.421Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:36:27.422Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "48306d1e-006a-407e-b5fa-36d3f9522015", "consumerID": "aai-ml", "timestamp": 1656398108311, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/artifacts/service-DemoPnfNh1dtrzis2viaxiooipk-csar.csar", "status": "NOTIFIED" } 2022-06-28T06:36:27.422Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:36:27.422Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:36:27.423Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "48306d1e-006a-407e-b5fa-36d3f9522015", "consumerID": "clamp", "timestamp": 1656398109701, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/artifacts/service-DemoPnfNh1dtrzis2viaxiooipk-csar.csar", "status": "NOTIFIED" } 2022-06-28T06:36:27.423Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:36:27.423Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:36:27.424Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "48306d1e-006a-407e-b5fa-36d3f9522015", "consumerID": "aai-ml", "timestamp": 1656398117106, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/artifacts/service-DemoPnfNh1dtrzis2viaxiooipk-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-28T06:36:27.424Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:36:27.424Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:36:27.424Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "cds", "timestamp": 1656398119471, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:36:27.424Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:36:27.425Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:36:27.425Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "ves-openapi-manager", "timestamp": 1656398115757, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:36:27.425Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:36:27.425Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:36:27.426Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "policy-id", "timestamp": 1656398119058, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:36:27.426Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:36:27.426Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:36:27.426Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "cds", "timestamp": 1656398119471, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-28T06:36:27.427Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:36:27.427Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:36:27.427Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "policy-id", "timestamp": 1656398119058, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-28T06:36:27.427Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:36:27.428Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:36:27.428Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "ves-openapi-manager", "timestamp": 1656398115757, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-28T06:36:27.428Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:36:27.428Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:36:27.429Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "48306d1e-006a-407e-b5fa-36d3f9522015", "consumerID": "aai-ml", "timestamp": 1656398121877, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/artifacts/service-DemoPnfNh1dtrzis2viaxiooipk-csar.csar", "status": "DEPLOY_OK" } 2022-06-28T06:36:27.429Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:36:27.429Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:36:27.429Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "cds", "timestamp": 1656398119471, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-28T06:36:27.430Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:36:27.430Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:36:27.430Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "policy-id", "timestamp": 1656398119058, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-28T06:36:27.430Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:36:27.431Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:36:27.431Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "ves-openapi-manager", "timestamp": 1656398115757, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-28T06:36:27.431Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:36:27.431Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:36:27.432Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "48306d1e-006a-407e-b5fa-36d3f9522015", "consumerID": "aai-ml", "timestamp": 1656398122881, "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-06-28T06:36:27.437Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 48306d1e-006a-407e-b5fa-36d3f9522015 2022-06-28T06:36:27.437Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48306d1e-006a-407e-b5fa-36d3f9522015 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-28T06:36:27.446Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:36:27.446Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "cds", "timestamp": 1656398119471, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-28T06:36:27.447Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:36:27.447Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:36:27.447Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "ves-openapi-manager", "timestamp": 1656398115757, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-28T06:36:27.447Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:36:27.447Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:36:27.448Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "policy-id", "timestamp": 1656398119058, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-28T06:36:27.448Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:36:27.448Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:36:27.448Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "cds", "timestamp": 1656398119471, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-06-28T06:36:27.448Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:36:27.448Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:36:27.449Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "ves-openapi-manager", "timestamp": 1656398115757, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-06-28T06:36:27.449Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:36:27.449Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:36:27.449Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "policy-id", "timestamp": 1656398119058, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-06-28T06:36:27.450Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:36:27.450Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:36:27.450Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "cds", "timestamp": 1656398119471, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:36:27.451Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:36:27.451Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:36:27.451Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "policy-id", "timestamp": 1656398119058, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:36:27.452Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:36:27.452Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:36:27.452Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "ves-openapi-manager", "timestamp": 1656398115757, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:36:27.452Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:36:27.452Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:36:27.452Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "cds", "timestamp": 1656398119471, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-28T06:36:27.453Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:36:27.453Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:36:27.453Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "ves-openapi-manager", "timestamp": 1656398115757, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-28T06:36:27.453Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:36:27.453Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:36:27.453Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "policy-id", "timestamp": 1656398119058, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-28T06:36:27.454Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:36:39.172Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 48306d1e-006a-407e-b5fa-36d3f9522015 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-28T06:36:39.184Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 48306d1e-006a-407e-b5fa-36d3f9522015 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-28T06:36:39.187Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-28T06:36:39.187Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-28T06:36:39.187Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-28T06:36:39.187Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-28T06:36:39.187Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-28T06:36:39.187Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-28T06:36:39.187Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-28T06:36:39.187Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-28T06:36:39.188Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-28T06:36:39.188Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-28T06:36:39.188Z|48306d1e-006a-407e-b5fa-36d3f9522015|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-06-28T06:36:39.192Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-28T06:37:09.193Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 48306d1e-006a-407e-b5fa-36d3f9522015 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-06-28T06:37:09.199Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 48306d1e-006a-407e-b5fa-36d3f9522015 and serviceModelVersionId: 518d8f29-3517-4d30-9ac0-e66199fc2699 2022-06-28T06:37:09.199Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6d6d2fd5-543f-4a0a-8190-1914eee21ae2 2022-06-28T06:37:09.200Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6d6d2fd5-543f-4a0a-8190-1914eee21ae2/model-vers/model-ver/518d8f29-3517-4d30-9ac0-e66199fc2699?depth=0 2022-06-28T06:37:09.204Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-06-28T06:37:09.256Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d6d2fd5-543f-4a0a-8190-1914eee21ae2/model-vers/model-ver/518d8f29-3517-4d30-9ac0-e66199fc2699?depth=0|INFO|500||Invoke 2022-06-28T06:37:09.256Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d6d2fd5-543f-4a0a-8190-1914eee21ae2/model-vers/model-ver/518d8f29-3517-4d30-9ac0-e66199fc2699?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d6d2fd5-543f-4a0a-8190-1914eee21ae2/model-vers/model-ver/518d8f29-3517-4d30-9ac0-e66199fc2699?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[48306d1e-006a-407e-b5fa-36d3f9522015], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f243e931-2ddc-4f9d-8b59-ef73d1ecd04c], X-ECOMP-RequestID=[48306d1e-006a-407e-b5fa-36d3f9522015], X-TransactionId=[], X-ONAP-RequestID=[48306d1e-006a-407e-b5fa-36d3f9522015], Content-Type=[application/merge-patch+json]} 2022-06-28T06:37:09.277Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d6d2fd5-543f-4a0a-8190-1914eee21ae2/model-vers/model-ver/518d8f29-3517-4d30-9ac0-e66199fc2699?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-28T06:37:09.429Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d6d2fd5-543f-4a0a-8190-1914eee21ae2/model-vers/model-ver/518d8f29-3517-4d30-9ac0-e66199fc2699?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/6d6d2fd5-543f-4a0a-8190-1914eee21ae2/model-vers/model-ver/518d8f29-3517-4d30-9ac0-e66199fc2699?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220628-06:37:09:185-18590], vertex-id=[155776], Content-Length=[0], Date=[Tue, 28 Jun 2022 06:37:09 GMT], Content-Type=[application/json]} 2022-06-28T06:37:09.429Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d6d2fd5-543f-4a0a-8190-1914eee21ae2/model-vers/model-ver/518d8f29-3517-4d30-9ac0-e66199fc2699?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-28T06:37:09.430Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d6d2fd5-543f-4a0a-8190-1914eee21ae2/model-vers/model-ver/518d8f29-3517-4d30-9ac0-e66199fc2699?depth=0|INFO|500||InvokeReturn 2022-06-28T06:37:09.431Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-28T06:37:09.431Z|48306d1e-006a-407e-b5fa-36d3f9522015|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-06-28T06:37:09.437Z|48306d1e-006a-407e-b5fa-36d3f9522015|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-06-28T06:37:09.437Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 48306d1e-006a-407e-b5fa-36d3f9522015 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-28T06:37:09.438Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-28T06:37:09.438Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:37:09.440Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:37:09.440Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "48306d1e-006a-407e-b5fa-36d3f9522015", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656398229438, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-28T06:37:09.540Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-28T06:37:09.541Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:37:09.542Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:37:09.560Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:37:09.560Z||pool-50-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-28T06:37:10.455Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:37:10.456Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"b0feb851-44fe-4758-9765-5bb53a799b37","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"f61f764a-244c-4b06-923b-84e3aa64f50b","serviceDescription":"service","serviceInvariantUUID":"b6f4d238-31b1-47d9-a4a0-3f0473ae509f","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e179507e-fe00-4c75-ac69-c9a83d8b471b","resourceInvariantUUID":"ea3910cb-2cf2-444c-9466-a02267d8d72b","resourceCustomizationUUID":"779531ca-5263-4c11-a63a-44aea1665f05","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":"YTQ4ZWFiOGZmNWNlODY5NWViYzAzYmRjNzIyZTVhNzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"542d0829-25ca-4928-9718-da4f3f5d375b","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":"f8387fdb-29ba-4c33-a097-e6d62475b3f9","artifactVersion":"2","generatedFromUUID":"149d6c46-1c52-43d9-9cef-4736b91f8a21"},{"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":"149d6c46-1c52-43d9-9cef-4736b91f8a21","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":"NjQ1M2ZlYThkOWY1Mzk1NWMwMDNjMzY3N2E2ZWFiMDQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"901d004c-5e06-4e6a-be25-610a8372f1b4","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":"c3765bc6-a6b6-482a-8a36-12a8807909ef","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":"438b968b-b687-400a-a45b-25ba95f0976c","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":"c05fc711-f053-46f2-b716-5a105375d366","artifactVersion":"2","generatedFromUUID":"c3765bc6-a6b6-482a-8a36-12a8807909ef"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"MWM2NWY2MWYxOWRjZGJiMjEyNmRhMjMzODhhNzcxYTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9cb97b81-85da-439a-93f3-cb803caf422a","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ZmJlZTI1NTBlZGU2NjRhYjYzYzFmZDM5Yzg0Mzc1MmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c29e94c0-7203-45f4-a808-712a87e42c50","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-28T06:37:10.456Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-28T06:37:10.457Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:37:10.459Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:37:10.460Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656398127261, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:37:10.560Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-28T06:37:10.561Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:37:10.561Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:37:10.578Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:37:10.578Z||pool-51-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-28T06:37:11.460Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-28T06:37:11.461Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:37:11.463Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:37:11.463Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656398127261, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-06-28T06:37:11.563Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-28T06:37:11.565Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:37:11.565Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:37:11.580Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:37:11.581Z||pool-52-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-06-28T06:37:12.464Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-28T06:37:12.465Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:37:12.466Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:37:12.466Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656398127261, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-06-28T06:37:12.567Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-28T06:37:12.568Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:37:12.568Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:37:12.583Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:37:12.584Z||pool-53-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-28T06:37:13.467Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-28T06:37:13.468Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:37:13.469Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:37:13.470Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656398127261, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-06-28T06:37:13.570Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-28T06:37:13.570Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:37:13.571Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:37:13.585Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:37:13.585Z||pool-54-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-28T06:37:14.470Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-28T06:37:14.471Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:37:14.473Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:37:14.473Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656398127261, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-06-28T06:37:14.573Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-28T06:37:14.574Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:37:14.574Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:37:14.598Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:37:14.599Z||pool-55-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-06-28T06:37:15.474Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-28T06:37:15.474Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:37:15.476Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:37:15.476Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656398127261, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:37:15.576Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-28T06:37:15.577Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:37:15.577Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:37:15.602Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:37:15.602Z||pool-56-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1} 2022-06-28T06:37:16.477Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-28T06:37:16.477Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:37:16.479Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:37:16.479Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656398127261, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-06-28T06:37:16.579Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-28T06:37:16.580Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:37:16.580Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:37:16.602Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:37:16.603Z||pool-57-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2022-06-28T06:37:17.480Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-28T06:37:17.480Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:37:17.482Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:37:17.483Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656398127261, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-28T06:37:17.583Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-28T06:37:17.583Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:37:17.584Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:37:17.598Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:37:17.598Z||pool-58-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-28T06:37:18.483Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-28T06:37:18.484Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:37:18.486Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:37:18.486Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656398127261, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-28T06:37:18.586Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-28T06:37:18.587Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:37:18.587Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:37:18.601Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:37:18.602Z||pool-59-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-28T06:37:19.487Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "f61f764a-244c-4b06-923b-84e3aa64f50b", "serviceDescription": "service", "serviceInvariantUUID": "b6f4d238-31b1-47d9-a4a0-3f0473ae509f", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "779531ca-5263-4c11-a63a-44aea1665f05", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "e179507e-fe00-4c75-ac69-c9a83d8b471b", "resourceInvariantUUID": "ea3910cb-2cf2-444c-9466-a02267d8d72b", "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": "f8387fdb-29ba-4c33-a097-e6d62475b3f9", "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": "149d6c46-1c52-43d9-9cef-4736b91f8a21", "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": "NjQ1M2ZlYThkOWY1Mzk1NWMwMDNjMzY3N2E2ZWFiMDQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "901d004c-5e06-4e6a-be25-610a8372f1b4", "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": "c3765bc6-a6b6-482a-8a36-12a8807909ef", "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": "c05fc711-f053-46f2-b716-5a105375d366", "generatedFromUUID": "c3765bc6-a6b6-482a-8a36-12a8807909ef" }, "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": "c05fc711-f053-46f2-b716-5a105375d366", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "ZmJlZTI1NTBlZGU2NjRhYjYzYzFmZDM5Yzg0Mzc1MmQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c29e94c0-7203-45f4-a808-712a87e42c50" } ], "workloadContext": "Production" } 2022-06-28T06:37:19.487Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-28T06:37:19.488Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 f61f764a-244c-4b06-923b-84e3aa64f50b ASDC 2022-06-28T06:37:19.488Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:b0feb851-44fe-4758-9765-5bb53a799b37 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:f61f764a-244c-4b06-923b-84e3aa64f50b ServiceInvariantUUID:b6f4d238-31b1-47d9-a4a0-3f0473ae509f 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:c29e94c0-7203-45f4-a808-712a87e42c50 ArtifactChecksum:ZmJlZTI1NTBlZGU2NjRhYjYzYzFmZDM5Yzg0Mzc1MmQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:779531ca-5263-4c11-a63a-44aea1665f05 ResourceInvariantUUID:ea3910cb-2cf2-444c-9466-a02267d8d72b ResourceName:basic_cnf ResourceType:VF ResourceUUID:e179507e-fe00-4c75-ac69-c9a83d8b471b 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:f8387fdb-29ba-4c33-a097-e6d62475b3f9 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:149d6c46-1c52-43d9-9cef-4736b91f8a21 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:901d004c-5e06-4e6a-be25-610a8372f1b4 ArtifactChecksum:NjQ1M2ZlYThkOWY1Mzk1NWMwMDNjMzY3N2E2ZWFiMDQ= 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:c3765bc6-a6b6-482a-8a36-12a8807909ef 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:c05fc711-f053-46f2-b716-5a105375d366 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:c05fc711-f053-46f2-b716-5a105375d366 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-28T06:37:19.488Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f61f764a-244c-4b06-923b-84e3aa64f50b ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-28T06:37:19.520Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-28T06:37:19.520Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-06-28T06:37:19.520Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-06-28T06:37:19.520Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c29e94c0-7203-45f4-a808-712a87e42c50 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-06-28T06:37:19.520Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-28T06:37:19.521Z|b0feb851-44fe-4758-9765-5bb53a799b37|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-06-28T06:37:19.602Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-28T06:37:19.605Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar c29e94c0-7203-45f4-a808-712a87e42c50 68962 2022-06-28T06:37:19.606Z|b0feb851-44fe-4758-9765-5bb53a799b37|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-06-28T06:37:19.606Z|b0feb851-44fe-4758-9765-5bb53a799b37|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-06-28T06:37:19.606Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-28T06:37:19.606Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:37:19.608Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:37:19.608Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656398239606, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-28T06:37:19.708Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-28T06:37:19.709Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:37:19.709Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:37:19.726Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:37:19.727Z||pool-60-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-28T06:37:20.608Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-28T06:37:20.609Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-06-28T06:37:20.610Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: c29e94c0-7203-45f4-a808-712a87e42c50, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-28T06:37:20.610Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-06-28T06:37:20.611Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-28T06:37:20.611Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-28T06:37:20.721Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12293311832993339674/Definitions/service-BasicCnf-template.yml 2022-06-28T06:37:21.860Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-28T06:37:21.861Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-06-28T06:37:21.861Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-28T06:37:21.861Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-06-28T06:37:21.861Z|b0feb851-44fe-4758-9765-5bb53a799b37|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-06-28T06:37:21.861Z|b0feb851-44fe-4758-9765-5bb53a799b37|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-06-28T06:37:21.862Z|b0feb851-44fe-4758-9765-5bb53a799b37|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-06-28T06:37:21.862Z|b0feb851-44fe-4758-9765-5bb53a799b37|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-06-28T06:37:21.862Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-06-28T06:37:21.862Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:37:21.862Z|b0feb851-44fe-4758-9765-5bb53a799b37|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-06-28T06:37:21.863Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-28T06:37:21.863Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-06-28T06:37:21.863Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-28T06:37:21.864Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:37:21.864Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-28T06:37:21.864Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-28T06:37:21.864Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-06-28T06:37:21.864Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-28T06:37:21.865Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:37:21.865Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-28T06:37:21.865Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:37:21.866Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-06-28T06:37:21.866Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-06-28T06:37:21.866Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||Node template dummy is not matching search criteria 2022-06-28T06:37:21.866Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-28T06:37:21.866Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:37:21.867Z|b0feb851-44fe-4758-9765-5bb53a799b37|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-06-28T06:37:21.867Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:37:21.867Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-28T06:37:21.867Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-28T06:37:21.868Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:37:21.868Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-28T06:37:21.868Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-28T06:37:21.869Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:37:21.869Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-28T06:37:21.869Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-28T06:37:21.869Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:37:21.870Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-06-28T06:37:21.870Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-06-28T06:37:21.870Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=6adf7e8e-a748-4307-8b9a-2c6b782f0649 2022-06-28T06:37:21.870Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:37:21.871Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-28T06:37:21.871Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:37:21.871Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-28T06:37:21.871Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:37:21.872Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-28T06:37:21.872Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:37:21.872Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-28T06:37:21.872Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:f61f764a-244c-4b06-923b-84e3aa64f50b Model Version:NULL Model InvariantUuid:b6f4d238-31b1-47d9-a4a0-3f0473ae509f Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:dd176a44-565a-402a-8440-45f8883c4516 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:ea3910cb-2cf2-444c-9466-a02267d8d72b Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:779531ca-5263-4c11-a63a-44aea1665f05 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:a48b6f19-2535-4ed8-a191-c660d4ac20db ModelName:BasicCnf..base_dummy..module-0 ModelUuid:f31d9070-18c8-4b08-ac6c-e138718909d5 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:6adf7e8e-a748-4307-8b9a-2c6b782f0649 ModelInvariantUuid:440c34e2-0019-43a3-8991-1556717df871 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:936e5c1e-8325-4932-87fd-707bf9332f85 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:439fa1d9-fd10-441d-b072-57872645d1f3 ModelInvariantUuid:f779263e-c56c-408e-9687-8283962788dc ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:a545248b-95d3-4c3c-ab77-9345fa6ac24e ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-06-28T06:37:21.901Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: e179507e-fe00-4c75-ac69-c9a83d8b471b Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-28T06:37:21.904Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||INFO|500||basic_cnf 0 2022-06-28T06:37:21.904Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e179507e-fe00-4c75-ac69-c9a83d8b471b 2022-06-28T06:37:21.904Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: f8387fdb-29ba-4c33-a097-e6d62475b3f9 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-06-28T06:37:21.904Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-28T06:37:21.905Z|b0feb851-44fe-4758-9765-5bb53a799b37|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-06-28T06:37:21.948Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-28T06:37:21.949Z|b0feb851-44fe-4758-9765-5bb53a799b37|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 f8387fdb-29ba-4c33-a097-e6d62475b3f9 12 2022-06-28T06:37:21.949Z|b0feb851-44fe-4758-9765-5bb53a799b37|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-06-28T06:37:21.949Z|b0feb851-44fe-4758-9765-5bb53a799b37|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-06-28T06:37:21.949Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-28T06:37:21.950Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:37:21.951Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:37:21.952Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656398241949, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-06-28T06:37:22.052Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-28T06:37:22.053Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:37:22.053Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:37:22.068Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:37:22.068Z||pool-61-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-28T06:37:22.952Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 149d6c46-1c52-43d9-9cef-4736b91f8a21 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-06-28T06:37:22.953Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-28T06:37:22.953Z|b0feb851-44fe-4758-9765-5bb53a799b37|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-06-28T06:37:23.027Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-28T06:37:23.027Z|b0feb851-44fe-4758-9765-5bb53a799b37|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 149d6c46-1c52-43d9-9cef-4736b91f8a21 2688 2022-06-28T06:37:23.027Z|b0feb851-44fe-4758-9765-5bb53a799b37|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-06-28T06:37:23.028Z|b0feb851-44fe-4758-9765-5bb53a799b37|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-06-28T06:37:23.028Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-28T06:37:23.028Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:37:23.030Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:37:23.030Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656398243027, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-06-28T06:37:23.130Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-28T06:37:23.130Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:37:23.130Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:37:23.163Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:37:23.164Z||pool-62-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} 2022-06-28T06:37:24.031Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 901d004c-5e06-4e6a-be25-610a8372f1b4 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-06-28T06:37:24.032Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-28T06:37:24.032Z|b0feb851-44fe-4758-9765-5bb53a799b37|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-06-28T06:37:24.095Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-28T06:37:24.095Z|b0feb851-44fe-4758-9765-5bb53a799b37|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 901d004c-5e06-4e6a-be25-610a8372f1b4 828 2022-06-28T06:37:24.096Z|b0feb851-44fe-4758-9765-5bb53a799b37|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-06-28T06:37:24.096Z|b0feb851-44fe-4758-9765-5bb53a799b37|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-06-28T06:37:24.096Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-28T06:37:24.096Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:37:24.098Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:37:24.098Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656398244096, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-28T06:37:24.198Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-28T06:37:24.199Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:37:24.199Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:37:24.214Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:37:24.214Z||pool-63-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-06-28T06:37:25.098Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "a48b6f19-2535-4ed8-a191-c660d4ac20db", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f31d9070-18c8-4b08-ac6c-e138718909d5", "vfModuleModelCustomizationUUID": "9f743704-06d1-46d9-9785-6a07569e140a", "isBase": true, "artifacts": [ "149d6c46-1c52-43d9-9cef-4736b91f8a21", "c3765bc6-a6b6-482a-8a36-12a8807909ef", "c05fc711-f053-46f2-b716-5a105375d366" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-28T06:37:25.103Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f31d9070-18c8-4b08-ac6c-e138718909d5 VfModuleModelInvariantUUID:a48b6f19-2535-4ed8-a191-c660d4ac20db VfModuleModelDescription:NULL Artifacts UUID List:{ 149d6c46-1c52-43d9-9cef-4736b91f8a21 , c3765bc6-a6b6-482a-8a36-12a8807909ef , c05fc711-f053-46f2-b716-5a105375d366 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-06-28T06:37:25.105Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "a48b6f19-2535-4ed8-a191-c660d4ac20db", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f31d9070-18c8-4b08-ac6c-e138718909d5", "vfModuleModelCustomizationUUID": "9f743704-06d1-46d9-9785-6a07569e140a", "isBase": true, "artifacts": [ "149d6c46-1c52-43d9-9cef-4736b91f8a21", "c3765bc6-a6b6-482a-8a36-12a8807909ef", "c05fc711-f053-46f2-b716-5a105375d366" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-28T06:37:25.105Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f31d9070-18c8-4b08-ac6c-e138718909d5 VfModuleModelInvariantUUID:a48b6f19-2535-4ed8-a191-c660d4ac20db VfModuleModelDescription:NULL Artifacts UUID List:{ 149d6c46-1c52-43d9-9cef-4736b91f8a21 , c3765bc6-a6b6-482a-8a36-12a8807909ef , c05fc711-f053-46f2-b716-5a105375d366 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-06-28T06:37:25.105Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c3765bc6-a6b6-482a-8a36-12a8807909ef from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-06-28T06:37:25.105Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-28T06:37:25.105Z|b0feb851-44fe-4758-9765-5bb53a799b37|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-06-28T06:37:25.201Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-28T06:37:25.201Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml c3765bc6-a6b6-482a-8a36-12a8807909ef 1164 2022-06-28T06:37:25.201Z|b0feb851-44fe-4758-9765-5bb53a799b37|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-06-28T06:37:25.201Z|b0feb851-44fe-4758-9765-5bb53a799b37|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-06-28T06:37:25.201Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-28T06:37:25.202Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:37:25.203Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:37:25.203Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656398245201, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-06-28T06:37:25.303Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-28T06:37:25.304Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:37:25.304Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:37:25.319Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:37:25.320Z||pool-64-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-28T06:37:26.204Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c05fc711-f053-46f2-b716-5a105375d366 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-06-28T06:37:26.204Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-28T06:37:26.204Z|b0feb851-44fe-4758-9765-5bb53a799b37|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-06-28T06:37:26.298Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-28T06:37:26.299Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env c05fc711-f053-46f2-b716-5a105375d366 200 2022-06-28T06:37:26.299Z|b0feb851-44fe-4758-9765-5bb53a799b37|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-06-28T06:37:26.299Z|b0feb851-44fe-4758-9765-5bb53a799b37|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-06-28T06:37:26.299Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-28T06:37:26.300Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:37:26.302Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:37:26.302Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656398246299, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-06-28T06:37:26.402Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-28T06:37:26.403Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:37:26.403Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:37:26.421Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:37:26.422Z||pool-65-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-28T06:37:27.263Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:37:27.264Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:37:27.264Z|63c45334-ba5d-487d-b7bd-1994b335f020|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 YWVvXsvdd1WxW1CC) ... 2022-06-28T06:37:27.293Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:37:27.294Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:37:27.294Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "cds", "timestamp": 1656398119471, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-28T06:37:27.295Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:37:27.303Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: f61f764a-244c-4b06-923b-84e3aa64f50b 2022-06-28T06:37:27.303Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 e179507e-fe00-4c75-ac69-c9a83d8b471b ASDC 2022-06-28T06:37:27.311Z|b0feb851-44fe-4758-9765-5bb53a799b37|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 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 heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-28T06:37:27.324Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6f89ce8c, org.onap.sdc.toscaparser.api.parameters.Input@1ee91ced, org.onap.sdc.toscaparser.api.parameters.Input@f740a50, org.onap.sdc.toscaparser.api.parameters.Input@6bdf6eb9, org.onap.sdc.toscaparser.api.parameters.Input@4a8330e0] 2022-06-28T06:37:27.325Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:37:27.325Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-28T06:37:27.325Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2022-06-28T06:37:27.325Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 779531ca-5263-4c11-a63a-44aea1665f05 2022-06-28T06:37:27.325Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 779531ca-5263-4c11-a63a-44aea1665f05 matches Tosca VF Customization UUID: 779531ca-5263-4c11-a63a-44aea1665f05 2022-06-28T06:37:27.325Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 779531ca-5263-4c11-a63a-44aea1665f05 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-06-28T06:37:27.328Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:37:27.328Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-28T06:37:27.328Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 779531ca-5263-4c11-a63a-44aea1665f05: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"} 2022-06-28T06:37:27.328Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2368f60d 2022-06-28T06:37:27.328Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:37:27.329Z|b0feb851-44fe-4758-9765-5bb53a799b37|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-06-28T06:37:27.329Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9f743704-06d1-46d9-9785-6a07569e140a 2022-06-28T06:37:27.329Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9f743704-06d1-46d9-9785-6a07569e140a Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-06-28T06:37:27.331Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:37:27.332Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-28T06:37:27.332Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-28T06:37:27.332Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:37:27.332Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-28T06:37:27.332Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-28T06:37:27.333Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:37:27.333Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-06-28T06:37:27.333Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-06-28T06:37:27.334Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=6adf7e8e-a748-4307-8b9a-2c6b782f0649 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-06-28T06:37:27.336Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:37:27.336Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-28T06:37:27.336Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-28T06:37:27.337Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:37:27.337Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-28T06:37:27.337Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=779531ca-5263-4c11-a63a-44aea1665f05 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-28T06:37:27.339Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:37:27.339Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-28T06:37:27.340Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid f61f764a-244c-4b06-923b-84e3aa64f50b: basic_cnf 2022-06-28T06:37:27.340Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:37:27.340Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-28T06:37:27.340Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:37:27.340Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-28T06:37:27.341Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:37:27.341Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-28T06:37:27.341Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:37:27.341Z|b0feb851-44fe-4758-9765-5bb53a799b37|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-06-28T06:37:27.342Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:37:27.342Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-28T06:37:27.342Z|b0feb851-44fe-4758-9765-5bb53a799b37|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-06-28T06:37:27.430Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf e179507e-fe00-4c75-ac69-c9a83d8b471b 1 ASDC deployResourceStructure 2022-06-28T06:37:27.431Z|b0feb851-44fe-4758-9765-5bb53a799b37|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-06-28T06:37:27.431Z|b0feb851-44fe-4758-9765-5bb53a799b37|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-06-28T06:37:27.431Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-06-28T06:37:27.431Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:37:27.433Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:37:27.434Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656398247430, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-06-28T06:37:27.534Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 79 ms 2022-06-28T06:37:27.535Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:37:27.535Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:37:27.550Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:37:27.550Z||pool-66-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-28T06:37:28.455Z|b0feb851-44fe-4758-9765-5bb53a799b37|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-06-28T06:37:28.456Z|b0feb851-44fe-4758-9765-5bb53a799b37|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-06-28T06:37:28.456Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-06-28T06:37:28.456Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:37:28.458Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:37:28.458Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656398248455, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-06-28T06:37:28.558Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-28T06:37:28.559Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:37:28.559Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:37:28.589Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:37:28.590Z||pool-67-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1} 2022-06-28T06:37:29.459Z|b0feb851-44fe-4758-9765-5bb53a799b37|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-06-28T06:37:29.459Z|b0feb851-44fe-4758-9765-5bb53a799b37|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-06-28T06:37:29.459Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-28T06:37:29.459Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:37:29.461Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:37:29.461Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656398249458, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-06-28T06:37:29.562Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-28T06:37:29.562Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:37:29.562Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:37:29.576Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:37:29.577Z||pool-68-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-06-28T06:37:30.463Z|b0feb851-44fe-4758-9765-5bb53a799b37|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-06-28T06:37:30.463Z|b0feb851-44fe-4758-9765-5bb53a799b37|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-06-28T06:37:30.463Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-28T06:37:30.464Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:37:30.466Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:37:30.466Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656398250462, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-06-28T06:37:30.566Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-28T06:37:30.567Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:37:30.567Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:37:30.584Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:37:30.585Z||pool-69-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-28T06:37:31.467Z|b0feb851-44fe-4758-9765-5bb53a799b37|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-06-28T06:37:31.467Z|b0feb851-44fe-4758-9765-5bb53a799b37|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-06-28T06:37:31.467Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-28T06:37:31.468Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:37:31.469Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:37:31.470Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656398251466, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-06-28T06:37:31.570Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-28T06:37:31.571Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:37:31.571Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:37:31.585Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:37:31.586Z||pool-70-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-06-28T06:37:32.470Z|b0feb851-44fe-4758-9765-5bb53a799b37|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-06-28T06:37:32.471Z|b0feb851-44fe-4758-9765-5bb53a799b37|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-06-28T06:37:32.471Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-28T06:37:32.471Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:37:32.473Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:37:32.474Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656398252470, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-28T06:37:32.574Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-28T06:37:32.574Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:37:32.574Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:37:32.590Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:37:32.591Z||pool-71-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-28T06:37:33.474Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b0feb851-44fe-4758-9765-5bb53a799b37 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-28T06:37:33.485Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b0feb851-44fe-4758-9765-5bb53a799b37 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-28T06:37:33.487Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-28T06:37:33.487Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-28T06:37:33.487Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-28T06:38:03.488Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b0feb851-44fe-4758-9765-5bb53a799b37 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-28T06:38:03.505Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b0feb851-44fe-4758-9765-5bb53a799b37 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-28T06:38:03.507Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-28T06:38:03.507Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-28T06:38:03.507Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-28T06:38:27.264Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:38:27.266Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:38:27.266Z|63c45334-ba5d-487d-b7bd-1994b335f020|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 YWVvXsvdd1WxW1CC) ... 2022-06-28T06:38:27.304Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:38:27.316Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.316Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "policy-id", "timestamp": 1656398119058, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-28T06:38:27.317Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:38:27.318Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.318Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "ves-openapi-manager", "timestamp": 1656398115757, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-28T06:38:27.318Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:38:27.318Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.318Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "48306d1e-006a-407e-b5fa-36d3f9522015", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656398127261, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/resourceInstances/pnf59087bbc477d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:38:27.318Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:38:27.318Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.318Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "cds", "timestamp": 1656398119471, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-28T06:38:27.318Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:38:27.318Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.319Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "ves-openapi-manager", "timestamp": 1656398115757, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-28T06:38:27.319Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:38:27.319Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.319Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "policy-id", "timestamp": 1656398119058, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-28T06:38:27.319Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:38:27.319Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.319Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "48306d1e-006a-407e-b5fa-36d3f9522015", "consumerID": "clamp", "timestamp": 1656398129915, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/artifacts/service-DemoPnfNh1dtrzis2viaxiooipk-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-28T06:38:27.319Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:38:27.319Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.319Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "48306d1e-006a-407e-b5fa-36d3f9522015", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656398127261, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/resourceInstances/pnf59087bbc477d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-28T06:38:27.320Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:38:27.320Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.320Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "multicloud-k8s-id", "timestamp": 1656398128532, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:38:27.320Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:38:27.320Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.320Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "48306d1e-006a-407e-b5fa-36d3f9522015", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656398127261, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/resourceInstances/pnf59087bbc477d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-28T06:38:27.320Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:38:27.320Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.320Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "policy-id", "timestamp": 1656398131009, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-28T06:38:27.320Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:38:27.321Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.321Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "cds", "timestamp": 1656398129934, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-28T06:38:27.321Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:38:27.321Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.321Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "multicloud-k8s-id", "timestamp": 1656398128532, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-06-28T06:38:27.321Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:38:27.321Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.321Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "48306d1e-006a-407e-b5fa-36d3f9522015", "consumerID": "clamp", "timestamp": 1656398131933, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/artifacts/service-DemoPnfNh1dtrzis2viaxiooipk-csar.csar", "status": "DEPLOY_OK" } 2022-06-28T06:38:27.321Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:38:27.321Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.322Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "48306d1e-006a-407e-b5fa-36d3f9522015", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656398127261, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/resourceInstances/pnf59087bbc477d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:38:27.322Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:38:27.322Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.322Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "policy-id", "timestamp": 1656398132024, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-28T06:38:27.322Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:38:27.322Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.322Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "cds", "timestamp": 1656398131017, "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=? 2022-06-28T06:38:27.330Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b0feb851-44fe-4758-9765-5bb53a799b37 2022-06-28T06:38:27.330Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b0feb851-44fe-4758-9765-5bb53a799b37 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-28T06:38:27.341Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.342Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "multicloud-k8s-id", "timestamp": 1656398128532, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-06-28T06:38:27.342Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:38:27.342Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.342Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "48306d1e-006a-407e-b5fa-36d3f9522015", "consumerID": "clamp", "timestamp": 1656398132938, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-28T06:38:27.346Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 48306d1e-006a-407e-b5fa-36d3f9522015 2022-06-28T06:38:27.347Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48306d1e-006a-407e-b5fa-36d3f9522015 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-28T06:38:27.353Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.353Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "48306d1e-006a-407e-b5fa-36d3f9522015", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656398127261, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/resourceInstances/pnf59087bbc477d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-28T06:38:27.354Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:38:27.354Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.354Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "policy-id", "timestamp": 1656398133041, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-28T06:38:27.358Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b0feb851-44fe-4758-9765-5bb53a799b37 2022-06-28T06:38:27.359Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b0feb851-44fe-4758-9765-5bb53a799b37 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-28T06:38:27.368Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.368Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "multicloud-k8s-id", "timestamp": 1656398128532, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-06-28T06:38:27.368Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:38:27.369Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.369Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "48306d1e-006a-407e-b5fa-36d3f9522015", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656398127261, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/resourceInstances/pnf59087bbc477d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-28T06:38:27.369Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:38:27.369Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.369Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "multicloud-k8s-id", "timestamp": 1656398128532, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-06-28T06:38:27.369Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:38:27.369Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.369Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "48306d1e-006a-407e-b5fa-36d3f9522015", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656398127261, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/artifacts/service-DemoPnfNh1dtrzis2viaxiooipk-template.yml", "status": "NOT_NOTIFIED" } 2022-06-28T06:38:27.369Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:38:27.370Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.370Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "multicloud-k8s-id", "timestamp": 1656398128532, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:38:27.370Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:38:27.370Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.370Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "48306d1e-006a-407e-b5fa-36d3f9522015", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656398127261, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/artifacts/service-DemoPnfNh1dtrzis2viaxiooipk-csar.csar", "status": "NOTIFIED" } 2022-06-28T06:38:27.370Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:38:27.370Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.370Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656398135009, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:38:27.370Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:38:27.370Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.370Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "68bd0286-9d5c-4d10-864a-259fcebebae6", "consumerID": "cds", "timestamp": 1656398134471, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:38:27.371Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:38:27.371Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.371Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "multicloud-k8s-id", "timestamp": 1656398128532, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-06-28T06:38:27.371Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:38:27.371Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.371Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656398135009, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-28T06:38:27.371Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:38:27.371Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.371Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "48306d1e-006a-407e-b5fa-36d3f9522015", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656398136092, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/artifacts/service-DemoPnfNh1dtrzis2viaxiooipk-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-28T06:38:27.372Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:38:27.372Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.372Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "68bd0286-9d5c-4d10-864a-259fcebebae6", "consumerID": "cds", "timestamp": 1656398134471, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-28T06:38:27.372Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:38:27.372Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.372Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "multicloud-k8s-id", "timestamp": 1656398128532, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-28T06:38:27.372Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:38:27.372Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.372Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "68bd0286-9d5c-4d10-864a-259fcebebae6", "consumerID": "ves-openapi-manager", "timestamp": 1656398135757, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:38:27.372Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:38:27.372Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.373Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656398135009, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-28T06:38:27.373Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:38:27.373Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.373Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "68bd0286-9d5c-4d10-864a-259fcebebae6", "consumerID": "cds", "timestamp": 1656398134471, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-28T06:38:27.373Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:38:27.373Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.373Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "multicloud-k8s-id", "timestamp": 1656398128532, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-28T06:38:27.373Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:38:27.373Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.374Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "68bd0286-9d5c-4d10-864a-259fcebebae6", "consumerID": "ves-openapi-manager", "timestamp": 1656398135757, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-28T06:38:27.374Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:38:27.374Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.374Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "68bd0286-9d5c-4d10-864a-259fcebebae6", "consumerID": "cds", "timestamp": 1656398134471, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:38:27.374Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:38:27.374Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.374Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "48306d1e-006a-407e-b5fa-36d3f9522015", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656398138137, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/artifacts/service-DemoPnfNh1dtrzis2viaxiooipk-csar.csar", "status": "DEPLOY_OK" } 2022-06-28T06:38:27.374Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:38:27.374Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.374Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656398135009, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-28T06:38:27.375Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:38:27.375Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.375Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "68bd0286-9d5c-4d10-864a-259fcebebae6", "consumerID": "ves-openapi-manager", "timestamp": 1656398135757, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-28T06:38:27.375Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:38:27.375Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.375Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "multicloud-k8s-id", "timestamp": 1656398138370, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-28T06:38:27.375Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:38:27.375Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.375Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "68bd0286-9d5c-4d10-864a-259fcebebae6", "consumerID": "policy-id", "timestamp": 1656398139056, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:38:27.376Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:38:27.376Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.376Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "aai-ml", "timestamp": 1656398138308, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:38:27.376Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:38:27.376Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.376Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656398135009, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-06-28T06:38:27.376Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:38:27.376Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.376Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "68bd0286-9d5c-4d10-864a-259fcebebae6", "consumerID": "cds", "timestamp": 1656398134471, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-28T06:38:27.377Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:38:27.377Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.377Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "clamp", "timestamp": 1656398139702, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:38:27.377Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:38:27.377Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.377Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "68bd0286-9d5c-4d10-864a-259fcebebae6", "consumerID": "ves-openapi-manager", "timestamp": 1656398135757, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:38:27.377Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:38:27.377Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.377Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "multicloud-k8s-id", "timestamp": 1656398139468, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-06-28T06:38:27.378Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:38:27.378Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.378Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "68bd0286-9d5c-4d10-864a-259fcebebae6", "consumerID": "policy-id", "timestamp": 1656398139056, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-28T06:38:27.378Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:38:27.378Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.378Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "aai-ml", "timestamp": 1656398138308, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-28T06:38:27.378Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:38:27.378Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.379Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656398135009, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:38:27.379Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:38:27.379Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.379Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "68bd0286-9d5c-4d10-864a-259fcebebae6", "consumerID": "cds", "timestamp": 1656398134471, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-28T06:38:27.379Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:38:27.379Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.379Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "clamp", "timestamp": 1656398139702, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-28T06:38:27.379Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:38:27.379Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.379Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "68bd0286-9d5c-4d10-864a-259fcebebae6", "consumerID": "ves-openapi-manager", "timestamp": 1656398135757, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-28T06:38:27.380Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:38:27.380Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.380Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "multicloud-k8s-id", "timestamp": 1656398140578, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-06-28T06:38:27.380Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:38:27.380Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.380Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "68bd0286-9d5c-4d10-864a-259fcebebae6", "consumerID": "policy-id", "timestamp": 1656398139056, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-28T06:38:27.380Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:38:27.380Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.380Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "aai-ml", "timestamp": 1656398138308, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-28T06:38:27.380Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:38:27.380Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.381Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656398135009, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-28T06:38:27.381Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:38:27.381Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.381Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "68bd0286-9d5c-4d10-864a-259fcebebae6", "consumerID": "cds", "timestamp": 1656398134471, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-28T06:38:27.381Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:38:27.381Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.381Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "clamp", "timestamp": 1656398139702, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-28T06:38:27.381Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:38:27.381Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.381Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "68bd0286-9d5c-4d10-864a-259fcebebae6", "consumerID": "ves-openapi-manager", "timestamp": 1656398135757, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-28T06:38:27.381Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:38:27.382Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.382Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "68bd0286-9d5c-4d10-864a-259fcebebae6", "consumerID": "policy-id", "timestamp": 1656398139056, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:38:27.382Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:38:27.382Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.382Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "multicloud-k8s-id", "timestamp": 1656398141637, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-06-28T06:38:27.382Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:38:27.382Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.382Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "aai-ml", "timestamp": 1656398138308, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-28T06:38:27.382Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:38:27.382Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.382Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656398135009, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-28T06:38:27.383Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:38:27.383Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.383Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "68bd0286-9d5c-4d10-864a-259fcebebae6", "consumerID": "cds", "timestamp": 1656398142261, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-28T06:38:27.383Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:38:27.383Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.383Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "clamp", "timestamp": 1656398139702, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-06-28T06:38:27.383Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:38:27.383Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.383Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "68bd0286-9d5c-4d10-864a-259fcebebae6", "consumerID": "ves-openapi-manager", "timestamp": 1656398135757, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-28T06:38:27.390Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:38:27.390Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.390Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "68bd0286-9d5c-4d10-864a-259fcebebae6", "consumerID": "policy-id", "timestamp": 1656398139056, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-28T06:38:27.391Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:38:27.391Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.391Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "multicloud-k8s-id", "timestamp": 1656398142689, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-28T06:38:27.397Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b0feb851-44fe-4758-9765-5bb53a799b37 2022-06-28T06:38:27.397Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b0feb851-44fe-4758-9765-5bb53a799b37 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-06-28T06:38:27.403Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.403Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "aai-ml", "timestamp": 1656398138308, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-06-28T06:38:27.404Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:38:27.404Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.404Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656398135009, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-28T06:38:27.404Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:38:27.404Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.404Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "68bd0286-9d5c-4d10-864a-259fcebebae6", "consumerID": "cds", "timestamp": 1656398143267, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-28T06:38:27.417Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 68bd0286-9d5c-4d10-864a-259fcebebae6 2022-06-28T06:38:27.418Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 68bd0286-9d5c-4d10-864a-259fcebebae6 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-28T06:38:27.425Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.425Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "clamp", "timestamp": 1656398139702, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-06-28T06:38:27.425Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:38:27.425Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.425Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "68bd0286-9d5c-4d10-864a-259fcebebae6", "consumerID": "policy-id", "timestamp": 1656398139056, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-28T06:38:27.426Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:38:27.426Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.426Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "multicloud-k8s-id", "timestamp": 1656398143692, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-06-28T06:38:27.426Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:38:27.426Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.426Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "aai-ml", "timestamp": 1656398138308, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:38:27.426Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:38:27.426Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.427Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656398144850, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-28T06:38:27.427Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:38:27.427Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.427Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "clamp", "timestamp": 1656398139702, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:38:27.427Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:38:27.427Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.427Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "68bd0286-9d5c-4d10-864a-259fcebebae6", "consumerID": "policy-id", "timestamp": 1656398139056, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-28T06:38:27.427Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:38:27.427Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.427Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "68bd0286-9d5c-4d10-864a-259fcebebae6", "consumerID": "multicloud-k8s-id", "timestamp": 1656398128532, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:38:27.428Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:38:27.428Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.428Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "aai-ml", "timestamp": 1656398138308, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-28T06:38:27.428Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:38:27.428Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.428Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "clamp", "timestamp": 1656398139702, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-28T06:38:27.428Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:38:27.428Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.428Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "68bd0286-9d5c-4d10-864a-259fcebebae6", "consumerID": "multicloud-k8s-id", "timestamp": 1656398128532, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-06-28T06:38:27.429Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:38:27.429Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.429Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "68bd0286-9d5c-4d10-864a-259fcebebae6", "consumerID": "policy-id", "timestamp": 1656398146943, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-28T06:38:27.429Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:38:27.429Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.429Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "aai-ml", "timestamp": 1656398138308, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-28T06:38:27.429Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:38:27.429Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.429Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "clamp", "timestamp": 1656398139702, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-28T06:38:27.430Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:38:27.430Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.430Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656398147186, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-28T06:38:27.430Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:38:27.430Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.430Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "68bd0286-9d5c-4d10-864a-259fcebebae6", "consumerID": "multicloud-k8s-id", "timestamp": 1656398128532, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-28T06:38:27.430Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:38:27.430Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.430Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "68bd0286-9d5c-4d10-864a-259fcebebae6", "consumerID": "policy-id", "timestamp": 1656398147955, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-28T06:38:27.431Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:38:27.431Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.431Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "aai-ml", "timestamp": 1656398138308, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-28T06:38:27.431Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:38:27.431Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.431Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "clamp", "timestamp": 1656398139702, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-28T06:38:27.431Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:38:27.431Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.431Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656398148190, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-28T06:38:27.436Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b0feb851-44fe-4758-9765-5bb53a799b37 2022-06-28T06:38:27.436Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b0feb851-44fe-4758-9765-5bb53a799b37 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-28T06:38:27.442Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.442Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "68bd0286-9d5c-4d10-864a-259fcebebae6", "consumerID": "multicloud-k8s-id", "timestamp": 1656398128532, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:38:27.443Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:38:27.443Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.443Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "68bd0286-9d5c-4d10-864a-259fcebebae6", "consumerID": "policy-id", "timestamp": 1656398148958, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-28T06:38:27.446Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 68bd0286-9d5c-4d10-864a-259fcebebae6 2022-06-28T06:38:27.447Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 68bd0286-9d5c-4d10-864a-259fcebebae6 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-28T06:38:27.453Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.453Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "aai-ml", "timestamp": 1656398148063, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-28T06:38:27.453Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:38:27.453Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.453Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "68bd0286-9d5c-4d10-864a-259fcebebae6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656398135009, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:38:27.453Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:38:27.453Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.453Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "68bd0286-9d5c-4d10-864a-259fcebebae6", "consumerID": "multicloud-k8s-id", "timestamp": 1656398128532, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-28T06:38:27.454Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:38:27.454Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.454Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "68bd0286-9d5c-4d10-864a-259fcebebae6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656398135009, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-28T06:38:27.454Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:38:27.454Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.454Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "68bd0286-9d5c-4d10-864a-259fcebebae6", "consumerID": "multicloud-k8s-id", "timestamp": 1656398128532, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-28T06:38:27.454Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:38:27.454Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.454Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "68bd0286-9d5c-4d10-864a-259fcebebae6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656398135009, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-28T06:38:27.455Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:38:27.455Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.455Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "68bd0286-9d5c-4d10-864a-259fcebebae6", "consumerID": "multicloud-k8s-id", "timestamp": 1656398128532, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-28T06:38:27.455Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:38:27.455Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.455Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "68bd0286-9d5c-4d10-864a-259fcebebae6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656398135009, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:38:27.455Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:38:27.455Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.455Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "68bd0286-9d5c-4d10-864a-259fcebebae6", "consumerID": "multicloud-k8s-id", "timestamp": 1656398151803, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-28T06:38:27.455Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:38:27.456Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.456Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "68bd0286-9d5c-4d10-864a-259fcebebae6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656398135009, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-28T06:38:27.456Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:38:27.456Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.456Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "68bd0286-9d5c-4d10-864a-259fcebebae6", "consumerID": "multicloud-k8s-id", "timestamp": 1656398152917, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-28T06:38:27.456Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:38:27.456Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.456Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "68bd0286-9d5c-4d10-864a-259fcebebae6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656398135009, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-28T06:38:27.456Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:38:27.456Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.456Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "68bd0286-9d5c-4d10-864a-259fcebebae6", "consumerID": "multicloud-k8s-id", "timestamp": 1656398154025, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-28T06:38:27.457Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:38:27.457Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.457Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "68bd0286-9d5c-4d10-864a-259fcebebae6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656398135009, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-28T06:38:27.457Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:38:27.457Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.457Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "68bd0286-9d5c-4d10-864a-259fcebebae6", "consumerID": "multicloud-k8s-id", "timestamp": 1656398155044, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-28T06:38:27.461Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 68bd0286-9d5c-4d10-864a-259fcebebae6 2022-06-28T06:38:27.461Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 68bd0286-9d5c-4d10-864a-259fcebebae6 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-06-28T06:38:27.469Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.469Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "aai-ml", "timestamp": 1656398155162, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-28T06:38:27.469Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:38:27.469Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.469Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "68bd0286-9d5c-4d10-864a-259fcebebae6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656398156347, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-28T06:38:27.469Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:38:27.469Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.469Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "68bd0286-9d5c-4d10-864a-259fcebebae6", "consumerID": "multicloud-k8s-id", "timestamp": 1656398156047, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-06-28T06:38:27.469Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:38:27.470Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.470Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "aai-ml", "timestamp": 1656398156166, "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-06-28T06:38:27.474Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b0feb851-44fe-4758-9765-5bb53a799b37 2022-06-28T06:38:27.474Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b0feb851-44fe-4758-9765-5bb53a799b37 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-28T06:38:27.482Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.482Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "68bd0286-9d5c-4d10-864a-259fcebebae6", "consumerID": "aai-ml", "timestamp": 1656398138308, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:38:27.482Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:38:27.482Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.482Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "68bd0286-9d5c-4d10-864a-259fcebebae6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656398158601, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-28T06:38:27.483Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:38:27.483Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.483Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "68bd0286-9d5c-4d10-864a-259fcebebae6", "consumerID": "aai-ml", "timestamp": 1656398138308, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-28T06:38:27.483Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:38:27.483Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.483Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "68bd0286-9d5c-4d10-864a-259fcebebae6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656398159605, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-28T06:38:27.488Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 68bd0286-9d5c-4d10-864a-259fcebebae6 2022-06-28T06:38:27.489Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 68bd0286-9d5c-4d10-864a-259fcebebae6 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-28T06:38:27.496Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.497Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "68bd0286-9d5c-4d10-864a-259fcebebae6", "consumerID": "aai-ml", "timestamp": 1656398138308, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-28T06:38:27.497Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:38:27.497Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.497Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "68bd0286-9d5c-4d10-864a-259fcebebae6", "consumerID": "aai-ml", "timestamp": 1656398138308, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:38:27.498Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:38:27.498Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.498Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "68bd0286-9d5c-4d10-864a-259fcebebae6", "consumerID": "aai-ml", "timestamp": 1656398138308, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-28T06:38:27.498Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:38:27.498Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.498Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "clamp", "timestamp": 1656398162920, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-28T06:38:27.498Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:38:27.498Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.499Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "68bd0286-9d5c-4d10-864a-259fcebebae6", "consumerID": "aai-ml", "timestamp": 1656398138308, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-28T06:38:27.499Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:38:27.499Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.499Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "68bd0286-9d5c-4d10-864a-259fcebebae6", "consumerID": "aai-ml", "timestamp": 1656398138308, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-28T06:38:27.499Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:38:27.499Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.499Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "clamp", "timestamp": 1656398164940, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-28T06:38:27.499Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:38:27.500Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.500Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "68bd0286-9d5c-4d10-864a-259fcebebae6", "consumerID": "aai-ml", "timestamp": 1656398164309, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-28T06:38:27.500Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:38:27.500Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.500Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "clamp", "timestamp": 1656398165945, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-28T06:38:27.505Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b0feb851-44fe-4758-9765-5bb53a799b37 2022-06-28T06:38:27.505Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b0feb851-44fe-4758-9765-5bb53a799b37 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-28T06:38:27.513Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.513Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "68bd0286-9d5c-4d10-864a-259fcebebae6", "consumerID": "clamp", "timestamp": 1656398139702, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:38:27.514Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:38:27.514Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.514Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "68bd0286-9d5c-4d10-864a-259fcebebae6", "consumerID": "clamp", "timestamp": 1656398139702, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-06-28T06:38:27.514Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:38:27.514Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.514Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "68bd0286-9d5c-4d10-864a-259fcebebae6", "consumerID": "clamp", "timestamp": 1656398139702, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-28T06:38:27.514Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:38:27.514Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.514Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "68bd0286-9d5c-4d10-864a-259fcebebae6", "consumerID": "clamp", "timestamp": 1656398139702, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:38:27.514Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:38:27.515Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.515Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "68bd0286-9d5c-4d10-864a-259fcebebae6", "consumerID": "clamp", "timestamp": 1656398139702, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-28T06:38:27.515Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:38:27.515Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.515Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "68bd0286-9d5c-4d10-864a-259fcebebae6", "consumerID": "clamp", "timestamp": 1656398139702, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-28T06:38:27.515Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:38:27.515Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.515Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "68bd0286-9d5c-4d10-864a-259fcebebae6", "consumerID": "aai-ml", "timestamp": 1656398171606, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-28T06:38:27.515Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:38:27.515Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.516Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "68bd0286-9d5c-4d10-864a-259fcebebae6", "consumerID": "clamp", "timestamp": 1656398139702, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-28T06:38:27.516Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:38:27.516Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.516Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "68bd0286-9d5c-4d10-864a-259fcebebae6", "consumerID": "aai-ml", "timestamp": 1656398172610, "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-06-28T06:38:27.521Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 68bd0286-9d5c-4d10-864a-259fcebebae6 2022-06-28T06:38:27.521Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 68bd0286-9d5c-4d10-864a-259fcebebae6 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-28T06:38:27.529Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:38:27.529Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "68bd0286-9d5c-4d10-864a-259fcebebae6", "consumerID": "clamp", "timestamp": 1656398186923, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-28T06:38:27.529Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:38:33.508Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b0feb851-44fe-4758-9765-5bb53a799b37 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-28T06:38:33.521Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b0feb851-44fe-4758-9765-5bb53a799b37 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-28T06:38:33.523Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-28T06:38:33.523Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-28T06:38:33.523Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-28T06:38:33.524Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-28T06:38:33.524Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-28T06:38:33.524Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-28T06:38:33.524Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-28T06:38:33.524Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-28T06:38:33.524Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-28T06:38:33.524Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-28T06:38:33.525Z|b0feb851-44fe-4758-9765-5bb53a799b37|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-06-28T06:38:33.530Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-28T06:39:03.531Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b0feb851-44fe-4758-9765-5bb53a799b37 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-06-28T06:39:03.539Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b0feb851-44fe-4758-9765-5bb53a799b37 and serviceModelVersionId: f61f764a-244c-4b06-923b-84e3aa64f50b 2022-06-28T06:39:03.539Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b6f4d238-31b1-47d9-a4a0-3f0473ae509f 2022-06-28T06:39:03.541Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b6f4d238-31b1-47d9-a4a0-3f0473ae509f/model-vers/model-ver/f61f764a-244c-4b06-923b-84e3aa64f50b?depth=0 2022-06-28T06:39:03.548Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-06-28T06:39:03.598Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f4d238-31b1-47d9-a4a0-3f0473ae509f/model-vers/model-ver/f61f764a-244c-4b06-923b-84e3aa64f50b?depth=0|INFO|500||Invoke 2022-06-28T06:39:03.599Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f4d238-31b1-47d9-a4a0-3f0473ae509f/model-vers/model-ver/f61f764a-244c-4b06-923b-84e3aa64f50b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f4d238-31b1-47d9-a4a0-3f0473ae509f/model-vers/model-ver/f61f764a-244c-4b06-923b-84e3aa64f50b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b0feb851-44fe-4758-9765-5bb53a799b37], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[766d58a1-3a75-401d-a114-3932f9d4f648], X-ECOMP-RequestID=[b0feb851-44fe-4758-9765-5bb53a799b37], X-TransactionId=[], X-ONAP-RequestID=[b0feb851-44fe-4758-9765-5bb53a799b37], Content-Type=[application/merge-patch+json]} 2022-06-28T06:39:03.623Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f4d238-31b1-47d9-a4a0-3f0473ae509f/model-vers/model-ver/f61f764a-244c-4b06-923b-84e3aa64f50b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-28T06:39:03.717Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f4d238-31b1-47d9-a4a0-3f0473ae509f/model-vers/model-ver/f61f764a-244c-4b06-923b-84e3aa64f50b?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/b6f4d238-31b1-47d9-a4a0-3f0473ae509f/model-vers/model-ver/f61f764a-244c-4b06-923b-84e3aa64f50b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220628-06:39:03:531-41984], vertex-id=[168064], Content-Length=[0], Date=[Tue, 28 Jun 2022 06:39:03 GMT], Content-Type=[application/json]} 2022-06-28T06:39:03.718Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f4d238-31b1-47d9-a4a0-3f0473ae509f/model-vers/model-ver/f61f764a-244c-4b06-923b-84e3aa64f50b?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-28T06:39:03.718Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f4d238-31b1-47d9-a4a0-3f0473ae509f/model-vers/model-ver/f61f764a-244c-4b06-923b-84e3aa64f50b?depth=0|INFO|500||InvokeReturn 2022-06-28T06:39:03.719Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-28T06:39:03.719Z|b0feb851-44fe-4758-9765-5bb53a799b37|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-06-28T06:39:03.725Z|b0feb851-44fe-4758-9765-5bb53a799b37|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-06-28T06:39:03.725Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b0feb851-44fe-4758-9765-5bb53a799b37 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-28T06:39:03.726Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-28T06:39:03.726Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:39:03.728Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:39:03.728Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656398343726, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-28T06:39:03.828Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-28T06:39:03.829Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:39:03.829Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:39:03.845Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:39:03.846Z||pool-72-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-28T06:39:04.741Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:39:04.741Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"68bd0286-9d5c-4d10-864a-259fcebebae6","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"e45d3fe3-0a60-45d5-8d02-a18a7a4b1ba6","serviceDescription":"service","serviceInvariantUUID":"e80e0f76-0f66-48b8-b5a5-f68a6c1fccc9","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9cf0302d-9048-427d-a002-5d0b741f086b","resourceInvariantUUID":"7a2478aa-ad7b-4bfe-a8b3-8fb59ae457b5","resourceCustomizationUUID":"fdc72c9e-af46-4740-965d-8e18b361121c","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":"ZTFlZjI1YWQ2MTViY2MxM2M2MmQ4ZWM3MzMzNzZkMjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"93aadbb9-5312-4548-9455-e5740c02408f","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":"Y2I1MGM4YjA1ODJiYjNlODE1ODQzMTQ4YTc0MDAwNDE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4eaea161-2ff2-44c8-9efa-74d33645f3a3","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":"5b4c89f2-a105-47f2-85a7-21566c15effb","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":"21c532c9-6eba-4ce6-b9df-299778ba966d","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":"fb54e8e7-93d2-4c3c-bda4-063295592da8","artifactVersion":"2","generatedFromUUID":"5b4c89f2-a105-47f2-85a7-21566c15effb"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MTBkZWNhOWNmNTE5ODY3NGMyNjUzZTdhY2IyZjhmMmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"52921a71-9b70-4e7a-b57a-5c2160c48452","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NTI5ZmIzZWFhMjNkZTA0OWYwYTJhYjM3YzNjNTg4Y2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bce0a5d7-248a-4f48-b4a7-c8b502a152cc","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-28T06:39:04.741Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-28T06:39:04.742Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:39:04.743Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:39:04.743Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "68bd0286-9d5c-4d10-864a-259fcebebae6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656398127261, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:39:04.844Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-28T06:39:04.844Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:39:04.845Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:39:04.862Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:39:04.862Z||pool-73-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-06-28T06:39:05.744Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-28T06:39:05.745Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:39:05.747Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:39:05.748Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "68bd0286-9d5c-4d10-864a-259fcebebae6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656398127261, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-06-28T06:39:05.847Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-28T06:39:05.848Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:39:05.848Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:39:05.864Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:39:05.864Z||pool-74-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-28T06:39:06.748Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-28T06:39:06.749Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:39:06.751Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:39:06.751Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "68bd0286-9d5c-4d10-864a-259fcebebae6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656398127261, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-28T06:39:06.851Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-28T06:39:06.852Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:39:06.852Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:39:06.865Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:39:06.866Z||pool-75-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-28T06:39:07.752Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-28T06:39:07.753Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:39:07.755Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:39:07.755Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "68bd0286-9d5c-4d10-864a-259fcebebae6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656398127261, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:39:07.855Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-28T06:39:07.856Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:39:07.856Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:39:07.883Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:39:07.883Z||pool-76-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-06-28T06:39:08.755Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-28T06:39:08.756Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:39:08.758Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:39:08.759Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "68bd0286-9d5c-4d10-864a-259fcebebae6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656398127261, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-28T06:39:08.859Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-28T06:39:08.860Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:39:08.860Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:39:08.874Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:39:08.875Z||pool-77-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-28T06:39:09.759Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-28T06:39:09.760Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:39:09.762Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:39:09.762Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "68bd0286-9d5c-4d10-864a-259fcebebae6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656398127261, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-28T06:39:09.862Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-28T06:39:09.863Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:39:09.863Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:39:09.878Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:39:09.878Z||pool-78-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-28T06:39:10.762Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-28T06:39:10.762Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:39:10.764Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:39:10.764Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "68bd0286-9d5c-4d10-864a-259fcebebae6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656398127261, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-28T06:39:10.864Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-28T06:39:10.865Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:39:10.865Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:39:10.882Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:39:10.883Z||pool-79-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-28T06:39:11.765Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "68bd0286-9d5c-4d10-864a-259fcebebae6", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "e45d3fe3-0a60-45d5-8d02-a18a7a4b1ba6", "serviceDescription": "service", "serviceInvariantUUID": "e80e0f76-0f66-48b8-b5a5-f68a6c1fccc9", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "fdc72c9e-af46-4740-965d-8e18b361121c", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "9cf0302d-9048-427d-a002-5d0b741f086b", "resourceInvariantUUID": "7a2478aa-ad7b-4bfe-a8b3-8fb59ae457b5", "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": "Y2I1MGM4YjA1ODJiYjNlODE1ODQzMTQ4YTc0MDAwNDE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4eaea161-2ff2-44c8-9efa-74d33645f3a3", "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": "5b4c89f2-a105-47f2-85a7-21566c15effb", "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": "fb54e8e7-93d2-4c3c-bda4-063295592da8", "generatedFromUUID": "5b4c89f2-a105-47f2-85a7-21566c15effb" }, "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": "fb54e8e7-93d2-4c3c-bda4-063295592da8", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "NTI5ZmIzZWFhMjNkZTA0OWYwYTJhYjM3YzNjNTg4Y2M\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "bce0a5d7-248a-4f48-b4a7-c8b502a152cc" } ], "workloadContext": "Production" } 2022-06-28T06:39:11.766Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-28T06:39:11.766Z|b0feb851-44fe-4758-9765-5bb53a799b37|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e45d3fe3-0a60-45d5-8d02-a18a7a4b1ba6 ASDC 2022-06-28T06:39:11.767Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:68bd0286-9d5c-4d10-864a-259fcebebae6 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:e45d3fe3-0a60-45d5-8d02-a18a7a4b1ba6 ServiceInvariantUUID:e80e0f76-0f66-48b8-b5a5-f68a6c1fccc9 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:bce0a5d7-248a-4f48-b4a7-c8b502a152cc ArtifactChecksum:NTI5ZmIzZWFhMjNkZTA0OWYwYTJhYjM3YzNjNTg4Y2M= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:fdc72c9e-af46-4740-965d-8e18b361121c ResourceInvariantUUID:7a2478aa-ad7b-4bfe-a8b3-8fb59ae457b5 ResourceName:basic_vm ResourceType:VF ResourceUUID:9cf0302d-9048-427d-a002-5d0b741f086b 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:4eaea161-2ff2-44c8-9efa-74d33645f3a3 ArtifactChecksum:Y2I1MGM4YjA1ODJiYjNlODE1ODQzMTQ4YTc0MDAwNDE= 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:5b4c89f2-a105-47f2-85a7-21566c15effb 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:fb54e8e7-93d2-4c3c-bda4-063295592da8 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:fb54e8e7-93d2-4c3c-bda4-063295592da8 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-28T06:39:11.767Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e45d3fe3-0a60-45d5-8d02-a18a7a4b1ba6 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-28T06:39:11.796Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-28T06:39:11.797Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-06-28T06:39:11.797Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-06-28T06:39:11.797Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: bce0a5d7-248a-4f48-b4a7-c8b502a152cc from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-06-28T06:39:11.797Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-28T06:39:11.798Z|68bd0286-9d5c-4d10-864a-259fcebebae6|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-06-28T06:39:11.974Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-28T06:39:11.979Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar bce0a5d7-248a-4f48-b4a7-c8b502a152cc 71059 2022-06-28T06:39:11.980Z|68bd0286-9d5c-4d10-864a-259fcebebae6|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-06-28T06:39:11.980Z|68bd0286-9d5c-4d10-864a-259fcebebae6|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-06-28T06:39:11.980Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-28T06:39:11.980Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:39:11.982Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:39:11.983Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "68bd0286-9d5c-4d10-864a-259fcebebae6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656398351979, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-28T06:39:12.083Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-28T06:39:12.084Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:39:12.084Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:39:12.100Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:39:12.100Z||pool-80-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-28T06:39:12.983Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-28T06:39:12.984Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-06-28T06:39:12.985Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: bce0a5d7-248a-4f48-b4a7-c8b502a152cc, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-06-28T06:39:12.985Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-06-28T06:39:12.985Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-06-28T06:39:12.986Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-06-28T06:39:13.138Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7796019443396326206/Definitions/service-BasicVm-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-06-28T06:39:14.414Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-28T06:39:14.414Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-06-28T06:39:14.414Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-28T06:39:14.414Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-06-28T06:39:14.414Z|68bd0286-9d5c-4d10-864a-259fcebebae6|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-06-28T06:39:14.415Z|68bd0286-9d5c-4d10-864a-259fcebebae6|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-06-28T06:39:14.415Z|68bd0286-9d5c-4d10-864a-259fcebebae6|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-06-28T06:39:14.415Z|68bd0286-9d5c-4d10-864a-259fcebebae6|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-06-28T06:39:14.415Z|68bd0286-9d5c-4d10-864a-259fcebebae6|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-06-28T06:39:14.415Z|68bd0286-9d5c-4d10-864a-259fcebebae6|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-06-28T06:39:14.415Z|68bd0286-9d5c-4d10-864a-259fcebebae6|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-06-28T06:39:14.415Z|68bd0286-9d5c-4d10-864a-259fcebebae6|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-06-28T06:39:14.415Z|68bd0286-9d5c-4d10-864a-259fcebebae6|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-06-28T06:39:14.415Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-06-28T06:39:14.416Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:39:14.416Z|68bd0286-9d5c-4d10-864a-259fcebebae6|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-06-28T06:39:14.416Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-28T06:39:14.416Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-06-28T06:39:14.417Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-28T06:39:14.417Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:39:14.417Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-28T06:39:14.417Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-28T06:39:14.417Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-06-28T06:39:14.417Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-28T06:39:14.417Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:39:14.418Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-28T06:39:14.418Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:39:14.418Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-06-28T06:39:14.418Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-06-28T06:39:14.418Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-06-28T06:39:14.418Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-06-28T06:39:14.418Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-28T06:39:14.419Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-28T06:39:14.419Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:39:14.419Z|68bd0286-9d5c-4d10-864a-259fcebebae6|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-06-28T06:39:14.419Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:39:14.419Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-28T06:39:14.419Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-28T06:39:14.420Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:39:14.420Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-28T06:39:14.420Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-28T06:39:14.420Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:39:14.420Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-28T06:39:14.420Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-28T06:39:14.421Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:39:14.421Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-06-28T06:39:14.421Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-06-28T06:39:14.421Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-28T06:39:14.421Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=789b9ae8-b071-48bf-9cc0-ed360d671f1e 2022-06-28T06:39:14.422Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:39:14.422Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-28T06:39:14.422Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:39:14.423Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-28T06:39:14.423Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:39:14.423Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-28T06:39:14.424Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:39:14.424Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-28T06:39:14.424Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:e45d3fe3-0a60-45d5-8d02-a18a7a4b1ba6 Model Version:NULL Model InvariantUuid:e80e0f76-0f66-48b8-b5a5-f68a6c1fccc9 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:4282a08a-7c3b-49ec-8626-c3f58fa12bef Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:7a2478aa-ad7b-4bfe-a8b3-8fb59ae457b5 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:fdc72c9e-af46-4740-965d-8e18b361121c NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:baf11dcf-aef2-49e4-9e4c-216a2ef52be8 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:32f4c340-7517-401b-a9d8-a7b22a019fda ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:789b9ae8-b071-48bf-9cc0-ed360d671f1e ModelInvariantUuid:fe38afea-0628-4c52-aae5-6f0988abd6ce ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:591e24d1-a59a-4b72-9815-841761bf15fb ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:e43f0790-94d9-4ddd-9b95-f8734bd545d0 ModelInvariantUuid:0ee6b9e6-b16c-4223-90ed-5140645e09e6 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:881ac318-a067-4a71-ae66-19ad23de92a3 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-06-28T06:39:14.433Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 9cf0302d-9048-427d-a002-5d0b741f086b Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-28T06:39:14.436Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||basic_vm 0 2022-06-28T06:39:14.436Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9cf0302d-9048-427d-a002-5d0b741f086b 2022-06-28T06:39:14.437Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 4eaea161-2ff2-44c8-9efa-74d33645f3a3 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-06-28T06:39:14.437Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-28T06:39:14.437Z|68bd0286-9d5c-4d10-864a-259fcebebae6|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-06-28T06:39:14.599Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-28T06:39:14.600Z|68bd0286-9d5c-4d10-864a-259fcebebae6|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 4eaea161-2ff2-44c8-9efa-74d33645f3a3 787 2022-06-28T06:39:14.600Z|68bd0286-9d5c-4d10-864a-259fcebebae6|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-06-28T06:39:14.600Z|68bd0286-9d5c-4d10-864a-259fcebebae6|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-06-28T06:39:14.601Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-28T06:39:14.601Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:39:14.603Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:39:14.603Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "68bd0286-9d5c-4d10-864a-259fcebebae6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656398354600, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-28T06:39:14.703Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-28T06:39:14.704Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:39:14.704Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:39:14.726Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:39:14.727Z||pool-81-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2022-06-28T06:39:15.603Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "baf11dcf-aef2-49e4-9e4c-216a2ef52be8", "vfModuleModelVersion": "1", "vfModuleModelUUID": "32f4c340-7517-401b-a9d8-a7b22a019fda", "vfModuleModelCustomizationUUID": "87ce952b-995e-46c0-befc-8af0117e2d86", "isBase": true, "artifacts": [ "5b4c89f2-a105-47f2-85a7-21566c15effb", "fb54e8e7-93d2-4c3c-bda4-063295592da8" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-28T06:39:15.607Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:32f4c340-7517-401b-a9d8-a7b22a019fda VfModuleModelInvariantUUID:baf11dcf-aef2-49e4-9e4c-216a2ef52be8 VfModuleModelDescription:NULL Artifacts UUID List:{ 5b4c89f2-a105-47f2-85a7-21566c15effb , fb54e8e7-93d2-4c3c-bda4-063295592da8 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-06-28T06:39:15.609Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "baf11dcf-aef2-49e4-9e4c-216a2ef52be8", "vfModuleModelVersion": "1", "vfModuleModelUUID": "32f4c340-7517-401b-a9d8-a7b22a019fda", "vfModuleModelCustomizationUUID": "87ce952b-995e-46c0-befc-8af0117e2d86", "isBase": true, "artifacts": [ "5b4c89f2-a105-47f2-85a7-21566c15effb", "fb54e8e7-93d2-4c3c-bda4-063295592da8" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-28T06:39:15.609Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:32f4c340-7517-401b-a9d8-a7b22a019fda VfModuleModelInvariantUUID:baf11dcf-aef2-49e4-9e4c-216a2ef52be8 VfModuleModelDescription:NULL Artifacts UUID List:{ 5b4c89f2-a105-47f2-85a7-21566c15effb , fb54e8e7-93d2-4c3c-bda4-063295592da8 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-06-28T06:39:15.609Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 5b4c89f2-a105-47f2-85a7-21566c15effb from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-06-28T06:39:15.609Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-28T06:39:15.609Z|68bd0286-9d5c-4d10-864a-259fcebebae6|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-06-28T06:39:15.764Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-28T06:39:15.765Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 5b4c89f2-a105-47f2-85a7-21566c15effb 5033 2022-06-28T06:39:15.765Z|68bd0286-9d5c-4d10-864a-259fcebebae6|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-06-28T06:39:15.765Z|68bd0286-9d5c-4d10-864a-259fcebebae6|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-06-28T06:39:15.765Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-28T06:39:15.765Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:39:15.768Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:39:15.768Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "68bd0286-9d5c-4d10-864a-259fcebebae6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656398355765, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-28T06:39:15.868Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-28T06:39:15.868Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:39:15.869Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:39:15.885Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:39:15.886Z||pool-82-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-28T06:39:16.768Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: fb54e8e7-93d2-4c3c-bda4-063295592da8 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-06-28T06:39:16.769Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-28T06:39:16.769Z|68bd0286-9d5c-4d10-864a-259fcebebae6|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-06-28T06:39:16.878Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-28T06:39:16.878Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env fb54e8e7-93d2-4c3c-bda4-063295592da8 903 2022-06-28T06:39:16.879Z|68bd0286-9d5c-4d10-864a-259fcebebae6|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-06-28T06:39:16.879Z|68bd0286-9d5c-4d10-864a-259fcebebae6|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-06-28T06:39:16.879Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-28T06:39:16.879Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:39:16.881Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:39:16.881Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "68bd0286-9d5c-4d10-864a-259fcebebae6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656398356879, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-28T06:39:16.981Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-28T06:39:16.982Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:39:16.982Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:39:17.000Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:39:17.000Z||pool-83-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-28T06:39:17.881Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: e45d3fe3-0a60-45d5-8d02-a18a7a4b1ba6 2022-06-28T06:39:17.882Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 9cf0302d-9048-427d-a002-5d0b741f086b ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-28T06:39:17.893Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@75c7c7a1, org.onap.sdc.toscaparser.api.parameters.Input@4f35720e, org.onap.sdc.toscaparser.api.parameters.Input@4d74340f, org.onap.sdc.toscaparser.api.parameters.Input@24fb5951, org.onap.sdc.toscaparser.api.parameters.Input@6f4a68a0] 2022-06-28T06:39:17.894Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:39:17.895Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-28T06:39:17.895Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2022-06-28T06:39:17.895Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= fdc72c9e-af46-4740-965d-8e18b361121c 2022-06-28T06:39:17.895Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: fdc72c9e-af46-4740-965d-8e18b361121c matches Tosca VF Customization UUID: fdc72c9e-af46-4740-965d-8e18b361121c 2022-06-28T06:39:17.895Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: fdc72c9e-af46-4740-965d-8e18b361121c matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-06-28T06:39:17.897Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:39:17.898Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-28T06:39:17.898Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id fdc72c9e-af46-4740-965d-8e18b361121c: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"} 2022-06-28T06:39:17.898Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@19fca701 2022-06-28T06:39:17.899Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:39:17.899Z|68bd0286-9d5c-4d10-864a-259fcebebae6|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-06-28T06:39:17.899Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 87ce952b-995e-46c0-befc-8af0117e2d86 2022-06-28T06:39:17.899Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 87ce952b-995e-46c0-befc-8af0117e2d86 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-06-28T06:39:17.901Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:39:17.901Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-28T06:39:17.902Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-28T06:39:17.902Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:39:17.902Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-28T06:39:17.902Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-28T06:39:17.903Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:39:17.903Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-06-28T06:39:17.903Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-06-28T06:39:17.903Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-28T06:39:17.903Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=789b9ae8-b071-48bf-9cc0-ed360d671f1e Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-06-28T06:39:17.905Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:39:17.906Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-28T06:39:17.906Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-28T06:39:17.906Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:39:17.906Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-28T06:39:17.906Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=fdc72c9e-af46-4740-965d-8e18b361121c Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-28T06:39:17.908Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:39:17.908Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-28T06:39:17.909Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid e45d3fe3-0a60-45d5-8d02-a18a7a4b1ba6: basic_vm 2022-06-28T06:39:17.909Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:39:17.909Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-28T06:39:17.909Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:39:17.909Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-28T06:39:17.910Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:39:17.910Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-28T06:39:17.910Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:39:17.910Z|68bd0286-9d5c-4d10-864a-259fcebebae6|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-06-28T06:39:17.910Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:39:17.911Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-28T06:39:17.911Z|68bd0286-9d5c-4d10-864a-259fcebebae6|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-06-28T06:39:17.975Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 9cf0302d-9048-427d-a002-5d0b741f086b 1 ASDC deployResourceStructure 2022-06-28T06:39:17.975Z|68bd0286-9d5c-4d10-864a-259fcebebae6|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-06-28T06:39:17.975Z|68bd0286-9d5c-4d10-864a-259fcebebae6|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-06-28T06:39:17.975Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-28T06:39:17.976Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:39:17.977Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:39:17.977Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "68bd0286-9d5c-4d10-864a-259fcebebae6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656398357975, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-06-28T06:39:18.078Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-28T06:39:18.079Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:39:18.079Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:39:18.095Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:39:18.096Z||pool-84-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-28T06:39:18.979Z|68bd0286-9d5c-4d10-864a-259fcebebae6|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-06-28T06:39:18.979Z|68bd0286-9d5c-4d10-864a-259fcebebae6|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-06-28T06:39:18.979Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-28T06:39:18.979Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:39:18.981Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:39:18.981Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "68bd0286-9d5c-4d10-864a-259fcebebae6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656398358978, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-06-28T06:39:19.081Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-28T06:39:19.082Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:39:19.083Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:39:19.101Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:39:19.102Z||pool-85-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-06-28T06:39:19.982Z|68bd0286-9d5c-4d10-864a-259fcebebae6|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-06-28T06:39:19.982Z|68bd0286-9d5c-4d10-864a-259fcebebae6|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-06-28T06:39:19.983Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-28T06:39:19.983Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:39:19.985Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:39:19.985Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "68bd0286-9d5c-4d10-864a-259fcebebae6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656398359982, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-06-28T06:39:20.085Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-28T06:39:20.086Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:39:20.086Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:39:20.103Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:39:20.103Z||pool-86-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-06-28T06:39:20.986Z|68bd0286-9d5c-4d10-864a-259fcebebae6|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-06-28T06:39:20.986Z|68bd0286-9d5c-4d10-864a-259fcebebae6|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-06-28T06:39:20.987Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-28T06:39:20.987Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:39:20.988Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:39:20.988Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "68bd0286-9d5c-4d10-864a-259fcebebae6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656398360986, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-28T06:39:21.089Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-28T06:39:21.090Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:39:21.090Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:39:21.109Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:39:21.109Z||pool-87-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-06-28T06:39:21.989Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 68bd0286-9d5c-4d10-864a-259fcebebae6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-28T06:39:22.000Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 68bd0286-9d5c-4d10-864a-259fcebebae6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-28T06:39:22.003Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-28T06:39:22.003Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-28T06:39:22.003Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-28T06:39:22.003Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-28T06:39:22.003Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-28T06:39:22.004Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-28T06:39:22.004Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-28T06:39:22.004Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-28T06:39:22.004Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-28T06:39:22.004Z|68bd0286-9d5c-4d10-864a-259fcebebae6|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-06-28T06:39:22.010Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-28T06:39:27.263Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:39:27.264Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:39:27.264Z|63c45334-ba5d-487d-b7bd-1994b335f020|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 YWVvXsvdd1WxW1CC) ... 2022-06-28T06:39:27.289Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:39:27.290Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:39:27.290Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "68bd0286-9d5c-4d10-864a-259fcebebae6", "consumerID": "clamp", "timestamp": 1656398188956, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-28T06:39:27.291Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:39:27.291Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:39:27.291Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "68bd0286-9d5c-4d10-864a-259fcebebae6", "consumerID": "clamp", "timestamp": 1656398189969, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-28T06:39:27.298Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 68bd0286-9d5c-4d10-864a-259fcebebae6 2022-06-28T06:39:27.298Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 68bd0286-9d5c-4d10-864a-259fcebebae6 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-28T06:39:27.306Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:39:27.306Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "48306d1e-006a-407e-b5fa-36d3f9522015", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656398229438, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-28T06:39:27.306Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:39:27.306Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:39:27.307Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656398127261, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:39:27.307Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:39:27.307Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:39:27.307Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656398127261, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-06-28T06:39:27.307Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:39:27.307Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:39:27.307Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656398127261, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-06-28T06:39:27.308Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:39:27.308Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:39:27.308Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656398127261, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-06-28T06:39:27.308Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:39:27.308Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:39:27.308Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656398127261, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-06-28T06:39:27.308Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:39:27.308Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:39:27.309Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656398127261, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:39:27.309Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:39:27.309Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:39:27.309Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656398127261, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-06-28T06:39:27.309Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:39:27.309Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:39:27.309Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656398127261, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-28T06:39:27.310Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:39:27.310Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:39:27.310Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656398127261, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-28T06:39:27.310Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-28T06:39:27.310Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:39:27.310Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656398239606, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-28T06:39:27.310Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:39:27.310Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:39:27.311Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656398241949, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-06-28T06:39:27.311Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:39:27.311Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:39:27.311Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656398243027, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-06-28T06:39:27.311Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:39:27.311Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:39:27.311Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656398244096, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-28T06:39:27.312Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:39:27.312Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:39:27.312Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656398245201, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-06-28T06:39:27.312Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:39:27.312Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-28T06:39:27.312Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656398246299, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-06-28T06:39:27.312Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:39:52.011Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 68bd0286-9d5c-4d10-864a-259fcebebae6 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-06-28T06:39:52.016Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 68bd0286-9d5c-4d10-864a-259fcebebae6 and serviceModelVersionId: e45d3fe3-0a60-45d5-8d02-a18a7a4b1ba6 2022-06-28T06:39:52.017Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e80e0f76-0f66-48b8-b5a5-f68a6c1fccc9 2022-06-28T06:39:52.017Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e80e0f76-0f66-48b8-b5a5-f68a6c1fccc9/model-vers/model-ver/e45d3fe3-0a60-45d5-8d02-a18a7a4b1ba6?depth=0 2022-06-28T06:39:52.021Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-06-28T06:39:52.058Z|68bd0286-9d5c-4d10-864a-259fcebebae6|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/e80e0f76-0f66-48b8-b5a5-f68a6c1fccc9/model-vers/model-ver/e45d3fe3-0a60-45d5-8d02-a18a7a4b1ba6?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-06-28T06:39:52.059Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e80e0f76-0f66-48b8-b5a5-f68a6c1fccc9/model-vers/model-ver/e45d3fe3-0a60-45d5-8d02-a18a7a4b1ba6?depth=0|INFO|500||Invoke 2022-06-28T06:39:52.080Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e80e0f76-0f66-48b8-b5a5-f68a6c1fccc9/model-vers/model-ver/e45d3fe3-0a60-45d5-8d02-a18a7a4b1ba6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-28T06:39:52.165Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e80e0f76-0f66-48b8-b5a5-f68a6c1fccc9/model-vers/model-ver/e45d3fe3-0a60-45d5-8d02-a18a7a4b1ba6?depth=0|INFO|500||InvokeReturn 2022-06-28T06:39:52.165Z|68bd0286-9d5c-4d10-864a-259fcebebae6|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/e80e0f76-0f66-48b8-b5a5-f68a6c1fccc9/model-vers/model-ver/e45d3fe3-0a60-45d5-8d02-a18a7a4b1ba6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220628-06:39:51:988-97044], vertex-id=[184448], Content-Length=[0], Date=[Tue, 28 Jun 2022 06:39:51 GMT], Content-Type=[application/json]} 2022-06-28T06:39:52.166Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2022-06-28T06:39:52.166Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-28T06:39:52.167Z|68bd0286-9d5c-4d10-864a-259fcebebae6|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-06-28T06:39:52.171Z|68bd0286-9d5c-4d10-864a-259fcebebae6|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-06-28T06:39:52.172Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 68bd0286-9d5c-4d10-864a-259fcebebae6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-28T06:39:52.172Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-28T06:39:52.172Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:39:52.174Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:39:52.174Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "68bd0286-9d5c-4d10-864a-259fcebebae6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656398392172, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-28T06:39:52.274Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-28T06:39:52.275Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:39:52.275Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:39:52.294Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:39:52.294Z||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-06-28T06:39:54.097Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:39:54.098Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:39:54.098Z|68bd0286-9d5c-4d10-864a-259fcebebae6|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 YWVvXsvdd1WxW1CC) ... 2022-06-28T06:40:04.501Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:40:04.502Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:40:04.503Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:40:04.503Z|68bd0286-9d5c-4d10-864a-259fcebebae6|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 YWVvXsvdd1WxW1CC) ... 2022-06-28T06:40:14.046Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:40:14.047Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:40:14.048Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:40:14.048Z|68bd0286-9d5c-4d10-864a-259fcebebae6|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 YWVvXsvdd1WxW1CC) ... 2022-06-28T06:40:23.588Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:40:23.589Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:40:23.589Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:40:23.589Z|68bd0286-9d5c-4d10-864a-259fcebebae6|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 YWVvXsvdd1WxW1CC) ... 2022-06-28T06:40:27.264Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:40:27.264Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:40:27.264Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T06:40:27.294Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:40:27.294Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-28T06:40:27.294Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656398247430, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-06-28T06:40:27.295Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:40:27.295Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-28T06:40:27.295Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656398248455, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-06-28T06:40:27.295Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:40:27.295Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-28T06:40:27.295Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656398249458, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-06-28T06:40:27.296Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:40:27.296Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-28T06:40:27.296Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656398250462, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-06-28T06:40:27.296Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:40:27.296Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-28T06:40:27.296Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656398251466, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-06-28T06:40:27.296Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:40:27.296Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-28T06:40:27.296Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656398252470, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-28T06:40:27.296Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:40:33.170Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:40:33.171Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:40:33.172Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:40:33.172Z|68bd0286-9d5c-4d10-864a-259fcebebae6|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 YWVvXsvdd1WxW1CC) ... 2022-06-28T06:40:42.717Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:41:27.262Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:41:27.263Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:41:27.263Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T06:41:27.263Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:41:27.264Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:41:27.265Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T06:41:27.295Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:41:27.295Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-28T06:41:27.296Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0feb851-44fe-4758-9765-5bb53a799b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656398343726, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-28T06:41:27.297Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:41:27.297Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-28T06:41:27.297Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "68bd0286-9d5c-4d10-864a-259fcebebae6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656398127261, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:41:27.297Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-28T06:41:27.298Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-28T06:41:27.298Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "68bd0286-9d5c-4d10-864a-259fcebebae6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656398127261, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-06-28T06:41:27.298Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-28T06:41:27.298Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-28T06:41:27.299Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "68bd0286-9d5c-4d10-864a-259fcebebae6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656398127261, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-28T06:41:27.299Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-28T06:41:27.299Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-28T06:41:27.299Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "68bd0286-9d5c-4d10-864a-259fcebebae6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656398127261, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:41:27.300Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-28T06:41:27.300Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-28T06:41:27.300Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "68bd0286-9d5c-4d10-864a-259fcebebae6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656398127261, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-28T06:41:27.300Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-28T06:41:27.300Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-28T06:41:27.300Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "68bd0286-9d5c-4d10-864a-259fcebebae6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656398127261, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-28T06:41:27.300Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-28T06:41:27.301Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-28T06:41:27.301Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "68bd0286-9d5c-4d10-864a-259fcebebae6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656398127261, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-28T06:41:27.301Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-28T06:41:27.301Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-28T06:41:27.301Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "68bd0286-9d5c-4d10-864a-259fcebebae6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656398351979, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-28T06:41:27.301Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:41:27.301Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-28T06:41:27.301Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "68bd0286-9d5c-4d10-864a-259fcebebae6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656398354600, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-28T06:41:27.302Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:41:27.302Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-28T06:41:27.302Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "68bd0286-9d5c-4d10-864a-259fcebebae6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656398355765, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-28T06:41:27.302Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:41:27.302Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-28T06:41:27.302Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "68bd0286-9d5c-4d10-864a-259fcebebae6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656398356879, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-28T06:41:27.302Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:41:27.303Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-28T06:41:27.303Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "68bd0286-9d5c-4d10-864a-259fcebebae6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656398357975, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-06-28T06:41:27.303Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:41:27.303Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-28T06:41:27.303Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "68bd0286-9d5c-4d10-864a-259fcebebae6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656398358978, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-06-28T06:41:27.303Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:41:27.303Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-28T06:41:27.303Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "68bd0286-9d5c-4d10-864a-259fcebebae6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656398359982, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-06-28T06:41:27.303Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:41:27.303Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-28T06:41:27.303Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "68bd0286-9d5c-4d10-864a-259fcebebae6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656398360986, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-28T06:41:27.304Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:41:36.810Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:42:27.262Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:42:27.262Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:42:27.263Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T06:42:27.263Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:42:27.264Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:42:27.264Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T06:42:27.798Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:42:27.799Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-28T06:42:27.799Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "68bd0286-9d5c-4d10-864a-259fcebebae6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656398392172, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-28T06:42:27.800Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:42:36.846Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:43:27.262Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:43:27.262Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:43:27.262Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T06:43:27.263Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:43:27.264Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:43:27.264Z|68bd0286-9d5c-4d10-864a-259fcebebae6|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 YWVvXsvdd1WxW1CC) ... 2022-06-28T06:43:36.838Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:43:36.840Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:44:27.262Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:44:27.262Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:44:27.263Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T06:44:27.263Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:44:27.264Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:44:27.264Z|68bd0286-9d5c-4d10-864a-259fcebebae6|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 YWVvXsvdd1WxW1CC) ... 2022-06-28T06:44:36.809Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:44:36.817Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:45:27.262Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:45:27.262Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:45:27.263Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T06:45:27.263Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:45:27.264Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:45:27.264Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T06:45:36.814Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:45:36.817Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:46:27.262Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:46:27.262Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:46:27.262Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T06:46:27.263Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:46:27.264Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:46:27.264Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T06:46:36.810Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:46:36.810Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:47:27.262Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:47:27.262Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:47:27.263Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T06:47:27.264Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:47:27.265Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:47:27.266Z|63c45334-ba5d-487d-b7bd-1994b335f020|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 YWVvXsvdd1WxW1CC) ... 2022-06-28T06:47:36.827Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:47:36.829Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:48:27.262Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:48:27.262Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:48:27.262Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T06:48:27.263Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:48:27.264Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:48:27.264Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T06:48:36.823Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:48:36.823Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:49:27.262Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:49:27.263Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:49:27.263Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T06:49:27.263Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:49:27.264Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:49:27.264Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T06:49:36.810Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:49:36.810Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:50:27.262Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:50:27.265Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:50:27.263Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:50:27.265Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:50:27.265Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T06:50:27.266Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T06:50:36.827Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:50:36.827Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:51:27.261Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:51:27.262Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:51:27.262Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T06:51:27.263Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:51:27.264Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:51:27.264Z|68bd0286-9d5c-4d10-864a-259fcebebae6|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 YWVvXsvdd1WxW1CC) ... 2022-06-28T06:51:27.898Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:51:27.898Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-28T06:51:27.899Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"c05549ca-4942-4fc1-8153-afa97733746f","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"080ebf2c-7914-45c9-8d09-2eed7e04889a","serviceDescription":"service","serviceInvariantUUID":"7d1612d3-3223-41a5-9967-08cd2aa9732a","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"a2c20c28-e250-4eb2-96ca-e675a9e3a012","resourceInvariantUUID":"09597ad8-4f03-4ac7-a14d-da8bc3ac2dd7","resourceCustomizationUUID":"c0a4da2e-8d75-439e-ba69-edaa69928ff3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml","artifactChecksum":"ZDg3ZGE0ZDMzNzM1NTU4ODQ4NmI5ZmVjZWIzY2VjMGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"069866e5-14f6-4e60-a569-334550279767","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar","artifactChecksum":"ZGVhZmM4YTM3NDgwYjQxNDFmZjYzYzQ5N2E4NDFkNDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d53032d3-930c-4c47-9eaa-6314186efaf4","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"91d6f3d6-3361-4a66-a2a4-e466e5a2c090","artifactVersion":"1"},{"artifactName":"CBA_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip","artifactChecksum":"Y2Y4MzJjMjQ5NTY2ZjI3YjMwZWM5ZmNjMmNiNWU3MGU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"788d6a4f-0260-4f3a-a609-329da8aa51d8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml","artifactChecksum":"YWU0ZDcwODllZmYyZGI3ZWJiNmExMTgwODI1YjcxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"40c39b11-812d-48e2-9f6b-24f8118615ad","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"22121ae3-4edf-48b8-814d-81d6db9454db","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"058f27b6-19e1-46c6-80b7-6a7f997fe18a","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-TestPnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml","artifactChecksum":"Y2I5YzgxYzBkNzI2ZDgwYjFjYmRhZGRjMmVkODMxZDk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ab1e5227-d35a-4370-bc45-db2a698e2dd0","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZDAwMzliZTllOWYyMTI3Nzk0NjRmNzE1NjRiN2YwYzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"176bf40d-0004-435f-8a64-7ea4888a4f0a","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-28T06:51:27.902Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-28T06:51:27.902Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:51:27.906Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:51:27.906Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c05549ca-4942-4fc1-8153-afa97733746f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656399087261, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:51:27.906Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:51:27.908Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:51:27.908Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c05549ca-4942-4fc1-8153-afa97733746f", "consumerID": "ves-openapi-manager", "timestamp": 1656399055757, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:51:27.908Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:51:27.908Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:51:27.908Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c05549ca-4942-4fc1-8153-afa97733746f", "consumerID": "policy-id", "timestamp": 1656399059054, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:51:27.909Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:51:27.909Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:51:27.909Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c05549ca-4942-4fc1-8153-afa97733746f", "consumerID": "ves-openapi-manager", "timestamp": 1656399055757, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-28T06:51:27.909Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:51:27.909Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:51:27.909Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c05549ca-4942-4fc1-8153-afa97733746f", "consumerID": "policy-id", "timestamp": 1656399059054, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-28T06:51:27.909Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:51:27.909Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:51:27.909Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c05549ca-4942-4fc1-8153-afa97733746f", "consumerID": "ves-openapi-manager", "timestamp": 1656399055757, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-28T06:51:27.909Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:51:27.909Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:51:27.910Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c05549ca-4942-4fc1-8153-afa97733746f", "consumerID": "policy-id", "timestamp": 1656399059054, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-28T06:51:27.910Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:51:27.910Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:51:27.910Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c05549ca-4942-4fc1-8153-afa97733746f", "consumerID": "ves-openapi-manager", "timestamp": 1656399055757, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-28T06:51:27.910Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:51:27.910Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:51:27.910Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c05549ca-4942-4fc1-8153-afa97733746f", "consumerID": "policy-id", "timestamp": 1656399059054, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-28T06:51:27.910Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:51:27.910Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:51:27.910Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c05549ca-4942-4fc1-8153-afa97733746f", "consumerID": "ves-openapi-manager", "timestamp": 1656399055757, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:51:27.910Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:51:27.910Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:51:27.910Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c05549ca-4942-4fc1-8153-afa97733746f", "consumerID": "policy-id", "timestamp": 1656399059054, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:51:27.911Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:51:27.911Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:51:27.911Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c05549ca-4942-4fc1-8153-afa97733746f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656399065012, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:51:27.911Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:51:27.911Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:51:27.911Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c05549ca-4942-4fc1-8153-afa97733746f", "consumerID": "cds", "timestamp": 1656399064473, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:51:27.911Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:51:27.911Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:51:27.911Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c05549ca-4942-4fc1-8153-afa97733746f", "consumerID": "ves-openapi-manager", "timestamp": 1656399055757, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-28T06:51:27.911Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:51:27.912Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:51:27.912Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c05549ca-4942-4fc1-8153-afa97733746f", "consumerID": "policy-id", "timestamp": 1656399059054, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-28T06:51:27.912Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:51:27.912Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:51:27.912Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c05549ca-4942-4fc1-8153-afa97733746f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656399065012, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-28T06:51:27.912Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:51:27.912Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:51:27.912Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c05549ca-4942-4fc1-8153-afa97733746f", "consumerID": "cds", "timestamp": 1656399064473, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-28T06:51:27.912Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:51:27.912Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:51:27.912Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c05549ca-4942-4fc1-8153-afa97733746f", "consumerID": "ves-openapi-manager", "timestamp": 1656399055757, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-06-28T06:51:27.913Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:51:27.913Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:51:27.913Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c05549ca-4942-4fc1-8153-afa97733746f", "consumerID": "policy-id", "timestamp": 1656399059054, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-28T06:51:27.913Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:51:27.913Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:51:27.913Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c05549ca-4942-4fc1-8153-afa97733746f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656399065012, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-28T06:51:27.913Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:51:27.913Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:51:27.913Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c05549ca-4942-4fc1-8153-afa97733746f", "consumerID": "cds", "timestamp": 1656399064473, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-28T06:51:27.913Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:51:27.913Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:51:27.913Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c05549ca-4942-4fc1-8153-afa97733746f", "consumerID": "ves-openapi-manager", "timestamp": 1656399055757, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-28T06:51:27.913Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:51:27.914Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:51:27.914Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c05549ca-4942-4fc1-8153-afa97733746f", "consumerID": "policy-id", "timestamp": 1656399059054, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-28T06:51:27.914Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:51:27.914Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:51:27.914Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c05549ca-4942-4fc1-8153-afa97733746f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656399065012, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-28T06:51:27.914Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:51:27.914Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:51:27.914Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c05549ca-4942-4fc1-8153-afa97733746f", "consumerID": "cds", "timestamp": 1656399064473, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-28T06:51:27.914Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:51:27.914Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:51:27.914Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c05549ca-4942-4fc1-8153-afa97733746f", "consumerID": "ves-openapi-manager", "timestamp": 1656399055757, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-28T06:51:27.915Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:51:27.915Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:51:27.915Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c05549ca-4942-4fc1-8153-afa97733746f", "consumerID": "policy-id", "timestamp": 1656399059054, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-28T06:51:27.915Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:51:27.915Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:51:27.915Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c05549ca-4942-4fc1-8153-afa97733746f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656399065012, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:51:27.915Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:51:27.915Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:51:27.915Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c05549ca-4942-4fc1-8153-afa97733746f", "consumerID": "aai-ml", "timestamp": 1656399068308, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:51:27.916Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:51:27.916Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:51:27.916Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c05549ca-4942-4fc1-8153-afa97733746f", "consumerID": "cds", "timestamp": 1656399064473, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:51:27.916Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:51:27.916Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:51:27.916Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c05549ca-4942-4fc1-8153-afa97733746f", "consumerID": "clamp", "timestamp": 1656399069702, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:51:27.917Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:51:27.917Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:51:27.917Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c05549ca-4942-4fc1-8153-afa97733746f", "consumerID": "multicloud-k8s-id", "timestamp": 1656399068532, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:51:27.917Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:51:27.917Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:51:27.917Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c05549ca-4942-4fc1-8153-afa97733746f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656399065012, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-28T06:51:27.917Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:51:27.918Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:51:27.918Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c05549ca-4942-4fc1-8153-afa97733746f", "consumerID": "ves-openapi-manager", "timestamp": 1656399070027, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-06-28T06:51:27.918Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:51:27.918Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:51:27.918Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c05549ca-4942-4fc1-8153-afa97733746f", "consumerID": "aai-ml", "timestamp": 1656399068308, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-28T06:51:27.918Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:51:27.919Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:51:27.919Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c05549ca-4942-4fc1-8153-afa97733746f", "consumerID": "policy-id", "timestamp": 1656399071202, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-28T06:51:27.919Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:51:27.919Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:51:27.919Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c05549ca-4942-4fc1-8153-afa97733746f", "consumerID": "cds", "timestamp": 1656399064473, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-28T06:51:27.919Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:51:27.919Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:51:27.919Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c05549ca-4942-4fc1-8153-afa97733746f", "consumerID": "clamp", "timestamp": 1656399069702, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-28T06:51:27.919Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:51:27.919Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:51:27.919Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c05549ca-4942-4fc1-8153-afa97733746f", "consumerID": "multicloud-k8s-id", "timestamp": 1656399068532, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-28T06:51:27.920Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:51:27.920Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:51:27.920Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c05549ca-4942-4fc1-8153-afa97733746f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656399065012, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-28T06:51:27.920Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:51:27.920Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:51:27.920Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c05549ca-4942-4fc1-8153-afa97733746f", "consumerID": "aai-ml", "timestamp": 1656399068308, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-28T06:51:27.920Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:51:27.920Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:51:27.920Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c05549ca-4942-4fc1-8153-afa97733746f", "consumerID": "ves-openapi-manager", "timestamp": 1656399071054, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-06-28T06:51:27.920Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:51:27.921Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:51:27.921Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c05549ca-4942-4fc1-8153-afa97733746f", "consumerID": "policy-id", "timestamp": 1656399072209, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-28T06:51:27.921Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:51:27.921Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:51:27.921Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c05549ca-4942-4fc1-8153-afa97733746f", "consumerID": "cds", "timestamp": 1656399064473, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-28T06:51:27.921Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:51:27.921Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:51:27.921Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c05549ca-4942-4fc1-8153-afa97733746f", "consumerID": "clamp", "timestamp": 1656399069702, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-28T06:51:27.921Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:51:27.921Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:51:27.922Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c05549ca-4942-4fc1-8153-afa97733746f", "consumerID": "multicloud-k8s-id", "timestamp": 1656399068532, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-28T06:51:27.922Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:51:27.922Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:51:27.922Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c05549ca-4942-4fc1-8153-afa97733746f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656399065012, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-28T06:51:27.922Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:51:27.922Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:51:27.922Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c05549ca-4942-4fc1-8153-afa97733746f", "consumerID": "aai-ml", "timestamp": 1656399068308, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-28T06:51:27.922Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:51:27.922Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:51:27.922Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c05549ca-4942-4fc1-8153-afa97733746f", "consumerID": "ves-openapi-manager", "timestamp": 1656399072057, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-28T06:51:27.942Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of c05549ca-4942-4fc1-8153-afa97733746f 2022-06-28T06:51:27.942Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c05549ca-4942-4fc1-8153-afa97733746f and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-28T06:51:27.951Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:51:27.951Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c05549ca-4942-4fc1-8153-afa97733746f", "consumerID": "policy-id", "timestamp": 1656399073223, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-28T06:51:27.956Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c05549ca-4942-4fc1-8153-afa97733746f 2022-06-28T06:51:27.956Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c05549ca-4942-4fc1-8153-afa97733746f and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-28T06:51:27.964Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:51:27.964Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c05549ca-4942-4fc1-8153-afa97733746f", "consumerID": "cds", "timestamp": 1656399064473, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-28T06:51:27.964Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:51:27.964Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:51:27.965Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c05549ca-4942-4fc1-8153-afa97733746f", "consumerID": "clamp", "timestamp": 1656399069702, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-28T06:51:27.965Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:51:27.965Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:51:27.965Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c05549ca-4942-4fc1-8153-afa97733746f", "consumerID": "multicloud-k8s-id", "timestamp": 1656399068532, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-28T06:51:27.965Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:51:27.965Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:51:27.965Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c05549ca-4942-4fc1-8153-afa97733746f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656399065012, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-28T06:51:27.965Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:51:27.965Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:51:27.965Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c05549ca-4942-4fc1-8153-afa97733746f", "consumerID": "aai-ml", "timestamp": 1656399068308, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:51:27.965Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:51:27.966Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:51:27.966Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c05549ca-4942-4fc1-8153-afa97733746f", "consumerID": "cds", "timestamp": 1656399064473, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-28T06:51:27.966Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:51:27.966Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:51:27.966Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c05549ca-4942-4fc1-8153-afa97733746f", "consumerID": "clamp", "timestamp": 1656399069702, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:51:27.966Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:51:27.966Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:51:27.966Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c05549ca-4942-4fc1-8153-afa97733746f", "consumerID": "multicloud-k8s-id", "timestamp": 1656399068532, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:51:27.966Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:51:27.966Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:51:27.966Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c05549ca-4942-4fc1-8153-afa97733746f", "consumerID": "aai-ml", "timestamp": 1656399068308, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-28T06:51:27.966Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:51:27.967Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:51:27.967Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c05549ca-4942-4fc1-8153-afa97733746f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656399074808, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-28T06:51:27.967Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:51:27.967Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:51:27.967Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c05549ca-4942-4fc1-8153-afa97733746f", "consumerID": "clamp", "timestamp": 1656399069702, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-28T06:51:27.967Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:51:27.967Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:51:27.967Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c05549ca-4942-4fc1-8153-afa97733746f", "consumerID": "multicloud-k8s-id", "timestamp": 1656399068532, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-28T06:51:27.967Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:51:27.967Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:51:27.968Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c05549ca-4942-4fc1-8153-afa97733746f", "consumerID": "cds", "timestamp": 1656399074298, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-28T06:51:27.968Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:51:27.968Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:51:27.968Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c05549ca-4942-4fc1-8153-afa97733746f", "consumerID": "aai-ml", "timestamp": 1656399068308, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-28T06:51:27.968Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:51:27.968Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:51:27.968Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c05549ca-4942-4fc1-8153-afa97733746f", "consumerID": "clamp", "timestamp": 1656399069702, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-28T06:51:27.968Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:51:27.968Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:51:27.968Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c05549ca-4942-4fc1-8153-afa97733746f", "consumerID": "multicloud-k8s-id", "timestamp": 1656399068532, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-28T06:51:27.968Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:51:27.968Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:51:27.968Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c05549ca-4942-4fc1-8153-afa97733746f", "consumerID": "aai-ml", "timestamp": 1656399068308, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-28T06:51:27.969Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:51:27.969Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:51:27.969Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c05549ca-4942-4fc1-8153-afa97733746f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656399076751, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-28T06:51:27.969Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:51:27.969Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:51:27.969Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c05549ca-4942-4fc1-8153-afa97733746f", "consumerID": "clamp", "timestamp": 1656399069702, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-28T06:51:27.969Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:51:27.969Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:51:27.969Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c05549ca-4942-4fc1-8153-afa97733746f", "consumerID": "multicloud-k8s-id", "timestamp": 1656399068532, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-28T06:51:27.970Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:51:27.970Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:51:27.970Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c05549ca-4942-4fc1-8153-afa97733746f", "consumerID": "cds", "timestamp": 1656399076709, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-28T06:51:27.974Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c05549ca-4942-4fc1-8153-afa97733746f 2022-06-28T06:51:27.975Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c05549ca-4942-4fc1-8153-afa97733746f and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-28T06:51:27.982Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:51:27.982Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c05549ca-4942-4fc1-8153-afa97733746f", "consumerID": "aai-ml", "timestamp": 1656399068308, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-28T06:51:27.982Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:51:27.982Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:51:27.982Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c05549ca-4942-4fc1-8153-afa97733746f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656399077756, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-28T06:51:27.987Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c05549ca-4942-4fc1-8153-afa97733746f 2022-06-28T06:51:27.987Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c05549ca-4942-4fc1-8153-afa97733746f and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-28T06:51:27.994Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:51:27.994Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c05549ca-4942-4fc1-8153-afa97733746f", "consumerID": "multicloud-k8s-id", "timestamp": 1656399068532, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-28T06:51:27.994Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:51:27.994Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:51:27.994Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c05549ca-4942-4fc1-8153-afa97733746f", "consumerID": "clamp", "timestamp": 1656399069702, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-28T06:51:27.995Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:51:27.995Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:51:27.995Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c05549ca-4942-4fc1-8153-afa97733746f", "consumerID": "aai-ml", "timestamp": 1656399078090, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-28T06:51:27.995Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:51:27.995Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:51:27.995Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c05549ca-4942-4fc1-8153-afa97733746f", "consumerID": "aai-ml", "timestamp": 1656399083094, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-28T06:51:27.995Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:51:27.996Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:51:27.996Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c05549ca-4942-4fc1-8153-afa97733746f", "consumerID": "aai-ml", "timestamp": 1656399084098, "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-06-28T06:51:28.000Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c05549ca-4942-4fc1-8153-afa97733746f 2022-06-28T06:51:28.001Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c05549ca-4942-4fc1-8153-afa97733746f and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-28T06:51:28.006Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-28T06:51:28.007Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:51:28.007Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:51:28.009Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:51:28.009Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c05549ca-4942-4fc1-8153-afa97733746f", "consumerID": "clamp", "timestamp": 1656399088111, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-28T06:51:28.009Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:51:28.023Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:51:28.024Z||pool-89-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-28T06:51:28.907Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-28T06:51:28.909Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:51:28.911Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:51:28.911Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c05549ca-4942-4fc1-8153-afa97733746f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656399087261, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-28T06:51:29.012Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-28T06:51:29.013Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:51:29.013Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:51:29.027Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:51:29.027Z||pool-90-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-28T06:51:29.912Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-28T06:51:29.913Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:51:29.915Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:51:29.915Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c05549ca-4942-4fc1-8153-afa97733746f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656399087261, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-28T06:51:30.016Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-28T06:51:30.016Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:51:30.017Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:51:30.031Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:51:30.032Z||pool-91-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-28T06:51:30.916Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-28T06:51:30.916Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:51:30.918Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:51:30.918Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c05549ca-4942-4fc1-8153-afa97733746f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656399087261, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-28T06:51:31.019Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-28T06:51:31.020Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:51:31.020Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:51:31.037Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:51:31.038Z||pool-92-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-28T06:51:31.919Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-28T06:51:31.920Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:51:31.923Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:51:31.923Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c05549ca-4942-4fc1-8153-afa97733746f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656399087261, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:51:32.023Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-28T06:51:32.024Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:51:32.024Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:51:32.039Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:51:32.039Z||pool-93-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-28T06:51:32.924Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-28T06:51:32.925Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:51:32.927Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:51:32.927Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c05549ca-4942-4fc1-8153-afa97733746f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656399087261, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-28T06:51:33.027Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-28T06:51:33.028Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:51:33.028Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:51:33.043Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:51:33.043Z||pool-94-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-28T06:51:33.927Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-28T06:51:33.928Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:51:33.930Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:51:33.931Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c05549ca-4942-4fc1-8153-afa97733746f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656399087261, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-28T06:51:34.031Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-28T06:51:34.032Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:51:34.032Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:51:34.046Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:51:34.047Z||pool-95-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-28T06:51:34.931Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-28T06:51:34.932Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:51:34.934Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:51:34.934Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c05549ca-4942-4fc1-8153-afa97733746f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656399087261, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-28T06:51:35.034Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-28T06:51:35.035Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:51:35.035Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:51:35.059Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:51:35.060Z||pool-96-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-06-28T06:51:35.935Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-28T06:51:35.935Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:51:35.937Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:51:35.937Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c05549ca-4942-4fc1-8153-afa97733746f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656399087261, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-28T06:51:36.037Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-28T06:51:36.038Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:51:36.039Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:51:36.060Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:51:36.060Z||pool-97-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2022-06-28T06:51:36.938Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "c05549ca-4942-4fc1-8153-afa97733746f", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "080ebf2c-7914-45c9-8d09-2eed7e04889a", "serviceDescription": "service", "serviceInvariantUUID": "7d1612d3-3223-41a5-9967-08cd2aa9732a", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "c0a4da2e-8d75-439e-ba69-edaa69928ff3", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "a2c20c28-e250-4eb2-96ca-e675a9e3a012", "resourceInvariantUUID": "09597ad8-4f03-4ac7-a14d-da8bc3ac2dd7", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-TestPnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "artifactChecksum": "ZDAwMzliZTllOWYyMTI3Nzk0NjRmNzE1NjRiN2YwYzQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "176bf40d-0004-435f-8a64-7ea4888a4f0a" } ], "workloadContext": "Production" } 2022-06-28T06:51:36.938Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-28T06:51:36.938Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 080ebf2c-7914-45c9-8d09-2eed7e04889a ASDC 2022-06-28T06:51:36.939Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:c05549ca-4942-4fc1-8153-afa97733746f ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:080ebf2c-7914-45c9-8d09-2eed7e04889a ServiceInvariantUUID:7d1612d3-3223-41a5-9967-08cd2aa9732a ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-TestPnfMacro-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ArtifactUUID:176bf40d-0004-435f-8a64-7ea4888a4f0a ArtifactChecksum:ZDAwMzliZTllOWYyMTI3Nzk0NjRmNzE1NjRiN2YwYzQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:c0a4da2e-8d75-439e-ba69-edaa69928ff3 ResourceInvariantUUID:09597ad8-4f03-4ac7-a14d-da8bc3ac2dd7 ResourceName:test-pnf ResourceType:PNF ResourceUUID:a2c20c28-e250-4eb2-96ca-e675a9e3a012 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-06-28T06:51:36.939Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 080ebf2c-7914-45c9-8d09-2eed7e04889a ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-28T06:51:36.969Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-28T06:51:36.970Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-06-28T06:51:36.970Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-06-28T06:51:36.970Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 176bf40d-0004-435f-8a64-7ea4888a4f0a from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-06-28T06:51:36.970Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-06-28T06:51:36.970Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-06-28T06:51:37.051Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-06-28T06:51:37.058Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 176bf40d-0004-435f-8a64-7ea4888a4f0a 105668 2022-06-28T06:51:37.058Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-06-28T06:51:37.058Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-06-28T06:51:37.058Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-28T06:51:37.058Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:51:37.060Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:51:37.060Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c05549ca-4942-4fc1-8153-afa97733746f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656399097058, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-28T06:51:37.161Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-28T06:51:37.162Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:51:37.162Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:51:37.185Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:51:37.186Z||pool-98-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-06-28T06:51:38.061Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-28T06:51:38.062Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-06-28T06:51:38.062Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 176bf40d-0004-435f-8a64-7ea4888a4f0a, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-28T06:51:38.063Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-06-28T06:51:38.064Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-28T06:51:38.064Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-28T06:51:38.233Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18275700645083154652/Definitions/service-TestPnfMacro-template.yml 2022-06-28T06:51:39.072Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-28T06:51:39.072Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-06-28T06:51:39.072Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-28T06:51:39.072Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-06-28T06:51:39.073Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-28T06:51:39.073Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-28T06:51:39.073Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-28T06:51:39.073Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-28T06:51:39.073Z|c05549ca-4942-4fc1-8153-afa97733746f|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-TestPnfMacro-csar.csar 2022-06-28T06:51:39.073Z|c05549ca-4942-4fc1-8153-afa97733746f|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-TestPnfMacro-csar.csar 2022-06-28T06:51:39.073Z|c05549ca-4942-4fc1-8153-afa97733746f|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-TestPnfMacro-csar.csar 2022-06-28T06:51:39.073Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-06-28T06:51:39.073Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:51:39.074Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-28T06:51:39.074Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-06-28T06:51:39.074Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-06-28T06:51:39.074Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-28T06:51:39.074Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:51:39.074Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-28T06:51:39.074Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-06-28T06:51:39.075Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-06-28T06:51:39.075Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-28T06:51:39.075Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:51:39.075Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-28T06:51:39.075Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:51:39.075Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-28T06:51:39.076Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:51:39.076Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-28T06:51:39.076Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:51:39.076Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-28T06:51:39.076Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:51:39.076Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-28T06:51:39.076Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:080ebf2c-7914-45c9-8d09-2eed7e04889a Model Version:NULL Model InvariantUuid:7d1612d3-3223-41a5-9967-08cd2aa9732a Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-06-28T06:51:39.082Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: a2c20c28-e250-4eb2-96ca-e675a9e3a012 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-28T06:51:39.085Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||INFO|500||test-pnf 0 2022-06-28T06:51:39.086Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: a2c20c28-e250-4eb2-96ca-e675a9e3a012 2022-06-28T06:51:39.086Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 080ebf2c-7914-45c9-8d09-2eed7e04889a 2022-06-28T06:51:39.086Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 080ebf2c-7914-45c9-8d09-2eed7e04889a 2022-06-28T06:51:39.086Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 a2c20c28-e250-4eb2-96ca-e675a9e3a012 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-28T06:51:39.090Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@17420509, org.onap.sdc.toscaparser.api.parameters.Input@e01bbb2, org.onap.sdc.toscaparser.api.parameters.Input@31818366, org.onap.sdc.toscaparser.api.parameters.Input@451d8f63, org.onap.sdc.toscaparser.api.parameters.Input@4270b084] 2022-06-28T06:51:39.090Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:51:39.090Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-28T06:51:39.091Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 080ebf2c-7914-45c9-8d09-2eed7e04889a: test-pnf 2022-06-28T06:51:39.091Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||INFO|500||Processing PNF resource: a2c20c28-e250-4eb2-96ca-e675a9e3a012 2022-06-28T06:51:39.091Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:51:39.091Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-28T06:51:39.092Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||INFO|500||Resource customization UUID: c0a4da2e-8d75-439e-ba69-edaa69928ff3 is the same as notified resource customizationUUID: c0a4da2e-8d75-439e-ba69-edaa69928ff3 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-06-28T06:51:39.121Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf a2c20c28-e250-4eb2-96ca-e675a9e3a012 0 ASDC deployResourceStructure 2022-06-28T06:51:39.122Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-06-28T06:51:39.122Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-06-28T06:51:39.122Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-28T06:51:39.122Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:51:39.124Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:51:39.124Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c05549ca-4942-4fc1-8153-afa97733746f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656399099122, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-28T06:51:39.224Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-28T06:51:39.225Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:51:39.225Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:51:39.282Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:51:39.283Z||pool-99-thread-1|||||INFO|500||cambria reply ok (59 ms):{"serverTimeMs":0,"count":1} 2022-06-28T06:51:40.124Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c05549ca-4942-4fc1-8153-afa97733746f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-28T06:51:40.136Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c05549ca-4942-4fc1-8153-afa97733746f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-28T06:51:40.140Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-28T06:51:40.140Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-28T06:51:40.140Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-28T06:51:40.141Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-28T06:51:40.141Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-28T06:51:40.141Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-28T06:51:40.141Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-28T06:51:40.141Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-28T06:51:40.142Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-28T06:51:40.142Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-28T06:51:40.142Z|c05549ca-4942-4fc1-8153-afa97733746f|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-06-28T06:51:40.147Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-28T06:52:10.147Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c05549ca-4942-4fc1-8153-afa97733746f and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-06-28T06:52:10.155Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c05549ca-4942-4fc1-8153-afa97733746f and serviceModelVersionId: 080ebf2c-7914-45c9-8d09-2eed7e04889a 2022-06-28T06:52:10.156Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7d1612d3-3223-41a5-9967-08cd2aa9732a 2022-06-28T06:52:10.157Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7d1612d3-3223-41a5-9967-08cd2aa9732a/model-vers/model-ver/080ebf2c-7914-45c9-8d09-2eed7e04889a?depth=0 2022-06-28T06:52:10.165Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-06-28T06:52:10.217Z|c05549ca-4942-4fc1-8153-afa97733746f|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/7d1612d3-3223-41a5-9967-08cd2aa9732a/model-vers/model-ver/080ebf2c-7914-45c9-8d09-2eed7e04889a?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-06-28T06:52:10.219Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7d1612d3-3223-41a5-9967-08cd2aa9732a/model-vers/model-ver/080ebf2c-7914-45c9-8d09-2eed7e04889a?depth=0|INFO|500||Invoke 2022-06-28T06:52:10.239Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7d1612d3-3223-41a5-9967-08cd2aa9732a/model-vers/model-ver/080ebf2c-7914-45c9-8d09-2eed7e04889a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-28T06:52:10.419Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7d1612d3-3223-41a5-9967-08cd2aa9732a/model-vers/model-ver/080ebf2c-7914-45c9-8d09-2eed7e04889a?depth=0|INFO|500||InvokeReturn 2022-06-28T06:52:10.420Z|c05549ca-4942-4fc1-8153-afa97733746f|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/7d1612d3-3223-41a5-9967-08cd2aa9732a/model-vers/model-ver/080ebf2c-7914-45c9-8d09-2eed7e04889a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220628-06:52:10:152-43591], vertex-id=[258296], Content-Length=[0], Date=[Tue, 28 Jun 2022 06:52:10 GMT], Content-Type=[application/json]} 2022-06-28T06:52:10.420Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity. 2022-06-28T06:52:10.421Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-28T06:52:10.421Z|c05549ca-4942-4fc1-8153-afa97733746f|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-06-28T06:52:10.425Z|c05549ca-4942-4fc1-8153-afa97733746f|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-06-28T06:52:10.425Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c05549ca-4942-4fc1-8153-afa97733746f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-28T06:52:10.426Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-28T06:52:10.426Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:52:10.428Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:52:10.428Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c05549ca-4942-4fc1-8153-afa97733746f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656399130425, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-28T06:52:10.528Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-28T06:52:10.529Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:52:10.529Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:52:10.552Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:52:10.553Z||pool-100-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-28T06:52:27.262Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:52:27.263Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:52:27.275Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:52:27.275Z|68bd0286-9d5c-4d10-864a-259fcebebae6|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 YWVvXsvdd1WxW1CC) ... 2022-06-28T06:52:27.279Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:52:27.279Z|c05549ca-4942-4fc1-8153-afa97733746f|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 YWVvXsvdd1WxW1CC) ... 2022-06-28T06:52:27.407Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:52:27.408Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:52:27.408Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c05549ca-4942-4fc1-8153-afa97733746f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656399087261, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:52:27.408Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:52:27.923Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:52:27.924Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-28T06:52:27.925Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"ea906dd1-8768-4600-a7e6-6f9511a74248","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"93128ebb-18d9-4b15-bd81-241e2457f021","serviceDescription":"service","serviceInvariantUUID":"1fdc043b-2ae5-454d-a8fd-ad9e58336128","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"afcea6ab-c692-4a6f-bcc6-f3cb13e20a24","resourceInvariantUUID":"22618daf-8489-46bc-9b92-b3e3e3365044","resourceCustomizationUUID":"bda08cd7-44d4-4c37-adf1-8adf68e549da","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml","artifactChecksum":"MzRjNTZhNDlhZjNkNTExNjE2YTJkY2U2Y2EyZDA4NmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"da8144ed-e831-427f-abe9-c8f6c0243678","artifactVersion":"1"},{"artifactName":"basic_cnf_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json","artifactChecksum":"MGQxMmFlNjVhMjA5ZDYxYTE5MjZmZGVjMDFlNDI2Njc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9d79e83f-9848-4a57-a98b-99995168c32d","artifactVersion":"1"},{"artifactName":"base_template_dummy_ignore.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml","artifactChecksum":"ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"627fbdea-c50f-4dcb-96bb-014ecdc7e25b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"Njk1MTM1MjJiZTllY2UyN2I2MWE2NzA1NzAzZWM5YjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"193e6b30-6272-444b-b20a-d07f279876ad","artifactVersion":"1"},{"artifactName":"helm_apache.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d7dae77a-e348-4b63-a169-af777cd07b6e","artifactVersion":"2","generatedFromUUID":"66e5a3d7-de2f-405a-a5ee-94499e050f5b"},{"artifactName":"base_template_dummy_ignore.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env","artifactChecksum":"MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"df7a7e23-616f-4fcd-942b-0ec4a8221fe7","artifactVersion":"2","generatedFromUUID":"627fbdea-c50f-4dcb-96bb-014ecdc7e25b"},{"artifactName":"helm_apache.tgz","artifactType":"HELM","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz","artifactChecksum":"Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"66e5a3d7-de2f-405a-a5ee-94499e050f5b","artifactVersion":"1"},{"artifactName":"basic_cnf_cba_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip","artifactChecksum":"OWEzNmRmZDA4MGYyNGFkYTE2M2M0ZmVhMjNhZDVjNmM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"0a7534fb-1f73-4098-a72f-e2a5869ffc16","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml","artifactChecksum":"MjFhN2IzODliNWJkNjc3MmUxNDg1NzNiOWNkOGVkMzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6c603446-2337-4776-8604-2035c34444d9","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"NTM1NDQ5NjYxZDRjZTlmZWY1MjhiN2VlNmE4ZTBiNDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"efad0ba7-0d63-4fee-aee1-4ee0b1e6ed25","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-28T06:52:27.927Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-28T06:52:27.927Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:52:27.929Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:52:27.929Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656399147262, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:52:28.029Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-28T06:52:28.030Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:52:28.030Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:52:28.046Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:52:28.047Z||pool-101-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-28T06:52:28.930Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-28T06:52:28.930Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:52:28.933Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:52:28.933Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656399147262, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-06-28T06:52:29.033Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-28T06:52:29.034Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:52:29.034Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:52:29.062Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:52:29.063Z||pool-102-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2022-06-28T06:52:29.933Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-28T06:52:29.934Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:52:29.937Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:52:29.937Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656399147262, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-06-28T06:52:30.037Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-28T06:52:30.038Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:52:30.038Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:52:30.055Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:52:30.056Z||pool-103-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-06-28T06:52:30.937Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-28T06:52:30.938Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:52:30.940Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:52:30.940Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656399147262, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:52:31.040Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-28T06:52:31.040Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:52:31.041Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:52:31.063Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:52:31.064Z||pool-104-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-06-28T06:52:31.940Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-28T06:52:31.941Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:52:31.942Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:52:31.943Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656399147262, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-06-28T06:52:32.043Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-28T06:52:32.043Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:52:32.043Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:52:32.065Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:52:32.066Z||pool-105-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-06-28T06:52:32.943Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-28T06:52:32.944Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:52:32.945Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:52:32.945Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656399147262, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-06-28T06:52:33.045Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-28T06:52:33.046Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:52:33.046Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:52:33.074Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:52:33.074Z||pool-106-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-06-28T06:52:33.946Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-28T06:52:33.947Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:52:33.948Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:52:33.948Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656399147262, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-06-28T06:52:34.048Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-28T06:52:34.049Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:52:34.050Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:52:34.064Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:52:34.065Z||pool-107-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-06-28T06:52:34.949Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-28T06:52:34.950Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:52:34.952Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:52:34.952Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656399147262, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-28T06:52:35.052Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-28T06:52:35.053Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:52:35.053Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:52:35.072Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:52:35.073Z||pool-108-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-06-28T06:52:35.952Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-28T06:52:35.953Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:52:35.954Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:52:35.955Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656399147262, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-28T06:52:36.055Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-28T06:52:36.056Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:52:36.056Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:52:36.077Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:52:36.078Z||pool-109-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-06-28T06:52:36.955Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-28T06:52:36.956Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:52:36.972Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:52:36.972Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656399147262, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-28T06:52:37.058Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 86 ms 2022-06-28T06:52:37.059Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:52:37.059Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:52:37.076Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:52:37.076Z||pool-110-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-28T06:52:37.973Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "93128ebb-18d9-4b15-bd81-241e2457f021", "serviceDescription": "service", "serviceInvariantUUID": "1fdc043b-2ae5-454d-a8fd-ad9e58336128", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "bda08cd7-44d4-4c37-adf1-8adf68e549da", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "afcea6ab-c692-4a6f-bcc6-f3cb13e20a24", "resourceInvariantUUID": "22618daf-8489-46bc-9b92-b3e3e3365044", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_cnf_macro0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "artifactChecksum": "MGQxMmFlNjVhMjA5ZDYxYTE5MjZmZGVjMDFlNDI2Njc\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9d79e83f-9848-4a57-a98b-99995168c32d", "relatedArtifactsInfo": [] }, { "artifactName": "base_template_dummy_ignore.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "artifactChecksum": "ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "627fbdea-c50f-4dcb-96bb-014ecdc7e25b", "generatedArtifact": { "artifactName": "base_template_dummy_ignore.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "df7a7e23-616f-4fcd-942b-0ec4a8221fe7", "generatedFromUUID": "627fbdea-c50f-4dcb-96bb-014ecdc7e25b" }, "relatedArtifactsInfo": [] }, { "artifactName": "helm_apache.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d7dae77a-e348-4b63-a169-af777cd07b6e", "relatedArtifactsInfo": [] }, { "artifactName": "base_template_dummy_ignore.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "df7a7e23-616f-4fcd-942b-0ec4a8221fe7", "relatedArtifactsInfo": [] }, { "artifactName": "helm_apache.tgz", "artifactType": "HELM", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "artifactChecksum": "Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "66e5a3d7-de2f-405a-a5ee-94499e050f5b", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "NTM1NDQ5NjYxZDRjZTlmZWY1MjhiN2VlNmE4ZTBiNDE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "efad0ba7-0d63-4fee-aee1-4ee0b1e6ed25" } ], "workloadContext": "Production" } 2022-06-28T06:52:37.973Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-28T06:52:37.974Z|c05549ca-4942-4fc1-8153-afa97733746f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 93128ebb-18d9-4b15-bd81-241e2457f021 ASDC 2022-06-28T06:52:37.974Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:ea906dd1-8768-4600-a7e6-6f9511a74248 ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:93128ebb-18d9-4b15-bd81-241e2457f021 ServiceInvariantUUID:1fdc043b-2ae5-454d-a8fd-ad9e58336128 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicCnfMacro-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ArtifactUUID:efad0ba7-0d63-4fee-aee1-4ee0b1e6ed25 ArtifactChecksum:NTM1NDQ5NjYxZDRjZTlmZWY1MjhiN2VlNmE4ZTBiNDE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:bda08cd7-44d4-4c37-adf1-8adf68e549da ResourceInvariantUUID:22618daf-8489-46bc-9b92-b3e3e3365044 ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:afcea6ab-c692-4a6f-bcc6-f3cb13e20a24 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_cnf_macro0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ArtifactUUID:9d79e83f-9848-4a57-a98b-99995168c32d ArtifactChecksum:MGQxMmFlNjVhMjA5ZDYxYTE5MjZmZGVjMDFlNDI2Njc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_template_dummy_ignore.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ArtifactUUID:627fbdea-c50f-4dcb-96bb-014ecdc7e25b ArtifactChecksum:ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_template_dummy_ignore.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ArtifactUUID:df7a7e23-616f-4fcd-942b-0ec4a8221fe7 ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:helm_apache.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ArtifactUUID:d7dae77a-e348-4b63-a169-af777cd07b6e ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_template_dummy_ignore.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ArtifactUUID:df7a7e23-616f-4fcd-942b-0ec4a8221fe7 ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:helm_apache.tgz ArtifactVersion:1 ArtifactType:HELM ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ArtifactUUID:66e5a3d7-de2f-405a-a5ee-94499e050f5b ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-28T06:52:37.974Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 93128ebb-18d9-4b15-bd81-241e2457f021 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-28T06:52:38.018Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-28T06:52:38.019Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-06-28T06:52:38.019Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-06-28T06:52:38.019Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: efad0ba7-0d63-4fee-aee1-4ee0b1e6ed25 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-06-28T06:52:38.019Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-06-28T06:52:38.020Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-06-28T06:52:38.161Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-06-28T06:52:38.167Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar efad0ba7-0d63-4fee-aee1-4ee0b1e6ed25 158203 2022-06-28T06:52:38.167Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-06-28T06:52:38.167Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-06-28T06:52:38.167Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-28T06:52:38.167Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:52:38.169Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:52:38.169Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656399158167, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-28T06:52:38.269Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-28T06:52:38.270Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:52:38.270Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:52:38.283Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:52:38.284Z||pool-111-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-06-28T06:52:39.169Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-28T06:52:39.171Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-06-28T06:52:39.171Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: efad0ba7-0d63-4fee-aee1-4ee0b1e6ed25, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-28T06:52:39.171Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2022-06-28T06:52:39.172Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-28T06:52:39.172Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-28T06:52:39.287Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11903355691635260501/Definitions/service-BasicCnfMacro-template.yml 2022-06-28T06:52:40.309Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-28T06:52:40.309Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-06-28T06:52:40.309Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-28T06:52:40.310Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-06-28T06:52:40.310Z|ea906dd1-8768-4600-a7e6-6f9511a74248|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-BasicCnfMacro-csar.csar 2022-06-28T06:52:40.310Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-28T06:52:40.310Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-28T06:52:40.310Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-28T06:52:40.310Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-06-28T06:52:40.310Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:52:40.310Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-28T06:52:40.311Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-28T06:52:40.311Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-06-28T06:52:40.311Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-28T06:52:40.311Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:52:40.311Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-28T06:52:40.311Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-28T06:52:40.311Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-06-28T06:52:40.312Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-28T06:52:40.312Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:52:40.312Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-28T06:52:40.312Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:52:40.312Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-06-28T06:52:40.312Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2022-06-28T06:52:40.312Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||Node template dummy_base is not matching search criteria 2022-06-28T06:52:40.312Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-28T06:52:40.313Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:52:40.313Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-28T06:52:40.313Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:52:40.313Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-28T06:52:40.313Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-28T06:52:40.313Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:52:40.314Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-28T06:52:40.314Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-28T06:52:40.314Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:52:40.314Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-28T06:52:40.314Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-28T06:52:40.314Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:52:40.315Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-28T06:52:40.315Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-28T06:52:40.315Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:52:40.315Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-06-28T06:52:40.315Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2022-06-28T06:52:40.315Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=fe7b3a36-b71d-4f55-8186-176733dc7c54 2022-06-28T06:52:40.315Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:52:40.316Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-28T06:52:40.316Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:52:40.316Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-28T06:52:40.316Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:52:40.316Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-28T06:52:40.316Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:52:40.316Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-28T06:52:40.316Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:93128ebb-18d9-4b15-bd81-241e2457f021 Model Version:NULL Model InvariantUuid:1fdc043b-2ae5-454d-a8fd-ad9e58336128 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:b77893d8-5376-4a7b-b902-3ffeed74a6e8 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:22618daf-8489-46bc-9b92-b3e3e3365044 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:bda08cd7-44d4-4c37-adf1-8adf68e549da NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:567956e5-0182-4f33-a25f-7271063451a0 ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:c131b9f0-9588-47ca-acaa-666db1591bbc ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:d4419947-ab1d-4c7a-925e-41052c3445b0 ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:174f4381-9d98-4a5f-81b0-60a010707344 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:fe7b3a36-b71d-4f55-8186-176733dc7c54 ModelInvariantUuid:28854ba9-86dd-411b-a7d5-93e7be82f64d ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:a0b546ca-09b2-42c3-9fca-da90b9265f47 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:0256fe60-b090-4e2f-949a-8fddad4d9796 ModelInvariantUuid:ea59addb-6e93-40d7-a45e-31488195e239 ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:a4b1ac1b-1a45-400d-a051-afcc77e9e572 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-06-28T06:52:40.323Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: afcea6ab-c692-4a6f-bcc6-f3cb13e20a24 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-28T06:52:40.325Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||INFO|500||basic_cnf_macro 0 2022-06-28T06:52:40.325Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: afcea6ab-c692-4a6f-bcc6-f3cb13e20a24 2022-06-28T06:52:40.325Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 9d79e83f-9848-4a57-a98b-99995168c32d from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-06-28T06:52:40.325Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-06-28T06:52:40.325Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-06-28T06:52:40.388Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-06-28T06:52:40.388Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 9d79e83f-9848-4a57-a98b-99995168c32d 1565 2022-06-28T06:52:40.388Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2022-06-28T06:52:40.389Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-06-28T06:52:40.389Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-28T06:52:40.389Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:52:40.391Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:52:40.391Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656399160388, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-28T06:52:40.491Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-28T06:52:40.492Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:52:40.492Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:52:40.506Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:52:40.506Z||pool-112-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-28T06:52:41.391Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "d4419947-ab1d-4c7a-925e-41052c3445b0", "vfModuleModelVersion": "1", "vfModuleModelUUID": "174f4381-9d98-4a5f-81b0-60a010707344", "vfModuleModelCustomizationUUID": "490d1a69-322c-46dd-a57f-4c6408354f86", "isBase": true, "artifacts": [ "627fbdea-c50f-4dcb-96bb-014ecdc7e25b", "df7a7e23-616f-4fcd-942b-0ec4a8221fe7" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_template_dummy_ignore", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } }, { "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1", "vfModuleModelInvariantUUID": "567956e5-0182-4f33-a25f-7271063451a0", "vfModuleModelVersion": "1", "vfModuleModelUUID": "c131b9f0-9588-47ca-acaa-666db1591bbc", "vfModuleModelCustomizationUUID": "438ab474-f998-40e7-9cb0-6e142c1df4d3", "isBase": false, "artifacts": [ "66e5a3d7-de2f-405a-a5ee-94499e050f5b" ], "properties": { "min_vf_module_instances": "0", "vf_module_label": "helm_apache", "max_vf_module_instances": "", "vfc_list": "", "vf_module_type": "Expansion", "vf_module_description": "", "initial_count": "0", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-28T06:52:41.396Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:174f4381-9d98-4a5f-81b0-60a010707344 VfModuleModelInvariantUUID:d4419947-ab1d-4c7a-925e-41052c3445b0 VfModuleModelDescription:NULL Artifacts UUID List:{ 627fbdea-c50f-4dcb-96bb-014ecdc7e25b , df7a7e23-616f-4fcd-942b-0ec4a8221fe7 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_template_dummy_ignore max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true , VfModuleMetaData: VfModuleModelName:BasicCnfMacro..helm_apache..module-1 VfModuleModelVersion:1 VfModuleModelUUID:c131b9f0-9588-47ca-acaa-666db1591bbc VfModuleModelInvariantUUID:567956e5-0182-4f33-a25f-7271063451a0 VfModuleModelDescription:NULL Artifacts UUID List:{ 66e5a3d7-de2f-405a-a5ee-94499e050f5b } Properties List:{ min_vf_module_instances : 0 vf_module_label : helm_apache max_vf_module_instances : vfc_list : vf_module_type : Expansion vf_module_description : initial_count : 0 volume_group : false availability_zone_count : } isBase:false } 2022-06-28T06:52:41.399Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "d4419947-ab1d-4c7a-925e-41052c3445b0", "vfModuleModelVersion": "1", "vfModuleModelUUID": "174f4381-9d98-4a5f-81b0-60a010707344", "vfModuleModelCustomizationUUID": "490d1a69-322c-46dd-a57f-4c6408354f86", "isBase": true, "artifacts": [ "627fbdea-c50f-4dcb-96bb-014ecdc7e25b", "df7a7e23-616f-4fcd-942b-0ec4a8221fe7" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_template_dummy_ignore", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } }, { "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1", "vfModuleModelInvariantUUID": "567956e5-0182-4f33-a25f-7271063451a0", "vfModuleModelVersion": "1", "vfModuleModelUUID": "c131b9f0-9588-47ca-acaa-666db1591bbc", "vfModuleModelCustomizationUUID": "438ab474-f998-40e7-9cb0-6e142c1df4d3", "isBase": false, "artifacts": [ "66e5a3d7-de2f-405a-a5ee-94499e050f5b" ], "properties": { "min_vf_module_instances": "0", "vf_module_label": "helm_apache", "max_vf_module_instances": "", "vfc_list": "", "vf_module_type": "Expansion", "vf_module_description": "", "initial_count": "0", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-28T06:52:41.399Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:174f4381-9d98-4a5f-81b0-60a010707344 VfModuleModelInvariantUUID:d4419947-ab1d-4c7a-925e-41052c3445b0 VfModuleModelDescription:NULL Artifacts UUID List:{ 627fbdea-c50f-4dcb-96bb-014ecdc7e25b , df7a7e23-616f-4fcd-942b-0ec4a8221fe7 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_template_dummy_ignore max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true , VfModuleMetaData: VfModuleModelName:BasicCnfMacro..helm_apache..module-1 VfModuleModelVersion:1 VfModuleModelUUID:c131b9f0-9588-47ca-acaa-666db1591bbc VfModuleModelInvariantUUID:567956e5-0182-4f33-a25f-7271063451a0 VfModuleModelDescription:NULL Artifacts UUID List:{ 66e5a3d7-de2f-405a-a5ee-94499e050f5b } Properties List:{ min_vf_module_instances : 0 vf_module_label : helm_apache max_vf_module_instances : vfc_list : vf_module_type : Expansion vf_module_description : initial_count : 0 volume_group : false availability_zone_count : } isBase:false } 2022-06-28T06:52:41.399Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 627fbdea-c50f-4dcb-96bb-014ecdc7e25b from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-06-28T06:52:41.399Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-06-28T06:52:41.400Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-06-28T06:52:41.458Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-06-28T06:52:41.458Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 627fbdea-c50f-4dcb-96bb-014ecdc7e25b 914 2022-06-28T06:52:41.458Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2022-06-28T06:52:41.459Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-06-28T06:52:41.459Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-28T06:52:41.459Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:52:41.461Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:52:41.461Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656399161458, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-06-28T06:52:41.561Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-28T06:52:41.562Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:52:41.562Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:52:41.580Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:52:41.580Z||pool-113-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-28T06:52:42.461Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d7dae77a-e348-4b63-a169-af777cd07b6e from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-06-28T06:52:42.462Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-06-28T06:52:42.462Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-06-28T06:52:42.525Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-06-28T06:52:42.525Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env d7dae77a-e348-4b63-a169-af777cd07b6e 12 2022-06-28T06:52:42.525Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2022-06-28T06:52:42.526Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-06-28T06:52:42.526Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-28T06:52:42.526Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:52:42.527Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:52:42.528Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656399162525, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-06-28T06:52:42.628Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-28T06:52:42.628Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:52:42.628Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:52:42.643Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:52:42.643Z||pool-114-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-28T06:52:43.528Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: df7a7e23-616f-4fcd-942b-0ec4a8221fe7 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-06-28T06:52:43.529Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-06-28T06:52:43.529Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-06-28T06:52:43.594Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-06-28T06:52:43.594Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env df7a7e23-616f-4fcd-942b-0ec4a8221fe7 96 2022-06-28T06:52:43.595Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2022-06-28T06:52:43.595Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-06-28T06:52:43.595Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-28T06:52:43.595Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:52:43.597Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:52:43.597Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656399163594, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-06-28T06:52:43.697Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-28T06:52:43.698Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:52:43.698Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:52:43.711Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:52:43.711Z||pool-115-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-28T06:52:44.598Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 66e5a3d7-de2f-405a-a5ee-94499e050f5b from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-06-28T06:52:44.598Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-06-28T06:52:44.598Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-06-28T06:52:44.736Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-06-28T06:52:44.737Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 66e5a3d7-de2f-405a-a5ee-94499e050f5b 20206 2022-06-28T06:52:44.737Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2022-06-28T06:52:44.737Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-06-28T06:52:44.737Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-28T06:52:44.738Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:52:44.740Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:52:44.740Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656399164737, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-06-28T06:52:44.840Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-28T06:52:44.841Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:52:44.841Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:52:44.855Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:52:44.856Z||pool-116-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-28T06:52:45.744Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 93128ebb-18d9-4b15-bd81-241e2457f021 2022-06-28T06:52:45.744Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 afcea6ab-c692-4a6f-bcc6-f3cb13e20a24 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-28T06:52:45.753Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5b544cea, org.onap.sdc.toscaparser.api.parameters.Input@35fcd3e6, org.onap.sdc.toscaparser.api.parameters.Input@61ab8be1, org.onap.sdc.toscaparser.api.parameters.Input@21c07cd0, org.onap.sdc.toscaparser.api.parameters.Input@580a571e] 2022-06-28T06:52:45.755Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:52:45.755Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-28T06:52:45.755Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2022-06-28T06:52:45.755Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= bda08cd7-44d4-4c37-adf1-8adf68e549da 2022-06-28T06:52:45.756Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: bda08cd7-44d4-4c37-adf1-8adf68e549da matches Tosca VF Customization UUID: bda08cd7-44d4-4c37-adf1-8adf68e549da 2022-06-28T06:52:45.756Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: bda08cd7-44d4-4c37-adf1-8adf68e549da matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-06-28T06:52:45.759Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:52:45.759Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-28T06:52:45.760Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id bda08cd7-44d4-4c37-adf1-8adf68e549da: {\"vf_module_id\":\"demo_module_id\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"demo_app\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"demo_vnf_ignore\",\"sdnc_model_name\":\"APACHE\"} 2022-06-28T06:52:45.760Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@147766ed 2022-06-28T06:52:45.760Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:52:45.760Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-28T06:52:45.760Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 438ab474-f998-40e7-9cb0-6e142c1df4d3 2022-06-28T06:52:45.761Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 438ab474-f998-40e7-9cb0-6e142c1df4d3 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-06-28T06:52:45.763Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:52:45.763Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-28T06:52:45.763Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-28T06:52:45.764Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:52:45.764Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-28T06:52:45.764Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-28T06:52:45.764Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:52:45.765Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-28T06:52:45.765Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=bda08cd7-44d4-4c37-adf1-8adf68e549da Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-28T06:52:45.766Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:52:45.766Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-28T06:52:45.767Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 93128ebb-18d9-4b15-bd81-241e2457f021: basic_cnf_macro 2022-06-28T06:52:45.767Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:52:45.767Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-28T06:52:45.767Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:52:45.767Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-28T06:52:45.768Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:52:45.768Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-28T06:52:45.768Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:52:45.768Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-28T06:52:45.768Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:52:45.769Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-28T06:52:45.769Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||INFO|500||Saving Service: basic_cnf_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-28T06:52:45.807Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro afcea6ab-c692-4a6f-bcc6-f3cb13e20a24 2 ASDC deployResourceStructure 2022-06-28T06:52:45.808Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2022-06-28T06:52:45.808Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-06-28T06:52:45.808Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-28T06:52:45.808Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:52:45.810Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:52:45.810Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656399165808, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-06-28T06:52:45.910Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-28T06:52:45.910Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:52:45.911Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:52:45.929Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:52:45.929Z||pool-117-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-28T06:52:46.811Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2022-06-28T06:52:46.811Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-06-28T06:52:46.811Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-28T06:52:46.811Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:52:46.813Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:52:46.813Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656399166810, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-06-28T06:52:46.914Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-28T06:52:46.916Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:52:46.917Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:52:46.932Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:52:46.932Z||pool-118-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-06-28T06:52:47.814Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2022-06-28T06:52:47.815Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource) 2022-06-28T06:52:47.815Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-06-28T06:52:47.816Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:52:47.818Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:52:47.818Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656399167814, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-06-28T06:52:47.919Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-28T06:52:47.920Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:52:47.920Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:52:47.935Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:52:47.935Z||pool-119-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-28T06:52:48.819Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2022-06-28T06:52:48.819Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-06-28T06:52:48.820Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-28T06:52:48.820Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:52:48.822Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:52:48.822Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656399168819, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-06-28T06:52:48.922Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-28T06:52:48.923Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:52:48.923Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:52:48.938Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:52:48.939Z||pool-120-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-28T06:52:49.823Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2022-06-28T06:52:49.823Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource) 2022-06-28T06:52:49.824Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-06-28T06:52:49.825Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:52:49.829Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:52:49.829Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656399169823, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-06-28T06:52:49.928Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-28T06:52:49.929Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:52:49.929Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:52:49.951Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:52:49.952Z||pool-121-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-06-28T06:52:50.831Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-06-28T06:52:50.831Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-06-28T06:52:50.831Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-28T06:52:50.832Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:52:50.836Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:52:50.837Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656399170831, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-28T06:52:50.936Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-28T06:52:50.937Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:52:50.937Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:52:50.953Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:52:50.953Z||pool-122-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-28T06:52:51.838Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ea906dd1-8768-4600-a7e6-6f9511a74248 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-28T06:52:51.850Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ea906dd1-8768-4600-a7e6-6f9511a74248 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-28T06:52:51.852Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-28T06:52:51.853Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-28T06:52:51.853Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-28T06:53:21.853Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ea906dd1-8768-4600-a7e6-6f9511a74248 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-28T06:53:21.864Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ea906dd1-8768-4600-a7e6-6f9511a74248 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-28T06:53:21.866Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-28T06:53:21.866Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-28T06:53:21.866Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-28T06:53:27.263Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:53:27.264Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:53:27.264Z|68bd0286-9d5c-4d10-864a-259fcebebae6|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 YWVvXsvdd1WxW1CC) ... 2022-06-28T06:53:27.299Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:53:27.301Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:53:27.301Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c05549ca-4942-4fc1-8153-afa97733746f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656399087261, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-28T06:53:27.301Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:53:27.301Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:53:27.302Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c05549ca-4942-4fc1-8153-afa97733746f", "consumerID": "clamp", "timestamp": 1656399090077, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-28T06:53:27.302Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:53:27.302Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:53:27.302Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c05549ca-4942-4fc1-8153-afa97733746f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656399087261, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-28T06:53:27.302Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:53:27.302Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:53:27.302Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c05549ca-4942-4fc1-8153-afa97733746f", "consumerID": "clamp", "timestamp": 1656399091082, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-28T06:53:27.310Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c05549ca-4942-4fc1-8153-afa97733746f 2022-06-28T06:53:27.310Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c05549ca-4942-4fc1-8153-afa97733746f and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-28T06:53:27.321Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:53:27.322Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c05549ca-4942-4fc1-8153-afa97733746f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656399087261, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-28T06:53:27.322Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:53:27.322Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:53:27.322Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c05549ca-4942-4fc1-8153-afa97733746f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656399087261, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:53:27.322Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:53:27.322Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:53:27.322Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c05549ca-4942-4fc1-8153-afa97733746f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656399087261, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-28T06:53:27.322Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:53:27.322Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:53:27.323Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c05549ca-4942-4fc1-8153-afa97733746f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656399087261, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-28T06:53:27.323Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:53:27.323Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:53:27.323Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c05549ca-4942-4fc1-8153-afa97733746f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656399087261, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-28T06:53:27.323Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:53:27.323Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:53:27.324Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c05549ca-4942-4fc1-8153-afa97733746f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656399087261, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-28T06:53:27.324Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:53:27.324Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:53:27.324Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c05549ca-4942-4fc1-8153-afa97733746f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656399097058, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-28T06:53:27.324Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:53:27.324Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:53:27.325Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c05549ca-4942-4fc1-8153-afa97733746f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656399099122, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-28T06:53:27.325Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:53:27.325Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:53:27.325Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "ves-openapi-manager", "timestamp": 1656399115757, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:53:27.325Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:53:27.325Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:53:27.326Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "policy-id", "timestamp": 1656399119055, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:53:27.326Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:53:27.326Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:53:27.326Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656399125009, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:53:27.326Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:53:27.326Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:53:27.327Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "cds", "timestamp": 1656399124471, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:53:27.327Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:53:27.327Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:53:27.327Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "ves-openapi-manager", "timestamp": 1656399115757, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-28T06:53:27.327Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:53:27.327Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:53:27.328Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "policy-id", "timestamp": 1656399119055, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-28T06:53:27.328Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:53:27.328Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:53:27.328Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656399125009, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-28T06:53:27.328Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:53:27.328Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:53:27.329Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "cds", "timestamp": 1656399124471, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-28T06:53:27.329Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:53:27.329Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:53:27.329Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "ves-openapi-manager", "timestamp": 1656399115757, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-06-28T06:53:27.330Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:53:27.330Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:53:27.330Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "policy-id", "timestamp": 1656399119055, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-06-28T06:53:27.330Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:53:27.330Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:53:27.330Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656399125009, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-06-28T06:53:27.330Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:53:27.330Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:53:27.330Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "cds", "timestamp": 1656399124471, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-06-28T06:53:27.330Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:53:27.330Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:53:27.330Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "ves-openapi-manager", "timestamp": 1656399115757, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:53:27.331Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:53:27.331Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:53:27.331Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "policy-id", "timestamp": 1656399119055, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:53:27.331Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:53:27.331Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:53:27.331Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656399125009, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:53:27.331Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:53:27.331Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:53:27.331Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "cds", "timestamp": 1656399124471, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:53:27.331Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:53:27.331Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:53:27.331Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "ves-openapi-manager", "timestamp": 1656399115757, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-28T06:53:27.332Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:53:27.332Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:53:27.332Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "policy-id", "timestamp": 1656399119055, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-28T06:53:27.333Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:53:27.333Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:53:27.333Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656399125009, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-28T06:53:27.333Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:53:27.333Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:53:27.333Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "aai-ml", "timestamp": 1656399128308, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:53:27.334Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:53:27.334Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:53:27.334Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "cds", "timestamp": 1656399124471, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-28T06:53:27.334Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:53:27.334Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:53:27.334Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "clamp", "timestamp": 1656399129701, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:53:27.334Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:53:27.334Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:53:27.335Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "multicloud-k8s-id", "timestamp": 1656399128532, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:53:27.335Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:53:27.335Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:53:27.335Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "ves-openapi-manager", "timestamp": 1656399115757, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-28T06:53:27.335Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:53:27.335Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:53:27.336Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "policy-id", "timestamp": 1656399119055, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-28T06:53:27.336Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:53:27.336Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:53:27.336Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656399125009, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-28T06:53:27.336Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:53:27.336Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:53:27.337Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "aai-ml", "timestamp": 1656399128308, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-28T06:53:27.337Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:53:27.337Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:53:27.337Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "cds", "timestamp": 1656399124471, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-28T06:53:27.337Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:53:27.337Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:53:27.337Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "clamp", "timestamp": 1656399129701, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-06-28T06:53:27.338Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:53:27.338Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:53:27.338Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "multicloud-k8s-id", "timestamp": 1656399128532, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-06-28T06:53:27.338Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:53:27.338Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:53:27.338Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c05549ca-4942-4fc1-8153-afa97733746f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656399130425, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-28T06:53:27.339Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:53:27.339Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:53:27.339Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "ves-openapi-manager", "timestamp": 1656399115757, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-28T06:53:27.339Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:53:27.339Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:53:27.339Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "policy-id", "timestamp": 1656399119055, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-28T06:53:27.339Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:53:27.340Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:53:27.340Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656399125009, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-28T06:53:27.340Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:53:27.340Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:53:27.340Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "aai-ml", "timestamp": 1656399128308, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-06-28T06:53:27.340Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:53:27.340Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:53:27.341Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "cds", "timestamp": 1656399124471, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-28T06:53:27.341Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:53:27.341Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:53:27.341Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "clamp", "timestamp": 1656399129701, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-06-28T06:53:27.341Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:53:27.341Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:53:27.341Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "multicloud-k8s-id", "timestamp": 1656399128532, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-06-28T06:53:27.341Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:53:27.342Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:53:27.342Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "ves-openapi-manager", "timestamp": 1656399115757, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-28T06:53:27.342Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:53:27.342Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:53:27.342Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "policy-id", "timestamp": 1656399119055, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-28T06:53:27.342Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:53:27.342Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:53:27.343Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656399125009, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-28T06:53:27.343Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:53:27.343Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:53:27.343Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "aai-ml", "timestamp": 1656399128308, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:53:27.343Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:53:27.343Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:53:27.343Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "cds", "timestamp": 1656399124471, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-28T06:53:27.344Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:53:27.344Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:53:27.344Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "clamp", "timestamp": 1656399129701, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:53:27.344Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:53:27.344Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:53:27.344Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "multicloud-k8s-id", "timestamp": 1656399128532, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:53:27.344Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:53:27.345Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:53:27.345Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "ves-openapi-manager", "timestamp": 1656399115757, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-28T06:53:27.345Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:53:27.345Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:53:27.345Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "policy-id", "timestamp": 1656399119055, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-28T06:53:27.345Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:53:27.345Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:53:27.345Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656399125009, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-28T06:53:27.346Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:53:27.346Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:53:27.346Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "aai-ml", "timestamp": 1656399128308, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-28T06:53:27.346Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:53:27.346Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:53:27.346Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "cds", "timestamp": 1656399124471, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-28T06:53:27.346Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:53:27.346Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:53:27.346Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "clamp", "timestamp": 1656399129701, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-28T06:53:27.346Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:53:27.346Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:53:27.346Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "multicloud-k8s-id", "timestamp": 1656399128532, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-06-28T06:53:27.347Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:53:27.347Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:53:27.347Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "ves-openapi-manager", "timestamp": 1656399115757, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-28T06:53:27.347Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:53:27.347Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:53:27.347Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "policy-id", "timestamp": 1656399119055, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-28T06:53:27.347Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:53:27.347Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:53:27.347Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656399125009, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-28T06:53:27.348Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:53:27.348Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:53:27.348Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "aai-ml", "timestamp": 1656399128308, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-28T06:53:27.348Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:53:27.348Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:53:27.348Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "cds", "timestamp": 1656399124471, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-28T06:53:27.349Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:53:27.349Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:53:27.349Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "clamp", "timestamp": 1656399129701, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-28T06:53:27.349Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:53:27.349Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:53:27.349Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "multicloud-k8s-id", "timestamp": 1656399128532, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-06-28T06:53:27.349Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:53:27.350Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:53:27.350Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "aai-ml", "timestamp": 1656399128308, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-28T06:53:27.350Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:53:27.350Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:53:27.350Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656399135794, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-28T06:53:27.350Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:53:27.350Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:53:27.350Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "policy-id", "timestamp": 1656399136244, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-28T06:53:27.350Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:53:27.351Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:53:27.351Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "clamp", "timestamp": 1656399129701, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-28T06:53:27.351Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:53:27.351Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:53:27.351Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "cds", "timestamp": 1656399135266, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-28T06:53:27.351Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:53:27.351Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:53:27.351Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "multicloud-k8s-id", "timestamp": 1656399128532, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-06-28T06:53:27.352Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:53:27.352Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:53:27.352Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "aai-ml", "timestamp": 1656399128308, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-28T06:53:27.352Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:53:27.352Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:53:27.352Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "policy-id", "timestamp": 1656399137250, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-28T06:53:27.352Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:53:27.352Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:53:27.352Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "clamp", "timestamp": 1656399129701, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-28T06:53:27.352Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:53:27.353Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:53:27.353Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "multicloud-k8s-id", "timestamp": 1656399128532, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-28T06:53:27.353Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:53:27.353Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:53:27.353Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "cds", "timestamp": 1656399136568, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-28T06:53:27.366Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ea906dd1-8768-4600-a7e6-6f9511a74248 2022-06-28T06:53:27.366Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ea906dd1-8768-4600-a7e6-6f9511a74248 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-28T06:53:27.374Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:53:27.374Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "aai-ml", "timestamp": 1656399128308, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-28T06:53:27.375Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:53:27.375Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:53:27.375Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "policy-id", "timestamp": 1656399138254, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-28T06:53:27.381Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ea906dd1-8768-4600-a7e6-6f9511a74248 2022-06-28T06:53:27.381Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ea906dd1-8768-4600-a7e6-6f9511a74248 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-28T06:53:27.390Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:53:27.391Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "clamp", "timestamp": 1656399129701, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-28T06:53:27.391Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:53:27.391Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:53:27.391Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656399137949, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-28T06:53:27.392Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:53:27.392Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:53:27.392Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "multicloud-k8s-id", "timestamp": 1656399128532, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-28T06:53:27.392Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:53:27.392Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:53:27.392Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "aai-ml", "timestamp": 1656399128308, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-28T06:53:27.392Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:53:27.393Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:53:27.393Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656399138954, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-28T06:53:27.399Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ea906dd1-8768-4600-a7e6-6f9511a74248 2022-06-28T06:53:27.399Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ea906dd1-8768-4600-a7e6-6f9511a74248 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-28T06:53:27.407Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:53:27.407Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "clamp", "timestamp": 1656399129701, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-28T06:53:27.407Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:53:27.407Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:53:27.407Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "multicloud-k8s-id", "timestamp": 1656399128532, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-28T06:53:27.408Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:53:27.408Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:53:27.408Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "aai-ml", "timestamp": 1656399139091, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-28T06:53:27.408Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:53:27.408Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:53:27.408Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "multicloud-k8s-id", "timestamp": 1656399139269, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-28T06:53:27.408Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:53:27.408Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:53:27.408Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "multicloud-k8s-id", "timestamp": 1656399140352, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-06-28T06:53:27.408Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:53:27.408Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:53:27.409Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "multicloud-k8s-id", "timestamp": 1656399141417, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-06-28T06:53:27.409Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:53:27.409Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:53:27.409Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "multicloud-k8s-id", "timestamp": 1656399142474, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-06-28T06:53:27.409Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:53:27.409Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:53:27.409Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "multicloud-k8s-id", "timestamp": 1656399143589, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-28T06:53:27.414Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ea906dd1-8768-4600-a7e6-6f9511a74248 2022-06-28T06:53:27.414Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ea906dd1-8768-4600-a7e6-6f9511a74248 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-06-28T06:53:27.420Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:53:27.420Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "multicloud-k8s-id", "timestamp": 1656399144593, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-06-28T06:53:27.420Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:53:27.420Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:53:27.421Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f56f66a9-0365-4018-ac75-e7d88cefcea3", "consumerID": "ves-openapi-manager", "timestamp": 1656399135757, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:53:27.421Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:53:27.421Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:53:27.421Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f56f66a9-0365-4018-ac75-e7d88cefcea3", "consumerID": "policy-id", "timestamp": 1656399139259, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:53:27.421Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:53:27.421Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:53:27.421Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f56f66a9-0365-4018-ac75-e7d88cefcea3", "consumerID": "cds", "timestamp": 1656399139471, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:53:27.421Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:53:27.421Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:53:27.421Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f56f66a9-0365-4018-ac75-e7d88cefcea3", "consumerID": "ves-openapi-manager", "timestamp": 1656399135757, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-28T06:53:27.421Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:53:27.421Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:53:27.421Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f56f66a9-0365-4018-ac75-e7d88cefcea3", "consumerID": "policy-id", "timestamp": 1656399139259, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-28T06:53:27.422Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:53:27.422Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:53:27.422Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f56f66a9-0365-4018-ac75-e7d88cefcea3", "consumerID": "cds", "timestamp": 1656399139471, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-28T06:53:27.422Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:53:51.867Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ea906dd1-8768-4600-a7e6-6f9511a74248 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-28T06:53:51.879Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ea906dd1-8768-4600-a7e6-6f9511a74248 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-28T06:53:51.882Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-28T06:53:51.882Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-28T06:53:51.883Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-28T06:54:21.883Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ea906dd1-8768-4600-a7e6-6f9511a74248 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-28T06:54:21.896Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ea906dd1-8768-4600-a7e6-6f9511a74248 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-28T06:54:21.899Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-28T06:54:21.900Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-28T06:54:21.900Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-28T06:54:27.263Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:54:27.264Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:54:27.264Z|68bd0286-9d5c-4d10-864a-259fcebebae6|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 YWVvXsvdd1WxW1CC) ... 2022-06-28T06:54:27.297Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:54:27.298Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:54:27.298Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "aai-ml", "timestamp": 1656399147096, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-28T06:54:27.298Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:54:51.900Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ea906dd1-8768-4600-a7e6-6f9511a74248 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-28T06:54:51.910Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ea906dd1-8768-4600-a7e6-6f9511a74248 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-28T06:54:51.912Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-28T06:54:51.912Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-28T06:54:51.913Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-28T06:55:21.913Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ea906dd1-8768-4600-a7e6-6f9511a74248 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-28T06:55:21.923Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ea906dd1-8768-4600-a7e6-6f9511a74248 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-28T06:55:21.924Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-28T06:55:21.925Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-28T06:55:21.925Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-28T06:55:27.263Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:55:27.264Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:55:27.264Z|68bd0286-9d5c-4d10-864a-259fcebebae6|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 YWVvXsvdd1WxW1CC) ... 2022-06-28T06:55:27.812Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:55:27.813Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:55:27.813Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f56f66a9-0365-4018-ac75-e7d88cefcea3", "consumerID": "ves-openapi-manager", "timestamp": 1656399135757, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-28T06:55:27.814Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:55:27.814Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:55:27.814Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f56f66a9-0365-4018-ac75-e7d88cefcea3", "consumerID": "policy-id", "timestamp": 1656399139259, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-28T06:55:27.814Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:55:27.814Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:55:27.814Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f56f66a9-0365-4018-ac75-e7d88cefcea3", "consumerID": "cds", "timestamp": 1656399139471, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-28T06:55:27.814Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:55:27.814Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:55:27.814Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656399147262, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:55:27.814Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:55:27.815Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:55:27.815Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "aai-ml", "timestamp": 1656399148100, "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-06-28T06:55:27.825Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ea906dd1-8768-4600-a7e6-6f9511a74248 2022-06-28T06:55:27.825Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ea906dd1-8768-4600-a7e6-6f9511a74248 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-28T06:55:27.836Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:55:27.837Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f56f66a9-0365-4018-ac75-e7d88cefcea3", "consumerID": "ves-openapi-manager", "timestamp": 1656399135757, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:55:27.837Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:55:27.837Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:55:27.837Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f56f66a9-0365-4018-ac75-e7d88cefcea3", "consumerID": "policy-id", "timestamp": 1656399139259, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:55:27.837Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:55:27.837Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:55:27.837Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f56f66a9-0365-4018-ac75-e7d88cefcea3", "consumerID": "cds", "timestamp": 1656399139471, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:55:27.837Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:55:27.837Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:55:27.837Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656399147262, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-06-28T06:55:27.837Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:55:27.838Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:55:27.838Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f56f66a9-0365-4018-ac75-e7d88cefcea3", "consumerID": "multicloud-k8s-id", "timestamp": 1656399148532, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:55:27.838Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:55:27.838Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:55:27.838Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f56f66a9-0365-4018-ac75-e7d88cefcea3", "consumerID": "ves-openapi-manager", "timestamp": 1656399135757, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-28T06:55:27.838Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:55:27.838Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:55:27.838Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f56f66a9-0365-4018-ac75-e7d88cefcea3", "consumerID": "policy-id", "timestamp": 1656399139259, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-28T06:55:27.838Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:55:27.838Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:55:27.838Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f56f66a9-0365-4018-ac75-e7d88cefcea3", "consumerID": "cds", "timestamp": 1656399139471, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-28T06:55:27.838Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:55:27.838Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:55:27.838Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "clamp", "timestamp": 1656399151073, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-28T06:55:27.839Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:55:27.839Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:55:27.839Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656399147262, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-06-28T06:55:27.839Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:55:27.839Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:55:27.839Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f56f66a9-0365-4018-ac75-e7d88cefcea3", "consumerID": "multicloud-k8s-id", "timestamp": 1656399148532, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-06-28T06:55:27.839Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:55:27.839Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:55:27.839Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f56f66a9-0365-4018-ac75-e7d88cefcea3", "consumerID": "ves-openapi-manager", "timestamp": 1656399135757, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-28T06:55:27.839Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:55:27.839Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:55:27.839Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f56f66a9-0365-4018-ac75-e7d88cefcea3", "consumerID": "policy-id", "timestamp": 1656399139259, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-28T06:55:27.839Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:55:27.840Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:55:27.840Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f56f66a9-0365-4018-ac75-e7d88cefcea3", "consumerID": "cds", "timestamp": 1656399139471, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-28T06:55:27.840Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:55:27.840Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:55:27.840Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656399147262, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:55:27.840Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:55:27.840Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:55:27.840Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f56f66a9-0365-4018-ac75-e7d88cefcea3", "consumerID": "multicloud-k8s-id", "timestamp": 1656399148532, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-28T06:55:27.840Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:55:27.840Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:55:27.840Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f56f66a9-0365-4018-ac75-e7d88cefcea3", "consumerID": "ves-openapi-manager", "timestamp": 1656399135757, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-28T06:55:27.840Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:55:27.840Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:55:27.840Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f56f66a9-0365-4018-ac75-e7d88cefcea3", "consumerID": "policy-id", "timestamp": 1656399139259, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-28T06:55:27.841Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:55:27.841Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:55:27.841Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f56f66a9-0365-4018-ac75-e7d88cefcea3", "consumerID": "cds", "timestamp": 1656399139471, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-28T06:55:27.841Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:55:27.841Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:55:27.841Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656399147262, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-06-28T06:55:27.841Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:55:27.841Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:55:27.841Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f56f66a9-0365-4018-ac75-e7d88cefcea3", "consumerID": "multicloud-k8s-id", "timestamp": 1656399148532, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:55:27.841Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:55:27.841Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:55:27.841Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f56f66a9-0365-4018-ac75-e7d88cefcea3", "consumerID": "ves-openapi-manager", "timestamp": 1656399135757, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-28T06:55:27.841Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:55:27.841Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:55:27.841Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f56f66a9-0365-4018-ac75-e7d88cefcea3", "consumerID": "policy-id", "timestamp": 1656399139259, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-28T06:55:27.842Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:55:27.842Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:55:27.842Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f56f66a9-0365-4018-ac75-e7d88cefcea3", "consumerID": "cds", "timestamp": 1656399139471, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-28T06:55:27.842Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:55:27.842Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:55:27.842Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656399147262, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-06-28T06:55:27.842Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:55:27.842Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:55:27.842Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f56f66a9-0365-4018-ac75-e7d88cefcea3", "consumerID": "multicloud-k8s-id", "timestamp": 1656399148532, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-28T06:55:27.842Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:55:27.842Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:55:27.842Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f56f66a9-0365-4018-ac75-e7d88cefcea3", "consumerID": "policy-id", "timestamp": 1656399154947, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-28T06:55:27.843Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:55:27.843Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:55:27.843Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f56f66a9-0365-4018-ac75-e7d88cefcea3", "consumerID": "cds", "timestamp": 1656399153863, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-28T06:55:27.843Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:55:27.843Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:55:27.843Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656399147262, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-06-28T06:55:27.843Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:55:27.843Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:55:27.843Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f56f66a9-0365-4018-ac75-e7d88cefcea3", "consumerID": "multicloud-k8s-id", "timestamp": 1656399148532, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-28T06:55:27.843Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:55:27.843Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:55:27.843Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "clamp", "timestamp": 1656399155490, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-28T06:55:27.843Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:55:27.844Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:55:27.844Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f56f66a9-0365-4018-ac75-e7d88cefcea3", "consumerID": "policy-id", "timestamp": 1656399155954, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-28T06:55:27.844Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:55:27.844Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:55:27.844Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656399147262, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-28T06:55:27.844Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:55:27.844Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:55:27.844Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f56f66a9-0365-4018-ac75-e7d88cefcea3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656399155012, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:55:27.844Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:55:27.844Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:55:27.844Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f56f66a9-0365-4018-ac75-e7d88cefcea3", "consumerID": "cds", "timestamp": 1656399155116, "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-06-28T06:55:27.856Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f56f66a9-0365-4018-ac75-e7d88cefcea3 2022-06-28T06:55:27.856Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f56f66a9-0365-4018-ac75-e7d88cefcea3 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-28T06:55:27.867Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:55:27.867Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f56f66a9-0365-4018-ac75-e7d88cefcea3", "consumerID": "multicloud-k8s-id", "timestamp": 1656399148532, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-28T06:55:27.868Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:55:27.868Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:55:27.868Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "clamp", "timestamp": 1656399156498, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-28T06:55:27.873Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ea906dd1-8768-4600-a7e6-6f9511a74248 2022-06-28T06:55:27.873Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ea906dd1-8768-4600-a7e6-6f9511a74248 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-28T06:55:27.881Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:55:27.882Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f56f66a9-0365-4018-ac75-e7d88cefcea3", "consumerID": "policy-id", "timestamp": 1656399156964, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-28T06:55:27.885Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f56f66a9-0365-4018-ac75-e7d88cefcea3 2022-06-28T06:55:27.885Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f56f66a9-0365-4018-ac75-e7d88cefcea3 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-28T06:55:27.893Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:55:27.894Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656399147262, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-28T06:55:27.894Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:55:27.894Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:55:27.894Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f56f66a9-0365-4018-ac75-e7d88cefcea3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656399155012, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-28T06:55:27.894Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:55:27.894Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:55:27.894Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f56f66a9-0365-4018-ac75-e7d88cefcea3", "consumerID": "multicloud-k8s-id", "timestamp": 1656399148532, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-28T06:55:27.895Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:55:27.895Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:55:27.895Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656399147262, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-28T06:55:27.895Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:55:27.895Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:55:27.895Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f56f66a9-0365-4018-ac75-e7d88cefcea3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656399155012, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-28T06:55:27.895Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:55:27.896Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:55:27.896Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f56f66a9-0365-4018-ac75-e7d88cefcea3", "consumerID": "multicloud-k8s-id", "timestamp": 1656399157287, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-28T06:55:27.896Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:55:27.896Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:55:27.896Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f56f66a9-0365-4018-ac75-e7d88cefcea3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656399155012, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:55:27.896Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:55:27.896Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:55:27.896Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656399158167, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-28T06:55:27.897Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:55:27.897Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:55:27.897Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f56f66a9-0365-4018-ac75-e7d88cefcea3", "consumerID": "multicloud-k8s-id", "timestamp": 1656399158359, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-28T06:55:27.897Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:55:27.897Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:55:27.897Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f56f66a9-0365-4018-ac75-e7d88cefcea3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656399155012, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-28T06:55:27.897Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:55:27.898Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:55:27.898Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f56f66a9-0365-4018-ac75-e7d88cefcea3", "consumerID": "aai-ml", "timestamp": 1656399158308, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:55:27.898Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:55:27.898Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:55:27.898Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f56f66a9-0365-4018-ac75-e7d88cefcea3", "consumerID": "clamp", "timestamp": 1656399159702, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:55:27.898Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:55:27.898Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:55:27.898Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f56f66a9-0365-4018-ac75-e7d88cefcea3", "consumerID": "multicloud-k8s-id", "timestamp": 1656399159458, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-28T06:55:27.899Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:55:27.899Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:55:27.899Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f56f66a9-0365-4018-ac75-e7d88cefcea3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656399155012, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-28T06:55:27.899Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:55:27.899Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:55:27.899Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f56f66a9-0365-4018-ac75-e7d88cefcea3", "consumerID": "aai-ml", "timestamp": 1656399158308, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-28T06:55:27.899Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:55:27.899Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:55:27.899Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f56f66a9-0365-4018-ac75-e7d88cefcea3", "consumerID": "clamp", "timestamp": 1656399159702, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-06-28T06:55:27.900Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:55:27.900Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:55:27.900Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656399160388, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-28T06:55:27.900Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:55:27.900Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:55:27.900Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f56f66a9-0365-4018-ac75-e7d88cefcea3", "consumerID": "multicloud-k8s-id", "timestamp": 1656399160487, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-28T06:55:27.905Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f56f66a9-0365-4018-ac75-e7d88cefcea3 2022-06-28T06:55:27.905Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f56f66a9-0365-4018-ac75-e7d88cefcea3 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-06-28T06:55:27.922Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:55:27.922Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f56f66a9-0365-4018-ac75-e7d88cefcea3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656399155012, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-28T06:55:27.922Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:55:27.922Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:55:27.922Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f56f66a9-0365-4018-ac75-e7d88cefcea3", "consumerID": "aai-ml", "timestamp": 1656399158308, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-28T06:55:27.922Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:55:27.922Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:55:27.923Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f56f66a9-0365-4018-ac75-e7d88cefcea3", "consumerID": "clamp", "timestamp": 1656399159702, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-28T06:55:27.923Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:55:27.923Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:55:27.923Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656399161458, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-06-28T06:55:27.923Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:55:27.923Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:55:27.923Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f56f66a9-0365-4018-ac75-e7d88cefcea3", "consumerID": "multicloud-k8s-id", "timestamp": 1656399161491, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-06-28T06:55:27.923Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:55:27.924Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:55:27.924Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f56f66a9-0365-4018-ac75-e7d88cefcea3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656399155012, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-28T06:55:27.924Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:55:27.924Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:55:27.924Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f56f66a9-0365-4018-ac75-e7d88cefcea3", "consumerID": "aai-ml", "timestamp": 1656399158308, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:55:27.924Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:55:27.924Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:55:27.925Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f56f66a9-0365-4018-ac75-e7d88cefcea3", "consumerID": "clamp", "timestamp": 1656399159702, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:55:27.925Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:55:27.925Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:55:27.925Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656399162525, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-06-28T06:55:27.925Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:55:27.925Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:55:27.925Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f56f66a9-0365-4018-ac75-e7d88cefcea3", "consumerID": "aai-ml", "timestamp": 1656399158308, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-28T06:55:27.926Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:55:27.926Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:55:27.926Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f56f66a9-0365-4018-ac75-e7d88cefcea3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656399163794, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-28T06:55:27.926Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:55:27.926Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:55:27.926Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f56f66a9-0365-4018-ac75-e7d88cefcea3", "consumerID": "clamp", "timestamp": 1656399159702, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-28T06:55:27.926Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:55:27.927Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:55:27.927Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656399163594, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-06-28T06:55:27.927Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:55:27.927Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:55:27.927Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f56f66a9-0365-4018-ac75-e7d88cefcea3", "consumerID": "aai-ml", "timestamp": 1656399158308, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-28T06:55:27.927Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:55:27.927Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:55:27.927Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f56f66a9-0365-4018-ac75-e7d88cefcea3", "consumerID": "clamp", "timestamp": 1656399159702, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-28T06:55:27.928Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:55:27.928Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:55:27.928Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656399164737, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-06-28T06:55:27.928Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:55:27.928Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:55:27.928Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f56f66a9-0365-4018-ac75-e7d88cefcea3", "consumerID": "aai-ml", "timestamp": 1656399158308, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-28T06:55:27.928Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:55:27.929Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:55:27.929Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f56f66a9-0365-4018-ac75-e7d88cefcea3", "consumerID": "clamp", "timestamp": 1656399159702, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-28T06:55:27.929Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:55:27.929Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:55:27.929Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f56f66a9-0365-4018-ac75-e7d88cefcea3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656399166052, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-28T06:55:27.929Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:55:27.929Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:55:27.929Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656399165808, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-06-28T06:55:27.930Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:55:27.930Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:55:27.930Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f56f66a9-0365-4018-ac75-e7d88cefcea3", "consumerID": "aai-ml", "timestamp": 1656399158308, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-28T06:55:27.930Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:55:27.930Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:55:27.930Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f56f66a9-0365-4018-ac75-e7d88cefcea3", "consumerID": "clamp", "timestamp": 1656399159702, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-28T06:55:27.930Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:55:27.930Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:55:27.931Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f56f66a9-0365-4018-ac75-e7d88cefcea3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656399167056, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-28T06:55:27.938Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f56f66a9-0365-4018-ac75-e7d88cefcea3 2022-06-28T06:55:27.939Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f56f66a9-0365-4018-ac75-e7d88cefcea3 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-28T06:55:27.945Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:55:27.945Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656399166810, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-06-28T06:55:27.946Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:55:27.946Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:55:27.946Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f56f66a9-0365-4018-ac75-e7d88cefcea3", "consumerID": "aai-ml", "timestamp": 1656399167099, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-28T06:55:27.946Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:55:27.947Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:55:27.947Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656399167814, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-06-28T06:55:27.948Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:55:27.948Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:55:27.948Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656399168819, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-06-28T06:55:27.948Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:55:27.948Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:55:27.948Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656399169823, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-06-28T06:55:27.948Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:55:27.948Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:55:27.948Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656399170831, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-28T06:55:27.948Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:55:27.949Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:55:27.949Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f56f66a9-0365-4018-ac75-e7d88cefcea3", "consumerID": "clamp", "timestamp": 1656399175084, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-28T06:55:27.949Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:55:27.949Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:55:27.949Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f56f66a9-0365-4018-ac75-e7d88cefcea3", "consumerID": "aai-ml", "timestamp": 1656399174176, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-28T06:55:27.949Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:55:27.949Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:55:27.949Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f56f66a9-0365-4018-ac75-e7d88cefcea3", "consumerID": "aai-ml", "timestamp": 1656399175179, "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-06-28T06:55:27.954Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f56f66a9-0365-4018-ac75-e7d88cefcea3 2022-06-28T06:55:27.955Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f56f66a9-0365-4018-ac75-e7d88cefcea3 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-28T06:55:27.962Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:55:27.962Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f56f66a9-0365-4018-ac75-e7d88cefcea3", "consumerID": "clamp", "timestamp": 1656399178084, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-28T06:55:27.962Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:55:27.962Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:55:27.963Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f56f66a9-0365-4018-ac75-e7d88cefcea3", "consumerID": "clamp", "timestamp": 1656399179102, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-28T06:55:27.967Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f56f66a9-0365-4018-ac75-e7d88cefcea3 2022-06-28T06:55:27.967Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f56f66a9-0365-4018-ac75-e7d88cefcea3 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-28T06:55:51.925Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ea906dd1-8768-4600-a7e6-6f9511a74248 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-28T06:55:51.935Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ea906dd1-8768-4600-a7e6-6f9511a74248 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-28T06:55:51.937Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-28T06:55:51.937Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-28T06:55:51.937Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-28T06:55:51.938Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-28T06:55:51.938Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-28T06:55:51.938Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-28T06:55:51.938Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-28T06:55:51.938Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-28T06:55:51.938Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-28T06:55:51.938Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-28T06:55:51.938Z|ea906dd1-8768-4600-a7e6-6f9511a74248|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-06-28T06:55:51.942Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-28T06:56:21.943Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ea906dd1-8768-4600-a7e6-6f9511a74248 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-06-28T06:56:21.951Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ea906dd1-8768-4600-a7e6-6f9511a74248 and serviceModelVersionId: 93128ebb-18d9-4b15-bd81-241e2457f021 2022-06-28T06:56:21.951Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1fdc043b-2ae5-454d-a8fd-ad9e58336128 2022-06-28T06:56:21.952Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1fdc043b-2ae5-454d-a8fd-ad9e58336128/model-vers/model-ver/93128ebb-18d9-4b15-bd81-241e2457f021?depth=0 2022-06-28T06:56:21.956Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-06-28T06:56:22.000Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fdc043b-2ae5-454d-a8fd-ad9e58336128/model-vers/model-ver/93128ebb-18d9-4b15-bd81-241e2457f021?depth=0|INFO|500||Invoke 2022-06-28T06:56:22.000Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fdc043b-2ae5-454d-a8fd-ad9e58336128/model-vers/model-ver/93128ebb-18d9-4b15-bd81-241e2457f021?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fdc043b-2ae5-454d-a8fd-ad9e58336128/model-vers/model-ver/93128ebb-18d9-4b15-bd81-241e2457f021?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ea906dd1-8768-4600-a7e6-6f9511a74248], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9e1cc033-0b61-4710-9823-d403066d2a06], X-ECOMP-RequestID=[ea906dd1-8768-4600-a7e6-6f9511a74248], X-TransactionId=[], X-ONAP-RequestID=[ea906dd1-8768-4600-a7e6-6f9511a74248], Content-Type=[application/merge-patch+json]} 2022-06-28T06:56:22.020Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fdc043b-2ae5-454d-a8fd-ad9e58336128/model-vers/model-ver/93128ebb-18d9-4b15-bd81-241e2457f021?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-28T06:56:22.111Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fdc043b-2ae5-454d-a8fd-ad9e58336128/model-vers/model-ver/93128ebb-18d9-4b15-bd81-241e2457f021?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/1fdc043b-2ae5-454d-a8fd-ad9e58336128/model-vers/model-ver/93128ebb-18d9-4b15-bd81-241e2457f021?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220628-06:56:21:935-3252], vertex-id=[184456], Content-Length=[0], Date=[Tue, 28 Jun 2022 06:56:21 GMT], Content-Type=[application/json]} 2022-06-28T06:56:22.111Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fdc043b-2ae5-454d-a8fd-ad9e58336128/model-vers/model-ver/93128ebb-18d9-4b15-bd81-241e2457f021?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-28T06:56:22.112Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fdc043b-2ae5-454d-a8fd-ad9e58336128/model-vers/model-ver/93128ebb-18d9-4b15-bd81-241e2457f021?depth=0|INFO|500||InvokeReturn 2022-06-28T06:56:22.112Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-28T06:56:22.113Z|ea906dd1-8768-4600-a7e6-6f9511a74248|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-06-28T06:56:22.118Z|ea906dd1-8768-4600-a7e6-6f9511a74248|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-06-28T06:56:22.118Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ea906dd1-8768-4600-a7e6-6f9511a74248 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-28T06:56:22.118Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-28T06:56:22.118Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:56:22.121Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:56:22.121Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656399382118, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-28T06:56:22.221Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-28T06:56:22.222Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:56:22.222Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:56:22.244Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:56:22.244Z||pool-123-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-06-28T06:56:23.133Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-28T06:56:23.133Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"f56f66a9-0365-4018-ac75-e7d88cefcea3","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"0a126361-874d-4056-abdc-1982c90c15c2","serviceDescription":"service","serviceInvariantUUID":"2bbab0b0-5546-4544-86cc-6e91e68bf721","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fb64fcb5-1dc5-4421-b6b6-5d3441b55071","resourceInvariantUUID":"b8f26bd0-44b6-4676-b1c7-3a4aff609344","resourceCustomizationUUID":"69235f67-5b0d-47a3-b297-b8fff9a99102","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":"MTFmMTBmNDRhOTNkNWM1OTg2N2ZkZDllODQyYzIyZGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"16d9f638-776e-41aa-a427-01c03374dca9","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":"NGUyOTgyNWJjZmIwN2NiOGM0ZmNkZjc3Nzg2MmZhZDI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"aa0943af-3604-4167-8104-1eed720ec918","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":"6f36d000-996f-4801-9dff-930dc84e7b64","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":"d555b59b-1614-4d18-ad95-e03ce0da6f0d","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":"5ccaab31-41b1-4144-8eba-f5a48326096f","artifactVersion":"2","generatedFromUUID":"6f36d000-996f-4801-9dff-930dc84e7b64"},{"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":"ODE2MWRjYzExY2YzYWFlMjc5ODI3ODVkODViOTJhMjg\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"fca85d0d-2dc4-4d0c-9f19-618f67a165a6","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":"YTA0OTU4MWNjOTY2NzM0MWUxMjU0NjlmMGRmNjVhZmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0e571555-4357-405b-86ec-59e628d67d16","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MjJiZDM2YWZiZDIwNTU2MjY1NDYxNzU3OGExNmYwZjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3c7e17fd-377e-4fa2-9181-2a71561aa9f0","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-28T06:56:23.134Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-28T06:56:23.134Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:56:23.136Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:56:23.136Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f56f66a9-0365-4018-ac75-e7d88cefcea3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656399147262, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:56:23.236Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-28T06:56:23.237Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:56:23.237Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:56:23.254Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:56:23.254Z||pool-124-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-28T06:56:24.137Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-28T06:56:24.138Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:56:24.140Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:56:24.140Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f56f66a9-0365-4018-ac75-e7d88cefcea3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656399147262, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-06-28T06:56:24.240Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-28T06:56:24.241Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:56:24.241Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:56:24.255Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:56:24.255Z||pool-125-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-06-28T06:56:25.140Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-28T06:56:25.141Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:56:25.142Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:56:25.143Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f56f66a9-0365-4018-ac75-e7d88cefcea3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656399147262, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-28T06:56:25.243Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-28T06:56:25.243Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:56:25.243Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:56:25.257Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:56:25.257Z||pool-126-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-28T06:56:26.143Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-28T06:56:26.144Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:56:26.146Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:56:26.146Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f56f66a9-0365-4018-ac75-e7d88cefcea3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656399147262, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:56:26.246Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-28T06:56:26.247Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:56:26.247Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:56:26.260Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:56:26.260Z||pool-127-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-06-28T06:56:27.146Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-28T06:56:27.147Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:56:27.149Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:56:27.149Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f56f66a9-0365-4018-ac75-e7d88cefcea3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656399147262, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-28T06:56:27.257Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms 2022-06-28T06:56:27.258Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:56:27.258Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:56:27.264Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:56:27.264Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:56:27.264Z|68bd0286-9d5c-4d10-864a-259fcebebae6|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 YWVvXsvdd1WxW1CC) ... 2022-06-28T06:56:27.303Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:56:27.304Z||pool-128-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1} 2022-06-28T06:56:27.415Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:56:27.416Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:56:27.416Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea906dd1-8768-4600-a7e6-6f9511a74248", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656399382118, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-28T06:56:27.417Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:56:27.417Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:56:27.417Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f56f66a9-0365-4018-ac75-e7d88cefcea3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656399147262, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:56:27.417Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:56:27.417Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:56:27.417Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f56f66a9-0365-4018-ac75-e7d88cefcea3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656399147262, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-06-28T06:56:27.417Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:56:27.417Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:56:27.417Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f56f66a9-0365-4018-ac75-e7d88cefcea3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656399147262, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-28T06:56:27.417Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:56:27.417Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:56:27.417Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f56f66a9-0365-4018-ac75-e7d88cefcea3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656399147262, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-28T06:56:27.418Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:56:28.150Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-28T06:56:28.150Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:56:28.152Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:56:28.153Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f56f66a9-0365-4018-ac75-e7d88cefcea3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656399147262, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-28T06:56:28.253Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-28T06:56:28.253Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:56:28.254Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:56:28.268Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:56:28.268Z||pool-129-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-28T06:56:29.153Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-28T06:56:29.154Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:56:29.156Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:56:29.156Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f56f66a9-0365-4018-ac75-e7d88cefcea3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656399147262, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-28T06:56:29.256Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-28T06:56:29.257Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:56:29.257Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:56:29.280Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:56:29.281Z||pool-130-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1} 2022-06-28T06:56:30.156Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-28T06:56:30.157Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:56:30.159Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:56:30.159Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f56f66a9-0365-4018-ac75-e7d88cefcea3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656399147262, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-28T06:56:30.259Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-28T06:56:30.260Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:56:30.260Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:56:30.274Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:56:30.274Z||pool-131-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-28T06:56:31.160Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "f56f66a9-0365-4018-ac75-e7d88cefcea3", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "0a126361-874d-4056-abdc-1982c90c15c2", "serviceDescription": "service", "serviceInvariantUUID": "2bbab0b0-5546-4544-86cc-6e91e68bf721", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "69235f67-5b0d-47a3-b297-b8fff9a99102", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "fb64fcb5-1dc5-4421-b6b6-5d3441b55071", "resourceInvariantUUID": "b8f26bd0-44b6-4676-b1c7-3a4aff609344", "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": "NGUyOTgyNWJjZmIwN2NiOGM0ZmNkZjc3Nzg2MmZhZDI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "aa0943af-3604-4167-8104-1eed720ec918", "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": "6f36d000-996f-4801-9dff-930dc84e7b64", "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": "5ccaab31-41b1-4144-8eba-f5a48326096f", "generatedFromUUID": "6f36d000-996f-4801-9dff-930dc84e7b64" }, "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": "5ccaab31-41b1-4144-8eba-f5a48326096f", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "MjJiZDM2YWZiZDIwNTU2MjY1NDYxNzU3OGExNmYwZjg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3c7e17fd-377e-4fa2-9181-2a71561aa9f0" } ], "workloadContext": "Production" } 2022-06-28T06:56:31.161Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-28T06:56:31.161Z|ea906dd1-8768-4600-a7e6-6f9511a74248|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0a126361-874d-4056-abdc-1982c90c15c2 ASDC 2022-06-28T06:56:31.162Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:f56f66a9-0365-4018-ac75-e7d88cefcea3 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:0a126361-874d-4056-abdc-1982c90c15c2 ServiceInvariantUUID:2bbab0b0-5546-4544-86cc-6e91e68bf721 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:3c7e17fd-377e-4fa2-9181-2a71561aa9f0 ArtifactChecksum:MjJiZDM2YWZiZDIwNTU2MjY1NDYxNzU3OGExNmYwZjg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:69235f67-5b0d-47a3-b297-b8fff9a99102 ResourceInvariantUUID:b8f26bd0-44b6-4676-b1c7-3a4aff609344 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:fb64fcb5-1dc5-4421-b6b6-5d3441b55071 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:aa0943af-3604-4167-8104-1eed720ec918 ArtifactChecksum:NGUyOTgyNWJjZmIwN2NiOGM0ZmNkZjc3Nzg2MmZhZDI= 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:6f36d000-996f-4801-9dff-930dc84e7b64 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:5ccaab31-41b1-4144-8eba-f5a48326096f 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:5ccaab31-41b1-4144-8eba-f5a48326096f ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-28T06:56:31.163Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0a126361-874d-4056-abdc-1982c90c15c2 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-28T06:56:31.197Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-28T06:56:31.198Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-06-28T06:56:31.199Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-06-28T06:56:31.199Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 3c7e17fd-377e-4fa2-9181-2a71561aa9f0 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-06-28T06:56:31.199Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-06-28T06:56:31.200Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-06-28T06:56:31.701Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-06-28T06:56:31.706Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 3c7e17fd-377e-4fa2-9181-2a71561aa9f0 78805 2022-06-28T06:56:31.706Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-06-28T06:56:31.706Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-06-28T06:56:31.707Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-28T06:56:31.707Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:56:31.709Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:56:31.709Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f56f66a9-0365-4018-ac75-e7d88cefcea3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656399391706, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-28T06:56:31.809Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-28T06:56:31.810Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:56:31.811Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:56:31.828Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:56:31.829Z||pool-132-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-06-28T06:56:32.709Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-28T06:56:32.711Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-06-28T06:56:32.711Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 3c7e17fd-377e-4fa2-9181-2a71561aa9f0, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-28T06:56:32.712Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-06-28T06:56:32.712Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-28T06:56:32.712Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-28T06:56:32.816Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12440284121144219695/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-06-28T06:56:33.871Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-28T06:56:33.872Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-06-28T06:56:33.872Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-28T06:56:33.872Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-06-28T06:56:33.872Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||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-06-28T06:56:33.873Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||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-06-28T06:56:33.873Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|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-BasicVmMacro-csar.csar 2022-06-28T06:56:33.873Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|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-BasicVmMacro-csar.csar 2022-06-28T06:56:33.873Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|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-BasicVmMacro-csar.csar 2022-06-28T06:56:33.873Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||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-06-28T06:56:33.873Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|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-BasicVmMacro-csar.csar 2022-06-28T06:56:33.874Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||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-06-28T06:56:33.874Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|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-BasicVmMacro-csar.csar 2022-06-28T06:56:33.874Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-06-28T06:56:33.874Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:56:33.874Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-28T06:56:33.875Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-28T06:56:33.875Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-06-28T06:56:33.875Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-28T06:56:33.876Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:56:33.876Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-28T06:56:33.876Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-28T06:56:33.876Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-06-28T06:56:33.877Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-28T06:56:33.877Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:56:33.877Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-28T06:56:33.877Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:56:33.878Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-06-28T06:56:33.878Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-06-28T06:56:33.878Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-06-28T06:56:33.878Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-06-28T06:56:33.879Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-28T06:56:33.879Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-28T06:56:33.879Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:56:33.879Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-28T06:56:33.879Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:56:33.880Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-28T06:56:33.880Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-28T06:56:33.880Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:56:33.880Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-28T06:56:33.883Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-28T06:56:33.883Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:56:33.883Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-28T06:56:33.884Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-28T06:56:33.884Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:56:33.884Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-06-28T06:56:33.885Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-06-28T06:56:33.885Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-28T06:56:33.885Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=56a44636-7d70-43ef-9c2d-6faf0e2b3e68 2022-06-28T06:56:33.885Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:56:33.886Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-28T06:56:33.886Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:56:33.886Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-28T06:56:33.886Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:56:33.886Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-28T06:56:33.887Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:56:33.887Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-28T06:56:33.887Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:0a126361-874d-4056-abdc-1982c90c15c2 Model Version:NULL Model InvariantUuid:2bbab0b0-5546-4544-86cc-6e91e68bf721 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:f837cbb6-81c4-4435-b312-a5e22056f408 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:b8f26bd0-44b6-4676-b1c7-3a4aff609344 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:69235f67-5b0d-47a3-b297-b8fff9a99102 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:94f8dfbf-0923-4aba-a588-576601e127af ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:303b9962-2076-4351-8337-c63648dbcaa3 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:56a44636-7d70-43ef-9c2d-6faf0e2b3e68 ModelInvariantUuid:8e5086e7-3a09-4966-b245-7f5ed2d88b83 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:0a3726e5-7aaa-4396-bde0-bfa49a70cd7b ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:b181b52e-7f2f-416d-8e6f-35c9478deddb ModelInvariantUuid:273a144b-b531-4627-b21e-104ada1133d8 ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:d66fbd52-42f4-4fc7-b2c1-dc2bd60572e0 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-06-28T06:56:33.895Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: fb64fcb5-1dc5-4421-b6b6-5d3441b55071 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-28T06:56:33.898Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||INFO|500||basic_vm_macro 0 2022-06-28T06:56:33.898Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: fb64fcb5-1dc5-4421-b6b6-5d3441b55071 2022-06-28T06:56:33.898Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: aa0943af-3604-4167-8104-1eed720ec918 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-06-28T06:56:33.898Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-06-28T06:56:33.898Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||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-06-28T06:56:33.964Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-06-28T06:56:33.964Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json aa0943af-3604-4167-8104-1eed720ec918 792 2022-06-28T06:56:33.965Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||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-06-28T06:56:33.965Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||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-06-28T06:56:33.965Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-28T06:56:33.965Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:56:33.967Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:56:33.967Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f56f66a9-0365-4018-ac75-e7d88cefcea3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656399393965, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-28T06:56:34.067Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-28T06:56:34.068Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:56:34.068Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:56:34.082Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:56:34.082Z||pool-133-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-28T06:56:34.968Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "94f8dfbf-0923-4aba-a588-576601e127af", "vfModuleModelVersion": "1", "vfModuleModelUUID": "303b9962-2076-4351-8337-c63648dbcaa3", "vfModuleModelCustomizationUUID": "d7790290-8571-4e34-b554-ec8f8a04822e", "isBase": true, "artifacts": [ "6f36d000-996f-4801-9dff-930dc84e7b64", "5ccaab31-41b1-4144-8eba-f5a48326096f" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-28T06:56:34.970Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:303b9962-2076-4351-8337-c63648dbcaa3 VfModuleModelInvariantUUID:94f8dfbf-0923-4aba-a588-576601e127af VfModuleModelDescription:NULL Artifacts UUID List:{ 6f36d000-996f-4801-9dff-930dc84e7b64 , 5ccaab31-41b1-4144-8eba-f5a48326096f } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-06-28T06:56:34.972Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "94f8dfbf-0923-4aba-a588-576601e127af", "vfModuleModelVersion": "1", "vfModuleModelUUID": "303b9962-2076-4351-8337-c63648dbcaa3", "vfModuleModelCustomizationUUID": "d7790290-8571-4e34-b554-ec8f8a04822e", "isBase": true, "artifacts": [ "6f36d000-996f-4801-9dff-930dc84e7b64", "5ccaab31-41b1-4144-8eba-f5a48326096f" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-28T06:56:34.972Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:303b9962-2076-4351-8337-c63648dbcaa3 VfModuleModelInvariantUUID:94f8dfbf-0923-4aba-a588-576601e127af VfModuleModelDescription:NULL Artifacts UUID List:{ 6f36d000-996f-4801-9dff-930dc84e7b64 , 5ccaab31-41b1-4144-8eba-f5a48326096f } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-06-28T06:56:34.972Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 6f36d000-996f-4801-9dff-930dc84e7b64 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-06-28T06:56:34.972Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-06-28T06:56:34.972Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||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-06-28T06:56:35.055Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-06-28T06:56:35.055Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 6f36d000-996f-4801-9dff-930dc84e7b64 5033 2022-06-28T06:56:35.056Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||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-06-28T06:56:35.056Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||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-06-28T06:56:35.056Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-28T06:56:35.056Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:56:35.058Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:56:35.058Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f56f66a9-0365-4018-ac75-e7d88cefcea3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656399395056, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-28T06:56:35.158Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-28T06:56:35.159Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:56:35.160Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:56:35.176Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:56:35.176Z||pool-134-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-28T06:56:36.059Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 5ccaab31-41b1-4144-8eba-f5a48326096f from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-06-28T06:56:36.059Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-06-28T06:56:36.059Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||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-06-28T06:56:36.242Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-06-28T06:56:36.242Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 5ccaab31-41b1-4144-8eba-f5a48326096f 903 2022-06-28T06:56:36.242Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||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-06-28T06:56:36.243Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||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-06-28T06:56:36.243Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-28T06:56:36.243Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:56:36.244Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:56:36.244Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f56f66a9-0365-4018-ac75-e7d88cefcea3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656399396242, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-28T06:56:36.345Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-28T06:56:36.345Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:56:36.345Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:56:36.370Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:56:36.370Z||pool-135-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-06-28T06:56:37.245Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 0a126361-874d-4056-abdc-1982c90c15c2 2022-06-28T06:56:37.245Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 fb64fcb5-1dc5-4421-b6b6-5d3441b55071 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-28T06:56:37.254Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7f59f423, org.onap.sdc.toscaparser.api.parameters.Input@2a5b6724, org.onap.sdc.toscaparser.api.parameters.Input@221e237c, org.onap.sdc.toscaparser.api.parameters.Input@5066af5e, org.onap.sdc.toscaparser.api.parameters.Input@60aeb19d] 2022-06-28T06:56:37.256Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:56:37.256Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-28T06:56:37.256Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2022-06-28T06:56:37.256Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 69235f67-5b0d-47a3-b297-b8fff9a99102 2022-06-28T06:56:37.256Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 69235f67-5b0d-47a3-b297-b8fff9a99102 matches Tosca VF Customization UUID: 69235f67-5b0d-47a3-b297-b8fff9a99102 2022-06-28T06:56:37.256Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 69235f67-5b0d-47a3-b297-b8fff9a99102 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-06-28T06:56:37.258Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:56:37.258Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-28T06:56:37.259Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 69235f67-5b0d-47a3-b297-b8fff9a99102: {\"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-06-28T06:56:37.259Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2792072f 2022-06-28T06:56:37.259Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:56:37.259Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-28T06:56:37.259Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d7790290-8571-4e34-b554-ec8f8a04822e 2022-06-28T06:56:37.259Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d7790290-8571-4e34-b554-ec8f8a04822e Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-06-28T06:56:37.262Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:56:37.262Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-28T06:56:37.262Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-28T06:56:37.262Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:56:37.262Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-28T06:56:37.263Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-28T06:56:37.263Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:56:37.263Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-06-28T06:56:37.263Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-06-28T06:56:37.264Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-28T06:56:37.264Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=56a44636-7d70-43ef-9c2d-6faf0e2b3e68 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-06-28T06:56:37.266Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:56:37.266Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-28T06:56:37.266Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-28T06:56:37.266Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:56:37.267Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-28T06:56:37.267Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=69235f67-5b0d-47a3-b297-b8fff9a99102 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-28T06:56:37.268Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:56:37.268Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-28T06:56:37.269Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 0a126361-874d-4056-abdc-1982c90c15c2: basic_vm_macro 2022-06-28T06:56:37.269Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:56:37.269Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-28T06:56:37.269Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:56:37.269Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-28T06:56:37.269Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:56:37.270Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-28T06:56:37.270Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:56:37.270Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-28T06:56:37.270Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-28T06:56:37.270Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-28T06:56:37.270Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||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-06-28T06:56:38.073Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro fb64fcb5-1dc5-4421-b6b6-5d3441b55071 1 ASDC deployResourceStructure 2022-06-28T06:56:38.074Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||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-06-28T06:56:38.074Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||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-06-28T06:56:38.074Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-28T06:56:38.074Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:56:38.077Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:56:38.077Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f56f66a9-0365-4018-ac75-e7d88cefcea3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656399398074, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-06-28T06:56:38.177Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-28T06:56:38.177Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:56:38.178Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:56:38.192Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:56:38.192Z||pool-136-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-28T06:56:39.079Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||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-06-28T06:56:39.080Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||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-06-28T06:56:39.080Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-28T06:56:39.080Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:56:39.082Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:56:39.082Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f56f66a9-0365-4018-ac75-e7d88cefcea3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656399399079, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-06-28T06:56:39.182Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-28T06:56:39.183Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:56:39.183Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:56:39.198Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:56:39.198Z||pool-137-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-28T06:56:40.083Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||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-06-28T06:56:40.083Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||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-06-28T06:56:40.083Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-28T06:56:40.084Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:56:40.085Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:56:40.085Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f56f66a9-0365-4018-ac75-e7d88cefcea3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656399400083, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-06-28T06:56:40.185Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-28T06:56:40.186Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:56:40.186Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:56:40.204Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:56:40.205Z||pool-138-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-28T06:56:41.086Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-06-28T06:56:41.086Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-06-28T06:56:41.087Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-28T06:56:41.087Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:56:41.089Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:56:41.089Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f56f66a9-0365-4018-ac75-e7d88cefcea3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656399401086, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-28T06:56:41.189Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-28T06:56:41.189Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:56:41.190Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:56:41.204Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:56:41.204Z||pool-139-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-28T06:56:42.090Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f56f66a9-0365-4018-ac75-e7d88cefcea3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-28T06:56:43.387Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f56f66a9-0365-4018-ac75-e7d88cefcea3 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-28T06:56:43.390Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-28T06:56:43.390Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-28T06:56:43.390Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-28T06:56:43.390Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-28T06:56:43.390Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-28T06:56:43.391Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-28T06:56:43.391Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-28T06:56:43.391Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-28T06:56:43.391Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-28T06:56:43.391Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-28T06:56:43.392Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|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-06-28T06:56:43.397Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-28T06:57:13.397Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f56f66a9-0365-4018-ac75-e7d88cefcea3 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-06-28T06:57:13.403Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f56f66a9-0365-4018-ac75-e7d88cefcea3 and serviceModelVersionId: 0a126361-874d-4056-abdc-1982c90c15c2 2022-06-28T06:57:13.404Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2bbab0b0-5546-4544-86cc-6e91e68bf721 2022-06-28T06:57:13.404Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2bbab0b0-5546-4544-86cc-6e91e68bf721/model-vers/model-ver/0a126361-874d-4056-abdc-1982c90c15c2?depth=0 2022-06-28T06:57:13.408Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-06-28T06:57:13.444Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2bbab0b0-5546-4544-86cc-6e91e68bf721/model-vers/model-ver/0a126361-874d-4056-abdc-1982c90c15c2?depth=0|INFO|500||Invoke 2022-06-28T06:57:13.445Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2bbab0b0-5546-4544-86cc-6e91e68bf721/model-vers/model-ver/0a126361-874d-4056-abdc-1982c90c15c2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2bbab0b0-5546-4544-86cc-6e91e68bf721/model-vers/model-ver/0a126361-874d-4056-abdc-1982c90c15c2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f56f66a9-0365-4018-ac75-e7d88cefcea3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6ad58431-9721-4449-89e3-fec001f5a321], X-ECOMP-RequestID=[f56f66a9-0365-4018-ac75-e7d88cefcea3], X-TransactionId=[], X-ONAP-RequestID=[f56f66a9-0365-4018-ac75-e7d88cefcea3], Content-Type=[application/merge-patch+json]} 2022-06-28T06:57:13.462Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2bbab0b0-5546-4544-86cc-6e91e68bf721/model-vers/model-ver/0a126361-874d-4056-abdc-1982c90c15c2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-28T06:57:13.546Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2bbab0b0-5546-4544-86cc-6e91e68bf721/model-vers/model-ver/0a126361-874d-4056-abdc-1982c90c15c2?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/2bbab0b0-5546-4544-86cc-6e91e68bf721/model-vers/model-ver/0a126361-874d-4056-abdc-1982c90c15c2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220628-06:57:13:377-20852], vertex-id=[253976], Content-Length=[0], Date=[Tue, 28 Jun 2022 06:57:13 GMT], Content-Type=[application/json]} 2022-06-28T06:57:13.547Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2bbab0b0-5546-4544-86cc-6e91e68bf721/model-vers/model-ver/0a126361-874d-4056-abdc-1982c90c15c2?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-28T06:57:13.547Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2bbab0b0-5546-4544-86cc-6e91e68bf721/model-vers/model-ver/0a126361-874d-4056-abdc-1982c90c15c2?depth=0|INFO|500||InvokeReturn 2022-06-28T06:57:13.548Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-28T06:57:13.548Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|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-06-28T06:57:13.553Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|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-06-28T06:57:13.553Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f56f66a9-0365-4018-ac75-e7d88cefcea3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-28T06:57:13.553Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-28T06:57:13.554Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-28T06:57:13.555Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-28T06:57:13.556Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f56f66a9-0365-4018-ac75-e7d88cefcea3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656399433553, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-28T06:57:13.656Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-28T06:57:13.657Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-28T06:57:13.657Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ... 2022-06-28T06:57:13.676Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:57:13.676Z||pool-140-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-28T06:57:14.574Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:57:14.575Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:57:14.575Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|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 YWVvXsvdd1WxW1CC) ... 2022-06-28T06:57:25.041Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:57:25.042Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:57:25.043Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:57:25.043Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|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 YWVvXsvdd1WxW1CC) ... 2022-06-28T06:57:27.263Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:57:27.264Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:57:27.264Z|68bd0286-9d5c-4d10-864a-259fcebebae6|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 YWVvXsvdd1WxW1CC) ... 2022-06-28T06:57:27.294Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:57:27.295Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:57:27.295Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f56f66a9-0365-4018-ac75-e7d88cefcea3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656399147262, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-28T06:57:27.295Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:57:34.584Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:57:34.585Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:57:34.585Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:57:34.585Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|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 YWVvXsvdd1WxW1CC) ... 2022-06-28T06:57:44.133Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:57:44.134Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:57:44.134Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:57:44.134Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|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 YWVvXsvdd1WxW1CC) ... 2022-06-28T06:57:53.676Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:57:53.676Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:57:53.677Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:57:53.677Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|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 YWVvXsvdd1WxW1CC) ... 2022-06-28T06:58:03.249Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:58:27.261Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:58:27.262Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:58:27.262Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|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 YWVvXsvdd1WxW1CC) ... 2022-06-28T06:58:27.263Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:58:27.264Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:58:27.264Z|68bd0286-9d5c-4d10-864a-259fcebebae6|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 YWVvXsvdd1WxW1CC) ... 2022-06-28T06:58:27.800Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:58:27.801Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:58:27.801Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f56f66a9-0365-4018-ac75-e7d88cefcea3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656399147262, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-28T06:58:27.802Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:58:27.802Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:58:27.803Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f56f66a9-0365-4018-ac75-e7d88cefcea3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656399147262, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-28T06:58:27.803Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:58:27.803Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:58:27.803Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f56f66a9-0365-4018-ac75-e7d88cefcea3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656399147262, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-28T06:58:27.803Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-28T06:58:27.803Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:58:27.803Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f56f66a9-0365-4018-ac75-e7d88cefcea3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656399391706, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-28T06:58:27.803Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:58:27.803Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:58:27.803Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f56f66a9-0365-4018-ac75-e7d88cefcea3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656399393965, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-28T06:58:27.804Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:58:27.804Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:58:27.804Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f56f66a9-0365-4018-ac75-e7d88cefcea3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656399395056, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-28T06:58:27.804Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:58:27.804Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:58:27.804Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f56f66a9-0365-4018-ac75-e7d88cefcea3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656399396242, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-28T06:58:27.804Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:58:27.804Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:58:27.804Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f56f66a9-0365-4018-ac75-e7d88cefcea3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656399398074, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-06-28T06:58:27.804Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:58:27.804Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:58:27.804Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f56f66a9-0365-4018-ac75-e7d88cefcea3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656399399079, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-06-28T06:58:27.805Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:58:27.805Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:58:27.805Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f56f66a9-0365-4018-ac75-e7d88cefcea3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656399400083, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-06-28T06:58:27.805Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:58:27.805Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:58:27.805Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f56f66a9-0365-4018-ac75-e7d88cefcea3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656399401086, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-28T06:58:27.805Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:58:27.805Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-28T06:58:27.805Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f56f66a9-0365-4018-ac75-e7d88cefcea3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656399433553, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-28T06:58:27.805Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-28T06:58:36.818Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:59:27.262Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:59:27.262Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:59:27.263Z|63c45334-ba5d-487d-b7bd-1994b335f020|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 YWVvXsvdd1WxW1CC) ... 2022-06-28T06:59:27.263Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T06:59:27.264Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T06:59:27.264Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T06:59:36.836Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T06:59:36.836Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T07:00:27.261Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T07:00:27.263Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T07:00:27.263Z|63c45334-ba5d-487d-b7bd-1994b335f020|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 YWVvXsvdd1WxW1CC) ... 2022-06-28T07:00:27.263Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T07:00:27.264Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T07:00:27.264Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T07:00:36.823Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T07:00:36.824Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T07:01:27.262Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T07:01:27.263Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T07:01:27.264Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T07:01:27.264Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T07:01:27.264Z|551ba232-93e7-486a-b90d-0260e1c18ee5|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 YWVvXsvdd1WxW1CC) ... 2022-06-28T07:01:27.264Z|63c45334-ba5d-487d-b7bd-1994b335f020|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 YWVvXsvdd1WxW1CC) ... 2022-06-28T07:01:36.838Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T07:01:36.838Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T07:02:27.262Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T07:02:27.262Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T07:02:27.262Z|63c45334-ba5d-487d-b7bd-1994b335f020|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 YWVvXsvdd1WxW1CC) ... 2022-06-28T07:02:27.263Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T07:02:27.264Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T07:02:27.264Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T07:02:36.837Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T07:02:36.842Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T07:03:27.262Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T07:03:27.262Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T07:03:27.262Z|63c45334-ba5d-487d-b7bd-1994b335f020|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 YWVvXsvdd1WxW1CC) ... 2022-06-28T07:03:27.263Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T07:03:27.264Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T07:03:27.264Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T07:03:36.815Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T07:03:36.821Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T07:04:27.261Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T07:04:27.262Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T07:04:27.262Z|63c45334-ba5d-487d-b7bd-1994b335f020|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 YWVvXsvdd1WxW1CC) ... 2022-06-28T07:04:27.264Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T07:04:27.264Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T07:04:27.264Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T07:04:36.815Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T07:04:36.815Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T07:05:27.262Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T07:05:27.262Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T07:05:27.262Z|63c45334-ba5d-487d-b7bd-1994b335f020|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 YWVvXsvdd1WxW1CC) ... 2022-06-28T07:05:27.263Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T07:05:27.264Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T07:05:27.264Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T07:05:36.819Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T07:05:36.820Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T07:06:27.261Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T07:06:27.262Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T07:06:27.263Z|63c45334-ba5d-487d-b7bd-1994b335f020|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 YWVvXsvdd1WxW1CC) ... 2022-06-28T07:06:27.263Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T07:06:27.264Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T07:06:27.264Z|68bd0286-9d5c-4d10-864a-259fcebebae6|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 YWVvXsvdd1WxW1CC) ... 2022-06-28T07:06:36.811Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T07:06:36.834Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T07:07:27.262Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T07:07:27.263Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T07:07:27.263Z|63c45334-ba5d-487d-b7bd-1994b335f020|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 YWVvXsvdd1WxW1CC) ... 2022-06-28T07:07:27.263Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T07:07:27.264Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T07:07:27.264Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T07:07:36.824Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T07:07:36.833Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T07:08:27.262Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T07:08:27.262Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T07:08:27.262Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T07:08:27.264Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T07:08:27.264Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T07:08:27.264Z|551ba232-93e7-486a-b90d-0260e1c18ee5|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 YWVvXsvdd1WxW1CC) ... 2022-06-28T07:08:36.814Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T07:08:36.815Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T07:09:27.261Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T07:09:27.262Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T07:09:27.262Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T07:09:27.263Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T07:09:27.264Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T07:09:27.264Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|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 YWVvXsvdd1WxW1CC) ... 2022-06-28T07:09:36.823Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T07:09:36.823Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T07:10:27.262Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T07:10:27.263Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T07:10:27.263Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T07:10:27.263Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T07:10:27.264Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T07:10:27.264Z|68bd0286-9d5c-4d10-864a-259fcebebae6|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 YWVvXsvdd1WxW1CC) ... 2022-06-28T07:10:36.814Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T07:10:36.819Z|68bd0286-9d5c-4d10-864a-259fcebebae6|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T07:11:27.262Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T07:11:27.263Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T07:11:27.263Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T07:11:27.263Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T07:11:27.264Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T07:11:27.264Z|63c45334-ba5d-487d-b7bd-1994b335f020|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 YWVvXsvdd1WxW1CC) ... 2022-06-28T07:11:36.813Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T07:11:36.813Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T07:12:27.261Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T07:12:27.262Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T07:12:27.262Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T07:12:27.263Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T07:12:27.264Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T07:12:27.264Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T07:12:36.810Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T07:12:36.811Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T07:13:27.261Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T07:13:27.262Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T07:13:27.263Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T07:13:27.263Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T07:13:27.264Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T07:13:27.264Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T07:13:36.850Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T07:13:36.851Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T07:14:27.262Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T07:14:27.263Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T07:14:27.264Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T07:14:27.264Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T07:14:27.264Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T07:14:27.264Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T07:14:36.818Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T07:14:36.820Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T07:15:27.262Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T07:15:27.264Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T07:15:27.266Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T07:15:27.267Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T07:15:27.267Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T07:15:27.268Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T07:15:36.820Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T07:15:36.820Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T07:16:27.262Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T07:16:27.262Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T07:16:27.262Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T07:16:27.263Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T07:16:27.264Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T07:16:27.264Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T07:16:36.808Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T07:16:36.813Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-28T07:17:27.263Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T07:17:27.263Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T07:17:27.263Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-28T07:17:27.264Z||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 YWVvXsvdd1WxW1CC) ... 2022-06-28T07:17:27.264Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-28T07:17:27.264Z|f56f66a9-0365-4018-ac75-e7d88cefcea3|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 YWVvXsvdd1WxW1CC) ...