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-08-13T03:32:22.831Z||main|||||INFO|500||The following profiles are active: basic 2022-08-13T03:32:59.383Z||main|||||INFO|500||Starting service [Tomcat] 2022-08-13T03:32:59.388Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-08-13T03:32:59.873Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-08-13T03:33:11.863Z||main|||||INFO|500||catdb-pool - Starting... 2022-08-13T03:33:12.856Z||main|||||INFO|500||catdb-pool - Start completed. 2022-08-13T03:33:14.108Z||main|||||INFO|500||reqdb-pool - Starting... 2022-08-13T03:33:14.138Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-08-13T03:33:14.377Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-08-13T03:33:14.816Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-08-13T03:33:17.354Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-08-13T03:33:26.499Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-08-13T03:33:31.528Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-08-13T03:33:31.676Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-08-13T03:33:32.869Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-08-13T03:33:33.553Z||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-08-13T03:33:37.222Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-08-13T03:33:39.839Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-08-13T03:33:39.937Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at java.base/sun.net.NetworkClient.doConnect(Unknown Source) at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source) at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source) at java.base/sun.net.www.http.HttpClient.(Unknown Source) at java.base/sun.net.www.http.HttpClient.New(Unknown Source) at java.base/sun.net.www.http.HttpClient.New(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source) at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155) at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70) at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$7b5c92.deployActivities() at org.onap.so.asdc.Application.deployActivities(Application.java:52) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405) at org.springframework.boot.SpringApplication.run(SpringApplication.java:315) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) at org.onap.so.asdc.Application.main(Application.java:60) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49) at org.springframework.boot.loader.Launcher.launch(Launcher.java:107) at org.springframework.boot.loader.Launcher.launch(Launcher.java:58) at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88) 2022-08-13T03:33:39.939Z||main|||||WARN|500||The sdc end point is not alive 2022-08-13T03:33:47.146Z||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-08-13T03:33:54.532Z||main|||||WARN|500||--- 2022-08-13T03:33:54.534Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-08-13T03:33:54.534Z||main|||||WARN|500||--- 2022-08-13T03:33:55.719Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-08-13T03:34:09.694Z||main|||||INFO|500||Started Application in 117.483 seconds (JVM running for 124.5) 2022-08-13T03:34:09.831Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-08-13T03:34:09.839Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-08-13T03:34:09.879Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-08-13T03:34:10.000Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-08-13T03:34:10.192Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2a94e396-38f2-4c53-a654-b9eebf2c51a6 url= /sdc/v1/artifactTypes 2022-08-13T03:34:10.193Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-08-13T03:34:11.362Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-08-13T03:34:11.426Z||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-08-13T03:34:11.480Z||scheduling-1|||||DEBUG|500||create keys 2022-08-13T03:34:11.502Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-08-13T03:34:11.591Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T03:34:11.646Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= ad17b061-b668-4406-a2ea-0943d96536d7 url= /sdc/v1/registerForDistribution 2022-08-13T03:34:11.893Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= ad17b061-b668-4406-a2ea-0943d96536d7 url= /sdc/v1/registerForDistribution 2022-08-13T03:34:11.894Z||scheduling-1|||||INFO|500||start DistributionClient 2022-08-13T03:34:11.957Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-08-13T03:34:11.967Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T03:34:11.981Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T03:34:12.044Z||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-08-13T03:34:12.050Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T03:34:12.050Z||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-08-13T03:34:12.052Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T03:34:22.461Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T03:34:22.507Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T03:35:11.928Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T03:35:11.929Z||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-08-13T03:35:11.930Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T03:35:11.938Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T03:35:11.939Z||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-08-13T03:35:11.939Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T03:35:21.521Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T03:35:21.555Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T03:36:11.928Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T03:36:11.931Z||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-08-13T03:36:11.932Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T03:36:11.940Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T03:36:11.942Z||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-08-13T03:36:11.942Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T03:36:21.513Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T03:36:21.527Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T03:37:11.928Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T03:37:11.930Z||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-08-13T03:37:11.930Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T03:37:11.937Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T03:37:11.943Z||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-08-13T03:37:11.943Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T03:37:21.538Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T03:37:21.541Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T03:38:11.928Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T03:38:11.939Z||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-08-13T03:38:11.940Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T03:38:11.940Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T03:38:11.942Z||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-08-13T03:38:11.943Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T03:38:21.522Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T03:38:21.550Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T03:39:11.928Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T03:39:11.930Z||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-08-13T03:39:11.930Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T03:39:11.937Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T03:39:11.939Z||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-08-13T03:39:11.939Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T03:39:21.494Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T03:39:21.508Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T03:40:11.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T03:40:11.932Z||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-08-13T03:40:11.932Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T03:40:11.937Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T03:40:11.939Z||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-08-13T03:40:11.940Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T03:40:21.526Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T03:40:21.546Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T03:41:11.928Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T03:41:11.929Z||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-08-13T03:41:11.930Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T03:41:11.937Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T03:41:11.940Z||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-08-13T03:41:11.940Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T03:41:21.513Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T03:41:21.532Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T03:42:11.928Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T03:42:11.930Z||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-08-13T03:42:11.930Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T03:42:11.937Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T03:42:11.939Z||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-08-13T03:42:11.939Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T03:42:21.508Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T03:42:21.538Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T03:42:40.303Z||http-nio-8085-exec-2|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-08-13T03:43:11.928Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T03:43:11.929Z||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-08-13T03:43:11.929Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T03:43:11.937Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T03:43:11.939Z||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-08-13T03:43:11.939Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T03:43:21.521Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T03:43:21.551Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T03:44:11.928Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T03:44:11.929Z||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-08-13T03:44:11.929Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T03:44:11.937Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T03:44:11.939Z||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-08-13T03:44:11.939Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T03:44:21.488Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T03:44:21.511Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T03:45:11.929Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T03:45:11.933Z||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-08-13T03:45:11.934Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T03:45:11.940Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T03:45:11.945Z||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-08-13T03:45:11.946Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T03:45:21.551Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T03:45:21.566Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T03:46:11.928Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T03:46:11.930Z||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-08-13T03:46:11.931Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T03:46:11.938Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T03:46:11.939Z||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-08-13T03:46:11.940Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T03:46:21.521Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T03:46:21.538Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T03:47:11.928Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T03:47:11.935Z||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-08-13T03:47:11.936Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T03:47:11.937Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T03:47:11.938Z||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-08-13T03:47:11.939Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T03:47:21.511Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T03:47:21.513Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T03:48:11.928Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T03:48:11.929Z||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-08-13T03:48:11.929Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T03:48:11.937Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T03:48:11.938Z||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-08-13T03:48:11.939Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T03:48:21.503Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T03:48:21.537Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T03:49:11.928Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T03:49:11.929Z||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-08-13T03:49:11.930Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T03:49:11.938Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T03:49:11.939Z||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-08-13T03:49:11.939Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T03:49:21.500Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T03:49:21.523Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T03:50:11.928Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T03:50:11.929Z||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-08-13T03:50:11.930Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T03:50:11.937Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T03:50:11.939Z||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-08-13T03:50:11.939Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T03:50:21.488Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T03:50:21.525Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T03:51:11.928Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T03:51:11.929Z||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-08-13T03:51:11.930Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T03:51:11.937Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T03:51:11.939Z||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-08-13T03:51:11.939Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T03:51:21.495Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T03:51:21.532Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T03:52:11.928Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T03:52:11.929Z||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-08-13T03:52:11.929Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T03:52:11.937Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T03:52:11.938Z||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-08-13T03:52:11.939Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T03:52:21.499Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T03:52:21.514Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T03:53:11.928Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T03:53:11.930Z||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-08-13T03:53:11.931Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T03:53:11.937Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T03:53:11.938Z||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-08-13T03:53:11.939Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T03:53:21.501Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T03:53:21.558Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T03:54:11.928Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T03:54:11.931Z||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-08-13T03:54:11.931Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T03:54:11.937Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T03:54:11.939Z||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-08-13T03:54:11.939Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T03:54:21.511Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T03:54:21.567Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T03:55:11.928Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T03:55:11.929Z||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-08-13T03:55:11.930Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T03:55:11.938Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T03:55:11.939Z||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-08-13T03:55:11.939Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T03:55:21.554Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T03:55:21.564Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T03:56:11.928Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T03:56:11.930Z||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-08-13T03:56:11.930Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T03:56:11.937Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T03:56:11.938Z||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-08-13T03:56:11.938Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T03:56:21.505Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T03:56:21.510Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T03:57:11.928Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T03:57:11.929Z||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-08-13T03:57:11.930Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T03:57:11.939Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T03:57:11.941Z||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-08-13T03:57:11.942Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T03:57:21.520Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T03:57:21.574Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T03:58:11.928Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T03:58:11.929Z||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-08-13T03:58:11.930Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T03:58:11.938Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T03:58:11.940Z||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-08-13T03:58:11.940Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T03:58:21.505Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T03:58:21.542Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T03:59:11.928Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T03:59:11.930Z||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-08-13T03:59:11.930Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T03:59:11.937Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T03:59:11.938Z||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-08-13T03:59:11.939Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T03:59:21.512Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T03:59:21.528Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:00:11.928Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:00:11.930Z||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-08-13T04:00:11.930Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T04:00:11.938Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:00:11.939Z||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-08-13T04:00:11.939Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T04:00:21.538Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:00:21.538Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:01:11.928Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:01:11.929Z||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-08-13T04:01:11.930Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T04:01:11.937Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:01:11.938Z||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-08-13T04:01:11.938Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T04:01:21.486Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:01:21.521Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:02:11.928Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:02:11.930Z||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-08-13T04:02:11.930Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T04:02:11.938Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:02:11.939Z||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-08-13T04:02:11.939Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T04:02:21.498Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:02:21.523Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:03:11.928Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:03:11.931Z||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-08-13T04:03:11.932Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T04:03:11.937Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:03:11.939Z||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-08-13T04:03:11.940Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T04:03:21.508Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:03:21.524Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:04:11.928Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:04:11.930Z||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-08-13T04:04:11.931Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T04:04:11.938Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:04:11.939Z||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-08-13T04:04:11.940Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T04:04:21.493Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:04:21.541Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:05:11.928Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:05:11.930Z||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-08-13T04:05:11.930Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T04:05:11.938Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:05:11.939Z||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-08-13T04:05:11.940Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T04:05:21.492Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:05:21.500Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:06:11.928Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:06:11.929Z||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-08-13T04:06:11.930Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T04:06:11.938Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:06:11.939Z||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-08-13T04:06:11.939Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T04:06:21.503Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:06:21.505Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:07:11.928Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:07:11.929Z||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-08-13T04:07:11.929Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T04:07:11.937Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:07:11.938Z||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-08-13T04:07:11.939Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T04:07:21.520Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:07:21.539Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:08:11.928Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:08:11.929Z||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-08-13T04:08:11.929Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T04:08:11.937Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:08:11.939Z||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-08-13T04:08:11.939Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T04:08:21.491Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:08:21.510Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:09:11.928Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:09:11.930Z||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-08-13T04:09:11.931Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T04:09:11.938Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:09:11.940Z||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-08-13T04:09:11.940Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T04:09:21.526Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:09:21.530Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:10:11.928Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:10:11.929Z||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-08-13T04:10:11.929Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T04:10:11.937Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:10:11.945Z||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-08-13T04:10:11.945Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T04:10:21.504Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:10:21.536Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:11:11.928Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:11:11.930Z||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-08-13T04:11:11.930Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T04:11:11.937Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:11:11.938Z||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-08-13T04:11:11.939Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T04:11:21.500Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:11:21.524Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:12:11.928Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:12:11.930Z||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-08-13T04:12:11.930Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T04:12:11.940Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:12:11.942Z||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-08-13T04:12:11.942Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T04:12:21.497Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:12:21.504Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:13:11.928Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:13:11.930Z||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-08-13T04:13:11.930Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T04:13:11.937Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:13:11.939Z||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-08-13T04:13:11.939Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T04:13:21.482Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:13:21.491Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:14:11.928Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:14:11.929Z||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-08-13T04:14:11.929Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T04:14:11.937Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:14:11.938Z||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-08-13T04:14:11.939Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T04:14:21.487Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:14:21.497Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:15:11.928Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:15:11.929Z||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-08-13T04:15:11.930Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T04:15:11.938Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:15:11.939Z||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-08-13T04:15:11.939Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T04:15:21.500Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:15:21.509Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:16:11.928Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:16:11.929Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-13T04:16:11.929Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:16:11.937Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:16:11.939Z||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-08-13T04:16:11.940Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T04:16:21.502Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:16:21.528Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:17:11.928Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:17:11.929Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-13T04:17:11.930Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:17:11.937Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:17:11.938Z||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-08-13T04:17:11.939Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T04:17:21.497Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:17:21.510Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:18:11.928Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:18:11.929Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-13T04:18:11.929Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:18:11.937Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:18:11.939Z||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-08-13T04:18:11.939Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T04:18:21.516Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:18:21.517Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:19:11.928Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:19:11.929Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-13T04:19:11.930Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:19:11.937Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:19:11.939Z||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-08-13T04:19:11.939Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T04:19:21.498Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:19:21.516Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:20:11.928Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:20:11.930Z||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-08-13T04:20:11.930Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T04:20:11.937Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:20:11.938Z||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-08-13T04:20:11.938Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T04:20:12.155Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:20:12.182Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:20:12.182Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634", "consumerID": "cds", "timestamp": 1660364382099, "artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:20:12.282Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:20:12.283Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:20:12.283Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1660364377430, "artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:20:12.283Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:20:12.284Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:20:12.284Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634", "consumerID": "ves-openapi-manager", "timestamp": 1660364382944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:20:12.285Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:20:12.285Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:20:12.285Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634", "consumerID": "multicloud-k8s-id", "timestamp": 1660364381932, "artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:20:12.285Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:20:12.285Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:20:12.286Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634", "consumerID": "cds", "timestamp": 1660364382099, "artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/vfwa860f55d47890_modules.json", "status": "NOT_NOTIFIED" } 2022-08-13T04:20:12.286Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:20:12.286Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:20:12.286Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1660364377430, "artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/vfwa860f55d47890_modules.json", "status": "NOT_NOTIFIED" } 2022-08-13T04:20:12.287Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:20:12.287Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:20:12.287Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634", "consumerID": "ves-openapi-manager", "timestamp": 1660364382944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/vfwa860f55d47890_modules.json", "status": "NOT_NOTIFIED" } 2022-08-13T04:20:12.288Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:20:12.288Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:20:12.288Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634", "consumerID": "multicloud-k8s-id", "timestamp": 1660364381932, "artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/vfwa860f55d47890_modules.json", "status": "NOTIFIED" } 2022-08-13T04:20:12.288Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:20:12.288Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:20:12.289Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634", "consumerID": "cds", "timestamp": 1660364382099, "artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-08-13T04:20:12.289Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:20:12.290Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:20:12.290Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1660364377430, "artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-08-13T04:20:12.290Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:20:12.290Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:20:12.291Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634", "consumerID": "ves-openapi-manager", "timestamp": 1660364382944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-08-13T04:20:12.291Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:20:12.291Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:20:12.291Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634", "consumerID": "multicloud-k8s-id", "timestamp": 1660364381932, "artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-08-13T04:20:12.296Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:20:12.296Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:20:12.297Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634", "consumerID": "policy-id", "timestamp": 1660364385239, "artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:20:12.297Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:20:12.297Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:20:12.297Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634", "consumerID": "cds", "timestamp": 1660364382099, "artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:20:12.298Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:20:12.298Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:20:12.298Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1660364377430, "artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:20:12.298Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:20:12.299Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:20:12.299Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634", "consumerID": "ves-openapi-manager", "timestamp": 1660364382944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:20:12.300Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:20:12.300Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:20:12.301Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634", "consumerID": "multicloud-k8s-id", "timestamp": 1660364381932, "artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:20:12.301Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:20:12.301Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:20:12.301Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634", "consumerID": "policy-id", "timestamp": 1660364385239, "artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/vfwa860f55d47890_modules.json", "status": "NOT_NOTIFIED" } 2022-08-13T04:20:12.302Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:20:12.302Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:20:12.302Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634", "consumerID": "cds", "timestamp": 1660364382099, "artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-08-13T04:20:12.302Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:20:12.302Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:20:12.303Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1660364377430, "artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-08-13T04:20:12.303Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:20:12.303Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:20:12.303Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634", "consumerID": "ves-openapi-manager", "timestamp": 1660364382944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-08-13T04:20:12.304Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:20:12.304Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:20:12.304Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634", "consumerID": "multicloud-k8s-id", "timestamp": 1660364381932, "artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-08-13T04:20:12.304Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:20:12.304Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:20:12.305Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634", "consumerID": "policy-id", "timestamp": 1660364385239, "artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-08-13T04:20:12.305Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:20:12.305Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:20:12.305Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634", "consumerID": "cds", "timestamp": 1660364382099, "artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/artifacts/service-Vfw20220813041755-template.yml", "status": "NOT_NOTIFIED" } 2022-08-13T04:20:12.305Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:20:12.306Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:20:12.306Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1660364377430, "artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/artifacts/service-Vfw20220813041755-template.yml", "status": "NOT_NOTIFIED" } 2022-08-13T04:20:12.306Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:20:12.306Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:20:12.306Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634", "consumerID": "ves-openapi-manager", "timestamp": 1660364382944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/artifacts/service-Vfw20220813041755-template.yml", "status": "NOT_NOTIFIED" } 2022-08-13T04:20:12.311Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:20:12.311Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:20:12.311Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634", "consumerID": "multicloud-k8s-id", "timestamp": 1660364381932, "artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/artifacts/service-Vfw20220813041755-template.yml", "status": "NOT_NOTIFIED" } 2022-08-13T04:20:12.312Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:20:12.312Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:20:12.312Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634", "consumerID": "policy-id", "timestamp": 1660364385239, "artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:20:12.312Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:20:12.312Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:20:12.312Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634", "consumerID": "cds", "timestamp": 1660364382099, "artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/artifacts/service-Vfw20220813041755-csar.csar", "status": "NOTIFIED" } 2022-08-13T04:20:12.313Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:20:12.313Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:20:12.313Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1660364377430, "artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/artifacts/service-Vfw20220813041755-csar.csar", "status": "NOTIFIED" } 2022-08-13T04:20:12.314Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:20:12.314Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:20:12.314Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634", "consumerID": "ves-openapi-manager", "timestamp": 1660364382944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/artifacts/service-Vfw20220813041755-csar.csar", "status": "NOT_NOTIFIED" } 2022-08-13T04:20:12.314Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:20:12.315Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:20:12.315Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634", "consumerID": "multicloud-k8s-id", "timestamp": 1660364381932, "artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/artifacts/service-Vfw20220813041755-csar.csar", "status": "NOTIFIED" } 2022-08-13T04:20:12.315Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:20:12.315Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:20:12.315Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634", "consumerID": "policy-id", "timestamp": 1660364385239, "artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-08-13T04:20:12.315Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:20:12.315Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:20:12.316Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634", "consumerID": "policy-id", "timestamp": 1660364385239, "artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/artifacts/service-Vfw20220813041755-template.yml", "status": "NOT_NOTIFIED" } 2022-08-13T04:20:12.316Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:20:12.316Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:20:12.316Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634", "consumerID": "cds", "timestamp": 1660364390688, "artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/artifacts/service-Vfw20220813041755-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-13T04:20:12.317Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:20:12.317Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:20:12.317Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1660364391040, "artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/artifacts/service-Vfw20220813041755-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-13T04:20:12.317Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:20:12.317Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:20:12.317Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634", "consumerID": "multicloud-k8s-id", "timestamp": 1660364391954, "artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/vfwa860f55d47890_modules.json", "status": "DOWNLOAD_OK" } 2022-08-13T04:20:12.318Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:20:12.318Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:20:12.318Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634", "consumerID": "clamp", "timestamp": 1660364392493, "artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:20:12.318Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:20:12.319Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:20:12.319Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634", "consumerID": "policy-id", "timestamp": 1660364385239, "artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/artifacts/service-Vfw20220813041755-csar.csar", "status": "NOTIFIED" } 2022-08-13T04:20:12.319Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:20:12.319Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:20:12.319Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634", "consumerID": "cds", "timestamp": 1660364391715, "artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/artifacts/service-Vfw20220813041755-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=? 2022-08-13T04:20:12.641Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:20:12.644Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-13T04:20:12.644Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"b049ddbd-1c3c-41c3-8e1d-7462a85e1634","serviceName":"vFW 2022-08-13 04-17-55","serviceVersion":"1.0","serviceUUID":"facf8ab3-2fd2-4c75-b360-43bf751da1b7","serviceDescription":"catalog service description","serviceInvariantUUID":"ed13d960-18e3-42a3-a33c-e6a0160ae6b9","resources":[{"resourceInstanceName":"vFW a860f55d-4789 0","resourceName":"vFW a860f55d-4789","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fd66bee4-a0df-495f-8895-aeb7ba6a2d7b","resourceInvariantUUID":"1d750c83-7dba-4d57-82f3-ace868a71a95","resourceCustomizationUUID":"2f47201d-66bf-47ca-95ba-d7aa76797f75","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/vf-license-model.xml","artifactChecksum":"ODc1ZTAzOWIwMjcxNmJmMTk5OTdmZmVhZTgxMjgyMTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b8eb1086-53c8-48b9-a496-a47f17b72d53","artifactVersion":"1"},{"artifactName":"vfwa860f55d47890_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/vfwa860f55d47890_modules.json","artifactChecksum":"OWM1MmJiZjdmZDgxNWM3MWYwN2I3MjU5ZjczMWFkYWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ad23487d-ffcd-445e-b5db-e3a4aac2131a","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c04e03aa-53f6-47d9-a357-d41c2924bc2c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/vendor-license-model.xml","artifactChecksum":"ZDQyOWJiZGMwNjZiZGM5MzlmNzM2Yjg2ZGY4NDdhZTU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"16d5ce05-3658-468f-a3c6-07e9588d3c3b","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5a1ec174-c902-4116-a061-a25ca68a3845","artifactVersion":"2","generatedFromUUID":"c04e03aa-53f6-47d9-a357-d41c2924bc2c"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220813041755-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220813041755/1.0/artifacts/service-Vfw20220813041755-template.yml","artifactChecksum":"Y2U5Nzc4ZmI2ZDg4Mzg1MDVlNzM1NmM1YzdmMmNkODM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"df451ee1-771d-4b4f-a623-6bb7a99bc3aa","artifactVersion":"1"},{"artifactName":"service-Vfw20220813041755-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220813041755/1.0/artifacts/service-Vfw20220813041755-csar.csar","artifactChecksum":"Y2EyYmQ5OWYxZmU0ZWNlNTExN2JlY2QyYmE4OTQyNDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d30cedd1-7c45-4220-8128-1f5bb31e77c6","artifactVersion":"1"}],"workloadContext":"Production"} 2022-08-13T04:20:12.658Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-13T04:20:12.672Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-08-13T04:20:12.731Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:20:12.733Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b049ddbd-1c3c-41c3-8e1d-7462a85e1634 2022-08-13T04:20:12.731Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660364411928, "artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:20:12.784Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b049ddbd-1c3c-41c3-8e1d-7462a85e1634 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-08-13T04:20:12.829Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 80 ms 2022-08-13T04:20:12.839Z||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-08-13T04:20:12.839Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:20:12.840Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:20:12.840Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634", "consumerID": "multicloud-k8s-id", "timestamp": 1660364393289, "artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-08-13T04:20:12.841Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:20:12.841Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:20:12.841Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634", "consumerID": "clamp", "timestamp": 1660364392493, "artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/vfwa860f55d47890_modules.json", "status": "NOTIFIED" } 2022-08-13T04:20:12.841Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:20:12.841Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:20:12.842Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634", "consumerID": "policy-id", "timestamp": 1660364393164, "artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/artifacts/service-Vfw20220813041755-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-13T04:20:12.842Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:20:12.842Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:20:12.842Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634", "consumerID": "multicloud-k8s-id", "timestamp": 1660364394477, "artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-08-13T04:20:12.843Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:20:12.843Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:20:12.843Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634", "consumerID": "clamp", "timestamp": 1660364392493, "artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-08-13T04:20:12.843Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:20:12.843Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:20:12.844Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634", "consumerID": "policy-id", "timestamp": 1660364394180, "artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/artifacts/service-Vfw20220813041755-csar.csar", "status": "DEPLOY_OK" } 2022-08-13T04:20:12.844Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:20:12.844Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:20:12.845Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634", "consumerID": "clamp", "timestamp": 1660364392493, "artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:20:12.846Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:20:12.846Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:20:12.846Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634", "consumerID": "multicloud-k8s-id", "timestamp": 1660364395680, "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-08-13T04:20:12.876Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b049ddbd-1c3c-41c3-8e1d-7462a85e1634 2022-08-13T04:20:12.877Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b049ddbd-1c3c-41c3-8e1d-7462a85e1634 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-08-13T04:20:12.887Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:20:12.893Z||pool-3-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":0,"count":1} 2022-08-13T04:20:12.894Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:20:12.894Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634", "consumerID": "aai-ml", "timestamp": 1660364394156, "artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:20:12.895Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:20:12.895Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:20:12.895Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634", "consumerID": "policy-id", "timestamp": 1660364395189, "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-08-13T04:20:12.904Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b049ddbd-1c3c-41c3-8e1d-7462a85e1634 2022-08-13T04:20:12.905Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b049ddbd-1c3c-41c3-8e1d-7462a85e1634 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-08-13T04:20:12.928Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:20:12.929Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634", "consumerID": "clamp", "timestamp": 1660364392493, "artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-08-13T04:20:12.930Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:20:12.931Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:20:12.931Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634", "consumerID": "multicloud-k8s-id", "timestamp": 1660364396687, "artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/vfwa860f55d47890_modules.json", "status": "DEPLOY_OK" } 2022-08-13T04:20:12.931Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:20:12.931Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:20:12.931Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634", "consumerID": "aai-ml", "timestamp": 1660364394156, "artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/vfwa860f55d47890_modules.json", "status": "NOT_NOTIFIED" } 2022-08-13T04:20:12.932Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:20:12.932Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:20:12.932Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634", "consumerID": "clamp", "timestamp": 1660364392493, "artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/artifacts/service-Vfw20220813041755-template.yml", "status": "NOT_NOTIFIED" } 2022-08-13T04:20:12.932Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:20:12.932Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:20:12.932Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634", "consumerID": "aai-ml", "timestamp": 1660364394156, "artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-08-13T04:20:12.933Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:20:12.933Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:20:12.933Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634", "consumerID": "clamp", "timestamp": 1660364392493, "artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/artifacts/service-Vfw20220813041755-csar.csar", "status": "NOTIFIED" } 2022-08-13T04:20:12.934Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:20:12.934Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:20:12.934Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1660364398112, "artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/artifacts/service-Vfw20220813041755-csar.csar", "status": "DEPLOY_OK" } 2022-08-13T04:20:12.934Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:20:12.934Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:20:12.935Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a", "consumerID": "cds", "timestamp": 1660364397099, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:20:12.935Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:20:12.935Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:20:12.935Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634", "consumerID": "aai-ml", "timestamp": 1660364394156, "artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:20:12.935Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:20:12.935Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:20:12.935Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1660364399119, "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-08-13T04:20:12.956Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b049ddbd-1c3c-41c3-8e1d-7462a85e1634 2022-08-13T04:20:12.956Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b049ddbd-1c3c-41c3-8e1d-7462a85e1634 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-08-13T04:20:12.987Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:20:12.988Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a", "consumerID": "cds", "timestamp": 1660364397099, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/basic_onboard_udtjmc0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-13T04:20:12.988Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:20:12.989Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:20:12.989Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634", "consumerID": "aai-ml", "timestamp": 1660364394156, "artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-08-13T04:20:12.989Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:20:12.989Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:20:12.989Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a", "consumerID": "cds", "timestamp": 1660364397099, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-08-13T04:20:12.989Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:20:12.990Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:20:12.990Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634", "consumerID": "aai-ml", "timestamp": 1660364394156, "artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/artifacts/service-Vfw20220813041755-template.yml", "status": "NOT_NOTIFIED" } 2022-08-13T04:20:12.990Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:20:12.990Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:20:12.990Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a", "consumerID": "cds", "timestamp": 1660364397099, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:20:12.991Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:20:12.991Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:20:12.991Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634", "consumerID": "aai-ml", "timestamp": 1660364394156, "artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/artifacts/service-Vfw20220813041755-csar.csar", "status": "NOTIFIED" } 2022-08-13T04:20:12.991Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:20:12.991Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:20:12.992Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a", "consumerID": "multicloud-k8s-id", "timestamp": 1660364401932, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:20:12.992Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:20:12.992Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:20:12.992Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a", "consumerID": "cds", "timestamp": 1660364397099, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-08-13T04:20:12.993Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:20:12.993Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:20:12.993Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634", "consumerID": "aai-ml", "timestamp": 1660364402117, "artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/artifacts/service-Vfw20220813041755-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-13T04:20:12.994Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:20:12.994Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:20:12.994Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a", "consumerID": "multicloud-k8s-id", "timestamp": 1660364401932, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/basic_onboard_udtjmc0_modules.json", "status": "NOTIFIED" } 2022-08-13T04:20:12.994Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:20:12.994Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:20:12.994Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a", "consumerID": "cds", "timestamp": 1660364397099, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/artifacts/service-BasicOnboardUdtjmc-template.yml", "status": "NOT_NOTIFIED" } 2022-08-13T04:20:12.995Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:20:12.995Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:20:12.995Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a", "consumerID": "ves-openapi-manager", "timestamp": 1660364402944, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:20:12.995Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:20:12.995Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:20:12.996Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a", "consumerID": "multicloud-k8s-id", "timestamp": 1660364401932, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-08-13T04:20:12.996Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:20:12.996Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:20:12.996Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a", "consumerID": "cds", "timestamp": 1660364397099, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/artifacts/service-BasicOnboardUdtjmc-csar.csar", "status": "NOTIFIED" } 2022-08-13T04:20:12.997Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:20:12.997Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:20:12.998Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a", "consumerID": "ves-openapi-manager", "timestamp": 1660364402944, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/basic_onboard_udtjmc0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-13T04:20:12.998Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:20:12.998Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:20:12.998Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a", "consumerID": "multicloud-k8s-id", "timestamp": 1660364401932, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:20:12.999Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:20:12.999Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:20:12.999Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a", "consumerID": "cds", "timestamp": 1660364405055, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/artifacts/service-BasicOnboardUdtjmc-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-13T04:20:12.999Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:20:13.000Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:20:13.000Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a", "consumerID": "ves-openapi-manager", "timestamp": 1660364402944, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-08-13T04:20:13.000Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:20:13.000Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:20:13.000Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a", "consumerID": "policy-id", "timestamp": 1660364405239, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:20:13.000Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:20:13.000Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:20:13.001Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a", "consumerID": "multicloud-k8s-id", "timestamp": 1660364401932, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-08-13T04:20:13.001Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:20:13.001Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:20:13.001Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a", "consumerID": "cds", "timestamp": 1660364406068, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/artifacts/service-BasicOnboardUdtjmc-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-08-13T04:20:13.058Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a9e162ba-50d5-4abb-861b-290c2b9c3d1a 2022-08-13T04:20:13.059Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9e162ba-50d5-4abb-861b-290c2b9c3d1a 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-08-13T04:20:13.079Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:20:13.080Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a", "consumerID": "ves-openapi-manager", "timestamp": 1660364402944, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:20:13.080Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:20:13.081Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:20:13.081Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a", "consumerID": "policy-id", "timestamp": 1660364405239, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/basic_onboard_udtjmc0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-13T04:20:13.081Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:20:13.081Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:20:13.081Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a", "consumerID": "multicloud-k8s-id", "timestamp": 1660364401932, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/artifacts/service-BasicOnboardUdtjmc-template.yml", "status": "NOT_NOTIFIED" } 2022-08-13T04:20:13.082Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:20:13.082Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:20:13.082Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a", "consumerID": "ves-openapi-manager", "timestamp": 1660364402944, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-08-13T04:20:13.082Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:20:13.082Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:20:13.082Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a", "consumerID": "policy-id", "timestamp": 1660364405239, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-08-13T04:20:13.083Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:20:13.083Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:20:13.083Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a", "consumerID": "multicloud-k8s-id", "timestamp": 1660364401932, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/artifacts/service-BasicOnboardUdtjmc-csar.csar", "status": "NOTIFIED" } 2022-08-13T04:20:13.083Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:20:13.083Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:20:13.084Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1660364407429, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:20:13.084Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:20:13.084Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:20:13.084Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a", "consumerID": "ves-openapi-manager", "timestamp": 1660364402944, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/artifacts/service-BasicOnboardUdtjmc-template.yml", "status": "NOT_NOTIFIED" } 2022-08-13T04:20:13.084Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:20:13.085Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:20:13.085Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a", "consumerID": "policy-id", "timestamp": 1660364405239, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:20:13.085Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:20:13.085Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:20:13.085Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1660364407429, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/basic_onboard_udtjmc0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-13T04:20:13.086Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:20:13.086Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:20:13.086Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a", "consumerID": "multicloud-k8s-id", "timestamp": 1660364409998, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/basic_onboard_udtjmc0_modules.json", "status": "DOWNLOAD_OK" } 2022-08-13T04:20:13.086Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:20:13.087Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:20:13.087Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a", "consumerID": "ves-openapi-manager", "timestamp": 1660364402944, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/artifacts/service-BasicOnboardUdtjmc-csar.csar", "status": "NOT_NOTIFIED" } 2022-08-13T04:20:13.087Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:20:13.087Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:20:13.087Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a", "consumerID": "policy-id", "timestamp": 1660364405239, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-08-13T04:20:13.088Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:20:13.088Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:20:13.088Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1660364407429, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-08-13T04:20:13.088Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:20:13.088Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:20:13.088Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a", "consumerID": "multicloud-k8s-id", "timestamp": 1660364411155, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-08-13T04:20:13.089Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:20:13.089Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:20:13.093Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a", "consumerID": "policy-id", "timestamp": 1660364405239, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/artifacts/service-BasicOnboardUdtjmc-template.yml", "status": "NOT_NOTIFIED" } 2022-08-13T04:20:13.093Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:20:13.754Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-13T04:20:13.755Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:20:13.760Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:20:13.764Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660364411928, "artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/vfwa860f55d47890_modules.json", "status": "NOTIFIED" } 2022-08-13T04:20:13.859Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms 2022-08-13T04:20:13.861Z||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-08-13T04:20:13.861Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:20:13.888Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:20:13.892Z||pool-4-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2022-08-13T04:20:14.767Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-13T04:20:14.768Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:20:14.771Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:20:14.772Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660364411928, "artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-08-13T04:20:14.872Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-13T04:20:14.874Z||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-08-13T04:20:14.874Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:20:14.937Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:20:14.938Z||pool-5-thread-1|||||INFO|500||cambria reply ok (65 ms):{"serverTimeMs":0,"count":1} 2022-08-13T04:20:15.773Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-13T04:20:15.774Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:20:15.777Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:20:15.778Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660364411928, "artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:20:15.878Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-13T04:20:15.879Z||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-08-13T04:20:15.880Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:20:15.940Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:20:15.941Z||pool-6-thread-1|||||INFO|500||cambria reply ok (63 ms):{"serverTimeMs":0,"count":1} 2022-08-13T04:20:16.778Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-13T04:20:16.779Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:20:16.783Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:20:16.783Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660364411928, "artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-08-13T04:20:16.883Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-13T04:20:16.885Z||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-08-13T04:20:16.885Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:20:16.912Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:20:16.914Z||pool-7-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2022-08-13T04:20:17.784Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-13T04:20:17.786Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:20:17.796Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:20:17.797Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660364411928, "artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/artifacts/service-Vfw20220813041755-template.yml", "status": "NOT_NOTIFIED" } 2022-08-13T04:20:17.897Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-13T04:20:17.899Z||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-08-13T04:20:17.899Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:20:17.922Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:20:17.923Z||pool-8-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-08-13T04:20:18.798Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-13T04:20:18.799Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:20:18.816Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:20:18.818Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660364411928, "artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/artifacts/service-Vfw20220813041755-csar.csar", "status": "NOTIFIED" } 2022-08-13T04:20:18.906Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 88 ms 2022-08-13T04:20:18.908Z||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-08-13T04:20:18.908Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:20:18.956Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:20:18.958Z||pool-9-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":0,"count":1} 2022-08-13T04:20:19.835Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634", "serviceName": "vFW 2022-08-13 04-17-55", "serviceVersion": "1.0", "serviceUUID": "facf8ab3-2fd2-4c75-b360-43bf751da1b7", "serviceDescription": "catalog service description", "serviceInvariantUUID": "ed13d960-18e3-42a3-a33c-e6a0160ae6b9", "resources": [ { "resourceInstanceName": "vFW a860f55d-4789 0", "resourceCustomizationUUID": "2f47201d-66bf-47ca-95ba-d7aa76797f75", "resourceName": "vFW a860f55d-4789", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "fd66bee4-a0df-495f-8895-aeb7ba6a2d7b", "resourceInvariantUUID": "1d750c83-7dba-4d57-82f3-ace868a71a95", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwa860f55d47890_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/vfwa860f55d47890_modules.json", "artifactChecksum": "OWM1MmJiZjdmZDgxNWM3MWYwN2I3MjU5ZjczMWFkYWE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ad23487d-ffcd-445e-b5db-e3a4aac2131a", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "c04e03aa-53f6-47d9-a357-d41c2924bc2c", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "5a1ec174-c902-4116-a061-a25ca68a3845", "generatedFromUUID": "c04e03aa-53f6-47d9-a357-d41c2924bc2c" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "5a1ec174-c902-4116-a061-a25ca68a3845", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220813041755-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/artifacts/service-Vfw20220813041755-csar.csar", "artifactChecksum": "Y2EyYmQ5OWYxZmU0ZWNlNTExN2JlY2QyYmE4OTQyNDQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d30cedd1-7c45-4220-8128-1f5bb31e77c6" } ], "workloadContext": "Production" } 2022-08-13T04:20:19.846Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-08-13T04:20:19.847Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 facf8ab3-2fd2-4c75-b360-43bf751da1b7 ASDC 2022-08-13T04:20:20.176Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:b049ddbd-1c3c-41c3-8e1d-7462a85e1634 ServiceName:vFW 2022-08-13 04-17-55 ServiceVersion:1.0 ServiceUUID:facf8ab3-2fd2-4c75-b360-43bf751da1b7 ServiceInvariantUUID:ed13d960-18e3-42a3-a33c-e6a0160ae6b9 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220813041755-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220813041755/1.0/artifacts/service-Vfw20220813041755-csar.csar ArtifactUUID:d30cedd1-7c45-4220-8128-1f5bb31e77c6 ArtifactChecksum:Y2EyYmQ5OWYxZmU0ZWNlNTExN2JlY2QyYmE4OTQyNDQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW a860f55d-4789 0 ResourceCustomizationUUID:2f47201d-66bf-47ca-95ba-d7aa76797f75 ResourceInvariantUUID:1d750c83-7dba-4d57-82f3-ace868a71a95 ResourceName:vFW a860f55d-4789 ResourceType:VF ResourceUUID:fd66bee4-a0df-495f-8895-aeb7ba6a2d7b ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwa860f55d47890_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/vfwa860f55d47890_modules.json ArtifactUUID:ad23487d-ffcd-445e-b5db-e3a4aac2131a ArtifactChecksum:OWM1MmJiZjdmZDgxNWM3MWYwN2I3MjU5ZjczMWFkYWE= 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/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/base_vfw.yaml ArtifactUUID:c04e03aa-53f6-47d9-a357-d41c2924bc2c 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/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/base_vfw.env ArtifactUUID:5a1ec174-c902-4116-a061-a25ca68a3845 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/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/base_vfw.env ArtifactUUID:5a1ec174-c902-4116-a061-a25ca68a3845 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-08-13T04:20:20.178Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF facf8ab3-2fd2-4c75-b360-43bf751da1b7 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-08-13T04:20:20.489Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-13T04:20:20.493Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-08-13T04:20:20.506Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-08-13T04:20:20.507Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: d30cedd1-7c45-4220-8128-1f5bb31e77c6 from URL: /sdc/v1/catalog/services/Vfw20220813041755/1.0/artifacts/service-Vfw20220813041755-csar.csar 2022-08-13T04:20:20.508Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-08-13T04:20:20.516Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220813041755/1.0/artifacts/service-Vfw20220813041755-csar.csar 2022-08-13T04:20:21.276Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-08-13T04:20:21.332Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220813041755/1.0/artifacts/service-Vfw20220813041755-csar.csar d30cedd1-7c45-4220-8128-1f5bb31e77c6 99036 2022-08-13T04:20:21.335Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220813041755/1.0/artifacts/service-Vfw20220813041755-csar.csar ASDC sendASDCNotification 2022-08-13T04:20:21.336Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220813041755/1.0/artifacts/service-Vfw20220813041755-csar.csar 2022-08-13T04:20:21.338Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-13T04:20:21.340Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:20:21.345Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:20:21.346Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660364421333, "artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/artifacts/service-Vfw20220813041755-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-13T04:20:21.446Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-13T04:20:21.447Z||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-08-13T04:20:21.448Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:20:21.468Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:20:21.470Z||pool-10-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-08-13T04:20:22.346Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-13T04:20:22.348Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-08-13T04:20:22.348Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: d30cedd1-7c45-4220-8128-1f5bb31e77c6, URL: /sdc/v1/catalog/services/Vfw20220813041755/1.0/artifacts/service-Vfw20220813041755-csar.csar to file: /app/ASDC/1/service-Vfw20220813041755-csar.csar 2022-08-13T04:20:22.351Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220813041755-csar.csar 2022-08-13T04:20:22.539Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220813041755-csar.csar 2022-08-13T04:20:22.540Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220813041755-csar.csar 2022-08-13T04:20:24.415Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5842092281884606169/Definitions/service-Vfw20220813041755-template.yml Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided 2022-08-13T04:20:31.197Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-08-13T04:20:31.206Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-08-13T04:20:31.207Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220813041755-csar.csar 2022-08-13T04:20:31.207Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-08-13T04:20:31.207Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220813041755-csar.csar 2022-08-13T04:20:31.208Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220813041755-csar.csar 2022-08-13T04:20:31.208Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|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-Vfw20220813041755-csar.csar 2022-08-13T04:20:31.208Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220813041755-csar.csar 2022-08-13T04:20:31.208Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220813041755-csar.csar 2022-08-13T04:20:31.208Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220813041755-csar.csar 2022-08-13T04:20:31.209Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|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-Vfw20220813041755-csar.csar 2022-08-13T04:20:31.209Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|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-Vfw20220813041755-csar.csar 2022-08-13T04:20:31.209Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220813041755-csar.csar 2022-08-13T04:20:31.210Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|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-Vfw20220813041755-csar.csar 2022-08-13T04:20:31.210Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW a860f55d-4789 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-Vfw20220813041755-csar.csar 2022-08-13T04:20:31.210Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220813041755-csar.csar 2022-08-13T04:20:31.210Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|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-Vfw20220813041755-csar.csar 2022-08-13T04:20:31.210Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-08-13T04:20:31.224Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:20:31.228Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-13 04-17-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:20:31.239Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vFW a860f55d-4789 0 is matching search criteria 2022-08-13T04:20:31.240Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-08-13T04:20:31.244Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW a860f55d-4789 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-13T04:20:31.248Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:20:31.259Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-13 04-17-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:20:31.260Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vFW a860f55d-4789 0 is matching search criteria 2022-08-13T04:20:31.260Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-08-13T04:20:31.261Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW a860f55d-4789 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-13T04:20:31.261Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:20:31.262Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-13 04-17-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:20:31.273Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:20:31.279Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vFW a860f55d-4789 0 is not matching search criteria 2022-08-13T04:20:31.281Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-08-13T04:20:31.283Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-08-13T04:20:31.283Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-08-13T04:20:31.284Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-08-13T04:20:31.284Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-08-13T04:20:31.284Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-08-13T04:20:31.284Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-08-13T04:20:31.285Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-08-13T04:20:31.285Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-08-13T04:20:31.285Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-08-13T04:20:31.286Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-08-13T04:20:31.286Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-08-13T04:20:31.286Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-08-13T04:20:31.287Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-08-13T04:20:31.287Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-08-13T04:20:31.287Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-08-13T04:20:31.288Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:20:31.297Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-13 04-17-55 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-08-13T04:20:31.301Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:20:31.302Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vFW a860f55d-4789 0 is matching search criteria 2022-08-13T04:20:31.302Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW a860f55d-4789 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-13T04:20:31.303Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:20:31.304Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vFW a860f55d-4789 0 is matching search criteria 2022-08-13T04:20:31.304Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW a860f55d-4789 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-13T04:20:31.304Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:20:31.304Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vFW a860f55d-4789 0 is matching search criteria 2022-08-13T04:20:31.305Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW a860f55d-4789 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-13T04:20:31.305Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:20:31.305Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vFW a860f55d-4789 0 is not matching search criteria 2022-08-13T04:20:31.306Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-08-13T04:20:31.306Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-08-13T04:20:31.306Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-08-13T04:20:31.306Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-08-13T04:20:31.307Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-08-13T04:20:31.307Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-08-13T04:20:31.307Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-08-13T04:20:31.307Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-08-13T04:20:31.308Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-08-13T04:20:31.308Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-08-13T04:20:31.314Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-08-13T04:20:31.315Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=6fc9bb6d-e07e-4555-b6c8-d4e1e404f1fd 2022-08-13T04:20:31.317Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:20:31.319Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vFW a860f55d-4789 0 is not matching search criteria 2022-08-13T04:20:31.320Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-08-13T04:20:31.321Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-08-13T04:20:31.321Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-08-13T04:20:31.321Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-08-13T04:20:31.322Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-08-13T04:20:31.322Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-08-13T04:20:31.322Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-08-13T04:20:31.323Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-08-13T04:20:31.323Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-08-13T04:20:31.323Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-08-13T04:20:31.323Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-08-13T04:20:31.324Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-08-13T04:20:31.324Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e37bbc1f-fdf9-4722-9d1f-5e91bfc41c07 2022-08-13T04:20:31.325Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:20:31.325Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vFW a860f55d-4789 0 is not matching search criteria 2022-08-13T04:20:31.325Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-08-13T04:20:31.326Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-08-13T04:20:31.326Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-08-13T04:20:31.326Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-08-13T04:20:31.327Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-08-13T04:20:31.327Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-08-13T04:20:31.328Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-08-13T04:20:31.328Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-08-13T04:20:31.328Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-08-13T04:20:31.328Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-08-13T04:20:31.329Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-08-13T04:20:31.329Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-08-13T04:20:31.329Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=79e1497c-9c58-4e45-a9d0-13351fa50bb8 2022-08-13T04:20:31.330Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:20:31.330Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-13 04-17-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:20:31.330Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:20:31.331Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-13 04-17-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:20:31.331Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:20:31.331Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-13 04-17-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:20:31.331Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:20:31.332Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-13 04-17-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:20:31.332Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-08-13 04-17-55 Description:catalog service description Model UUID:facf8ab3-2fd2-4c75-b360-43bf751da1b7 Model Version:NULL Model InvariantUuid:ed13d960-18e3-42a3-a33c-e6a0160ae6b9 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW a860f55d-4789 Model UUID:d3399b98-3458-453c-aa39-0370c16c7cce Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:1d750c83-7dba-4d57-82f3-ace868a71a95 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:2f47201d-66bf-47ca-95ba-d7aa76797f75 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:2b1fafa4-126d-45bb-b45a-fd6df1fc472b ModelName:VfwA860f55d4789..base_vfw..module-0 ModelUuid:d5ed2d42-8a4a-4b96-bd13-27c93aecfd48 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:6fc9bb6d-e07e-4555-b6c8-d4e1e404f1fd ModelInvariantUuid:b32b13e4-fc01-49ef-a5dc-1803d4d8eeaa ModelName:vFW a860f55d-4789-nodes.vfwCvfc ModelUuid:ed68c32c-136d-4bd6-8714-da78581ac814 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:09c8875d-c9a1-44c3-af33-d3b5194e6a46 ModelInvariantUuid:54da9bbc-4e4d-4f5f-9552-688b3cf29020 ModelName:VfwA860f55d4789.compute.nodes.heat.vfw ModelUuid:5c37e7ac-9297-4aa9-898d-3c6c5bb4905e ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:e37bbc1f-fdf9-4722-9d1f-5e91bfc41c07 ModelInvariantUuid:976e64ab-7d82-46ae-b481-2e5dcdc24f5b ModelName:vFW a860f55d-4789-nodes.vsnCvfc ModelUuid:250e97ba-7102-49f8-b5f0-af3c2d64e24d ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:086c9062-dc04-4eeb-82fc-a819c2775e41 ModelInvariantUuid:d150d074-fdaf-44c9-a4b3-90cfceb6c99e ModelName:VfwA860f55d4789.compute.nodes.heat.vsn ModelUuid:cc84c368-c518-43b8-a0de-34b5be20bc38 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:79e1497c-9c58-4e45-a9d0-13351fa50bb8 ModelInvariantUuid:3bb02afd-6ade-4ec1-a463-200992aae59a ModelName:vFW a860f55d-4789-nodes.vpgCvfc ModelUuid:c241002f-4c46-4ce9-aecd-ffb5df95ad0f ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:c25ce632-8e28-4646-8b96-16e86ee6e342 ModelInvariantUuid:f6ad656e-5dbf-4a0e-8ef1-9da5132c8712 ModelName:VfwA860f55d4789.compute.nodes.heat.vpg ModelUuid:3eb26ff1-f265-4a1d-95f9-d52f31ce6123 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-08-13T04:20:31.355Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: fd66bee4-a0df-495f-8895-aeb7ba6a2d7b 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-08-13T04:20:31.575Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||vFW a860f55d-4789 0 2022-08-13T04:20:31.593Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: fd66bee4-a0df-495f-8895-aeb7ba6a2d7b 2022-08-13T04:20:31.593Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: ad23487d-ffcd-445e-b5db-e3a4aac2131a from URL: /sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/vfwa860f55d47890_modules.json 2022-08-13T04:20:31.596Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-08-13T04:20:31.597Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/vfwa860f55d47890_modules.json 2022-08-13T04:20:31.874Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-08-13T04:20:31.875Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/vfwa860f55d47890_modules.json ad23487d-ffcd-445e-b5db-e3a4aac2131a 785 2022-08-13T04:20:31.875Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/vfwa860f55d47890_modules.json ASDC sendASDCNotification 2022-08-13T04:20:31.876Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/vfwa860f55d47890_modules.json 2022-08-13T04:20:31.876Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-13T04:20:31.876Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:20:31.886Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:20:31.886Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660364431875, "artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/vfwa860f55d47890_modules.json", "status": "DOWNLOAD_OK" } 2022-08-13T04:20:31.981Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms 2022-08-13T04:20:31.982Z||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-08-13T04:20:31.983Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:20:32.003Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:20:32.004Z||pool-11-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-08-13T04:20:32.889Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwA860f55d4789..base_vfw..module-0", "vfModuleModelInvariantUUID": "2b1fafa4-126d-45bb-b45a-fd6df1fc472b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "d5ed2d42-8a4a-4b96-bd13-27c93aecfd48", "vfModuleModelCustomizationUUID": "eec12846-cc12-4289-b37d-32d1425e3f73", "isBase": true, "artifacts": [ "c04e03aa-53f6-47d9-a357-d41c2924bc2c", "5a1ec174-c902-4116-a061-a25ca68a3845" ], "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-08-13T04:20:32.917Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwA860f55d4789..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:d5ed2d42-8a4a-4b96-bd13-27c93aecfd48 VfModuleModelInvariantUUID:2b1fafa4-126d-45bb-b45a-fd6df1fc472b VfModuleModelDescription:NULL Artifacts UUID List:{ c04e03aa-53f6-47d9-a357-d41c2924bc2c , 5a1ec174-c902-4116-a061-a25ca68a3845 } 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-08-13T04:20:32.934Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwA860f55d4789..base_vfw..module-0", "vfModuleModelInvariantUUID": "2b1fafa4-126d-45bb-b45a-fd6df1fc472b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "d5ed2d42-8a4a-4b96-bd13-27c93aecfd48", "vfModuleModelCustomizationUUID": "eec12846-cc12-4289-b37d-32d1425e3f73", "isBase": true, "artifacts": [ "c04e03aa-53f6-47d9-a357-d41c2924bc2c", "5a1ec174-c902-4116-a061-a25ca68a3845" ], "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-08-13T04:20:32.935Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwA860f55d4789..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:d5ed2d42-8a4a-4b96-bd13-27c93aecfd48 VfModuleModelInvariantUUID:2b1fafa4-126d-45bb-b45a-fd6df1fc472b VfModuleModelDescription:NULL Artifacts UUID List:{ c04e03aa-53f6-47d9-a357-d41c2924bc2c , 5a1ec174-c902-4116-a061-a25ca68a3845 } 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-08-13T04:20:32.935Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: c04e03aa-53f6-47d9-a357-d41c2924bc2c from URL: /sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/base_vfw.yaml 2022-08-13T04:20:32.935Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-08-13T04:20:32.936Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/base_vfw.yaml 2022-08-13T04:20:33.152Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-08-13T04:20:33.154Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/base_vfw.yaml c04e03aa-53f6-47d9-a357-d41c2924bc2c 20368 2022-08-13T04:20:33.154Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-08-13T04:20:33.154Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/base_vfw.yaml 2022-08-13T04:20:33.154Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-13T04:20:33.155Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:20:33.157Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:20:33.157Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660364433154, "artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-08-13T04:20:33.257Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-13T04:20:33.261Z||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-08-13T04:20:33.262Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:20:33.326Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:20:33.328Z||pool-12-thread-1|||||INFO|500||cambria reply ok (68 ms):{"serverTimeMs":3,"count":1} 2022-08-13T04:20:34.172Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 5a1ec174-c902-4116-a061-a25ca68a3845 from URL: /sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/base_vfw.env 2022-08-13T04:20:34.173Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-08-13T04:20:34.182Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/base_vfw.env 2022-08-13T04:20:34.281Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-08-13T04:20:34.282Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/base_vfw.env 5a1ec174-c902-4116-a061-a25ca68a3845 2098 2022-08-13T04:20:34.282Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/base_vfw.env ASDC sendASDCNotification 2022-08-13T04:20:34.283Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/base_vfw.env 2022-08-13T04:20:34.283Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-13T04:20:34.283Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:20:34.287Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:20:34.287Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660364434282, "artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-08-13T04:20:34.395Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms 2022-08-13T04:20:34.405Z||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-08-13T04:20:34.406Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:20:34.454Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:20:34.455Z||pool-13-thread-1|||||INFO|500||cambria reply ok (60 ms):{"serverTimeMs":0,"count":1} 2022-08-13T04:20:35.288Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: facf8ab3-2fd2-4c75-b360-43bf751da1b7 2022-08-13T04:20:35.289Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW a860f55d-4789 0 fd66bee4-a0df-495f-8895-aeb7ba6a2d7b 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-08-13T04:20:35.399Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@47ce3092, org.onap.sdc.toscaparser.api.parameters.Input@636d40b6, org.onap.sdc.toscaparser.api.parameters.Input@1f8be4de, org.onap.sdc.toscaparser.api.parameters.Input@7bd646db, org.onap.sdc.toscaparser.api.parameters.Input@4d2ab393] 2022-08-13T04:20:35.417Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:20:35.418Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-13 04-17-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:20:35.419Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2022-08-13T04:20:35.419Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 2f47201d-66bf-47ca-95ba-d7aa76797f75 2022-08-13T04:20:35.420Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2f47201d-66bf-47ca-95ba-d7aa76797f75 matches Tosca VF Customization UUID: 2f47201d-66bf-47ca-95ba-d7aa76797f75 2022-08-13T04:20:35.420Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 2f47201d-66bf-47ca-95ba-d7aa76797f75 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-08-13T04:20:35.434Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:20:35.435Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-13 04-17-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:20:35.439Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 2f47201d-66bf-47ca-95ba-d7aa76797f75: {\"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-08-13T04:20:35.440Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4ec4103b 2022-08-13T04:20:35.441Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:20:35.441Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-13 04-17-55 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-08-13T04:20:35.442Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : eec12846-cc12-4289-b37d-32d1425e3f73 2022-08-13T04:20:35.445Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID eec12846-cc12-4289-b37d-32d1425e3f73 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-08-13T04:20:35.462Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:20:35.463Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vFW a860f55d-4789 0 is matching search criteria 2022-08-13T04:20:35.464Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW a860f55d-4789 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-13T04:20:35.465Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:20:35.466Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vFW a860f55d-4789 0 is matching search criteria 2022-08-13T04:20:35.466Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW a860f55d-4789 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-13T04:20:35.467Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:20:35.467Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vFW a860f55d-4789 0 is not matching search criteria 2022-08-13T04:20:35.467Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-08-13T04:20:35.468Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-08-13T04:20:35.468Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-08-13T04:20:35.468Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-08-13T04:20:35.469Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-08-13T04:20:35.469Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-08-13T04:20:35.469Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-08-13T04:20:35.470Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-08-13T04:20:35.470Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-08-13T04:20:35.470Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-08-13T04:20:35.471Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-08-13T04:20:35.471Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=6fc9bb6d-e07e-4555-b6c8-d4e1e404f1fd 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-08-13T04:20:35.486Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:20:35.487Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vFW a860f55d-4789 0 is matching search criteria 2022-08-13T04:20:35.488Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW a860f55d-4789 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-13T04:20:35.489Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:20:35.489Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vFW a860f55d-4789 0 is not matching search criteria 2022-08-13T04:20:35.490Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-08-13T04:20:35.490Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-08-13T04:20:35.491Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-08-13T04:20:35.491Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-08-13T04:20:35.492Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-08-13T04:20:35.492Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-08-13T04:20:35.494Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-08-13T04:20:35.495Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-08-13T04:20:35.495Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-08-13T04:20:35.495Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-08-13T04:20:35.495Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-08-13T04:20:35.496Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-08-13T04:20:35.496Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e37bbc1f-fdf9-4722-9d1f-5e91bfc41c07 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-08-13T04:20:35.501Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:20:35.502Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vFW a860f55d-4789 0 is matching search criteria 2022-08-13T04:20:35.505Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW a860f55d-4789 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-13T04:20:35.511Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:20:35.512Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vFW a860f55d-4789 0 is not matching search criteria 2022-08-13T04:20:35.512Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-08-13T04:20:35.512Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-08-13T04:20:35.512Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-08-13T04:20:35.513Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-08-13T04:20:35.513Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-08-13T04:20:35.513Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-08-13T04:20:35.514Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-08-13T04:20:35.514Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-08-13T04:20:35.515Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-08-13T04:20:35.515Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-08-13T04:20:35.515Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-08-13T04:20:35.518Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-08-13T04:20:35.519Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=79e1497c-9c58-4e45-a9d0-13351fa50bb8 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-08-13T04:20:35.539Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:20:35.540Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vFW a860f55d-4789 0 is matching search criteria 2022-08-13T04:20:35.540Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW a860f55d-4789 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-13T04:20:35.541Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:20:35.542Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vFW a860f55d-4789 0 is matching search criteria 2022-08-13T04:20:35.542Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW a860f55d-4789 0] matching following query criteria: sdcType=VF, customizationUUID=2f47201d-66bf-47ca-95ba-d7aa76797f75 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-08-13T04:20:35.546Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:20:35.546Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-13 04-17-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:20:35.547Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid facf8ab3-2fd2-4c75-b360-43bf751da1b7: vFW a860f55d-4789 2022-08-13T04:20:35.547Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:20:35.547Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-13 04-17-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:20:35.547Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:20:35.548Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-13 04-17-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:20:35.548Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:20:35.548Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-13 04-17-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:20:35.548Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:20:35.549Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-13 04-17-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:20:35.549Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:20:35.549Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-13 04-17-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:20:35.549Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2022-08-13 04-17-55 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-08-13T04:20:36.395Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW a860f55d-4789 fd66bee4-a0df-495f-8895-aeb7ba6a2d7b 1 ASDC deployResourceStructure 2022-08-13T04:20:36.398Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/vfwa860f55d47890_modules.json ASDC sendASDCNotification 2022-08-13T04:20:36.399Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/vfwa860f55d47890_modules.json 2022-08-13T04:20:36.399Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-13T04:20:36.399Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:20:36.405Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:20:36.406Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660364436398, "artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/vfwa860f55d47890_modules.json", "status": "DEPLOY_OK" } 2022-08-13T04:20:36.509Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-08-13T04:20:36.510Z||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-08-13T04:20:36.511Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:20:36.568Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:20:36.569Z||pool-14-thread-1|||||INFO|500||cambria reply ok (59 ms):{"serverTimeMs":0,"count":1} 2022-08-13T04:20:37.407Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-08-13T04:20:37.407Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/base_vfw.yaml 2022-08-13T04:20:37.407Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-13T04:20:37.408Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:20:37.411Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:20:37.412Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660364437406, "artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-08-13T04:20:37.533Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 120 ms 2022-08-13T04:20:37.534Z||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-08-13T04:20:37.534Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:20:37.563Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:20:37.564Z||pool-15-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2022-08-13T04:20:38.415Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/base_vfw.env ASDC sendASDCNotification 2022-08-13T04:20:38.416Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/base_vfw.env 2022-08-13T04:20:38.416Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-13T04:20:38.423Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:20:38.432Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:20:38.432Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660364438415, "artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-08-13T04:20:38.532Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-13T04:20:38.534Z||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-08-13T04:20:38.534Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:20:38.557Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:20:38.558Z||pool-16-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1} 2022-08-13T04:20:39.446Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220813041755/1.0/artifacts/service-Vfw20220813041755-csar.csar ASDC sendASDCNotification 2022-08-13T04:20:39.446Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220813041755/1.0/artifacts/service-Vfw20220813041755-csar.csar 2022-08-13T04:20:39.446Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-13T04:20:39.447Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:20:39.451Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:20:39.473Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660364439446, "artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/artifacts/service-Vfw20220813041755-csar.csar", "status": "DEPLOY_OK" } 2022-08-13T04:20:39.551Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 77 ms 2022-08-13T04:20:39.553Z||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-08-13T04:20:39.554Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:20:39.602Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:20:39.603Z||pool-17-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":0,"count":1} 2022-08-13T04:20:40.476Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b049ddbd-1c3c-41c3-8e1d-7462a85e1634 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-13T04:20:40.556Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b049ddbd-1c3c-41c3-8e1d-7462a85e1634 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-13T04:20:40.568Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-13T04:20:40.569Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-13T04:20:40.570Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-13T04:21:10.571Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b049ddbd-1c3c-41c3-8e1d-7462a85e1634 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-13T04:21:10.614Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b049ddbd-1c3c-41c3-8e1d-7462a85e1634 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-13T04:21:10.623Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-13T04:21:10.624Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-13T04:21:10.624Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-13T04:21:11.938Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:21:11.939Z||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-08-13T04:21:11.939Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T04:21:12.053Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:21:12.054Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:21:12.054Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1660364407429, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:21:12.056Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:21:40.624Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b049ddbd-1c3c-41c3-8e1d-7462a85e1634 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-13T04:21:40.693Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b049ddbd-1c3c-41c3-8e1d-7462a85e1634 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-13T04:21:40.714Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-13T04:21:40.714Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-13T04:21:40.714Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-13T04:22:10.714Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b049ddbd-1c3c-41c3-8e1d-7462a85e1634 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-13T04:22:10.734Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b049ddbd-1c3c-41c3-8e1d-7462a85e1634 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-13T04:22:10.740Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-13T04:22:10.741Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-13T04:22:10.741Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-13T04:22:11.938Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:22:11.940Z||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-08-13T04:22:11.940Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T04:22:12.506Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:22:12.508Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:22:12.508Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a", "consumerID": "multicloud-k8s-id", "timestamp": 1660364412473, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-08-13T04:22:12.510Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:22:12.510Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:22:12.510Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660364411928, "artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:22:12.510Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:22:12.510Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:22:12.510Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a", "consumerID": "policy-id", "timestamp": 1660364405239, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/artifacts/service-BasicOnboardUdtjmc-csar.csar", "status": "NOTIFIED" } 2022-08-13T04:22:12.510Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:22:12.511Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:22:12.511Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1660364407429, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-08-13T04:22:12.511Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:22:12.511Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:22:12.511Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634", "consumerID": "clamp", "timestamp": 1660364413977, "artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/artifacts/service-Vfw20220813041755-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-13T04:22:12.512Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:22:12.512Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:22:12.512Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a", "consumerID": "multicloud-k8s-id", "timestamp": 1660364413546, "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-08-13T04:22:12.524Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a9e162ba-50d5-4abb-861b-290c2b9c3d1a 2022-08-13T04:22:12.525Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9e162ba-50d5-4abb-861b-290c2b9c3d1a 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-08-13T04:22:12.544Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:22:12.545Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660364411928, "artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/vfwa860f55d47890_modules.json", "status": "NOTIFIED" } 2022-08-13T04:22:12.545Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:22:12.545Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:22:12.545Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a", "consumerID": "policy-id", "timestamp": 1660364413028, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/artifacts/service-BasicOnboardUdtjmc-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-13T04:22:12.546Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:22:12.547Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:22:12.547Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1660364407429, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/artifacts/service-BasicOnboardUdtjmc-template.yml", "status": "NOT_NOTIFIED" } 2022-08-13T04:22:12.547Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:22:12.547Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:22:12.547Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a", "consumerID": "multicloud-k8s-id", "timestamp": 1660364414556, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/basic_onboard_udtjmc0_modules.json", "status": "DEPLOY_OK" } 2022-08-13T04:22:12.548Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:22:12.548Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:22:12.548Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660364411928, "artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-08-13T04:22:12.548Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:22:12.548Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:22:12.549Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a", "consumerID": "policy-id", "timestamp": 1660364414033, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/artifacts/service-BasicOnboardUdtjmc-csar.csar", "status": "DEPLOY_OK" } 2022-08-13T04:22:12.550Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:22:12.550Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:22:12.550Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1660364407429, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/artifacts/service-BasicOnboardUdtjmc-csar.csar", "status": "NOTIFIED" } 2022-08-13T04:22:12.550Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:22:12.551Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:22:12.551Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634", "consumerID": "clamp", "timestamp": 1660364416019, "artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/artifacts/service-Vfw20220813041755-csar.csar", "status": "DEPLOY_OK" } 2022-08-13T04:22:12.551Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:22:12.551Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:22:12.551Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660364411928, "artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:22:12.551Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:22:12.552Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:22:12.552Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a", "consumerID": "policy-id", "timestamp": 1660364415036, "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-08-13T04:22:12.560Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a9e162ba-50d5-4abb-861b-290c2b9c3d1a 2022-08-13T04:22:12.560Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9e162ba-50d5-4abb-861b-290c2b9c3d1a 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-08-13T04:22:12.570Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:22:12.570Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1660364415327, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/artifacts/service-BasicOnboardUdtjmc-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-13T04:22:12.571Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:22:12.571Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:22:12.571Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634", "consumerID": "clamp", "timestamp": 1660364417025, "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-08-13T04:22:12.579Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b049ddbd-1c3c-41c3-8e1d-7462a85e1634 2022-08-13T04:22:12.580Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b049ddbd-1c3c-41c3-8e1d-7462a85e1634 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-08-13T04:22:12.597Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:22:12.597Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660364411928, "artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-08-13T04:22:12.598Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:22:12.598Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:22:12.598Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660364411928, "artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/artifacts/service-Vfw20220813041755-template.yml", "status": "NOT_NOTIFIED" } 2022-08-13T04:22:12.598Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:22:12.599Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:22:12.599Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660364411928, "artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/artifacts/service-Vfw20220813041755-csar.csar", "status": "NOTIFIED" } 2022-08-13T04:22:12.599Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:22:12.599Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:22:12.599Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1660364418034, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/artifacts/service-BasicOnboardUdtjmc-csar.csar", "status": "DEPLOY_OK" } 2022-08-13T04:22:12.600Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:22:12.600Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:22:12.600Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1660364419040, "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-08-13T04:22:12.608Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a9e162ba-50d5-4abb-861b-290c2b9c3d1a 2022-08-13T04:22:12.608Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9e162ba-50d5-4abb-861b-290c2b9c3d1a 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-08-13T04:22:12.626Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:22:12.626Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634", "consumerID": "aai-ml", "timestamp": 1660364420109, "artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/artifacts/service-Vfw20220813041755-csar.csar", "status": "DEPLOY_OK" } 2022-08-13T04:22:12.626Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:22:12.627Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:22:12.627Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660364421333, "artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/artifacts/service-Vfw20220813041755-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-13T04:22:12.627Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:22:12.627Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:22:12.627Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634", "consumerID": "aai-ml", "timestamp": 1660364421116, "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-08-13T04:22:12.636Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b049ddbd-1c3c-41c3-8e1d-7462a85e1634 2022-08-13T04:22:12.637Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b049ddbd-1c3c-41c3-8e1d-7462a85e1634 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-08-13T04:22:12.649Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:22:12.649Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a", "consumerID": "clamp", "timestamp": 1660364422494, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:22:12.650Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:22:12.650Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:22:12.650Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a", "consumerID": "clamp", "timestamp": 1660364422494, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/basic_onboard_udtjmc0_modules.json", "status": "NOTIFIED" } 2022-08-13T04:22:12.650Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:22:12.650Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:22:12.650Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a", "consumerID": "clamp", "timestamp": 1660364422494, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-08-13T04:22:12.651Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:22:12.651Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:22:12.651Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a", "consumerID": "clamp", "timestamp": 1660364422494, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:22:12.651Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:22:12.651Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:22:12.651Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a", "consumerID": "aai-ml", "timestamp": 1660364424154, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:22:12.652Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:22:12.652Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:22:12.652Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a", "consumerID": "clamp", "timestamp": 1660364422494, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-08-13T04:22:12.652Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:22:12.652Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:22:12.652Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a", "consumerID": "aai-ml", "timestamp": 1660364424154, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/basic_onboard_udtjmc0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-13T04:22:12.652Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:22:12.652Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:22:12.652Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a", "consumerID": "clamp", "timestamp": 1660364422494, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/artifacts/service-BasicOnboardUdtjmc-template.yml", "status": "NOT_NOTIFIED" } 2022-08-13T04:22:12.653Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:22:12.653Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:22:12.653Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a", "consumerID": "aai-ml", "timestamp": 1660364424154, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-08-13T04:22:12.653Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:22:12.653Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:22:12.653Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a", "consumerID": "clamp", "timestamp": 1660364422494, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/artifacts/service-BasicOnboardUdtjmc-csar.csar", "status": "NOTIFIED" } 2022-08-13T04:22:12.653Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:22:12.653Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:22:12.653Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a", "consumerID": "aai-ml", "timestamp": 1660364424154, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:22:12.654Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:22:12.654Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:22:12.654Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a", "consumerID": "aai-ml", "timestamp": 1660364424154, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-08-13T04:22:12.654Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:22:12.654Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:22:12.654Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a", "consumerID": "aai-ml", "timestamp": 1660364424154, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/artifacts/service-BasicOnboardUdtjmc-template.yml", "status": "NOT_NOTIFIED" } 2022-08-13T04:22:12.654Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:22:12.654Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:22:12.655Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660364431875, "artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/vfwa860f55d47890_modules.json", "status": "DOWNLOAD_OK" } 2022-08-13T04:22:12.655Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:22:12.655Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:22:12.655Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a", "consumerID": "aai-ml", "timestamp": 1660364424154, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/artifacts/service-BasicOnboardUdtjmc-csar.csar", "status": "NOTIFIED" } 2022-08-13T04:22:12.655Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:22:12.655Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:22:12.655Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a", "consumerID": "aai-ml", "timestamp": 1660364432013, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/artifacts/service-BasicOnboardUdtjmc-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-13T04:22:12.655Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:22:12.655Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:22:12.655Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660364433154, "artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-08-13T04:22:12.656Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:22:12.656Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:22:12.656Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660364434282, "artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-08-13T04:22:12.656Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:22:12.656Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:22:12.656Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660364436398, "artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/vfwa860f55d47890_modules.json", "status": "DEPLOY_OK" } 2022-08-13T04:22:12.656Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:22:12.657Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:22:12.657Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660364437406, "artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-08-13T04:22:12.657Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:22:12.657Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:22:12.657Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660364438415, "artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-08-13T04:22:12.658Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:22:12.658Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:22:12.658Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a", "consumerID": "clamp", "timestamp": 1660364439976, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/artifacts/service-BasicOnboardUdtjmc-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-13T04:22:12.658Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:22:12.658Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:22:12.659Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660364439446, "artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/artifacts/service-Vfw20220813041755-csar.csar", "status": "DEPLOY_OK" } 2022-08-13T04:22:12.659Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:22:12.659Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:22:12.659Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a", "consumerID": "clamp", "timestamp": 1660364441990, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/artifacts/service-BasicOnboardUdtjmc-csar.csar", "status": "DEPLOY_OK" } 2022-08-13T04:22:12.659Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:22:12.660Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:22:12.660Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a", "consumerID": "aai-ml", "timestamp": 1660364440883, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/artifacts/service-BasicOnboardUdtjmc-csar.csar", "status": "DEPLOY_OK" } 2022-08-13T04:22:12.660Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:22:12.660Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:22:12.660Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a", "consumerID": "clamp", "timestamp": 1660364442995, "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-08-13T04:22:12.669Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a9e162ba-50d5-4abb-861b-290c2b9c3d1a 2022-08-13T04:22:12.670Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9e162ba-50d5-4abb-861b-290c2b9c3d1a 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-08-13T04:22:12.686Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:22:12.687Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a", "consumerID": "aai-ml", "timestamp": 1660364441889, "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-08-13T04:22:12.701Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a9e162ba-50d5-4abb-861b-290c2b9c3d1a 2022-08-13T04:22:12.701Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9e162ba-50d5-4abb-861b-290c2b9c3d1a 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-08-13T04:22:40.744Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b049ddbd-1c3c-41c3-8e1d-7462a85e1634 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-13T04:22:40.818Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b049ddbd-1c3c-41c3-8e1d-7462a85e1634 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-13T04:22:40.830Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-13T04:22:40.830Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-08-13T04:22:40.830Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-08-13T04:22:40.831Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-08-13T04:22:40.831Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-13T04:22:40.831Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-13T04:22:40.831Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-13T04:22:40.831Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-13T04:22:40.831Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-13T04:22:40.832Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-13T04:22:40.832Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|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-08-13T04:22:40.870Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-08-13T04:23:10.871Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b049ddbd-1c3c-41c3-8e1d-7462a85e1634 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-08-13T04:23:10.896Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b049ddbd-1c3c-41c3-8e1d-7462a85e1634 and serviceModelVersionId: facf8ab3-2fd2-4c75-b360-43bf751da1b7 2022-08-13T04:23:10.897Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ed13d960-18e3-42a3-a33c-e6a0160ae6b9 2022-08-13T04:23:11.937Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:23:11.939Z||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-08-13T04:23:11.939Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T04:23:21.554Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:23:38.990Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ed13d960-18e3-42a3-a33c-e6a0160ae6b9/model-vers/model-ver/facf8ab3-2fd2-4c75-b360-43bf751da1b7?depth=0 2022-08-13T04:23:39.280Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-08-13T04:23:40.671Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed13d960-18e3-42a3-a33c-e6a0160ae6b9/model-vers/model-ver/facf8ab3-2fd2-4c75-b360-43bf751da1b7?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-08-13T04:23:40.684Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed13d960-18e3-42a3-a33c-e6a0160ae6b9/model-vers/model-ver/facf8ab3-2fd2-4c75-b360-43bf751da1b7?depth=0|INFO|500||Invoke 2022-08-13T04:23:41.032Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed13d960-18e3-42a3-a33c-e6a0160ae6b9/model-vers/model-ver/facf8ab3-2fd2-4c75-b360-43bf751da1b7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-08-13T04:23:41.399Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed13d960-18e3-42a3-a33c-e6a0160ae6b9/model-vers/model-ver/facf8ab3-2fd2-4c75-b360-43bf751da1b7?depth=0|INFO|500||InvokeReturn 2022-08-13T04:23:41.401Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed13d960-18e3-42a3-a33c-e6a0160ae6b9/model-vers/model-ver/facf8ab3-2fd2-4c75-b360-43bf751da1b7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220813-04:23:40:295-69833], vertex-id=[253976], Content-Length=[0], Date=[Sat, 13 Aug 2022 04:23:40 GMT], Content-Type=[application/json]} 2022-08-13T04:23:41.401Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2022-08-13T04:23:41.407Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-08-13T04:23:41.408Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|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-08-13T04:23:41.417Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|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-08-13T04:23:41.419Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b049ddbd-1c3c-41c3-8e1d-7462a85e1634 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-08-13T04:23:41.422Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-08-13T04:23:41.422Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:23:41.426Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:23:41.426Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660364621420, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-08-13T04:23:41.526Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-13T04:23:41.528Z||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-08-13T04:23:41.528Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:23:41.548Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:23:41.548Z||pool-18-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-08-13T04:23:42.443Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-13T04:23:42.444Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"a9e162ba-50d5-4abb-861b-290c2b9c3d1a","serviceName":"basic_onboard_uDtjMc","serviceVersion":"1.0","serviceUUID":"9e793b4c-8eaa-490b-824d-7984b256f27f","serviceDescription":"service","serviceInvariantUUID":"1cec8228-2800-4573-bc9b-f6bd0214e0ab","resources":[{"resourceInstanceName":"basic_onboard_uDtjMc 0","resourceName":"basic_onboard_uDtjMc","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"78e3410b-c47c-4526-8654-927aa64e26c7","resourceInvariantUUID":"e9bb071f-1b3c-4b1a-bbe1-81c06ca0e192","resourceCustomizationUUID":"5fb8ea36-680f-47d7-aefa-d8f57870543d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/vf-license-model.xml","artifactChecksum":"NWI5Yzk0NDVkODVjZjlmYzg3NTViYmU0NTk4Zjc1OTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ce370631-d326-4ea5-8e68-2b9910e17ea5","artifactVersion":"1"},{"artifactName":"basic_onboard_udtjmc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/basic_onboard_udtjmc0_modules.json","artifactChecksum":"MDFiNTNkMWI1ODUxODBlYjI0ZGVhYzdhNDIwMmJkZjc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"951c7408-9ed9-4634-9580-4efb0e112060","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3fd1f6f5-bf4f-47f4-a152-1dafa4c35c74","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0c6935de-18c7-40b0-ac71-65b30d189a61","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"010c375e-f11b-487e-bf7d-fb3f6716f28f","artifactVersion":"2","generatedFromUUID":"3fd1f6f5-bf4f-47f4-a152-1dafa4c35c74"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardUdtjmc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/artifacts/service-BasicOnboardUdtjmc-template.yml","artifactChecksum":"ZmQ1NzI3ZTE3MWI1MWIxNjg1YWI5YmE1YjE2NDdjMDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b5730dc1-270c-405f-81e9-f61b90cc5491","artifactVersion":"1"},{"artifactName":"service-BasicOnboardUdtjmc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/artifacts/service-BasicOnboardUdtjmc-csar.csar","artifactChecksum":"ZGMxMWUzZmFmMDE4ZWQwZDQzNDEzNmMxMDY5YjUxZDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"64d6c058-8065-4ae8-b087-29954ff3756b","artifactVersion":"1"}],"workloadContext":"Production"} 2022-08-13T04:23:42.446Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-13T04:23:42.446Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:23:42.449Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:23:42.450Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660364411928, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:23:42.550Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-13T04:23:42.551Z||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-08-13T04:23:42.551Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:23:42.576Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:23:42.577Z||pool-19-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-08-13T04:23:43.451Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-13T04:23:43.453Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:23:43.456Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:23:43.456Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660364411928, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/basic_onboard_udtjmc0_modules.json", "status": "NOTIFIED" } 2022-08-13T04:23:43.556Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-13T04:23:43.558Z||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-08-13T04:23:43.558Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:23:43.576Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:23:43.577Z||pool-20-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-08-13T04:23:44.457Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-13T04:23:44.459Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:23:44.462Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:23:44.462Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660364411928, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-08-13T04:23:44.563Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-13T04:23:44.564Z||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-08-13T04:23:44.564Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:23:44.613Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:23:44.614Z||pool-21-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":0,"count":1} 2022-08-13T04:23:45.466Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-13T04:23:45.469Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:23:45.481Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:23:45.482Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660364411928, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:23:45.591Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms 2022-08-13T04:23:45.595Z||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-08-13T04:23:45.595Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:23:45.621Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:23:45.622Z||pool-22-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-08-13T04:23:46.484Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-13T04:23:46.489Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:23:46.497Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:23:46.497Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660364411928, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-08-13T04:23:46.597Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-13T04:23:46.598Z||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-08-13T04:23:46.598Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:23:46.625Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:23:46.626Z||pool-23-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-08-13T04:23:47.497Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-13T04:23:47.498Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:23:47.501Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:23:47.501Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660364411928, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/artifacts/service-BasicOnboardUdtjmc-template.yml", "status": "NOT_NOTIFIED" } 2022-08-13T04:23:47.602Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-13T04:23:47.603Z||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-08-13T04:23:47.603Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:23:47.629Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:23:47.629Z||pool-24-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-08-13T04:23:48.502Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-13T04:23:48.503Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:23:48.506Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:23:48.507Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660364411928, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/artifacts/service-BasicOnboardUdtjmc-csar.csar", "status": "NOTIFIED" } 2022-08-13T04:23:48.606Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-13T04:23:48.608Z||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-08-13T04:23:48.608Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:23:48.634Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:23:48.635Z||pool-25-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-08-13T04:23:49.510Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a", "serviceName": "basic_onboard_uDtjMc", "serviceVersion": "1.0", "serviceUUID": "9e793b4c-8eaa-490b-824d-7984b256f27f", "serviceDescription": "service", "serviceInvariantUUID": "1cec8228-2800-4573-bc9b-f6bd0214e0ab", "resources": [ { "resourceInstanceName": "basic_onboard_uDtjMc 0", "resourceCustomizationUUID": "5fb8ea36-680f-47d7-aefa-d8f57870543d", "resourceName": "basic_onboard_uDtjMc", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "78e3410b-c47c-4526-8654-927aa64e26c7", "resourceInvariantUUID": "e9bb071f-1b3c-4b1a-bbe1-81c06ca0e192", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_udtjmc0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/basic_onboard_udtjmc0_modules.json", "artifactChecksum": "MDFiNTNkMWI1ODUxODBlYjI0ZGVhYzdhNDIwMmJkZjc\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "951c7408-9ed9-4634-9580-4efb0e112060", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "3fd1f6f5-bf4f-47f4-a152-1dafa4c35c74", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "010c375e-f11b-487e-bf7d-fb3f6716f28f", "generatedFromUUID": "3fd1f6f5-bf4f-47f4-a152-1dafa4c35c74" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "010c375e-f11b-487e-bf7d-fb3f6716f28f", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardUdtjmc-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/artifacts/service-BasicOnboardUdtjmc-csar.csar", "artifactChecksum": "ZGMxMWUzZmFmMDE4ZWQwZDQzNDEzNmMxMDY5YjUxZDc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "64d6c058-8065-4ae8-b087-29954ff3756b" } ], "workloadContext": "Production" } 2022-08-13T04:23:49.511Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-08-13T04:23:49.511Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9e793b4c-8eaa-490b-824d-7984b256f27f ASDC 2022-08-13T04:23:49.512Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:a9e162ba-50d5-4abb-861b-290c2b9c3d1a ServiceName:basic_onboard_uDtjMc ServiceVersion:1.0 ServiceUUID:9e793b4c-8eaa-490b-824d-7984b256f27f ServiceInvariantUUID:1cec8228-2800-4573-bc9b-f6bd0214e0ab ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardUdtjmc-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/artifacts/service-BasicOnboardUdtjmc-csar.csar ArtifactUUID:64d6c058-8065-4ae8-b087-29954ff3756b ArtifactChecksum:ZGMxMWUzZmFmMDE4ZWQwZDQzNDEzNmMxMDY5YjUxZDc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_uDtjMc 0 ResourceCustomizationUUID:5fb8ea36-680f-47d7-aefa-d8f57870543d ResourceInvariantUUID:e9bb071f-1b3c-4b1a-bbe1-81c06ca0e192 ResourceName:basic_onboard_uDtjMc ResourceType:VF ResourceUUID:78e3410b-c47c-4526-8654-927aa64e26c7 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_udtjmc0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/basic_onboard_udtjmc0_modules.json ArtifactUUID:951c7408-9ed9-4634-9580-4efb0e112060 ArtifactChecksum:MDFiNTNkMWI1ODUxODBlYjI0ZGVhYzdhNDIwMmJkZjc= 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/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/base_ubuntu18.yaml ArtifactUUID:3fd1f6f5-bf4f-47f4-a152-1dafa4c35c74 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/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/base_ubuntu18.env ArtifactUUID:010c375e-f11b-487e-bf7d-fb3f6716f28f 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/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/base_ubuntu18.env ArtifactUUID:010c375e-f11b-487e-bf7d-fb3f6716f28f ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-08-13T04:23:49.512Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9e793b4c-8eaa-490b-824d-7984b256f27f 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-08-13T04:23:49.637Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-13T04:23:49.637Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-08-13T04:23:49.638Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-08-13T04:23:49.638Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 64d6c058-8065-4ae8-b087-29954ff3756b from URL: /sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/artifacts/service-BasicOnboardUdtjmc-csar.csar 2022-08-13T04:23:49.638Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-08-13T04:23:49.639Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/artifacts/service-BasicOnboardUdtjmc-csar.csar 2022-08-13T04:23:50.333Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-08-13T04:23:50.341Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/artifacts/service-BasicOnboardUdtjmc-csar.csar 64d6c058-8065-4ae8-b087-29954ff3756b 71565 2022-08-13T04:23:50.342Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/artifacts/service-BasicOnboardUdtjmc-csar.csar ASDC sendASDCNotification 2022-08-13T04:23:50.342Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/artifacts/service-BasicOnboardUdtjmc-csar.csar 2022-08-13T04:23:50.342Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-13T04:23:50.343Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:23:50.347Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:23:50.348Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660364630342, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/artifacts/service-BasicOnboardUdtjmc-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-13T04:23:50.447Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-13T04:23:50.448Z||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-08-13T04:23:50.449Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:23:50.479Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:23:50.480Z||pool-26-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2022-08-13T04:23:51.349Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-13T04:23:51.351Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-08-13T04:23:51.351Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 64d6c058-8065-4ae8-b087-29954ff3756b, URL: /sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/artifacts/service-BasicOnboardUdtjmc-csar.csar to file: /app/ASDC/1/service-BasicOnboardUdtjmc-csar.csar 2022-08-13T04:23:51.352Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardUdtjmc-csar.csar 2022-08-13T04:23:51.352Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardUdtjmc-csar.csar 2022-08-13T04:23:51.352Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardUdtjmc-csar.csar 2022-08-13T04:23:51.675Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5689912833967175500/Definitions/service-BasicOnboardUdtjmc-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-08-13T04:23:54.005Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-08-13T04:23:54.006Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-08-13T04:23:54.007Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardUdtjmc-csar.csar 2022-08-13T04:23:54.007Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-08-13T04:23:54.007Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_uDtjMc 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-BasicOnboardUdtjmc-csar.csar 2022-08-13T04:23:54.007Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|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-BasicOnboardUdtjmc-csar.csar 2022-08-13T04:23:54.007Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|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-BasicOnboardUdtjmc-csar.csar 2022-08-13T04:23:54.008Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|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-BasicOnboardUdtjmc-csar.csar 2022-08-13T04:23:54.008Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|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-BasicOnboardUdtjmc-csar.csar 2022-08-13T04:23:54.008Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|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-BasicOnboardUdtjmc-csar.csar 2022-08-13T04:23:54.008Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|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-BasicOnboardUdtjmc-csar.csar 2022-08-13T04:23:54.009Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|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-BasicOnboardUdtjmc-csar.csar 2022-08-13T04:23:54.009Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|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-BasicOnboardUdtjmc-csar.csar 2022-08-13T04:23:54.009Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-08-13T04:23:54.009Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:23:54.010Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_uDtjMc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:23:54.010Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_uDtjMc 0 is matching search criteria 2022-08-13T04:23:54.011Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-08-13T04:23:54.011Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_uDtjMc 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-13T04:23:54.028Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:23:54.028Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_uDtjMc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:23:54.029Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_uDtjMc 0 is matching search criteria 2022-08-13T04:23:54.029Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-08-13T04:23:54.029Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_uDtjMc 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-13T04:23:54.030Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:23:54.030Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_uDtjMc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:23:54.032Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:23:54.035Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_uDtjMc 0 is not matching search criteria 2022-08-13T04:23:54.035Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-08-13T04:23:54.035Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-08-13T04:23:54.036Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-08-13T04:23:54.036Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-08-13T04:23:54.036Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-08-13T04:23:54.039Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:23:54.039Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_uDtjMc is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-08-13T04:23:54.040Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:23:54.040Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_uDtjMc 0 is matching search criteria 2022-08-13T04:23:54.041Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_uDtjMc 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-13T04:23:54.041Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:23:54.042Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_uDtjMc 0 is matching search criteria 2022-08-13T04:23:54.042Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_uDtjMc 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-13T04:23:54.042Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:23:54.043Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_uDtjMc 0 is matching search criteria 2022-08-13T04:23:54.043Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_uDtjMc 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-13T04:23:54.043Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:23:54.044Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_uDtjMc 0 is not matching search criteria 2022-08-13T04:23:54.044Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-08-13T04:23:54.044Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-08-13T04:23:54.044Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=dc7840f5-5d96-4a94-a922-9b5f64f82fa4 2022-08-13T04:23:54.045Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:23:54.045Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_uDtjMc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:23:54.045Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:23:54.046Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_uDtjMc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:23:54.046Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:23:54.046Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_uDtjMc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:23:54.047Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:23:54.047Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_uDtjMc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:23:54.047Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_uDtjMc Description:service Model UUID:9e793b4c-8eaa-490b-824d-7984b256f27f Model Version:NULL Model InvariantUuid:1cec8228-2800-4573-bc9b-f6bd0214e0ab Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_uDtjMc Model UUID:0e76bfc9-b0bb-411b-895a-b4ee00581035 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:e9bb071f-1b3c-4b1a-bbe1-81c06ca0e192 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:5fb8ea36-680f-47d7-aefa-d8f57870543d NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:91f15b55-a371-44d6-b96e-f9171f583596 ModelName:BasicOnboardUdtjmc..base_ubuntu18..module-0 ModelUuid:fd49e47a-1ca8-43f4-949b-ecb9c0d21ddd ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:dc7840f5-5d96-4a94-a922-9b5f64f82fa4 ModelInvariantUuid:3184a6f6-b147-4a36-a361-e9541d5fcafd ModelName:basic_onboard_uDtjMc-nodes.ubuntu18Cvfc ModelUuid:fc9003d4-79b6-486c-a174-5b965ebbd8b2 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:05ff6b2f-d7fc-49eb-92dd-77079a1a0ef5 ModelInvariantUuid:5549ad47-0749-4e2f-8fa5-89d2b1c62d21 ModelName:BasicOnboardUdtjmc.compute.nodes.heat.ubuntu18 ModelUuid:11e1a618-bad8-4d0f-953f-7bd8f730a281 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-08-13T04:23:54.068Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 78e3410b-c47c-4526-8654-927aa64e26c7 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-08-13T04:23:54.074Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||basic_onboard_uDtjMc 0 2022-08-13T04:23:54.076Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 78e3410b-c47c-4526-8654-927aa64e26c7 2022-08-13T04:23:54.076Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 951c7408-9ed9-4634-9580-4efb0e112060 from URL: /sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/basic_onboard_udtjmc0_modules.json 2022-08-13T04:23:54.077Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-08-13T04:23:54.078Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/basic_onboard_udtjmc0_modules.json 2022-08-13T04:23:54.218Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-08-13T04:23:54.218Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/basic_onboard_udtjmc0_modules.json 951c7408-9ed9-4634-9580-4efb0e112060 798 2022-08-13T04:23:54.219Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/basic_onboard_udtjmc0_modules.json ASDC sendASDCNotification 2022-08-13T04:23:54.219Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/basic_onboard_udtjmc0_modules.json 2022-08-13T04:23:54.220Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-13T04:23:54.220Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:23:54.223Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:23:54.224Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660364634219, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/basic_onboard_udtjmc0_modules.json", "status": "DOWNLOAD_OK" } 2022-08-13T04:23:54.326Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-08-13T04:23:54.327Z||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-08-13T04:23:54.327Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:23:54.378Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:23:54.379Z||pool-27-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":0,"count":1} 2022-08-13T04:23:55.235Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardUdtjmc..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "91f15b55-a371-44d6-b96e-f9171f583596", "vfModuleModelVersion": "1", "vfModuleModelUUID": "fd49e47a-1ca8-43f4-949b-ecb9c0d21ddd", "vfModuleModelCustomizationUUID": "4cfce68c-24c9-4a37-8f33-c06939f00a37", "isBase": true, "artifacts": [ "3fd1f6f5-bf4f-47f4-a152-1dafa4c35c74", "010c375e-f11b-487e-bf7d-fb3f6716f28f" ], "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-08-13T04:23:55.244Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardUdtjmc..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:fd49e47a-1ca8-43f4-949b-ecb9c0d21ddd VfModuleModelInvariantUUID:91f15b55-a371-44d6-b96e-f9171f583596 VfModuleModelDescription:NULL Artifacts UUID List:{ 3fd1f6f5-bf4f-47f4-a152-1dafa4c35c74 , 010c375e-f11b-487e-bf7d-fb3f6716f28f } 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-08-13T04:23:55.249Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardUdtjmc..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "91f15b55-a371-44d6-b96e-f9171f583596", "vfModuleModelVersion": "1", "vfModuleModelUUID": "fd49e47a-1ca8-43f4-949b-ecb9c0d21ddd", "vfModuleModelCustomizationUUID": "4cfce68c-24c9-4a37-8f33-c06939f00a37", "isBase": true, "artifacts": [ "3fd1f6f5-bf4f-47f4-a152-1dafa4c35c74", "010c375e-f11b-487e-bf7d-fb3f6716f28f" ], "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-08-13T04:23:55.250Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardUdtjmc..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:fd49e47a-1ca8-43f4-949b-ecb9c0d21ddd VfModuleModelInvariantUUID:91f15b55-a371-44d6-b96e-f9171f583596 VfModuleModelDescription:NULL Artifacts UUID List:{ 3fd1f6f5-bf4f-47f4-a152-1dafa4c35c74 , 010c375e-f11b-487e-bf7d-fb3f6716f28f } 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-08-13T04:23:55.250Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 3fd1f6f5-bf4f-47f4-a152-1dafa4c35c74 from URL: /sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/base_ubuntu18.yaml 2022-08-13T04:23:55.250Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-08-13T04:23:55.251Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/base_ubuntu18.yaml 2022-08-13T04:23:55.461Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-08-13T04:23:55.461Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/base_ubuntu18.yaml 3fd1f6f5-bf4f-47f4-a152-1dafa4c35c74 5033 2022-08-13T04:23:55.462Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-08-13T04:23:55.462Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/base_ubuntu18.yaml 2022-08-13T04:23:55.462Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-13T04:23:55.462Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:23:55.467Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:23:55.468Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660364635462, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-08-13T04:23:55.578Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 109 ms 2022-08-13T04:23:55.579Z||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-08-13T04:23:55.579Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:23:55.612Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:23:55.613Z||pool-28-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} 2022-08-13T04:23:56.472Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 010c375e-f11b-487e-bf7d-fb3f6716f28f from URL: /sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/base_ubuntu18.env 2022-08-13T04:23:56.473Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-08-13T04:23:56.473Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/base_ubuntu18.env 2022-08-13T04:23:56.586Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-08-13T04:23:56.587Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/base_ubuntu18.env 010c375e-f11b-487e-bf7d-fb3f6716f28f 909 2022-08-13T04:23:56.588Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-08-13T04:23:56.588Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/base_ubuntu18.env 2022-08-13T04:23:56.588Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-13T04:23:56.589Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:23:56.592Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:23:56.592Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660364636588, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-08-13T04:23:56.700Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms 2022-08-13T04:23:56.702Z||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-08-13T04:23:56.702Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:23:56.746Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:23:56.748Z||pool-29-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1} 2022-08-13T04:23:57.593Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 9e793b4c-8eaa-490b-824d-7984b256f27f 2022-08-13T04:23:57.594Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_uDtjMc 0 78e3410b-c47c-4526-8654-927aa64e26c7 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-08-13T04:23:57.670Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7e57af03, org.onap.sdc.toscaparser.api.parameters.Input@737ac8cb, org.onap.sdc.toscaparser.api.parameters.Input@2687484a, org.onap.sdc.toscaparser.api.parameters.Input@3c28d42d, org.onap.sdc.toscaparser.api.parameters.Input@7fc44b1c] 2022-08-13T04:23:57.675Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:23:57.676Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_uDtjMc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:23:57.676Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2022-08-13T04:23:57.676Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 5fb8ea36-680f-47d7-aefa-d8f57870543d 2022-08-13T04:23:57.677Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5fb8ea36-680f-47d7-aefa-d8f57870543d matches Tosca VF Customization UUID: 5fb8ea36-680f-47d7-aefa-d8f57870543d 2022-08-13T04:23:57.678Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 5fb8ea36-680f-47d7-aefa-d8f57870543d 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-08-13T04:23:57.685Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:23:57.687Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_uDtjMc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:23:57.688Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 5fb8ea36-680f-47d7-aefa-d8f57870543d: {\"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-08-13T04:23:57.689Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3cf703f7 2022-08-13T04:23:57.689Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:23:57.690Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_uDtjMc is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-08-13T04:23:57.690Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4cfce68c-24c9-4a37-8f33-c06939f00a37 2022-08-13T04:23:57.691Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4cfce68c-24c9-4a37-8f33-c06939f00a37 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-08-13T04:23:57.697Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:23:57.698Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_uDtjMc 0 is matching search criteria 2022-08-13T04:23:57.698Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_uDtjMc 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-13T04:23:57.699Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:23:57.699Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_uDtjMc 0 is matching search criteria 2022-08-13T04:23:57.699Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_uDtjMc 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-13T04:23:57.699Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:23:57.700Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_uDtjMc 0 is not matching search criteria 2022-08-13T04:23:57.700Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-08-13T04:23:57.700Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-08-13T04:23:57.700Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=dc7840f5-5d96-4a94-a922-9b5f64f82fa4 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-08-13T04:23:57.706Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:23:57.722Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_uDtjMc 0 is matching search criteria 2022-08-13T04:23:57.723Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_uDtjMc 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-13T04:23:57.723Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:23:57.724Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_uDtjMc 0 is matching search criteria 2022-08-13T04:23:57.724Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_uDtjMc 0] matching following query criteria: sdcType=VF, customizationUUID=5fb8ea36-680f-47d7-aefa-d8f57870543d 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-08-13T04:23:57.730Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:23:57.731Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_uDtjMc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:23:57.731Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 9e793b4c-8eaa-490b-824d-7984b256f27f: basic_onboard_uDtjMc 2022-08-13T04:23:57.750Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:23:57.757Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_uDtjMc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:23:57.759Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:23:57.759Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_uDtjMc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:23:57.760Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:23:57.760Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_uDtjMc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:23:57.761Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:23:57.761Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_uDtjMc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:23:57.762Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:23:57.762Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_uDtjMc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:23:57.762Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||Saving Service: basic_onboard_uDtjMc 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-08-13T04:23:58.154Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_uDtjMc 78e3410b-c47c-4526-8654-927aa64e26c7 1 ASDC deployResourceStructure 2022-08-13T04:23:58.155Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/basic_onboard_udtjmc0_modules.json ASDC sendASDCNotification 2022-08-13T04:23:58.155Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/basic_onboard_udtjmc0_modules.json 2022-08-13T04:23:58.156Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-13T04:23:58.156Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:23:58.162Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:23:58.162Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660364638155, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/basic_onboard_udtjmc0_modules.json", "status": "DEPLOY_OK" } 2022-08-13T04:23:58.269Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms 2022-08-13T04:23:58.271Z||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-08-13T04:23:58.271Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:23:58.318Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:23:58.320Z||pool-30-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1} 2022-08-13T04:23:59.165Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-08-13T04:23:59.167Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/base_ubuntu18.yaml 2022-08-13T04:23:59.169Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-13T04:23:59.170Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:23:59.173Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:23:59.173Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660364639164, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-08-13T04:23:59.276Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-08-13T04:23:59.277Z||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-08-13T04:23:59.278Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:23:59.322Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:23:59.323Z||pool-31-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1} 2022-08-13T04:24:00.175Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-08-13T04:24:00.175Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/base_ubuntu18.env 2022-08-13T04:24:00.175Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-13T04:24:00.176Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:24:00.187Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:24:00.188Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660364640174, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-08-13T04:24:00.294Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms 2022-08-13T04:24:00.296Z||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-08-13T04:24:00.296Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:24:00.378Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:24:00.379Z||pool-32-thread-1|||||INFO|500||cambria reply ok (84 ms):{"serverTimeMs":1,"count":1} 2022-08-13T04:24:01.190Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/artifacts/service-BasicOnboardUdtjmc-csar.csar ASDC sendASDCNotification 2022-08-13T04:24:01.190Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/artifacts/service-BasicOnboardUdtjmc-csar.csar 2022-08-13T04:24:01.190Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-13T04:24:01.191Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:24:01.196Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:24:01.196Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660364641190, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/artifacts/service-BasicOnboardUdtjmc-csar.csar", "status": "DEPLOY_OK" } 2022-08-13T04:24:01.301Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2022-08-13T04:24:01.303Z||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-08-13T04:24:01.303Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:24:01.338Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:24:01.339Z||pool-33-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1} 2022-08-13T04:24:02.197Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a9e162ba-50d5-4abb-861b-290c2b9c3d1a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-13T04:24:02.275Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a9e162ba-50d5-4abb-861b-290c2b9c3d1a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-13T04:24:02.283Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-13T04:24:02.283Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-08-13T04:24:02.283Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-08-13T04:24:02.284Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-08-13T04:24:02.284Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-13T04:24:02.284Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-13T04:24:02.284Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-13T04:24:02.285Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-13T04:24:02.285Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-13T04:24:02.285Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-13T04:24:02.285Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|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-08-13T04:24:02.308Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-08-13T04:24:11.937Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:24:11.939Z||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-08-13T04:24:11.939Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T04:24:12.666Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:24:12.668Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-13T04:24:12.668Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660364621420, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-08-13T04:24:12.670Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:24:12.670Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-13T04:24:12.671Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660364411928, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:24:12.671Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-13T04:24:12.671Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-13T04:24:12.671Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660364411928, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/basic_onboard_udtjmc0_modules.json", "status": "NOTIFIED" } 2022-08-13T04:24:12.671Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-13T04:24:12.671Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-13T04:24:12.671Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660364411928, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-08-13T04:24:12.672Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-13T04:24:12.673Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-13T04:24:12.673Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660364411928, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:24:12.673Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-13T04:24:12.673Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-13T04:24:12.673Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660364411928, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-08-13T04:24:12.674Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-13T04:24:12.674Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-13T04:24:12.674Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660364411928, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/artifacts/service-BasicOnboardUdtjmc-template.yml", "status": "NOT_NOTIFIED" } 2022-08-13T04:24:12.674Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-13T04:24:12.674Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-13T04:24:12.674Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660364411928, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/artifacts/service-BasicOnboardUdtjmc-csar.csar", "status": "NOTIFIED" } 2022-08-13T04:24:12.674Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-13T04:24:12.675Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-13T04:24:12.675Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660364630342, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/artifacts/service-BasicOnboardUdtjmc-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-13T04:24:12.675Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:24:12.675Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-13T04:24:12.675Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660364634219, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/basic_onboard_udtjmc0_modules.json", "status": "DOWNLOAD_OK" } 2022-08-13T04:24:12.675Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:24:12.676Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-13T04:24:12.676Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660364635462, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-08-13T04:24:12.676Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:24:12.676Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-13T04:24:12.676Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660364636588, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-08-13T04:24:12.676Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:24:12.677Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-13T04:24:12.677Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660364638155, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/basic_onboard_udtjmc0_modules.json", "status": "DEPLOY_OK" } 2022-08-13T04:24:12.677Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:24:12.677Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-13T04:24:12.678Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660364639164, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-08-13T04:24:12.678Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:24:12.678Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-13T04:24:12.678Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660364640174, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-08-13T04:24:12.678Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:24:12.678Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-13T04:24:12.679Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660364641190, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/artifacts/service-BasicOnboardUdtjmc-csar.csar", "status": "DEPLOY_OK" } 2022-08-13T04:24:12.679Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:24:32.309Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a9e162ba-50d5-4abb-861b-290c2b9c3d1a 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-08-13T04:24:32.320Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a9e162ba-50d5-4abb-861b-290c2b9c3d1a and serviceModelVersionId: 9e793b4c-8eaa-490b-824d-7984b256f27f 2022-08-13T04:24:32.320Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1cec8228-2800-4573-bc9b-f6bd0214e0ab 2022-08-13T04:24:32.322Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1cec8228-2800-4573-bc9b-f6bd0214e0ab/model-vers/model-ver/9e793b4c-8eaa-490b-824d-7984b256f27f?depth=0 2022-08-13T04:24:32.335Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-08-13T04:24:32.434Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1cec8228-2800-4573-bc9b-f6bd0214e0ab/model-vers/model-ver/9e793b4c-8eaa-490b-824d-7984b256f27f?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-08-13T04:24:32.437Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1cec8228-2800-4573-bc9b-f6bd0214e0ab/model-vers/model-ver/9e793b4c-8eaa-490b-824d-7984b256f27f?depth=0|INFO|500||Invoke 2022-08-13T04:24:32.485Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1cec8228-2800-4573-bc9b-f6bd0214e0ab/model-vers/model-ver/9e793b4c-8eaa-490b-824d-7984b256f27f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-08-13T04:24:32.789Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1cec8228-2800-4573-bc9b-f6bd0214e0ab/model-vers/model-ver/9e793b4c-8eaa-490b-824d-7984b256f27f?depth=0|INFO|500||InvokeReturn 2022-08-13T04:24:32.790Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1cec8228-2800-4573-bc9b-f6bd0214e0ab/model-vers/model-ver/9e793b4c-8eaa-490b-824d-7984b256f27f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220813-04:24:31:746-55127], vertex-id=[188472], Content-Length=[0], Date=[Sat, 13 Aug 2022 04:24:31 GMT], Content-Type=[application/json]} 2022-08-13T04:24:32.790Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2022-08-13T04:24:32.790Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-08-13T04:24:32.790Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|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-08-13T04:24:32.806Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|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-08-13T04:24:32.806Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a9e162ba-50d5-4abb-861b-290c2b9c3d1a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-08-13T04:24:32.807Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-08-13T04:24:32.807Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:24:32.811Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:24:32.811Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660364672806, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-08-13T04:24:32.914Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-08-13T04:24:32.916Z||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-08-13T04:24:32.916Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:24:32.947Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:24:32.948Z||pool-34-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-08-13T04:24:33.836Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:24:33.837Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|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-08-13T04:24:33.838Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|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 o3eFBA9aUab8FfqA) ... 2022-08-13T04:24:44.211Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:24:44.213Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:24:44.214Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|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-08-13T04:24:44.214Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|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 o3eFBA9aUab8FfqA) ... 2022-08-13T04:24:53.775Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:24:53.777Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:24:53.778Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|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-08-13T04:24:53.778Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|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 o3eFBA9aUab8FfqA) ... 2022-08-13T04:25:03.338Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:25:03.340Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:25:03.342Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|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-08-13T04:25:03.342Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|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 o3eFBA9aUab8FfqA) ... 2022-08-13T04:25:11.937Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:25:11.939Z||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-08-13T04:25:11.939Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T04:25:12.694Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:25:12.695Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-13T04:25:12.695Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660364672806, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-08-13T04:25:12.696Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:25:12.900Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:25:12.901Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:25:12.902Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|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-08-13T04:25:12.902Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|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 o3eFBA9aUab8FfqA) ... 2022-08-13T04:25:22.507Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:26:11.928Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:26:11.929Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|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-08-13T04:26:11.929Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|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 o3eFBA9aUab8FfqA) ... 2022-08-13T04:26:11.937Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:26:11.939Z||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-08-13T04:26:11.939Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T04:26:21.526Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:26:21.582Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:27:11.928Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:27:11.929Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|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-08-13T04:27:11.930Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|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 o3eFBA9aUab8FfqA) ... 2022-08-13T04:27:11.937Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:27:11.938Z||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-08-13T04:27:11.938Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T04:27:21.514Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:27:21.522Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:28:11.928Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:28:11.930Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|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-08-13T04:28:11.930Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|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 o3eFBA9aUab8FfqA) ... 2022-08-13T04:28:11.937Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:28:11.939Z||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-08-13T04:28:11.939Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T04:28:21.519Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:28:21.534Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:29:11.928Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:29:11.929Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|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-08-13T04:29:11.929Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|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 o3eFBA9aUab8FfqA) ... 2022-08-13T04:29:11.937Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:29:11.938Z||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-08-13T04:29:11.938Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T04:29:21.496Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:29:21.518Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:30:11.928Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:30:11.929Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|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-08-13T04:30:11.929Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|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 o3eFBA9aUab8FfqA) ... 2022-08-13T04:30:11.938Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:30:11.939Z||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-08-13T04:30:11.939Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T04:30:12.628Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:30:12.629Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-13T04:30:12.629Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"730ac1bd-ec33-4464-9ccd-47e7c97d6c59","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"b47f163f-5a45-43b0-8057-7e55f4a23d4a","serviceDescription":"service","serviceInvariantUUID":"04287fde-86ab-455d-a2f2-9dfe64903e4e","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"79571c7f-005e-47b0-a29a-885af969d134","resourceInvariantUUID":"484c6731-11e2-42e1-aa92-3ed7cdd1e177","resourceCustomizationUUID":"36294498-16e0-4529-acf4-f2bd5949bed3","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":"MzE0MjhiNDA1YzBlZWE5OGRmOGQ2ODE1ZTgwOTExNTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2525859a-1085-4117-b10b-68bff4473257","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"OTAyZGUwNzYzN2ZiODZhZDhjZWFlYWZhNTQ0NmI3OWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"06173a76-2fc2-4796-a713-3ba5bd31b82b","artifactVersion":"1"}],"workloadContext":"Production"} 2022-08-13T04:30:12.635Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-13T04:30:12.636Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:30:12.639Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:30:12.639Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "730ac1bd-ec33-4464-9ccd-47e7c97d6c59", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365011928, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-08-13T04:30:12.650Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:30:12.658Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:30:12.658Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "730ac1bd-ec33-4464-9ccd-47e7c97d6c59", "consumerID": "clamp", "timestamp": 1660364992493, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-08-13T04:30:12.666Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:30:12.667Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:30:12.668Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "730ac1bd-ec33-4464-9ccd-47e7c97d6c59", "consumerID": "aai-ml", "timestamp": 1660364994154, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-08-13T04:30:12.668Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:30:12.669Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:30:12.669Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "730ac1bd-ec33-4464-9ccd-47e7c97d6c59", "consumerID": "aai-ml", "timestamp": 1660364994154, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-08-13T04:30:12.669Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:30:12.669Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:30:12.669Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "730ac1bd-ec33-4464-9ccd-47e7c97d6c59", "consumerID": "clamp", "timestamp": 1660364992493, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-08-13T04:30:12.669Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:30:12.670Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:30:12.670Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "730ac1bd-ec33-4464-9ccd-47e7c97d6c59", "consumerID": "cds", "timestamp": 1660364997099, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-08-13T04:30:12.670Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:30:12.671Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:30:12.671Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "730ac1bd-ec33-4464-9ccd-47e7c97d6c59", "consumerID": "aai-ml", "timestamp": 1660364998209, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-13T04:30:12.672Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:30:12.672Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:30:12.672Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "730ac1bd-ec33-4464-9ccd-47e7c97d6c59", "consumerID": "cds", "timestamp": 1660364997099, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-08-13T04:30:12.672Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:30:12.673Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:30:12.673Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "730ac1bd-ec33-4464-9ccd-47e7c97d6c59", "consumerID": "cds", "timestamp": 1660365000107, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-13T04:30:12.673Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:30:12.674Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:30:12.674Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "730ac1bd-ec33-4464-9ccd-47e7c97d6c59", "consumerID": "cds", "timestamp": 1660365001116, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-08-13T04:30:12.740Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-13T04:30:12.742Z||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-08-13T04:30:12.744Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:30:12.749Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 730ac1bd-ec33-4464-9ccd-47e7c97d6c59 2022-08-13T04:30:12.750Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 730ac1bd-ec33-4464-9ccd-47e7c97d6c59 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-08-13T04:30:12.818Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:30:12.819Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "730ac1bd-ec33-4464-9ccd-47e7c97d6c59", "consumerID": "multicloud-k8s-id", "timestamp": 1660365001932, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-08-13T04:30:12.820Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:30:12.820Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:30:12.820Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "730ac1bd-ec33-4464-9ccd-47e7c97d6c59", "consumerID": "multicloud-k8s-id", "timestamp": 1660365001932, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-08-13T04:30:12.821Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:30:12.821Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:30:12.821Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "730ac1bd-ec33-4464-9ccd-47e7c97d6c59", "consumerID": "ves-openapi-manager", "timestamp": 1660365002944, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-08-13T04:30:12.821Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:30:12.822Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:30:12.822Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "730ac1bd-ec33-4464-9ccd-47e7c97d6c59", "consumerID": "aai-ml", "timestamp": 1660365003542, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-08-13T04:30:12.822Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:30:12.822Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:30:12.822Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "730ac1bd-ec33-4464-9ccd-47e7c97d6c59", "consumerID": "ves-openapi-manager", "timestamp": 1660365002944, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-08-13T04:30:12.826Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:30:12.826Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:30:12.826Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "730ac1bd-ec33-4464-9ccd-47e7c97d6c59", "consumerID": "aai-ml", "timestamp": 1660365004547, "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-08-13T04:30:12.839Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:30:12.841Z||pool-35-thread-1|||||INFO|500||cambria reply ok (100 ms):{"serverTimeMs":1,"count":1} 2022-08-13T04:30:12.847Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 730ac1bd-ec33-4464-9ccd-47e7c97d6c59 2022-08-13T04:30:12.847Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 730ac1bd-ec33-4464-9ccd-47e7c97d6c59 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-08-13T04:30:12.895Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:30:12.895Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "730ac1bd-ec33-4464-9ccd-47e7c97d6c59", "consumerID": "policy-id", "timestamp": 1660365005239, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-08-13T04:30:12.896Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:30:12.896Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:30:12.896Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "730ac1bd-ec33-4464-9ccd-47e7c97d6c59", "consumerID": "clamp", "timestamp": 1660365008200, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-13T04:30:12.896Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:30:12.897Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:30:12.897Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "730ac1bd-ec33-4464-9ccd-47e7c97d6c59", "consumerID": "policy-id", "timestamp": 1660365005239, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-08-13T04:30:12.898Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:30:12.898Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:30:12.898Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "730ac1bd-ec33-4464-9ccd-47e7c97d6c59", "consumerID": "clamp", "timestamp": 1660365009266, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-08-13T04:30:12.898Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:30:12.899Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:30:12.899Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "730ac1bd-ec33-4464-9ccd-47e7c97d6c59", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1660365007430, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-08-13T04:30:12.899Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:30:12.899Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:30:12.899Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "730ac1bd-ec33-4464-9ccd-47e7c97d6c59", "consumerID": "policy-id", "timestamp": 1660365008264, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-13T04:30:12.899Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:30:12.899Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:30:12.900Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "730ac1bd-ec33-4464-9ccd-47e7c97d6c59", "consumerID": "clamp", "timestamp": 1660365010272, "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-08-13T04:30:12.934Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 730ac1bd-ec33-4464-9ccd-47e7c97d6c59 2022-08-13T04:30:12.935Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 730ac1bd-ec33-4464-9ccd-47e7c97d6c59 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-08-13T04:30:12.971Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:30:12.972Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "730ac1bd-ec33-4464-9ccd-47e7c97d6c59", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1660365007430, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-08-13T04:30:12.973Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:30:12.973Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:30:12.973Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "730ac1bd-ec33-4464-9ccd-47e7c97d6c59", "consumerID": "policy-id", "timestamp": 1660365009270, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-08-13T04:30:12.973Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:30:12.974Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:30:12.974Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "730ac1bd-ec33-4464-9ccd-47e7c97d6c59", "consumerID": "policy-id", "timestamp": 1660365010274, "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-08-13T04:30:12.999Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 730ac1bd-ec33-4464-9ccd-47e7c97d6c59 2022-08-13T04:30:13.000Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 730ac1bd-ec33-4464-9ccd-47e7c97d6c59 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-08-13T04:30:13.047Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:30:13.047Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "730ac1bd-ec33-4464-9ccd-47e7c97d6c59", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1660365010555, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-13T04:30:13.048Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:30:13.640Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-13T04:30:13.641Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:30:13.645Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:30:13.645Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "730ac1bd-ec33-4464-9ccd-47e7c97d6c59", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365011928, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-08-13T04:30:13.747Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-08-13T04:30:13.749Z||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-08-13T04:30:13.750Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:30:13.821Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:30:13.822Z||pool-36-thread-1|||||INFO|500||cambria reply ok (74 ms):{"serverTimeMs":0,"count":1} 2022-08-13T04:30:14.646Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "730ac1bd-ec33-4464-9ccd-47e7c97d6c59", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "b47f163f-5a45-43b0-8057-7e55f4a23d4a", "serviceDescription": "service", "serviceInvariantUUID": "04287fde-86ab-455d-a2f2-9dfe64903e4e", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "36294498-16e0-4529-acf4-f2bd5949bed3", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "79571c7f-005e-47b0-a29a-885af969d134", "resourceInvariantUUID": "484c6731-11e2-42e1-aa92-3ed7cdd1e177", "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": "OTAyZGUwNzYzN2ZiODZhZDhjZWFlYWZhNTQ0NmI3OWY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "06173a76-2fc2-4796-a713-3ba5bd31b82b" } ], "workloadContext": "Production" } 2022-08-13T04:30:14.646Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-08-13T04:30:14.647Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b47f163f-5a45-43b0-8057-7e55f4a23d4a ASDC 2022-08-13T04:30:14.648Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:730ac1bd-ec33-4464-9ccd-47e7c97d6c59 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:b47f163f-5a45-43b0-8057-7e55f4a23d4a ServiceInvariantUUID:04287fde-86ab-455d-a2f2-9dfe64903e4e 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:06173a76-2fc2-4796-a713-3ba5bd31b82b ArtifactChecksum:OTAyZGUwNzYzN2ZiODZhZDhjZWFlYWZhNTQ0NmI3OWY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:36294498-16e0-4529-acf4-f2bd5949bed3 ResourceInvariantUUID:484c6731-11e2-42e1-aa92-3ed7cdd1e177 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:79571c7f-005e-47b0-a29a-885af969d134 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-08-13T04:30:14.653Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b47f163f-5a45-43b0-8057-7e55f4a23d4a 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-08-13T04:30:14.737Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-13T04:30:14.739Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-08-13T04:30:14.739Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-08-13T04:30:14.739Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 06173a76-2fc2-4796-a713-3ba5bd31b82b from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-08-13T04:30:14.740Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-08-13T04:30:14.740Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-08-13T04:30:15.043Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-08-13T04:30:15.051Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 06173a76-2fc2-4796-a713-3ba5bd31b82b 52512 2022-08-13T04:30:15.053Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-08-13T04:30:15.055Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-08-13T04:30:15.056Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-13T04:30:15.057Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:30:15.062Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:30:15.063Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "730ac1bd-ec33-4464-9ccd-47e7c97d6c59", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365015052, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-13T04:30:15.163Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-13T04:30:15.165Z||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-08-13T04:30:15.165Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:30:15.213Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:30:15.214Z||pool-37-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":0,"count":1} 2022-08-13T04:30:16.063Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-13T04:30:16.065Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-08-13T04:30:16.065Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 06173a76-2fc2-4796-a713-3ba5bd31b82b, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-08-13T04:30:16.066Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-08-13T04:30:16.067Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-08-13T04:30:16.067Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-08-13T04:30:16.403Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1571774416728964041/Definitions/service-BasicNetwork-template.yml 2022-08-13T04:30:17.346Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-08-13T04:30:17.347Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-08-13T04:30:17.348Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-08-13T04:30:17.348Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-08-13T04:30:17.348Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||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-08-13T04:30:17.349Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||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-08-13T04:30:17.349Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||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-08-13T04:30:17.349Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||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-08-13T04:30:17.349Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|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-BasicNetwork-csar.csar 2022-08-13T04:30:17.349Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||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-08-13T04:30:17.350Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||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-08-13T04:30:17.350Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||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-08-13T04:30:17.350Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-08-13T04:30:17.350Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:30:17.350Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:30:17.351Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-08-13T04:30:17.351Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-08-13T04:30:17.351Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-13T04:30:17.351Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:30:17.352Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:30:17.352Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-08-13T04:30:17.352Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-08-13T04:30:17.352Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-13T04:30:17.353Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:30:17.353Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:30:17.354Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:30:17.354Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:30:17.354Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:30:17.355Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:30:17.355Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:30:17.355Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:30:17.356Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:30:17.356Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:30:17.356Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:b47f163f-5a45-43b0-8057-7e55f4a23d4a Model Version:NULL Model InvariantUuid:04287fde-86ab-455d-a2f2-9dfe64903e4e Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:484c6731-11e2-42e1-aa92-3ed7cdd1e177 Model UUID:6190f850-e484-44b3-af97-91d80048ab7c Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:36294498-16e0-4529-acf4-f2bd5949bed3 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-08-13T04:30:17.369Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||INFO|500||Processing Resource Type: VL, Model UUID: 79571c7f-005e-47b0-a29a-885af969d134 2022-08-13T04:30:17.369Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||INFO|500||No resources found for Service: b47f163f-5a45-43b0-8057-7e55f4a23d4a 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-08-13T04:30:17.376Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||INFO|500|| 2022-08-13T04:30:17.377Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-08-13T04:30:17.379Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||No resources found for Service: b47f163f-5a45-43b0-8057-7e55f4a23d4a 2022-08-13T04:30:17.379Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: b47f163f-5a45-43b0-8057-7e55f4a23d4a 2022-08-13T04:30:17.380Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-08-13T04:30:17.380Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||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-08-13T04:30:17.390Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@16d0ce33, org.onap.sdc.toscaparser.api.parameters.Input@6b0023ad, org.onap.sdc.toscaparser.api.parameters.Input@1b87b576, org.onap.sdc.toscaparser.api.parameters.Input@13235d5a, org.onap.sdc.toscaparser.api.parameters.Input@392a85b] 2022-08-13T04:30:17.393Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:30:17.394Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:30:17.395Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:30:17.395Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:30:17.396Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid b47f163f-5a45-43b0-8057-7e55f4a23d4a: Generic NeutronNet 2022-08-13T04:30:17.396Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:30:17.396Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:30:17.396Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:30:17.397Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||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-08-13T04:30:17.474Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:30:17.476Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:30:17.477Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:30:17.478Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:30:17.478Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:30:17.479Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:30:17.479Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||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-08-13T04:30:17.608Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-08-13T04:30:17.610Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-08-13T04:30:17.611Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-08-13T04:30:17.611Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-13T04:30:17.612Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:30:17.616Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:30:17.616Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "730ac1bd-ec33-4464-9ccd-47e7c97d6c59", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365017610, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-08-13T04:30:17.716Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-13T04:30:17.718Z||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-08-13T04:30:17.718Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:30:17.775Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:30:17.776Z||pool-38-thread-1|||||INFO|500||cambria reply ok (59 ms):{"serverTimeMs":0,"count":1} 2022-08-13T04:30:18.618Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 730ac1bd-ec33-4464-9ccd-47e7c97d6c59 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-13T04:30:18.662Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 730ac1bd-ec33-4464-9ccd-47e7c97d6c59 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-13T04:30:18.671Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-13T04:30:18.671Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-08-13T04:30:18.672Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-13T04:30:18.672Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-13T04:30:48.673Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 730ac1bd-ec33-4464-9ccd-47e7c97d6c59 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-13T04:30:48.706Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 730ac1bd-ec33-4464-9ccd-47e7c97d6c59 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-13T04:30:48.713Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-13T04:30:48.714Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-08-13T04:30:48.714Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-13T04:30:48.715Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-13T04:31:11.937Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:31:11.939Z||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-08-13T04:31:11.939Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T04:31:12.164Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:31:12.165Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:31:12.165Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "730ac1bd-ec33-4464-9ccd-47e7c97d6c59", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365011928, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-08-13T04:31:12.167Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:31:18.718Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 730ac1bd-ec33-4464-9ccd-47e7c97d6c59 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-13T04:31:18.780Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 730ac1bd-ec33-4464-9ccd-47e7c97d6c59 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-13T04:31:18.790Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-13T04:31:18.790Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-08-13T04:31:18.790Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-13T04:31:18.790Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-13T04:31:48.791Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 730ac1bd-ec33-4464-9ccd-47e7c97d6c59 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-13T04:31:48.826Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 730ac1bd-ec33-4464-9ccd-47e7c97d6c59 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-13T04:31:48.840Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-13T04:31:48.841Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-08-13T04:31:48.841Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-13T04:31:48.841Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-13T04:32:11.941Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:32:11.943Z||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-08-13T04:32:11.943Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T04:32:12.043Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:32:12.046Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:32:12.047Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "730ac1bd-ec33-4464-9ccd-47e7c97d6c59", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1660365012544, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-08-13T04:32:12.049Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:32:12.049Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:32:12.049Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "730ac1bd-ec33-4464-9ccd-47e7c97d6c59", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365011928, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-08-13T04:32:12.050Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:32:12.050Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:32:12.050Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "730ac1bd-ec33-4464-9ccd-47e7c97d6c59", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1660365013550, "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-08-13T04:32:12.077Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 730ac1bd-ec33-4464-9ccd-47e7c97d6c59 2022-08-13T04:32:12.078Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 730ac1bd-ec33-4464-9ccd-47e7c97d6c59 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-08-13T04:32:12.095Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:32:12.095Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "730ac1bd-ec33-4464-9ccd-47e7c97d6c59", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365015052, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-13T04:32:12.096Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:32:12.096Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:32:12.096Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "730ac1bd-ec33-4464-9ccd-47e7c97d6c59", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365017610, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-08-13T04:32:12.097Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:32:12.097Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:32:12.097Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c", "consumerID": "cds", "timestamp": 1660365057099, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/resourceInstances/pnfd87b8c05dcf50/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:32:12.097Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:32:12.097Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:32:12.098Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c", "consumerID": "ves-openapi-manager", "timestamp": 1660365062944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/resourceInstances/pnfd87b8c05dcf50/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:32:12.098Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:32:12.098Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:32:12.098Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c", "consumerID": "multicloud-k8s-id", "timestamp": 1660365061932, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/resourceInstances/pnfd87b8c05dcf50/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:32:12.098Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:32:12.098Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:32:12.098Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c", "consumerID": "policy-id", "timestamp": 1660365065239, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/resourceInstances/pnfd87b8c05dcf50/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:32:12.099Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:32:12.099Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:32:12.099Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c", "consumerID": "cds", "timestamp": 1660365057099, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/resourceInstances/pnfd87b8c05dcf50/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-13T04:32:12.099Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:32:12.099Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:32:12.100Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c", "consumerID": "ves-openapi-manager", "timestamp": 1660365062944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/resourceInstances/pnfd87b8c05dcf50/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-13T04:32:12.107Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:32:12.107Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:32:12.107Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c", "consumerID": "multicloud-k8s-id", "timestamp": 1660365061932, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/resourceInstances/pnfd87b8c05dcf50/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-13T04:32:12.108Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:32:12.108Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:32:12.108Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c", "consumerID": "policy-id", "timestamp": 1660365065239, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/resourceInstances/pnfd87b8c05dcf50/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-13T04:32:12.108Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:32:12.109Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:32:12.109Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c", "consumerID": "ves-openapi-manager", "timestamp": 1660365062944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/resourceInstances/pnfd87b8c05dcf50/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-13T04:32:12.110Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:32:12.110Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:32:12.111Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c", "consumerID": "multicloud-k8s-id", "timestamp": 1660365061932, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/resourceInstances/pnfd87b8c05dcf50/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-13T04:32:12.111Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:32:12.111Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:32:12.111Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c", "consumerID": "cds", "timestamp": 1660365057099, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/resourceInstances/pnfd87b8c05dcf50/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-13T04:32:12.112Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:32:12.113Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:32:12.113Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c", "consumerID": "policy-id", "timestamp": 1660365065239, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/resourceInstances/pnfd87b8c05dcf50/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-13T04:32:12.113Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:32:12.113Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:32:12.114Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1660365067429, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/resourceInstances/pnfd87b8c05dcf50/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:32:12.114Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:32:12.114Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:32:12.114Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c", "consumerID": "ves-openapi-manager", "timestamp": 1660365062944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/resourceInstances/pnfd87b8c05dcf50/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:32:12.115Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:32:12.115Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:32:12.115Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c", "consumerID": "cds", "timestamp": 1660365057099, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/resourceInstances/pnfd87b8c05dcf50/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:32:12.116Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:32:12.116Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:32:12.116Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c", "consumerID": "multicloud-k8s-id", "timestamp": 1660365061932, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/resourceInstances/pnfd87b8c05dcf50/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:32:12.116Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:32:12.117Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:32:12.117Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c", "consumerID": "policy-id", "timestamp": 1660365065239, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/resourceInstances/pnfd87b8c05dcf50/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:32:12.117Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:32:12.118Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:32:12.118Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1660365067429, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/resourceInstances/pnfd87b8c05dcf50/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-13T04:32:12.118Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:32:12.118Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:32:12.119Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c", "consumerID": "ves-openapi-manager", "timestamp": 1660365062944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/resourceInstances/pnfd87b8c05dcf50/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-13T04:32:12.119Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:32:12.119Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:32:12.119Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c", "consumerID": "cds", "timestamp": 1660365057099, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/resourceInstances/pnfd87b8c05dcf50/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-13T04:32:12.120Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:32:12.120Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:32:12.120Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c", "consumerID": "multicloud-k8s-id", "timestamp": 1660365061932, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/resourceInstances/pnfd87b8c05dcf50/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-13T04:32:12.121Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:32:12.121Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:32:12.121Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c", "consumerID": "policy-id", "timestamp": 1660365065239, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/resourceInstances/pnfd87b8c05dcf50/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-13T04:32:12.122Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:32:12.122Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:32:12.122Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1660365067429, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/resourceInstances/pnfd87b8c05dcf50/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-13T04:32:12.123Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:32:12.123Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:32:12.123Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c", "consumerID": "cds", "timestamp": 1660365057099, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/resourceInstances/pnfd87b8c05dcf50/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-13T04:32:12.124Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:32:12.124Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:32:12.124Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c", "consumerID": "multicloud-k8s-id", "timestamp": 1660365061932, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/resourceInstances/pnfd87b8c05dcf50/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-13T04:32:12.124Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:32:12.125Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:32:12.125Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c", "consumerID": "ves-openapi-manager", "timestamp": 1660365062944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/resourceInstances/pnfd87b8c05dcf50/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-08-13T04:32:12.126Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:32:12.126Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:32:12.126Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c", "consumerID": "policy-id", "timestamp": 1660365065239, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/resourceInstances/pnfd87b8c05dcf50/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-13T04:32:12.127Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:32:18.842Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 730ac1bd-ec33-4464-9ccd-47e7c97d6c59 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-13T04:32:18.879Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 730ac1bd-ec33-4464-9ccd-47e7c97d6c59 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-13T04:32:18.892Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-13T04:32:18.893Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-08-13T04:32:18.893Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-08-13T04:32:18.893Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-08-13T04:32:18.893Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-13T04:32:18.893Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-13T04:32:18.894Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-13T04:32:18.894Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-13T04:32:18.894Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-13T04:32:18.894Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-13T04:32:18.894Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|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-08-13T04:32:18.925Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-08-13T04:32:48.926Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 730ac1bd-ec33-4464-9ccd-47e7c97d6c59 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-08-13T04:32:48.945Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 730ac1bd-ec33-4464-9ccd-47e7c97d6c59 and serviceModelVersionId: b47f163f-5a45-43b0-8057-7e55f4a23d4a 2022-08-13T04:32:48.946Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 04287fde-86ab-455d-a2f2-9dfe64903e4e 2022-08-13T04:32:48.948Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/04287fde-86ab-455d-a2f2-9dfe64903e4e/model-vers/model-ver/b47f163f-5a45-43b0-8057-7e55f4a23d4a?depth=0 2022-08-13T04:32:48.962Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-08-13T04:32:49.081Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04287fde-86ab-455d-a2f2-9dfe64903e4e/model-vers/model-ver/b47f163f-5a45-43b0-8057-7e55f4a23d4a?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-08-13T04:32:49.084Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04287fde-86ab-455d-a2f2-9dfe64903e4e/model-vers/model-ver/b47f163f-5a45-43b0-8057-7e55f4a23d4a?depth=0|INFO|500||Invoke 2022-08-13T04:32:49.154Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04287fde-86ab-455d-a2f2-9dfe64903e4e/model-vers/model-ver/b47f163f-5a45-43b0-8057-7e55f4a23d4a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-08-13T04:32:49.543Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04287fde-86ab-455d-a2f2-9dfe64903e4e/model-vers/model-ver/b47f163f-5a45-43b0-8057-7e55f4a23d4a?depth=0|INFO|500||InvokeReturn 2022-08-13T04:32:49.543Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04287fde-86ab-455d-a2f2-9dfe64903e4e/model-vers/model-ver/b47f163f-5a45-43b0-8057-7e55f4a23d4a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220813-04:32:48:403-37428], vertex-id=[254168], Content-Length=[0], Date=[Sat, 13 Aug 2022 04:32:48 GMT], Content-Type=[application/json]} 2022-08-13T04:32:49.551Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2022-08-13T04:32:49.551Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-08-13T04:32:49.551Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|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-08-13T04:32:49.571Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|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-08-13T04:32:49.571Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 730ac1bd-ec33-4464-9ccd-47e7c97d6c59 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-08-13T04:32:49.572Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-08-13T04:32:49.573Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:32:49.578Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:32:49.578Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "730ac1bd-ec33-4464-9ccd-47e7c97d6c59", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365169572, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-08-13T04:32:49.684Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms 2022-08-13T04:32:49.686Z||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-08-13T04:32:49.686Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:32:49.750Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:32:49.752Z||pool-39-thread-1|||||INFO|500||cambria reply ok (67 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-08-13T04:32:50.633Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:32:50.634Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|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-08-13T04:32:50.634Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|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 o3eFBA9aUab8FfqA) ... 2022-08-13T04:32:55.130Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:32:55.143Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-13T04:32:55.145Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"2c77418b-ae21-4128-b916-4795bc52b30c","serviceName":"Demo_pNF_D6Y4P6elgSidfljyNjUk","serviceVersion":"1.0","serviceUUID":"3d41875d-a1bb-4578-8186-ecf9659a4cc8","serviceDescription":"catalog service description","serviceInvariantUUID":"3152f55a-26b6-443f-aa2c-dd919e112ab7","resources":[{"resourceInstanceName":"pNF d87b8c05-dcf5 0","resourceName":"pNF d87b8c05-dcf5","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5fcb3005-0df9-4379-9365-0b21baf5ed46","resourceInvariantUUID":"3ff98542-0188-4faf-909d-a80349d4afeb","resourceCustomizationUUID":"bea4ee6b-e321-41bf-b18c-ab37ed37494b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/resourceInstances/pnfd87b8c05dcf50/artifacts/vf-license-model.xml","artifactChecksum":"MDIwYjgwYWJiMzkxNzYzYTQxMzA3Mzg1YzQ4YWE1OWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"26b33b2d-64ff-499b-9b8d-3aef3b8e4619","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/resourceInstances/pnfd87b8c05dcf50/artifacts/pNF.csar","artifactChecksum":"NDQwNTA2OGJiYzYwODE1Nzk4NjJkYTBmNWUyNTE2NGI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b53d10cb-2497-47b9-9b31-f2bdde406753","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/resourceInstances/pnfd87b8c05dcf50/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"04006854-72a1-420b-b811-b71c9dbdee72","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/resourceInstances/pnfd87b8c05dcf50/artifacts/vendor-license-model.xml","artifactChecksum":"ODhmY2U2YzQxZTYyMzQyYTM3MTRmZjRhOTAyMWIzN2E\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"eb96d29b-77c6-41a8-9903-c559a90724ad","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/resourceInstances/pnfd87b8c05dcf50/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0895f927-e5d2-497b-b55e-c2786894b786","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/resourceInstances/pnfd87b8c05dcf50/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"66cf9059-cfb1-4616-a68b-84971b5a3405","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfD6y4p6elgsidfljynjuk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/artifacts/service-DemoPnfD6y4p6elgsidfljynjuk-template.yml","artifactChecksum":"YzQzZDM3MDg0ZWZiZDFmYTdjYzljNGNlZTQ0MjJjMTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"acbd39e3-8edd-4afc-bbfc-90c1399af67d","artifactVersion":"1"},{"artifactName":"service-DemoPnfD6y4p6elgsidfljynjuk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/artifacts/service-DemoPnfD6y4p6elgsidfljynjuk-csar.csar","artifactChecksum":"NTM2ODcwNmJiMWI2NWZmNTM2NjNiZDUwZWY2NTNmOWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"79b274f2-7c64-469b-b718-4fc27d3a34a7","artifactVersion":"1"}],"workloadContext":"Production"} 2022-08-13T04:32:55.152Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-13T04:32:55.152Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:32:55.155Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:32:55.155Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365170633, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/resourceInstances/pnfd87b8c05dcf50/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:32:55.255Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-13T04:32:55.257Z||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-08-13T04:32:55.258Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:32:55.288Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:32:55.291Z||pool-40-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} 2022-08-13T04:32:56.156Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-13T04:32:56.157Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:32:56.162Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:32:56.163Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365170633, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/resourceInstances/pnfd87b8c05dcf50/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-13T04:32:56.270Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms 2022-08-13T04:32:56.272Z||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-08-13T04:32:56.272Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:32:56.306Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:32:56.318Z||pool-41-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1} 2022-08-13T04:32:57.164Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-13T04:32:57.165Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:32:57.169Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:32:57.169Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365170633, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/resourceInstances/pnfd87b8c05dcf50/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-13T04:32:57.270Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-13T04:32:57.271Z||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-08-13T04:32:57.271Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:32:57.310Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:32:57.312Z||pool-42-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1} 2022-08-13T04:32:58.170Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-13T04:32:58.171Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:32:58.174Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:32:58.174Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365170633, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/resourceInstances/pnfd87b8c05dcf50/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:32:58.278Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2022-08-13T04:32:58.279Z||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-08-13T04:32:58.279Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:32:58.349Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:32:58.350Z||pool-43-thread-1|||||INFO|500||cambria reply ok (72 ms):{"serverTimeMs":0,"count":1} 2022-08-13T04:32:59.177Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-13T04:32:59.178Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:32:59.194Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:32:59.194Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365170633, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/resourceInstances/pnfd87b8c05dcf50/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-13T04:32:59.283Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 88 ms 2022-08-13T04:32:59.285Z||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-08-13T04:32:59.285Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:32:59.319Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:32:59.322Z||pool-44-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1} 2022-08-13T04:33:00.225Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-13T04:33:00.226Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:33:00.230Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:33:00.231Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365170633, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/resourceInstances/pnfd87b8c05dcf50/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-13T04:33:00.354Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 123 ms 2022-08-13T04:33:00.355Z||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-08-13T04:33:00.356Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:33:00.442Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:33:00.444Z||pool-45-thread-1|||||INFO|500||cambria reply ok (90 ms):{"serverTimeMs":0,"count":1} 2022-08-13T04:33:01.242Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-13T04:33:01.244Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:33:01.274Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:33:01.274Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365170633, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/artifacts/service-DemoPnfD6y4p6elgsidfljynjuk-template.yml", "status": "NOT_NOTIFIED" } 2022-08-13T04:33:01.373Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-13T04:33:01.375Z||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-08-13T04:33:01.375Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:33:01.418Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:33:01.422Z||pool-46-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1} 2022-08-13T04:33:02.275Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-13T04:33:02.276Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:33:02.290Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:33:02.290Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365170633, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/artifacts/service-DemoPnfD6y4p6elgsidfljynjuk-csar.csar", "status": "NOTIFIED" } 2022-08-13T04:33:02.395Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2022-08-13T04:33:02.396Z||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-08-13T04:33:02.396Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:33:02.430Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:33:02.430Z||pool-47-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} 2022-08-13T04:33:03.291Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c", "serviceName": "Demo_pNF_D6Y4P6elgSidfljyNjUk", "serviceVersion": "1.0", "serviceUUID": "3d41875d-a1bb-4578-8186-ecf9659a4cc8", "serviceDescription": "catalog service description", "serviceInvariantUUID": "3152f55a-26b6-443f-aa2c-dd919e112ab7", "resources": [ { "resourceInstanceName": "pNF d87b8c05-dcf5 0", "resourceCustomizationUUID": "bea4ee6b-e321-41bf-b18c-ab37ed37494b", "resourceName": "pNF d87b8c05-dcf5", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "5fcb3005-0df9-4379-9365-0b21baf5ed46", "resourceInvariantUUID": "3ff98542-0188-4faf-909d-a80349d4afeb", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfD6y4p6elgsidfljynjuk-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/artifacts/service-DemoPnfD6y4p6elgsidfljynjuk-csar.csar", "artifactChecksum": "NTM2ODcwNmJiMWI2NWZmNTM2NjNiZDUwZWY2NTNmOWY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "79b274f2-7c64-469b-b718-4fc27d3a34a7" } ], "workloadContext": "Production" } 2022-08-13T04:33:03.292Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-08-13T04:33:03.292Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3d41875d-a1bb-4578-8186-ecf9659a4cc8 ASDC 2022-08-13T04:33:03.293Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:2c77418b-ae21-4128-b916-4795bc52b30c ServiceName:Demo_pNF_D6Y4P6elgSidfljyNjUk ServiceVersion:1.0 ServiceUUID:3d41875d-a1bb-4578-8186-ecf9659a4cc8 ServiceInvariantUUID:3152f55a-26b6-443f-aa2c-dd919e112ab7 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfD6y4p6elgsidfljynjuk-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/artifacts/service-DemoPnfD6y4p6elgsidfljynjuk-csar.csar ArtifactUUID:79b274f2-7c64-469b-b718-4fc27d3a34a7 ArtifactChecksum:NTM2ODcwNmJiMWI2NWZmNTM2NjNiZDUwZWY2NTNmOWY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF d87b8c05-dcf5 0 ResourceCustomizationUUID:bea4ee6b-e321-41bf-b18c-ab37ed37494b ResourceInvariantUUID:3ff98542-0188-4faf-909d-a80349d4afeb ResourceName:pNF d87b8c05-dcf5 ResourceType:PNF ResourceUUID:5fcb3005-0df9-4379-9365-0b21baf5ed46 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-08-13T04:33:03.294Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3d41875d-a1bb-4578-8186-ecf9659a4cc8 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-08-13T04:33:03.487Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-13T04:33:03.488Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-08-13T04:33:03.488Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-08-13T04:33:03.488Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 79b274f2-7c64-469b-b718-4fc27d3a34a7 from URL: /sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/artifacts/service-DemoPnfD6y4p6elgsidfljynjuk-csar.csar 2022-08-13T04:33:03.488Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-08-13T04:33:03.489Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/artifacts/service-DemoPnfD6y4p6elgsidfljynjuk-csar.csar 2022-08-13T04:33:03.678Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-08-13T04:33:03.686Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/artifacts/service-DemoPnfD6y4p6elgsidfljynjuk-csar.csar 79b274f2-7c64-469b-b718-4fc27d3a34a7 82644 2022-08-13T04:33:03.687Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/artifacts/service-DemoPnfD6y4p6elgsidfljynjuk-csar.csar ASDC sendASDCNotification 2022-08-13T04:33:03.687Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/artifacts/service-DemoPnfD6y4p6elgsidfljynjuk-csar.csar 2022-08-13T04:33:03.687Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-13T04:33:03.688Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:33:03.699Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:33:03.700Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365183687, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/artifacts/service-DemoPnfD6y4p6elgsidfljynjuk-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-13T04:33:03.798Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-08-13T04:33:03.799Z||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-08-13T04:33:03.800Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:33:03.843Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:33:03.844Z||pool-48-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1} 2022-08-13T04:33:04.703Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-13T04:33:04.704Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-08-13T04:33:04.705Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 79b274f2-7c64-469b-b718-4fc27d3a34a7, URL: /sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/artifacts/service-DemoPnfD6y4p6elgsidfljynjuk-csar.csar to file: /app/ASDC/1/service-DemoPnfD6y4p6elgsidfljynjuk-csar.csar 2022-08-13T04:33:04.706Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfD6y4p6elgsidfljynjuk-csar.csar 2022-08-13T04:33:04.707Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfD6y4p6elgsidfljynjuk-csar.csar 2022-08-13T04:33:04.707Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfD6y4p6elgsidfljynjuk-csar.csar 2022-08-13T04:33:05.297Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP600297474535228851/Definitions/service-DemoPnfD6y4p6elgsidfljynjuk-template.yml 2022-08-13T04:33:07.321Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-08-13T04:33:07.322Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-08-13T04:33:07.322Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfD6y4p6elgsidfljynjuk-csar.csar 2022-08-13T04:33:07.322Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-08-13T04:33:07.322Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF d87b8c05-dcf5 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-DemoPnfD6y4p6elgsidfljynjuk-csar.csar 2022-08-13T04:33:07.322Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||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-DemoPnfD6y4p6elgsidfljynjuk-csar.csar 2022-08-13T04:33:07.322Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfD6y4p6elgsidfljynjuk-csar.csar 2022-08-13T04:33:07.323Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||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-DemoPnfD6y4p6elgsidfljynjuk-csar.csar 2022-08-13T04:33:07.323Z|2c77418b-ae21-4128-b916-4795bc52b30c|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-DemoPnfD6y4p6elgsidfljynjuk-csar.csar 2022-08-13T04:33:07.323Z|2c77418b-ae21-4128-b916-4795bc52b30c|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-DemoPnfD6y4p6elgsidfljynjuk-csar.csar 2022-08-13T04:33:07.323Z|2c77418b-ae21-4128-b916-4795bc52b30c|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-DemoPnfD6y4p6elgsidfljynjuk-csar.csar 2022-08-13T04:33:07.324Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-08-13T04:33:07.324Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:33:07.324Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_D6Y4P6elgSidfljyNjUk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:33:07.325Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||Node template pNF d87b8c05-dcf5 0 is matching search criteria 2022-08-13T04:33:07.325Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-08-13T04:33:07.325Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF d87b8c05-dcf5 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-13T04:33:07.326Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:33:07.326Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_D6Y4P6elgSidfljyNjUk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:33:07.326Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||Node template pNF d87b8c05-dcf5 0 is matching search criteria 2022-08-13T04:33:07.327Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-08-13T04:33:07.327Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF d87b8c05-dcf5 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-13T04:33:07.328Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:33:07.328Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_D6Y4P6elgSidfljyNjUk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:33:07.328Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:33:07.329Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_D6Y4P6elgSidfljyNjUk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:33:07.329Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:33:07.329Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_D6Y4P6elgSidfljyNjUk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:33:07.329Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:33:07.330Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_D6Y4P6elgSidfljyNjUk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:33:07.330Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:33:07.330Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_D6Y4P6elgSidfljyNjUk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:33:07.330Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_D6Y4P6elgSidfljyNjUk Description:catalog service description Model UUID:3d41875d-a1bb-4578-8186-ecf9659a4cc8 Model Version:NULL Model InvariantUuid:3152f55a-26b6-443f-aa2c-dd919e112ab7 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-08-13T04:33:07.342Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: 5fcb3005-0df9-4379-9365-0b21baf5ed46 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-08-13T04:33:07.356Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||INFO|500||pNF d87b8c05-dcf5 0 2022-08-13T04:33:07.357Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 5fcb3005-0df9-4379-9365-0b21baf5ed46 2022-08-13T04:33:07.357Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 3d41875d-a1bb-4578-8186-ecf9659a4cc8 2022-08-13T04:33:07.357Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 3d41875d-a1bb-4578-8186-ecf9659a4cc8 2022-08-13T04:33:07.357Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF d87b8c05-dcf5 0 5fcb3005-0df9-4379-9365-0b21baf5ed46 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-08-13T04:33:07.366Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@64b7ef53, org.onap.sdc.toscaparser.api.parameters.Input@7e906fd1, org.onap.sdc.toscaparser.api.parameters.Input@51abe78c, org.onap.sdc.toscaparser.api.parameters.Input@5c9eb4c6, org.onap.sdc.toscaparser.api.parameters.Input@7080571] 2022-08-13T04:33:07.367Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:33:07.367Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_D6Y4P6elgSidfljyNjUk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:33:07.368Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 3d41875d-a1bb-4578-8186-ecf9659a4cc8: pNF d87b8c05-dcf5 2022-08-13T04:33:07.369Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||INFO|500||Processing PNF resource: 5fcb3005-0df9-4379-9365-0b21baf5ed46 2022-08-13T04:33:07.369Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:33:07.369Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_D6Y4P6elgSidfljyNjUk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:33:07.369Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||INFO|500||Resource customization UUID: bea4ee6b-e321-41bf-b18c-ab37ed37494b is the same as notified resource customizationUUID: bea4ee6b-e321-41bf-b18c-ab37ed37494b 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-08-13T04:33:07.480Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF d87b8c05-dcf5 5fcb3005-0df9-4379-9365-0b21baf5ed46 0 ASDC deployResourceStructure 2022-08-13T04:33:07.482Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/artifacts/service-DemoPnfD6y4p6elgsidfljynjuk-csar.csar ASDC sendASDCNotification 2022-08-13T04:33:07.482Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/artifacts/service-DemoPnfD6y4p6elgsidfljynjuk-csar.csar 2022-08-13T04:33:07.482Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-13T04:33:07.483Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:33:07.490Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:33:07.490Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365187482, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/artifacts/service-DemoPnfD6y4p6elgsidfljynjuk-csar.csar", "status": "DEPLOY_OK" } 2022-08-13T04:33:07.589Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-13T04:33:07.590Z||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-08-13T04:33:07.590Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:33:07.639Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:33:07.640Z||pool-49-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":1,"count":1} 2022-08-13T04:33:08.497Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2c77418b-ae21-4128-b916-4795bc52b30c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-13T04:33:08.518Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2c77418b-ae21-4128-b916-4795bc52b30c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-13T04:33:08.523Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-13T04:33:08.524Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-13T04:33:08.524Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-13T04:33:11.937Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:33:11.939Z||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-08-13T04:33:11.939Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T04:33:11.978Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:33:11.979Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:33:11.979Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c", "consumerID": "cds", "timestamp": 1660365057099, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/artifacts/service-DemoPnfD6y4p6elgsidfljynjuk-template.yml", "status": "NOT_NOTIFIED" } 2022-08-13T04:33:11.981Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:33:11.982Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:33:11.982Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1660365067429, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/resourceInstances/pnfd87b8c05dcf50/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:33:11.983Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:33:11.983Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:33:11.983Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c", "consumerID": "ves-openapi-manager", "timestamp": 1660365062944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/artifacts/service-DemoPnfD6y4p6elgsidfljynjuk-template.yml", "status": "NOT_NOTIFIED" } 2022-08-13T04:33:11.984Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:33:38.524Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2c77418b-ae21-4128-b916-4795bc52b30c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-13T04:33:38.564Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2c77418b-ae21-4128-b916-4795bc52b30c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-13T04:33:38.569Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-13T04:33:38.570Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-13T04:33:38.570Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-13T04:34:08.574Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2c77418b-ae21-4128-b916-4795bc52b30c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-13T04:34:08.596Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2c77418b-ae21-4128-b916-4795bc52b30c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-13T04:34:08.600Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-13T04:34:08.600Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-13T04:34:08.600Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-13T04:34:11.939Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:34:11.940Z||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-08-13T04:34:11.940Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T04:34:11.973Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:34:12.032Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.032Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c", "consumerID": "multicloud-k8s-id", "timestamp": 1660365061932, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/artifacts/service-DemoPnfD6y4p6elgsidfljynjuk-template.yml", "status": "NOT_NOTIFIED" } 2022-08-13T04:34:12.038Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.038Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.038Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c", "consumerID": "policy-id", "timestamp": 1660365065239, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/artifacts/service-DemoPnfD6y4p6elgsidfljynjuk-template.yml", "status": "NOT_NOTIFIED" } 2022-08-13T04:34:12.039Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.039Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.039Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1660365067429, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/resourceInstances/pnfd87b8c05dcf50/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-13T04:34:12.039Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.040Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.040Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c", "consumerID": "cds", "timestamp": 1660365057099, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/artifacts/service-DemoPnfD6y4p6elgsidfljynjuk-csar.csar", "status": "NOTIFIED" } 2022-08-13T04:34:12.040Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.041Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.041Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c", "consumerID": "ves-openapi-manager", "timestamp": 1660365062944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/artifacts/service-DemoPnfD6y4p6elgsidfljynjuk-csar.csar", "status": "NOT_NOTIFIED" } 2022-08-13T04:34:12.042Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.042Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.042Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c", "consumerID": "multicloud-k8s-id", "timestamp": 1660365061932, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/artifacts/service-DemoPnfD6y4p6elgsidfljynjuk-csar.csar", "status": "NOTIFIED" } 2022-08-13T04:34:12.042Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.042Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.042Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c", "consumerID": "policy-id", "timestamp": 1660365065239, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/artifacts/service-DemoPnfD6y4p6elgsidfljynjuk-csar.csar", "status": "NOTIFIED" } 2022-08-13T04:34:12.043Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.043Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.043Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1660365067429, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/resourceInstances/pnfd87b8c05dcf50/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-13T04:34:12.044Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.044Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.044Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c", "consumerID": "cds", "timestamp": 1660365072936, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/artifacts/service-DemoPnfD6y4p6elgsidfljynjuk-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-13T04:34:12.044Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:34:12.044Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.044Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c", "consumerID": "ves-openapi-manager", "timestamp": 1660365073366, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/resourceInstances/pnfd87b8c05dcf50/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-08-13T04:34:12.044Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:34:12.045Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.045Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c", "consumerID": "policy-id", "timestamp": 1660365074133, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/artifacts/service-DemoPnfD6y4p6elgsidfljynjuk-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-13T04:34:12.045Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:34:12.045Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.045Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1660365067429, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/artifacts/service-DemoPnfD6y4p6elgsidfljynjuk-template.yml", "status": "NOT_NOTIFIED" } 2022-08-13T04:34:12.045Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.046Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.046Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c", "consumerID": "cds", "timestamp": 1660365073944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/artifacts/service-DemoPnfD6y4p6elgsidfljynjuk-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-08-13T04:34:12.076Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2c77418b-ae21-4128-b916-4795bc52b30c 2022-08-13T04:34:12.077Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c77418b-ae21-4128-b916-4795bc52b30c 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-08-13T04:34:12.103Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.103Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c", "consumerID": "ves-openapi-manager", "timestamp": 1660365074613, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/resourceInstances/pnfd87b8c05dcf50/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-08-13T04:34:12.104Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:34:12.104Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.104Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1660365067429, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/artifacts/service-DemoPnfD6y4p6elgsidfljynjuk-csar.csar", "status": "NOTIFIED" } 2022-08-13T04:34:12.104Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.104Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.105Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c", "consumerID": "policy-id", "timestamp": 1660365075137, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/artifacts/service-DemoPnfD6y4p6elgsidfljynjuk-csar.csar", "status": "DEPLOY_OK" } 2022-08-13T04:34:12.105Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:34:12.105Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.106Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c", "consumerID": "ves-openapi-manager", "timestamp": 1660365075623, "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-08-13T04:34:12.115Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 2c77418b-ae21-4128-b916-4795bc52b30c 2022-08-13T04:34:12.116Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c77418b-ae21-4128-b916-4795bc52b30c 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-08-13T04:34:12.133Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.133Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c", "consumerID": "policy-id", "timestamp": 1660365076140, "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-08-13T04:34:12.145Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2c77418b-ae21-4128-b916-4795bc52b30c 2022-08-13T04:34:12.145Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c77418b-ae21-4128-b916-4795bc52b30c 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-08-13T04:34:12.190Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.191Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1660365076356, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/artifacts/service-DemoPnfD6y4p6elgsidfljynjuk-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-13T04:34:12.191Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:34:12.191Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.191Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1660365078599, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/artifacts/service-DemoPnfD6y4p6elgsidfljynjuk-csar.csar", "status": "DEPLOY_OK" } 2022-08-13T04:34:12.191Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:34:12.191Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.192Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1660365079605, "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-08-13T04:34:12.202Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2c77418b-ae21-4128-b916-4795bc52b30c 2022-08-13T04:34:12.203Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c77418b-ae21-4128-b916-4795bc52b30c 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-08-13T04:34:12.228Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.228Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c", "consumerID": "clamp", "timestamp": 1660365082493, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/resourceInstances/pnfd87b8c05dcf50/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:34:12.228Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.229Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.229Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c", "consumerID": "clamp", "timestamp": 1660365082493, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/resourceInstances/pnfd87b8c05dcf50/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-13T04:34:12.229Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.229Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.229Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c", "consumerID": "clamp", "timestamp": 1660365082493, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/resourceInstances/pnfd87b8c05dcf50/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-13T04:34:12.230Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.230Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.230Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c", "consumerID": "clamp", "timestamp": 1660365082493, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/resourceInstances/pnfd87b8c05dcf50/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:34:12.230Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.230Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.230Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c", "consumerID": "aai-ml", "timestamp": 1660365084154, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/resourceInstances/pnfd87b8c05dcf50/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:34:12.231Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.231Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.231Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c", "consumerID": "clamp", "timestamp": 1660365082493, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/resourceInstances/pnfd87b8c05dcf50/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-13T04:34:12.231Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.231Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.231Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c", "consumerID": "aai-ml", "timestamp": 1660365084154, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/resourceInstances/pnfd87b8c05dcf50/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-13T04:34:12.232Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.232Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.232Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c", "consumerID": "clamp", "timestamp": 1660365082493, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/resourceInstances/pnfd87b8c05dcf50/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-13T04:34:12.232Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.232Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.232Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c", "consumerID": "aai-ml", "timestamp": 1660365084154, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/resourceInstances/pnfd87b8c05dcf50/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-13T04:34:12.233Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.233Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.233Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c", "consumerID": "clamp", "timestamp": 1660365082493, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/artifacts/service-DemoPnfD6y4p6elgsidfljynjuk-template.yml", "status": "NOT_NOTIFIED" } 2022-08-13T04:34:12.236Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.237Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.237Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c", "consumerID": "aai-ml", "timestamp": 1660365084154, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/resourceInstances/pnfd87b8c05dcf50/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:34:12.237Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.237Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.237Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c", "consumerID": "clamp", "timestamp": 1660365082493, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/artifacts/service-DemoPnfD6y4p6elgsidfljynjuk-csar.csar", "status": "NOTIFIED" } 2022-08-13T04:34:12.237Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.238Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.238Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c", "consumerID": "aai-ml", "timestamp": 1660365084154, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/resourceInstances/pnfd87b8c05dcf50/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-13T04:34:12.239Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.239Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.239Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c", "consumerID": "aai-ml", "timestamp": 1660365084154, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/resourceInstances/pnfd87b8c05dcf50/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-13T04:34:12.239Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.239Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.239Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c", "consumerID": "aai-ml", "timestamp": 1660365084154, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/artifacts/service-DemoPnfD6y4p6elgsidfljynjuk-template.yml", "status": "NOT_NOTIFIED" } 2022-08-13T04:34:12.239Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.240Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.240Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c", "consumerID": "aai-ml", "timestamp": 1660365084154, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/artifacts/service-DemoPnfD6y4p6elgsidfljynjuk-csar.csar", "status": "NOTIFIED" } 2022-08-13T04:34:12.240Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.240Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.240Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c", "consumerID": "aai-ml", "timestamp": 1660365093095, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/artifacts/service-DemoPnfD6y4p6elgsidfljynjuk-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-13T04:34:12.240Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:34:12.240Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.240Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c", "consumerID": "clamp", "timestamp": 1660365100252, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/artifacts/service-DemoPnfD6y4p6elgsidfljynjuk-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-13T04:34:12.241Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:34:12.241Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.241Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c", "consumerID": "aai-ml", "timestamp": 1660365099192, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/artifacts/service-DemoPnfD6y4p6elgsidfljynjuk-csar.csar", "status": "DEPLOY_OK" } 2022-08-13T04:34:12.241Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:34:12.241Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.241Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c", "consumerID": "aai-ml", "timestamp": 1660365100198, "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-08-13T04:34:12.263Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2c77418b-ae21-4128-b916-4795bc52b30c 2022-08-13T04:34:12.263Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c77418b-ae21-4128-b916-4795bc52b30c 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-08-13T04:34:12.284Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.284Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c", "consumerID": "clamp", "timestamp": 1660365102249, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/artifacts/service-DemoPnfD6y4p6elgsidfljynjuk-csar.csar", "status": "DEPLOY_OK" } 2022-08-13T04:34:12.285Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:34:12.285Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.285Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c", "consumerID": "clamp", "timestamp": 1660365103253, "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-08-13T04:34:12.294Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2c77418b-ae21-4128-b916-4795bc52b30c 2022-08-13T04:34:12.295Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c77418b-ae21-4128-b916-4795bc52b30c 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-08-13T04:34:12.316Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.316Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "cds", "timestamp": 1660365102099, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:34:12.316Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.317Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.317Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "ves-openapi-manager", "timestamp": 1660365102944, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:34:12.317Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.318Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.318Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1660365097430, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:34:12.320Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.321Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.322Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "multicloud-k8s-id", "timestamp": 1660365101932, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:34:12.327Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.327Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.327Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "cds", "timestamp": 1660365102099, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-08-13T04:34:12.328Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.328Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.328Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "ves-openapi-manager", "timestamp": 1660365102944, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-08-13T04:34:12.329Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.329Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.329Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1660365097430, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-08-13T04:34:12.329Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.329Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.330Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "multicloud-k8s-id", "timestamp": 1660365101932, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-08-13T04:34:12.331Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.331Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.332Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "policy-id", "timestamp": 1660365105239, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:34:12.332Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.332Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.332Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "cds", "timestamp": 1660365102099, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-08-13T04:34:12.332Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.332Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.333Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "ves-openapi-manager", "timestamp": 1660365102944, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-08-13T04:34:12.333Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.333Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.333Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1660365097430, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-08-13T04:34:12.334Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.334Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.334Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "multicloud-k8s-id", "timestamp": 1660365101932, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-08-13T04:34:12.334Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.335Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.336Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "policy-id", "timestamp": 1660365105239, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-08-13T04:34:12.336Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.336Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.336Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "cds", "timestamp": 1660365102099, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-13T04:34:12.337Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.337Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.337Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "ves-openapi-manager", "timestamp": 1660365102944, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-13T04:34:12.337Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.338Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.338Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1660365097430, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-13T04:34:12.338Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.338Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.338Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "multicloud-k8s-id", "timestamp": 1660365101932, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-08-13T04:34:12.339Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.339Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.339Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "policy-id", "timestamp": 1660365105239, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-08-13T04:34:12.339Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.339Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.340Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1660365097430, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-08-13T04:34:12.340Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.340Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.340Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "ves-openapi-manager", "timestamp": 1660365102944, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-08-13T04:34:12.340Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.341Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.341Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "cds", "timestamp": 1660365102099, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-08-13T04:34:12.341Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.341Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.341Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "multicloud-k8s-id", "timestamp": 1660365101932, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-08-13T04:34:12.342Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.342Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.342Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "policy-id", "timestamp": 1660365105239, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-13T04:34:12.342Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.342Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.344Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "cds", "timestamp": 1660365102099, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:34:12.346Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.346Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.347Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "ves-openapi-manager", "timestamp": 1660365102944, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:34:12.347Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.348Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.348Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1660365097430, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:34:12.350Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.350Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.350Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "multicloud-k8s-id", "timestamp": 1660365101932, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:34:12.351Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.351Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.351Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "policy-id", "timestamp": 1660365105239, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-08-13T04:34:12.351Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.351Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.351Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "cds", "timestamp": 1660365102099, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-08-13T04:34:12.352Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.352Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.352Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "ves-openapi-manager", "timestamp": 1660365102944, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-08-13T04:34:12.352Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.352Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.353Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1660365097430, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-08-13T04:34:12.353Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.353Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.353Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "multicloud-k8s-id", "timestamp": 1660365101932, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-08-13T04:34:12.353Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.353Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.354Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "policy-id", "timestamp": 1660365105239, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:34:12.354Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.354Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.354Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "cds", "timestamp": 1660365102099, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-08-13T04:34:12.354Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.354Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.354Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "ves-openapi-manager", "timestamp": 1660365102944, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-08-13T04:34:12.355Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.355Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.355Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "clamp", "timestamp": 1660365112493, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:34:12.355Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.356Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.356Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1660365097430, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-08-13T04:34:12.356Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.356Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.356Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "multicloud-k8s-id", "timestamp": 1660365101932, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-08-13T04:34:12.357Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.357Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.357Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "policy-id", "timestamp": 1660365105239, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-08-13T04:34:12.357Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.357Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.357Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "cds", "timestamp": 1660365102099, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-08-13T04:34:12.357Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.358Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.358Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "ves-openapi-manager", "timestamp": 1660365102944, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-08-13T04:34:12.358Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.358Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.358Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1660365097430, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-08-13T04:34:12.358Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.358Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.359Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "clamp", "timestamp": 1660365112493, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-08-13T04:34:12.359Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.359Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.359Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "multicloud-k8s-id", "timestamp": 1660365101932, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-08-13T04:34:12.359Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.359Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.360Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "policy-id", "timestamp": 1660365105239, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-08-13T04:34:12.360Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.360Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.360Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "clamp", "timestamp": 1660365112493, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-08-13T04:34:12.360Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.360Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.361Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "cds", "timestamp": 1660365113542, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-13T04:34:12.361Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:34:12.361Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.361Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1660365113913, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-13T04:34:12.361Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:34:12.361Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.362Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "multicloud-k8s-id", "timestamp": 1660365114719, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-08-13T04:34:12.362Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:34:12.362Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.362Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "policy-id", "timestamp": 1660365105239, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-08-13T04:34:12.362Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.362Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.363Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "clamp", "timestamp": 1660365112493, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-08-13T04:34:12.363Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.363Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.363Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "cds", "timestamp": 1660365114549, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-08-13T04:34:12.424Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ee53ac8b-d859-49c8-8581-24bba12f3278 2022-08-13T04:34:12.424Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ee53ac8b-d859-49c8-8581-24bba12f3278 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-08-13T04:34:12.448Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.449Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "policy-id", "timestamp": 1660365115073, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-13T04:34:12.450Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:34:12.451Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.451Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "multicloud-k8s-id", "timestamp": 1660365115932, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-08-13T04:34:12.451Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:34:12.451Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.451Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "aai-ml", "timestamp": 1660365114154, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:34:12.452Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.452Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.452Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "clamp", "timestamp": 1660365112493, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-08-13T04:34:12.452Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.454Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.455Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "policy-id", "timestamp": 1660365116078, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-08-13T04:34:12.455Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:34:12.455Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.455Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "aai-ml", "timestamp": 1660365114154, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-08-13T04:34:12.455Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.456Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.456Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "multicloud-k8s-id", "timestamp": 1660365117067, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-08-13T04:34:12.456Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:34:12.456Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.456Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "clamp", "timestamp": 1660365112493, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:34:12.457Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.457Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.457Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1660365116610, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-08-13T04:34:12.457Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:34:12.457Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.457Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "policy-id", "timestamp": 1660365117081, "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-08-13T04:34:12.467Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ee53ac8b-d859-49c8-8581-24bba12f3278 2022-08-13T04:34:12.468Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ee53ac8b-d859-49c8-8581-24bba12f3278 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-08-13T04:34:12.486Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.486Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "aai-ml", "timestamp": 1660365114154, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-08-13T04:34:12.489Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.490Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.490Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "multicloud-k8s-id", "timestamp": 1660365118275, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-08-13T04:34:12.490Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:34:12.490Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.490Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "clamp", "timestamp": 1660365112493, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-08-13T04:34:12.490Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.491Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.491Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1660365117615, "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-08-13T04:34:12.502Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ee53ac8b-d859-49c8-8581-24bba12f3278 2022-08-13T04:34:12.503Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ee53ac8b-d859-49c8-8581-24bba12f3278 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-08-13T04:34:12.529Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.530Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbf8510-9377-40c5-8a0b-64c3894562b0", "consumerID": "cds", "timestamp": 1660365117099, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:34:12.530Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.531Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.531Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbf8510-9377-40c5-8a0b-64c3894562b0", "consumerID": "policy-id", "timestamp": 1660365105239, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:34:12.531Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.532Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.532Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "aai-ml", "timestamp": 1660365114154, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-13T04:34:12.532Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.532Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.532Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "clamp", "timestamp": 1660365112493, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-08-13T04:34:12.532Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.532Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.533Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "multicloud-k8s-id", "timestamp": 1660365119431, "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-08-13T04:34:12.547Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ee53ac8b-d859-49c8-8581-24bba12f3278 2022-08-13T04:34:12.548Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ee53ac8b-d859-49c8-8581-24bba12f3278 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-08-13T04:34:12.564Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.565Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbf8510-9377-40c5-8a0b-64c3894562b0", "consumerID": "cds", "timestamp": 1660365117099, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-13T04:34:12.565Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.581Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.582Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbf8510-9377-40c5-8a0b-64c3894562b0", "consumerID": "policy-id", "timestamp": 1660365105239, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-13T04:34:12.582Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.582Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.582Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "aai-ml", "timestamp": 1660365114154, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-08-13T04:34:12.583Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.583Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.583Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "clamp", "timestamp": 1660365112493, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-08-13T04:34:12.583Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.584Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.584Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "multicloud-k8s-id", "timestamp": 1660365120449, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-08-13T04:34:12.584Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:34:12.584Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.584Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbf8510-9377-40c5-8a0b-64c3894562b0", "consumerID": "cds", "timestamp": 1660365117099, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-08-13T04:34:12.584Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.584Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.585Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbf8510-9377-40c5-8a0b-64c3894562b0", "consumerID": "policy-id", "timestamp": 1660365105239, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-08-13T04:34:12.585Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.585Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.585Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "aai-ml", "timestamp": 1660365114154, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:34:12.585Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.585Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.586Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbf8510-9377-40c5-8a0b-64c3894562b0", "consumerID": "cds", "timestamp": 1660365117099, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:34:12.586Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.586Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.586Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbf8510-9377-40c5-8a0b-64c3894562b0", "consumerID": "policy-id", "timestamp": 1660365105239, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:34:12.586Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.587Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.587Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "aai-ml", "timestamp": 1660365114154, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-08-13T04:34:12.587Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.587Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.587Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbf8510-9377-40c5-8a0b-64c3894562b0", "consumerID": "multicloud-k8s-id", "timestamp": 1660365121932, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:34:12.587Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.588Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.588Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbf8510-9377-40c5-8a0b-64c3894562b0", "consumerID": "cds", "timestamp": 1660365117099, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-08-13T04:34:12.588Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.588Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.588Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbf8510-9377-40c5-8a0b-64c3894562b0", "consumerID": "policy-id", "timestamp": 1660365105239, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-08-13T04:34:12.588Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.589Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.589Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "aai-ml", "timestamp": 1660365114154, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-08-13T04:34:12.589Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.610Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.610Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbf8510-9377-40c5-8a0b-64c3894562b0", "consumerID": "multicloud-k8s-id", "timestamp": 1660365121932, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-08-13T04:34:12.610Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.610Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.610Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbf8510-9377-40c5-8a0b-64c3894562b0", "consumerID": "cds", "timestamp": 1660365117099, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-08-13T04:34:12.611Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.611Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.611Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbf8510-9377-40c5-8a0b-64c3894562b0", "consumerID": "policy-id", "timestamp": 1660365105239, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-08-13T04:34:12.611Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.611Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.613Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "aai-ml", "timestamp": 1660365114154, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-08-13T04:34:12.614Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.614Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.614Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbf8510-9377-40c5-8a0b-64c3894562b0", "consumerID": "ves-openapi-manager", "timestamp": 1660365122944, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:34:12.614Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.614Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.614Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbf8510-9377-40c5-8a0b-64c3894562b0", "consumerID": "multicloud-k8s-id", "timestamp": 1660365121932, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-08-13T04:34:12.615Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.615Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.615Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbf8510-9377-40c5-8a0b-64c3894562b0", "consumerID": "cds", "timestamp": 1660365117099, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-08-13T04:34:12.615Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.615Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.615Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbf8510-9377-40c5-8a0b-64c3894562b0", "consumerID": "policy-id", "timestamp": 1660365105239, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-08-13T04:34:12.616Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.616Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.616Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "aai-ml", "timestamp": 1660365124064, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-13T04:34:12.616Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:34:12.616Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.616Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbf8510-9377-40c5-8a0b-64c3894562b0", "consumerID": "ves-openapi-manager", "timestamp": 1660365122944, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-13T04:34:12.616Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.617Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.617Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbf8510-9377-40c5-8a0b-64c3894562b0", "consumerID": "multicloud-k8s-id", "timestamp": 1660365121932, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:34:12.617Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.633Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.634Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbf8510-9377-40c5-8a0b-64c3894562b0", "consumerID": "cds", "timestamp": 1660365124973, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-13T04:34:12.634Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:34:12.634Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.634Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbf8510-9377-40c5-8a0b-64c3894562b0", "consumerID": "policy-id", "timestamp": 1660365125359, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-13T04:34:12.634Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:34:12.635Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.635Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbf8510-9377-40c5-8a0b-64c3894562b0", "consumerID": "ves-openapi-manager", "timestamp": 1660365122944, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-08-13T04:34:12.635Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.635Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.635Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbf8510-9377-40c5-8a0b-64c3894562b0", "consumerID": "multicloud-k8s-id", "timestamp": 1660365121932, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-08-13T04:34:12.635Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.635Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.635Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbf8510-9377-40c5-8a0b-64c3894562b0", "consumerID": "cds", "timestamp": 1660365125982, "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-08-13T04:34:12.665Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bbbf8510-9377-40c5-8a0b-64c3894562b0 2022-08-13T04:34:12.666Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bbbf8510-9377-40c5-8a0b-64c3894562b0 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-08-13T04:34:12.692Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.693Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbf8510-9377-40c5-8a0b-64c3894562b0", "consumerID": "policy-id", "timestamp": 1660365126363, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-08-13T04:34:12.693Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:34:12.693Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.693Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbf8510-9377-40c5-8a0b-64c3894562b0", "consumerID": "ves-openapi-manager", "timestamp": 1660365122944, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:34:12.694Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.694Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.694Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbf8510-9377-40c5-8a0b-64c3894562b0", "consumerID": "multicloud-k8s-id", "timestamp": 1660365121932, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-08-13T04:34:12.697Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.697Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.698Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbf8510-9377-40c5-8a0b-64c3894562b0", "consumerID": "policy-id", "timestamp": 1660365127367, "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-08-13T04:34:12.708Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bbbf8510-9377-40c5-8a0b-64c3894562b0 2022-08-13T04:34:12.708Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bbbf8510-9377-40c5-8a0b-64c3894562b0 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-08-13T04:34:12.724Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.724Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbf8510-9377-40c5-8a0b-64c3894562b0", "consumerID": "ves-openapi-manager", "timestamp": 1660365122944, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-08-13T04:34:12.725Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.725Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.725Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbf8510-9377-40c5-8a0b-64c3894562b0", "consumerID": "multicloud-k8s-id", "timestamp": 1660365121932, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-08-13T04:34:12.726Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.726Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.726Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbf8510-9377-40c5-8a0b-64c3894562b0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1660365127429, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:34:12.726Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.726Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.726Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "clamp", "timestamp": 1660365129925, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-13T04:34:12.727Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:34:12.727Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.727Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbf8510-9377-40c5-8a0b-64c3894562b0", "consumerID": "ves-openapi-manager", "timestamp": 1660365122944, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-08-13T04:34:12.727Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.727Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.727Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbf8510-9377-40c5-8a0b-64c3894562b0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1660365127429, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-13T04:34:12.728Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.728Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.728Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbf8510-9377-40c5-8a0b-64c3894562b0", "consumerID": "multicloud-k8s-id", "timestamp": 1660365129903, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-08-13T04:34:12.728Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:34:12.728Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.728Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "clamp", "timestamp": 1660365130973, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-08-13T04:34:12.729Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:34:12.729Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.729Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbf8510-9377-40c5-8a0b-64c3894562b0", "consumerID": "ves-openapi-manager", "timestamp": 1660365122944, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-08-13T04:34:12.729Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.729Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.730Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbf8510-9377-40c5-8a0b-64c3894562b0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1660365127429, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-08-13T04:34:12.730Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:34:12.730Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.730Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbf8510-9377-40c5-8a0b-64c3894562b0", "consumerID": "multicloud-k8s-id", "timestamp": 1660365131134, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-08-13T04:34:12.730Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:34:12.730Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:34:12.730Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "clamp", "timestamp": 1660365131977, "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-08-13T04:34:12.740Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ee53ac8b-d859-49c8-8581-24bba12f3278 2022-08-13T04:34:12.740Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ee53ac8b-d859-49c8-8581-24bba12f3278 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-08-13T04:34:38.610Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2c77418b-ae21-4128-b916-4795bc52b30c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-13T04:34:38.637Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2c77418b-ae21-4128-b916-4795bc52b30c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-13T04:34:38.645Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-13T04:34:38.645Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-08-13T04:34:38.645Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-08-13T04:34:38.646Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-08-13T04:34:38.646Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-13T04:34:38.646Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-13T04:34:38.646Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-13T04:34:38.646Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-13T04:34:38.646Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-13T04:34:38.647Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-13T04:34:38.649Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-13T04:34:38.649Z|2c77418b-ae21-4128-b916-4795bc52b30c|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-08-13T04:34:38.677Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-08-13T04:35:08.677Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2c77418b-ae21-4128-b916-4795bc52b30c 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-08-13T04:35:08.684Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2c77418b-ae21-4128-b916-4795bc52b30c and serviceModelVersionId: 3d41875d-a1bb-4578-8186-ecf9659a4cc8 2022-08-13T04:35:08.684Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3152f55a-26b6-443f-aa2c-dd919e112ab7 2022-08-13T04:35:08.685Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3152f55a-26b6-443f-aa2c-dd919e112ab7/model-vers/model-ver/3d41875d-a1bb-4578-8186-ecf9659a4cc8?depth=0 2022-08-13T04:35:08.712Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-08-13T04:35:08.837Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3152f55a-26b6-443f-aa2c-dd919e112ab7/model-vers/model-ver/3d41875d-a1bb-4578-8186-ecf9659a4cc8?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-08-13T04:35:08.839Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3152f55a-26b6-443f-aa2c-dd919e112ab7/model-vers/model-ver/3d41875d-a1bb-4578-8186-ecf9659a4cc8?depth=0|INFO|500||Invoke 2022-08-13T04:35:08.896Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3152f55a-26b6-443f-aa2c-dd919e112ab7/model-vers/model-ver/3d41875d-a1bb-4578-8186-ecf9659a4cc8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-08-13T04:35:09.257Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3152f55a-26b6-443f-aa2c-dd919e112ab7/model-vers/model-ver/3d41875d-a1bb-4578-8186-ecf9659a4cc8?depth=0|INFO|500||InvokeReturn 2022-08-13T04:35:09.264Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3152f55a-26b6-443f-aa2c-dd919e112ab7/model-vers/model-ver/3d41875d-a1bb-4578-8186-ecf9659a4cc8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220813-04:35:08:136-14162], vertex-id=[176328], Content-Length=[0], Date=[Sat, 13 Aug 2022 04:35:08 GMT], Content-Type=[application/json]} 2022-08-13T04:35:09.277Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2022-08-13T04:35:09.278Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-08-13T04:35:09.278Z|2c77418b-ae21-4128-b916-4795bc52b30c|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-08-13T04:35:09.309Z|2c77418b-ae21-4128-b916-4795bc52b30c|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-08-13T04:35:09.310Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2c77418b-ae21-4128-b916-4795bc52b30c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-08-13T04:35:09.310Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-08-13T04:35:09.311Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:35:09.316Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:35:09.319Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365309310, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-08-13T04:35:09.418Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-08-13T04:35:09.420Z||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-08-13T04:35:09.421Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:35:09.465Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:35:09.466Z||pool-50-thread-1|||||INFO|500||cambria reply ok (47 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-08-13T04:35:10.384Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-13T04:35:10.384Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"ee53ac8b-d859-49c8-8581-24bba12f3278","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"487ebf67-383e-43a1-88db-ac095ba95ab2","serviceDescription":"service","serviceInvariantUUID":"2f9043af-2bd8-4323-8fde-3621c9f58bdf","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d1120f31-7fee-4a75-8bdc-a5fb76cc4077","resourceInvariantUUID":"23a483e8-84a0-4caf-a859-75230a5c3b6c","resourceCustomizationUUID":"2baba5cc-9150-4db3-99e9-cbbf5410e358","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":"Mzc4NGQ2Y2Q0ZjFkZTQ1NzUwZmI4ZTIyZWQ2ZmJkYzM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6aa0a154-6d7d-4c67-8617-1e217754fa90","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":"f1f722a6-1140-404f-a9ab-5377b4567c39","artifactVersion":"2","generatedFromUUID":"d99be6c6-7654-488e-ae1d-bb682ec5ac13"},{"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":"d99be6c6-7654-488e-ae1d-bb682ec5ac13","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":"MjE2YjFhNzJiODM2M2Y4MmM0OWZhNzFmZGIxMTEzNDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"bb91f14c-20a5-436a-a6fe-06cdfa21ff95","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":"95362f7f-22fe-4526-8cb1-3a8d2c580429","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":"50a580b8-5392-436f-b91a-01f4c5720373","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":"3001a6a7-2e16-402f-a58a-6aafc4cab392","artifactVersion":"2","generatedFromUUID":"95362f7f-22fe-4526-8cb1-3a8d2c580429"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"YmI1NTMyZDZlY2Q2ZTBlMjg3YmI5MTNkNGUxYjEyOTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"47c2f8f9-c10c-4eff-9e13-c488b3561190","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"M2JmZTIzZWE4YTk4ZTU5Y2ZjYmQ3NGExOTIzMzA2M2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c36621d3-533d-4256-8e90-336955b12218","artifactVersion":"1"}],"workloadContext":"Production"} 2022-08-13T04:35:10.385Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-13T04:35:10.385Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:35:10.389Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:35:10.389Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365170633, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:35:10.490Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-08-13T04:35:10.491Z||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-08-13T04:35:10.491Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:35:10.525Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:35:10.525Z||pool-51-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} 2022-08-13T04:35:11.390Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-13T04:35:11.390Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:35:11.395Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:35:11.396Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365170633, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-08-13T04:35:11.496Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-13T04:35:11.497Z||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-08-13T04:35:11.497Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:35:11.520Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:35:11.520Z||pool-52-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-08-13T04:35:11.937Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:35:11.939Z||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-08-13T04:35:11.939Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T04:35:12.037Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:35:12.039Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:35:12.039Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbf8510-9377-40c5-8a0b-64c3894562b0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1660365127429, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:35:12.042Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:35:12.043Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:35:12.043Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbf8510-9377-40c5-8a0b-64c3894562b0", "consumerID": "clamp", "timestamp": 1660365112493, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:35:12.044Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:35:12.045Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:35:12.045Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbf8510-9377-40c5-8a0b-64c3894562b0", "consumerID": "multicloud-k8s-id", "timestamp": 1660365132428, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-08-13T04:35:12.046Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:35:12.046Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:35:12.047Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbf8510-9377-40c5-8a0b-64c3894562b0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1660365127429, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-08-13T04:35:12.048Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:35:12.048Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:35:12.048Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbf8510-9377-40c5-8a0b-64c3894562b0", "consumerID": "clamp", "timestamp": 1660365112493, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-08-13T04:35:12.049Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:35:12.049Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:35:12.049Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbf8510-9377-40c5-8a0b-64c3894562b0", "consumerID": "multicloud-k8s-id", "timestamp": 1660365133496, "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-08-13T04:35:12.063Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bbbf8510-9377-40c5-8a0b-64c3894562b0 2022-08-13T04:35:12.064Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bbbf8510-9377-40c5-8a0b-64c3894562b0 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-08-13T04:35:12.092Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:35:12.093Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "aai-ml", "timestamp": 1660365132386, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-08-13T04:35:12.093Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:35:12.093Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:35:12.093Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbf8510-9377-40c5-8a0b-64c3894562b0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1660365127429, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-08-13T04:35:12.093Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:35:12.093Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:35:12.093Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbf8510-9377-40c5-8a0b-64c3894562b0", "consumerID": "clamp", "timestamp": 1660365112493, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-08-13T04:35:12.093Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:35:12.094Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:35:12.094Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbf8510-9377-40c5-8a0b-64c3894562b0", "consumerID": "multicloud-k8s-id", "timestamp": 1660365134501, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-08-13T04:35:12.094Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:35:12.094Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:35:12.094Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "aai-ml", "timestamp": 1660365133391, "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-08-13T04:35:12.117Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ee53ac8b-d859-49c8-8581-24bba12f3278 2022-08-13T04:35:12.118Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ee53ac8b-d859-49c8-8581-24bba12f3278 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-08-13T04:35:12.145Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:35:12.146Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbf8510-9377-40c5-8a0b-64c3894562b0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1660365127429, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-08-13T04:35:12.146Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:35:12.146Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:35:12.146Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbf8510-9377-40c5-8a0b-64c3894562b0", "consumerID": "clamp", "timestamp": 1660365112493, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:35:12.146Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:35:12.147Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:35:12.147Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbf8510-9377-40c5-8a0b-64c3894562b0", "consumerID": "aai-ml", "timestamp": 1660365114154, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:35:12.147Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:35:12.148Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:35:12.148Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbf8510-9377-40c5-8a0b-64c3894562b0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1660365135338, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-13T04:35:12.148Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:35:12.148Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:35:12.148Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbf8510-9377-40c5-8a0b-64c3894562b0", "consumerID": "clamp", "timestamp": 1660365112493, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-08-13T04:35:12.148Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:35:12.148Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:35:12.148Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbf8510-9377-40c5-8a0b-64c3894562b0", "consumerID": "aai-ml", "timestamp": 1660365114154, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-13T04:35:12.149Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:35:12.149Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:35:12.149Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbf8510-9377-40c5-8a0b-64c3894562b0", "consumerID": "clamp", "timestamp": 1660365112493, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-08-13T04:35:12.149Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:35:12.149Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:35:12.149Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbf8510-9377-40c5-8a0b-64c3894562b0", "consumerID": "aai-ml", "timestamp": 1660365114154, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-08-13T04:35:12.150Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:35:12.150Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:35:12.150Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbf8510-9377-40c5-8a0b-64c3894562b0", "consumerID": "clamp", "timestamp": 1660365112493, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-08-13T04:35:12.150Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:35:12.151Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:35:12.151Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbf8510-9377-40c5-8a0b-64c3894562b0", "consumerID": "aai-ml", "timestamp": 1660365114154, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:35:12.151Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:35:12.151Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:35:12.152Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbf8510-9377-40c5-8a0b-64c3894562b0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1660365137936, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-08-13T04:35:12.152Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:35:12.152Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:35:12.152Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbf8510-9377-40c5-8a0b-64c3894562b0", "consumerID": "aai-ml", "timestamp": 1660365114154, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-08-13T04:35:12.152Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:35:12.152Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:35:12.152Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbf8510-9377-40c5-8a0b-64c3894562b0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1660365138943, "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-08-13T04:35:12.161Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bbbf8510-9377-40c5-8a0b-64c3894562b0 2022-08-13T04:35:12.161Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bbbf8510-9377-40c5-8a0b-64c3894562b0 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-08-13T04:35:12.173Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:35:12.173Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbf8510-9377-40c5-8a0b-64c3894562b0", "consumerID": "aai-ml", "timestamp": 1660365114154, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-08-13T04:35:12.173Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:35:12.173Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:35:12.174Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbf8510-9377-40c5-8a0b-64c3894562b0", "consumerID": "aai-ml", "timestamp": 1660365114154, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-08-13T04:35:12.174Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:35:12.174Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:35:12.174Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbf8510-9377-40c5-8a0b-64c3894562b0", "consumerID": "aai-ml", "timestamp": 1660365141560, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-13T04:35:12.175Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:35:12.175Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:35:12.175Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbf8510-9377-40c5-8a0b-64c3894562b0", "consumerID": "clamp", "timestamp": 1660365151010, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-13T04:35:12.175Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:35:12.175Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:35:12.175Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbf8510-9377-40c5-8a0b-64c3894562b0", "consumerID": "clamp", "timestamp": 1660365152305, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-08-13T04:35:12.175Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:35:12.176Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:35:12.176Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbf8510-9377-40c5-8a0b-64c3894562b0", "consumerID": "aai-ml", "timestamp": 1660365150855, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-08-13T04:35:12.176Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:35:12.176Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:35:12.176Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbf8510-9377-40c5-8a0b-64c3894562b0", "consumerID": "clamp", "timestamp": 1660365153311, "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-08-13T04:35:12.189Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of bbbf8510-9377-40c5-8a0b-64c3894562b0 2022-08-13T04:35:12.190Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bbbf8510-9377-40c5-8a0b-64c3894562b0 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-08-13T04:35:12.204Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:35:12.205Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbf8510-9377-40c5-8a0b-64c3894562b0", "consumerID": "aai-ml", "timestamp": 1660365151861, "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-08-13T04:35:12.213Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bbbf8510-9377-40c5-8a0b-64c3894562b0 2022-08-13T04:35:12.213Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bbbf8510-9377-40c5-8a0b-64c3894562b0 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-08-13T04:35:12.224Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:35:12.224Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "730ac1bd-ec33-4464-9ccd-47e7c97d6c59", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365169572, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-08-13T04:35:12.225Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:35:12.225Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:35:12.225Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365170633, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/resourceInstances/pnfd87b8c05dcf50/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:35:12.225Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:35:12.225Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:35:12.225Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365170633, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/resourceInstances/pnfd87b8c05dcf50/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-13T04:35:12.226Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:35:12.226Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:35:12.226Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365170633, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/resourceInstances/pnfd87b8c05dcf50/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-13T04:35:12.226Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:35:12.226Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:35:12.226Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365170633, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/resourceInstances/pnfd87b8c05dcf50/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:35:12.227Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:35:12.227Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:35:12.227Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365170633, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/resourceInstances/pnfd87b8c05dcf50/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-13T04:35:12.227Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:35:12.227Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:35:12.227Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365170633, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/resourceInstances/pnfd87b8c05dcf50/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-13T04:35:12.228Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:35:12.228Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:35:12.228Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365170633, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/artifacts/service-DemoPnfD6y4p6elgsidfljynjuk-template.yml", "status": "NOT_NOTIFIED" } 2022-08-13T04:35:12.228Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:35:12.228Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:35:12.228Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365170633, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/artifacts/service-DemoPnfD6y4p6elgsidfljynjuk-csar.csar", "status": "NOTIFIED" } 2022-08-13T04:35:12.229Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:35:12.229Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:35:12.229Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365183687, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/artifacts/service-DemoPnfD6y4p6elgsidfljynjuk-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-13T04:35:12.230Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:35:12.230Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:35:12.230Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365187482, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/artifacts/service-DemoPnfD6y4p6elgsidfljynjuk-csar.csar", "status": "DEPLOY_OK" } 2022-08-13T04:35:12.230Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:35:12.397Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-13T04:35:12.399Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:35:12.411Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:35:12.416Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365170633, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-08-13T04:35:12.512Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-08-13T04:35:12.513Z||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-08-13T04:35:12.514Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:35:12.534Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:35:12.538Z||pool-53-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1} 2022-08-13T04:35:13.417Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-13T04:35:13.418Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:35:13.428Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:35:13.428Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365170633, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-08-13T04:35:13.521Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms 2022-08-13T04:35:13.522Z||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-08-13T04:35:13.522Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:35:13.545Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:35:13.546Z||pool-54-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-08-13T04:35:14.433Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-13T04:35:14.435Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:35:14.443Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:35:14.443Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365170633, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-08-13T04:35:14.543Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-13T04:35:14.544Z||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-08-13T04:35:14.545Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:35:14.575Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:35:14.576Z||pool-55-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1} 2022-08-13T04:35:15.444Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-13T04:35:15.445Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:35:15.452Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:35:15.453Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365170633, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:35:15.553Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-13T04:35:15.554Z||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-08-13T04:35:15.554Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:35:15.578Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:35:15.579Z||pool-56-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-08-13T04:35:16.455Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-13T04:35:16.457Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:35:16.466Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:35:16.467Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365170633, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-08-13T04:35:16.581Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 114 ms 2022-08-13T04:35:16.583Z||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-08-13T04:35:16.583Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:35:16.622Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:35:16.623Z||pool-57-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1} 2022-08-13T04:35:17.468Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-13T04:35:17.489Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:35:17.498Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:35:17.498Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365170633, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-08-13T04:35:17.603Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2022-08-13T04:35:17.604Z||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-08-13T04:35:17.605Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:35:17.644Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:35:17.645Z||pool-58-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1} 2022-08-13T04:35:18.499Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-13T04:35:18.502Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:35:18.511Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:35:18.511Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365170633, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-08-13T04:35:18.606Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms 2022-08-13T04:35:18.608Z||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-08-13T04:35:18.608Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:35:18.653Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:35:18.654Z||pool-59-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1} 2022-08-13T04:35:19.513Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "487ebf67-383e-43a1-88db-ac095ba95ab2", "serviceDescription": "service", "serviceInvariantUUID": "2f9043af-2bd8-4323-8fde-3621c9f58bdf", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "2baba5cc-9150-4db3-99e9-cbbf5410e358", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "d1120f31-7fee-4a75-8bdc-a5fb76cc4077", "resourceInvariantUUID": "23a483e8-84a0-4caf-a859-75230a5c3b6c", "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": "f1f722a6-1140-404f-a9ab-5377b4567c39", "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": "d99be6c6-7654-488e-ae1d-bb682ec5ac13", "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": "MjE2YjFhNzJiODM2M2Y4MmM0OWZhNzFmZGIxMTEzNDg\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "bb91f14c-20a5-436a-a6fe-06cdfa21ff95", "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": "95362f7f-22fe-4526-8cb1-3a8d2c580429", "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": "3001a6a7-2e16-402f-a58a-6aafc4cab392", "generatedFromUUID": "95362f7f-22fe-4526-8cb1-3a8d2c580429" }, "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": "3001a6a7-2e16-402f-a58a-6aafc4cab392", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "M2JmZTIzZWE4YTk4ZTU5Y2ZjYmQ3NGExOTIzMzA2M2M\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c36621d3-533d-4256-8e90-336955b12218" } ], "workloadContext": "Production" } 2022-08-13T04:35:19.524Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-08-13T04:35:19.524Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 487ebf67-383e-43a1-88db-ac095ba95ab2 ASDC 2022-08-13T04:35:19.524Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:ee53ac8b-d859-49c8-8581-24bba12f3278 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:487ebf67-383e-43a1-88db-ac095ba95ab2 ServiceInvariantUUID:2f9043af-2bd8-4323-8fde-3621c9f58bdf 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:c36621d3-533d-4256-8e90-336955b12218 ArtifactChecksum:M2JmZTIzZWE4YTk4ZTU5Y2ZjYmQ3NGExOTIzMzA2M2M= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:2baba5cc-9150-4db3-99e9-cbbf5410e358 ResourceInvariantUUID:23a483e8-84a0-4caf-a859-75230a5c3b6c ResourceName:basic_cnf ResourceType:VF ResourceUUID:d1120f31-7fee-4a75-8bdc-a5fb76cc4077 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:f1f722a6-1140-404f-a9ab-5377b4567c39 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:d99be6c6-7654-488e-ae1d-bb682ec5ac13 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:bb91f14c-20a5-436a-a6fe-06cdfa21ff95 ArtifactChecksum:MjE2YjFhNzJiODM2M2Y4MmM0OWZhNzFmZGIxMTEzNDg= 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:95362f7f-22fe-4526-8cb1-3a8d2c580429 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:3001a6a7-2e16-402f-a58a-6aafc4cab392 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:3001a6a7-2e16-402f-a58a-6aafc4cab392 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-08-13T04:35:19.525Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 487ebf67-383e-43a1-88db-ac095ba95ab2 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-08-13T04:35:19.692Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-13T04:35:19.693Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-08-13T04:35:19.693Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-08-13T04:35:19.693Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: c36621d3-533d-4256-8e90-336955b12218 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-08-13T04:35:19.693Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-08-13T04:35:19.694Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-08-13T04:35:20.462Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-08-13T04:35:20.468Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar c36621d3-533d-4256-8e90-336955b12218 68950 2022-08-13T04:35:20.468Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-08-13T04:35:20.468Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-08-13T04:35:20.468Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-13T04:35:20.469Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:35:20.486Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:35:20.487Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365320468, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-13T04:35:20.580Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms 2022-08-13T04:35:20.582Z||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-08-13T04:35:20.582Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:35:20.634Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:35:20.634Z||pool-60-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":0,"count":1} 2022-08-13T04:35:21.492Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-13T04:35:21.493Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-08-13T04:35:21.494Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: c36621d3-533d-4256-8e90-336955b12218, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-08-13T04:35:21.494Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-08-13T04:35:21.495Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-08-13T04:35:21.495Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-08-13T04:35:21.870Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6058292301069665610/Definitions/service-BasicCnf-template.yml 2022-08-13T04:35:24.060Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-08-13T04:35:24.061Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-08-13T04:35:24.062Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-08-13T04:35:24.062Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-08-13T04:35:24.062Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||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-08-13T04:35:24.062Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||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-08-13T04:35:24.063Z|ee53ac8b-d859-49c8-8581-24bba12f3278|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-BasicCnf-csar.csar 2022-08-13T04:35:24.064Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||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-08-13T04:35:24.064Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-08-13T04:35:24.065Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:35:24.065Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:35:24.065Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-08-13T04:35:24.066Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-08-13T04:35:24.066Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-13T04:35:24.066Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:35:24.067Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:35:24.067Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-08-13T04:35:24.067Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-08-13T04:35:24.068Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-13T04:35:24.070Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:35:24.070Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:35:24.071Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:35:24.071Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-08-13T04:35:24.071Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-08-13T04:35:24.072Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||Node template dummy is not matching search criteria 2022-08-13T04:35:24.072Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-08-13T04:35:24.073Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:35:24.073Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-08-13T04:35:24.073Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:35:24.074Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-08-13T04:35:24.074Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-13T04:35:24.074Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:35:24.075Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-08-13T04:35:24.075Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-13T04:35:24.076Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:35:24.076Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-08-13T04:35:24.076Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-13T04:35:24.077Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:35:24.077Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-08-13T04:35:24.077Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-08-13T04:35:24.077Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=c41a0719-8332-4049-b563-19fb7c005342 2022-08-13T04:35:24.079Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:35:24.079Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:35:24.080Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:35:24.080Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:35:24.080Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:35:24.080Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:35:24.080Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:35:24.081Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:35:24.081Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:487ebf67-383e-43a1-88db-ac095ba95ab2 Model Version:NULL Model InvariantUuid:2f9043af-2bd8-4323-8fde-3621c9f58bdf Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:33662789-cc09-4652-8447-b32279df46bf Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:23a483e8-84a0-4caf-a859-75230a5c3b6c Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:2baba5cc-9150-4db3-99e9-cbbf5410e358 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:a36fc416-6f12-489f-8446-951f1591a497 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:ecd34075-41e7-4161-b2ba-50e515a66c34 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:c41a0719-8332-4049-b563-19fb7c005342 ModelInvariantUuid:fa231227-450d-45ee-882d-87871d172967 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:b5f10344-4fd3-4a44-8c0c-2ffcbae17110 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:cbbe9f9d-09bb-426f-b03e-10c4356080d7 ModelInvariantUuid:2cb2a261-a9f9-4be7-be41-6748a4e0a994 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:48c72ba5-b0cd-4bc5-9b21-53d272b97cca 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-08-13T04:35:24.096Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: d1120f31-7fee-4a75-8bdc-a5fb76cc4077 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-08-13T04:35:24.101Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||INFO|500||basic_cnf 0 2022-08-13T04:35:24.101Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d1120f31-7fee-4a75-8bdc-a5fb76cc4077 2022-08-13T04:35:24.101Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: f1f722a6-1140-404f-a9ab-5377b4567c39 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-08-13T04:35:24.101Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-08-13T04:35:24.102Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||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-08-13T04:35:24.307Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-08-13T04:35:24.308Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env f1f722a6-1140-404f-a9ab-5377b4567c39 12 2022-08-13T04:35:24.309Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||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-08-13T04:35:24.309Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||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-08-13T04:35:24.309Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-13T04:35:24.310Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:35:24.313Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:35:24.314Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365324309, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-08-13T04:35:24.414Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-13T04:35:24.415Z||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-08-13T04:35:24.415Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:35:24.473Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:35:24.474Z||pool-61-thread-1|||||INFO|500||cambria reply ok (60 ms):{"serverTimeMs":0,"count":1} 2022-08-13T04:35:25.316Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: d99be6c6-7654-488e-ae1d-bb682ec5ac13 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-08-13T04:35:25.316Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-08-13T04:35:25.317Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||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-08-13T04:35:25.453Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-08-13T04:35:25.454Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz d99be6c6-7654-488e-ae1d-bb682ec5ac13 2688 2022-08-13T04:35:25.454Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||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-08-13T04:35:25.454Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||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-08-13T04:35:25.455Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-13T04:35:25.455Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:35:25.465Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:35:25.469Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365325454, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-08-13T04:35:25.565Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms 2022-08-13T04:35:25.566Z||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-08-13T04:35:25.567Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:35:25.604Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:35:25.605Z||pool-62-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1} 2022-08-13T04:35:26.477Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: bb91f14c-20a5-436a-a6fe-06cdfa21ff95 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-08-13T04:35:26.477Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-08-13T04:35:26.478Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||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-08-13T04:35:26.778Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-08-13T04:35:26.779Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json bb91f14c-20a5-436a-a6fe-06cdfa21ff95 828 2022-08-13T04:35:26.780Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||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-08-13T04:35:26.780Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||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-08-13T04:35:26.780Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-13T04:35:26.780Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:35:26.790Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:35:26.790Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365326780, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-08-13T04:35:26.889Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-13T04:35:26.891Z||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-08-13T04:35:26.891Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:35:26.915Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:35:26.916Z||pool-63-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-08-13T04:35:27.796Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "a36fc416-6f12-489f-8446-951f1591a497", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ecd34075-41e7-4161-b2ba-50e515a66c34", "vfModuleModelCustomizationUUID": "0514ed9f-83f0-4758-ba0e-227582f7905f", "isBase": true, "artifacts": [ "95362f7f-22fe-4526-8cb1-3a8d2c580429", "d99be6c6-7654-488e-ae1d-bb682ec5ac13", "3001a6a7-2e16-402f-a58a-6aafc4cab392" ], "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-08-13T04:35:27.806Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ecd34075-41e7-4161-b2ba-50e515a66c34 VfModuleModelInvariantUUID:a36fc416-6f12-489f-8446-951f1591a497 VfModuleModelDescription:NULL Artifacts UUID List:{ 95362f7f-22fe-4526-8cb1-3a8d2c580429 , d99be6c6-7654-488e-ae1d-bb682ec5ac13 , 3001a6a7-2e16-402f-a58a-6aafc4cab392 } 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-08-13T04:35:27.822Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "a36fc416-6f12-489f-8446-951f1591a497", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ecd34075-41e7-4161-b2ba-50e515a66c34", "vfModuleModelCustomizationUUID": "0514ed9f-83f0-4758-ba0e-227582f7905f", "isBase": true, "artifacts": [ "95362f7f-22fe-4526-8cb1-3a8d2c580429", "d99be6c6-7654-488e-ae1d-bb682ec5ac13", "3001a6a7-2e16-402f-a58a-6aafc4cab392" ], "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-08-13T04:35:27.822Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ecd34075-41e7-4161-b2ba-50e515a66c34 VfModuleModelInvariantUUID:a36fc416-6f12-489f-8446-951f1591a497 VfModuleModelDescription:NULL Artifacts UUID List:{ 95362f7f-22fe-4526-8cb1-3a8d2c580429 , d99be6c6-7654-488e-ae1d-bb682ec5ac13 , 3001a6a7-2e16-402f-a58a-6aafc4cab392 } 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-08-13T04:35:27.823Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 95362f7f-22fe-4526-8cb1-3a8d2c580429 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-08-13T04:35:27.823Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-08-13T04:35:27.824Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||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-08-13T04:35:27.998Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-08-13T04:35:28.001Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 95362f7f-22fe-4526-8cb1-3a8d2c580429 1164 2022-08-13T04:35:28.018Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||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-08-13T04:35:28.019Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||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-08-13T04:35:28.020Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-13T04:35:28.021Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:35:28.025Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:35:28.027Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365328018, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-08-13T04:35:28.125Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-08-13T04:35:28.129Z||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-08-13T04:35:28.130Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:35:28.174Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:35:28.176Z||pool-64-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":0,"count":1} 2022-08-13T04:35:29.029Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 3001a6a7-2e16-402f-a58a-6aafc4cab392 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-08-13T04:35:29.030Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-08-13T04:35:29.030Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||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-08-13T04:35:29.301Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-08-13T04:35:29.302Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 3001a6a7-2e16-402f-a58a-6aafc4cab392 200 2022-08-13T04:35:29.302Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||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-08-13T04:35:29.302Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||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-08-13T04:35:29.303Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-13T04:35:29.303Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:35:29.323Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:35:29.323Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365329302, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-08-13T04:35:29.416Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms 2022-08-13T04:35:29.417Z||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-08-13T04:35:29.417Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:35:29.472Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:35:29.472Z||pool-65-thread-1|||||INFO|500||cambria reply ok (56 ms):{"serverTimeMs":1,"count":1} 2022-08-13T04:35:30.324Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 487ebf67-383e-43a1-88db-ac095ba95ab2 2022-08-13T04:35:30.326Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 d1120f31-7fee-4a75-8bdc-a5fb76cc4077 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=? 2022-08-13T04:35:30.407Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||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 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-08-13T04:35:30.453Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@684eccd6, org.onap.sdc.toscaparser.api.parameters.Input@18d122b4, org.onap.sdc.toscaparser.api.parameters.Input@a0f8d9, org.onap.sdc.toscaparser.api.parameters.Input@7870339e, org.onap.sdc.toscaparser.api.parameters.Input@66c6683a] 2022-08-13T04:35:30.456Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:35:30.466Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:35:30.468Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2022-08-13T04:35:30.468Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 2baba5cc-9150-4db3-99e9-cbbf5410e358 2022-08-13T04:35:30.469Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2baba5cc-9150-4db3-99e9-cbbf5410e358 matches Tosca VF Customization UUID: 2baba5cc-9150-4db3-99e9-cbbf5410e358 2022-08-13T04:35:30.469Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 2baba5cc-9150-4db3-99e9-cbbf5410e358 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-08-13T04:35:30.493Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:35:30.494Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:35:30.497Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 2baba5cc-9150-4db3-99e9-cbbf5410e358: {\"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-08-13T04:35:30.497Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@9e74b8c 2022-08-13T04:35:30.498Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:35:30.512Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-08-13T04:35:30.518Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0514ed9f-83f0-4758-ba0e-227582f7905f 2022-08-13T04:35:30.519Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0514ed9f-83f0-4758-ba0e-227582f7905f 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-08-13T04:35:30.525Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:35:30.526Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-08-13T04:35:30.527Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-13T04:35:30.528Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:35:30.528Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-08-13T04:35:30.529Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-13T04:35:30.530Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:35:30.530Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-08-13T04:35:30.531Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-08-13T04:35:30.532Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=c41a0719-8332-4049-b563-19fb7c005342 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-08-13T04:35:30.542Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:35:30.543Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-08-13T04:35:30.543Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-13T04:35:30.543Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:35:30.544Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-08-13T04:35:30.544Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=2baba5cc-9150-4db3-99e9-cbbf5410e358 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-08-13T04:35:30.551Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:35:30.551Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:35:30.552Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 487ebf67-383e-43a1-88db-ac095ba95ab2: basic_cnf 2022-08-13T04:35:30.552Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:35:30.552Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:35:30.553Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:35:30.553Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:35:30.554Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:35:30.554Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:35:30.554Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:35:30.555Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:35:30.555Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:35:30.556Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:35:30.556Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||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-08-13T04:35:31.015Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf d1120f31-7fee-4a75-8bdc-a5fb76cc4077 1 ASDC deployResourceStructure 2022-08-13T04:35:31.016Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||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-08-13T04:35:31.016Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||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-08-13T04:35:31.016Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-08-13T04:35:31.017Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:35:31.025Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:35:31.026Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365331015, "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-08-13T04:35:31.124Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-08-13T04:35:31.125Z||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-08-13T04:35:31.126Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:35:31.176Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:35:31.177Z||pool-66-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":1,"count":1} 2022-08-13T04:35:32.028Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||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-08-13T04:35:32.028Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||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-08-13T04:35:32.029Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-08-13T04:35:32.029Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:35:32.032Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:35:32.032Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365332028, "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-08-13T04:35:32.132Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-13T04:35:32.134Z||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-08-13T04:35:32.134Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:35:32.155Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:35:32.156Z||pool-67-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2022-08-13T04:35:33.033Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||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-08-13T04:35:33.034Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||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-08-13T04:35:33.034Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-13T04:35:33.034Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:35:33.040Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:35:33.041Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365333033, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-08-13T04:35:33.137Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-08-13T04:35:33.139Z||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-08-13T04:35:33.139Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:35:33.181Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:35:33.182Z||pool-68-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1} 2022-08-13T04:35:34.043Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||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-08-13T04:35:34.045Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||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-08-13T04:35:34.045Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-13T04:35:34.046Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:35:34.052Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:35:34.058Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365334043, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-08-13T04:35:34.154Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms 2022-08-13T04:35:34.155Z||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-08-13T04:35:34.156Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:35:34.186Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:35:34.187Z||pool-69-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2022-08-13T04:35:35.063Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||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-08-13T04:35:35.064Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||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-08-13T04:35:35.065Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-13T04:35:35.066Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:35:35.069Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:35:35.069Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365335063, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-08-13T04:35:35.169Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-13T04:35:35.171Z||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-08-13T04:35:35.171Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:35:35.187Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:35:35.188Z||pool-70-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-08-13T04:35:36.071Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-08-13T04:35:36.073Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-08-13T04:35:36.074Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-13T04:35:36.074Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:35:36.078Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:35:36.078Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365336071, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-08-13T04:35:36.179Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-08-13T04:35:36.180Z||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-08-13T04:35:36.180Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:35:36.206Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:35:36.207Z||pool-71-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-08-13T04:35:37.080Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ee53ac8b-d859-49c8-8581-24bba12f3278 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-13T04:35:37.112Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ee53ac8b-d859-49c8-8581-24bba12f3278 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-13T04:35:37.133Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-13T04:35:37.136Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-08-13T04:35:37.136Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-08-13T04:35:37.136Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-08-13T04:35:37.137Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-13T04:35:37.137Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-13T04:35:37.137Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-13T04:35:37.137Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-13T04:35:37.137Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-13T04:35:37.138Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-13T04:35:37.138Z|ee53ac8b-d859-49c8-8581-24bba12f3278|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-08-13T04:35:37.157Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-08-13T04:36:07.158Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ee53ac8b-d859-49c8-8581-24bba12f3278 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-08-13T04:36:07.176Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ee53ac8b-d859-49c8-8581-24bba12f3278 and serviceModelVersionId: 487ebf67-383e-43a1-88db-ac095ba95ab2 2022-08-13T04:36:07.176Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2f9043af-2bd8-4323-8fde-3621c9f58bdf 2022-08-13T04:36:07.178Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2f9043af-2bd8-4323-8fde-3621c9f58bdf/model-vers/model-ver/487ebf67-383e-43a1-88db-ac095ba95ab2?depth=0 2022-08-13T04:36:07.186Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-08-13T04:36:07.308Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f9043af-2bd8-4323-8fde-3621c9f58bdf/model-vers/model-ver/487ebf67-383e-43a1-88db-ac095ba95ab2?depth=0|INFO|500||Invoke 2022-08-13T04:36:07.308Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f9043af-2bd8-4323-8fde-3621c9f58bdf/model-vers/model-ver/487ebf67-383e-43a1-88db-ac095ba95ab2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f9043af-2bd8-4323-8fde-3621c9f58bdf/model-vers/model-ver/487ebf67-383e-43a1-88db-ac095ba95ab2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ee53ac8b-d859-49c8-8581-24bba12f3278], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c8b97e4f-8000-49b0-8393-8d0bb8da5178], X-ECOMP-RequestID=[ee53ac8b-d859-49c8-8581-24bba12f3278], X-TransactionId=[], X-ONAP-RequestID=[ee53ac8b-d859-49c8-8581-24bba12f3278], Content-Type=[application/merge-patch+json]} 2022-08-13T04:36:07.373Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f9043af-2bd8-4323-8fde-3621c9f58bdf/model-vers/model-ver/487ebf67-383e-43a1-88db-ac095ba95ab2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-08-13T04:36:07.728Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f9043af-2bd8-4323-8fde-3621c9f58bdf/model-vers/model-ver/487ebf67-383e-43a1-88db-ac095ba95ab2?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/2f9043af-2bd8-4323-8fde-3621c9f58bdf/model-vers/model-ver/487ebf67-383e-43a1-88db-ac095ba95ab2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220813-04:36:06:626-37062], vertex-id=[180336], Content-Length=[0], Date=[Sat, 13 Aug 2022 04:36:06 GMT], Content-Type=[application/json]} 2022-08-13T04:36:07.729Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f9043af-2bd8-4323-8fde-3621c9f58bdf/model-vers/model-ver/487ebf67-383e-43a1-88db-ac095ba95ab2?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-08-13T04:36:07.730Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f9043af-2bd8-4323-8fde-3621c9f58bdf/model-vers/model-ver/487ebf67-383e-43a1-88db-ac095ba95ab2?depth=0|INFO|500||InvokeReturn 2022-08-13T04:36:07.730Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-08-13T04:36:07.730Z|ee53ac8b-d859-49c8-8581-24bba12f3278|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-08-13T04:36:07.735Z|ee53ac8b-d859-49c8-8581-24bba12f3278|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-08-13T04:36:07.736Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ee53ac8b-d859-49c8-8581-24bba12f3278 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-08-13T04:36:07.737Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-08-13T04:36:07.737Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:36:07.741Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:36:07.741Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365367736, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-08-13T04:36:07.841Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-08-13T04:36:07.842Z||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-08-13T04:36:07.843Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:36:07.880Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:36:07.880Z||pool-72-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-08-13T04:36:08.964Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-13T04:36:08.964Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"bbbf8510-9377-40c5-8a0b-64c3894562b0","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"62ec7f1d-c15a-4653-a6ff-414ff613ae44","serviceDescription":"service","serviceInvariantUUID":"ab08b140-e7c3-4cce-abd6-93382006e6e1","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"79063df7-8d5d-4202-9e79-fbd56b46b126","resourceInvariantUUID":"11951375-856d-448b-93cc-511c4508a6a4","resourceCustomizationUUID":"c3b09361-f8cb-4745-898d-faad7b9b38ff","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":"MjMyOWMxODg0NGQyOTIwYmJjYzY5MThlNjdkNGJlNGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"47cb2a2d-6a63-42b6-9c0e-f35968fcaf98","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":"Mjk3YjYyNDU2NjU4OGRkOTAzYzYyZDhmOTNmNzA3ZTI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a326f3e0-d951-4399-9b38-3be418ca6d21","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":"b1ff7b35-532d-4a1c-8ec4-499d36e0f5b5","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":"37c4d711-643c-4bb0-a1b8-a1108ad59a02","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":"bfec44dd-b21c-49cf-ace7-8810eb672565","artifactVersion":"2","generatedFromUUID":"b1ff7b35-532d-4a1c-8ec4-499d36e0f5b5"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YTYwZWM3YWE1NzBkMTI2ZTFiODVlMDI5ZTkyNzIwNGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"180529c5-db52-4017-8423-e6cf37fd4491","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MGFiMmExMDNiNGQ4YzY5MzM2YzY3ZmZkY2I1YThmYWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0ca3c535-3a27-46c7-809b-21cf962ec095","artifactVersion":"1"}],"workloadContext":"Production"} 2022-08-13T04:36:08.966Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-13T04:36:08.966Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:36:08.970Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:36:08.970Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "bbbf8510-9377-40c5-8a0b-64c3894562b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365170633, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:36:09.070Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-13T04:36:09.071Z||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-08-13T04:36:09.072Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:36:09.103Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:36:09.104Z||pool-73-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1} 2022-08-13T04:36:09.971Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-13T04:36:09.972Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:36:09.975Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:36:09.975Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "bbbf8510-9377-40c5-8a0b-64c3894562b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365170633, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-08-13T04:36:10.075Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-13T04:36:10.076Z||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-08-13T04:36:10.076Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:36:10.138Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:36:10.140Z||pool-74-thread-1|||||INFO|500||cambria reply ok (65 ms):{"serverTimeMs":0,"count":1} 2022-08-13T04:36:10.977Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-13T04:36:10.978Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:36:10.981Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:36:10.982Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "bbbf8510-9377-40c5-8a0b-64c3894562b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365170633, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-08-13T04:36:11.082Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-13T04:36:11.083Z||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-08-13T04:36:11.083Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:36:11.119Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:36:11.119Z||pool-75-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1} 2022-08-13T04:36:11.938Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:36:11.939Z||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-08-13T04:36:11.939Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T04:36:11.986Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:36:11.987Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:36:11.987Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365309310, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-08-13T04:36:11.988Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:36:11.988Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:36:11.988Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365170633, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:36:11.988Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:36:12.014Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-13T04:36:12.019Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:36:12.022Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:36:12.022Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365170633, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-08-13T04:36:12.022Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:36:12.026Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:36:12.027Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "bbbf8510-9377-40c5-8a0b-64c3894562b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365170633, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:36:12.129Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-08-13T04:36:12.131Z||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-08-13T04:36:12.131Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:36:12.161Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:36:12.162Z||pool-76-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2022-08-13T04:36:13.034Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-13T04:36:13.035Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:36:13.039Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:36:13.039Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "bbbf8510-9377-40c5-8a0b-64c3894562b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365170633, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-08-13T04:36:13.139Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-13T04:36:13.140Z||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-08-13T04:36:13.141Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:36:13.162Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:36:13.164Z||pool-77-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-08-13T04:36:14.041Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-13T04:36:14.043Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:36:14.047Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:36:14.048Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "bbbf8510-9377-40c5-8a0b-64c3894562b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365170633, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-08-13T04:36:14.147Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-13T04:36:14.149Z||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-08-13T04:36:14.149Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:36:14.179Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:36:14.180Z||pool-78-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2022-08-13T04:36:15.057Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-13T04:36:15.057Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:36:15.065Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:36:15.066Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "bbbf8510-9377-40c5-8a0b-64c3894562b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365170633, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-08-13T04:36:15.164Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-08-13T04:36:15.166Z||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-08-13T04:36:15.167Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:36:15.194Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:36:15.198Z||pool-79-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2022-08-13T04:36:16.068Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "bbbf8510-9377-40c5-8a0b-64c3894562b0", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "62ec7f1d-c15a-4653-a6ff-414ff613ae44", "serviceDescription": "service", "serviceInvariantUUID": "ab08b140-e7c3-4cce-abd6-93382006e6e1", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "c3b09361-f8cb-4745-898d-faad7b9b38ff", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "79063df7-8d5d-4202-9e79-fbd56b46b126", "resourceInvariantUUID": "11951375-856d-448b-93cc-511c4508a6a4", "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": "Mjk3YjYyNDU2NjU4OGRkOTAzYzYyZDhmOTNmNzA3ZTI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a326f3e0-d951-4399-9b38-3be418ca6d21", "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": "b1ff7b35-532d-4a1c-8ec4-499d36e0f5b5", "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": "bfec44dd-b21c-49cf-ace7-8810eb672565", "generatedFromUUID": "b1ff7b35-532d-4a1c-8ec4-499d36e0f5b5" }, "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": "bfec44dd-b21c-49cf-ace7-8810eb672565", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "MGFiMmExMDNiNGQ4YzY5MzM2YzY3ZmZkY2I1YThmYWI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0ca3c535-3a27-46c7-809b-21cf962ec095" } ], "workloadContext": "Production" } 2022-08-13T04:36:16.071Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-08-13T04:36:16.071Z|ee53ac8b-d859-49c8-8581-24bba12f3278|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 62ec7f1d-c15a-4653-a6ff-414ff613ae44 ASDC 2022-08-13T04:36:16.072Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:bbbf8510-9377-40c5-8a0b-64c3894562b0 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:62ec7f1d-c15a-4653-a6ff-414ff613ae44 ServiceInvariantUUID:ab08b140-e7c3-4cce-abd6-93382006e6e1 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:0ca3c535-3a27-46c7-809b-21cf962ec095 ArtifactChecksum:MGFiMmExMDNiNGQ4YzY5MzM2YzY3ZmZkY2I1YThmYWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:c3b09361-f8cb-4745-898d-faad7b9b38ff ResourceInvariantUUID:11951375-856d-448b-93cc-511c4508a6a4 ResourceName:basic_vm ResourceType:VF ResourceUUID:79063df7-8d5d-4202-9e79-fbd56b46b126 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:a326f3e0-d951-4399-9b38-3be418ca6d21 ArtifactChecksum:Mjk3YjYyNDU2NjU4OGRkOTAzYzYyZDhmOTNmNzA3ZTI= 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:b1ff7b35-532d-4a1c-8ec4-499d36e0f5b5 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:bfec44dd-b21c-49cf-ace7-8810eb672565 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:bfec44dd-b21c-49cf-ace7-8810eb672565 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-08-13T04:36:16.073Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 62ec7f1d-c15a-4653-a6ff-414ff613ae44 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-08-13T04:36:16.266Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-13T04:36:16.271Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-08-13T04:36:16.271Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-08-13T04:36:16.271Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 0ca3c535-3a27-46c7-809b-21cf962ec095 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-08-13T04:36:16.272Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-08-13T04:36:16.272Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-08-13T04:36:16.823Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-08-13T04:36:16.827Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 0ca3c535-3a27-46c7-809b-21cf962ec095 71064 2022-08-13T04:36:16.828Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-08-13T04:36:16.829Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-08-13T04:36:16.831Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-13T04:36:16.831Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:36:16.841Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:36:16.842Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "bbbf8510-9377-40c5-8a0b-64c3894562b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365376828, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-13T04:36:16.945Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-08-13T04:36:16.947Z||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-08-13T04:36:16.947Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:36:16.985Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:36:16.986Z||pool-80-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1} 2022-08-13T04:36:17.844Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-13T04:36:17.845Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-08-13T04:36:17.851Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 0ca3c535-3a27-46c7-809b-21cf962ec095, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-08-13T04:36:17.858Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-08-13T04:36:17.858Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-08-13T04:36:17.859Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-08-13T04:36:18.387Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5171673615025052280/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-08-13T04:36:22.037Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-08-13T04:36:22.037Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-08-13T04:36:22.038Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-08-13T04:36:22.038Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-08-13T04:36:22.038Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||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-08-13T04:36:22.038Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||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-08-13T04:36:22.038Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|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-BasicVm-csar.csar 2022-08-13T04:36:22.038Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|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-BasicVm-csar.csar 2022-08-13T04:36:22.038Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|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-BasicVm-csar.csar 2022-08-13T04:36:22.038Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||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-08-13T04:36:22.038Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|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-BasicVm-csar.csar 2022-08-13T04:36:22.038Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||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-08-13T04:36:22.039Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|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-BasicVm-csar.csar 2022-08-13T04:36:22.039Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-08-13T04:36:22.039Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:36:22.039Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:36:22.039Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-08-13T04:36:22.040Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-08-13T04:36:22.040Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-13T04:36:22.040Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:36:22.040Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:36:22.040Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-08-13T04:36:22.041Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-08-13T04:36:22.041Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-13T04:36:22.041Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:36:22.041Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:36:22.042Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:36:22.042Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-08-13T04:36:22.042Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-08-13T04:36:22.042Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-08-13T04:36:22.042Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-08-13T04:36:22.042Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-08-13T04:36:22.043Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-08-13T04:36:22.043Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:36:22.043Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-08-13T04:36:22.043Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:36:22.043Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-08-13T04:36:22.043Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-13T04:36:22.043Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:36:22.044Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-08-13T04:36:22.044Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-13T04:36:22.044Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:36:22.044Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-08-13T04:36:22.044Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-13T04:36:22.044Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:36:22.044Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-08-13T04:36:22.045Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-08-13T04:36:22.045Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-08-13T04:36:22.045Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e9f3e253-ca45-4fa5-b6cd-2df4d856cd9d 2022-08-13T04:36:22.045Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:36:22.045Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:36:22.045Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:36:22.045Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:36:22.045Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:36:22.046Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:36:22.046Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:36:22.046Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:36:22.046Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:62ec7f1d-c15a-4653-a6ff-414ff613ae44 Model Version:NULL Model InvariantUuid:ab08b140-e7c3-4cce-abd6-93382006e6e1 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:56115c4c-043b-4d85-a9af-2147ab2c4643 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:11951375-856d-448b-93cc-511c4508a6a4 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:c3b09361-f8cb-4745-898d-faad7b9b38ff NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:bc0d9ae8-cab8-4b0d-adb5-984c725788b0 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:b841f87a-c53d-49e7-9d95-83321deb697e ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:e9f3e253-ca45-4fa5-b6cd-2df4d856cd9d ModelInvariantUuid:5774329c-1752-45f6-a79c-cc6cbfed7404 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:99708fe0-1595-48cd-bd2e-84e4d1233133 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:43f2da06-dd2c-4c62-87e3-7532684843ee ModelInvariantUuid:61705577-755f-456d-bba6-020e72ae3604 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:840868da-e37c-40f2-815d-a25e2a8379ed 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-08-13T04:36:22.086Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 79063df7-8d5d-4202-9e79-fbd56b46b126 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-08-13T04:36:22.098Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||INFO|500||basic_vm 0 2022-08-13T04:36:22.099Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 79063df7-8d5d-4202-9e79-fbd56b46b126 2022-08-13T04:36:22.099Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a326f3e0-d951-4399-9b38-3be418ca6d21 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-08-13T04:36:22.099Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-08-13T04:36:22.099Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||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-08-13T04:36:22.212Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-08-13T04:36:22.212Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json a326f3e0-d951-4399-9b38-3be418ca6d21 787 2022-08-13T04:36:22.213Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||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-08-13T04:36:22.214Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||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-08-13T04:36:22.215Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-13T04:36:22.216Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:36:22.221Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:36:22.222Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "bbbf8510-9377-40c5-8a0b-64c3894562b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365382213, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-08-13T04:36:22.341Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 119 ms 2022-08-13T04:36:22.342Z||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-08-13T04:36:22.342Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:36:22.378Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:36:22.378Z||pool-81-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1} 2022-08-13T04:36:23.225Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "bc0d9ae8-cab8-4b0d-adb5-984c725788b0", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b841f87a-c53d-49e7-9d95-83321deb697e", "vfModuleModelCustomizationUUID": "982a7250-59d3-4aae-bbfc-5c8bd036b6ed", "isBase": true, "artifacts": [ "b1ff7b35-532d-4a1c-8ec4-499d36e0f5b5", "bfec44dd-b21c-49cf-ace7-8810eb672565" ], "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-08-13T04:36:23.237Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b841f87a-c53d-49e7-9d95-83321deb697e VfModuleModelInvariantUUID:bc0d9ae8-cab8-4b0d-adb5-984c725788b0 VfModuleModelDescription:NULL Artifacts UUID List:{ b1ff7b35-532d-4a1c-8ec4-499d36e0f5b5 , bfec44dd-b21c-49cf-ace7-8810eb672565 } 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-08-13T04:36:23.242Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "bc0d9ae8-cab8-4b0d-adb5-984c725788b0", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b841f87a-c53d-49e7-9d95-83321deb697e", "vfModuleModelCustomizationUUID": "982a7250-59d3-4aae-bbfc-5c8bd036b6ed", "isBase": true, "artifacts": [ "b1ff7b35-532d-4a1c-8ec4-499d36e0f5b5", "bfec44dd-b21c-49cf-ace7-8810eb672565" ], "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-08-13T04:36:23.242Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b841f87a-c53d-49e7-9d95-83321deb697e VfModuleModelInvariantUUID:bc0d9ae8-cab8-4b0d-adb5-984c725788b0 VfModuleModelDescription:NULL Artifacts UUID List:{ b1ff7b35-532d-4a1c-8ec4-499d36e0f5b5 , bfec44dd-b21c-49cf-ace7-8810eb672565 } 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-08-13T04:36:23.243Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: b1ff7b35-532d-4a1c-8ec4-499d36e0f5b5 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-08-13T04:36:23.243Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-08-13T04:36:23.243Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||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-08-13T04:36:23.396Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-08-13T04:36:23.397Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml b1ff7b35-532d-4a1c-8ec4-499d36e0f5b5 5033 2022-08-13T04:36:23.400Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||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-08-13T04:36:23.400Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||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-08-13T04:36:23.401Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-13T04:36:23.418Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:36:23.424Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:36:23.424Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "bbbf8510-9377-40c5-8a0b-64c3894562b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365383400, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-08-13T04:36:23.521Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-08-13T04:36:23.522Z||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-08-13T04:36:23.523Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:36:23.565Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:36:23.565Z||pool-82-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":1,"count":1} 2022-08-13T04:36:24.430Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: bfec44dd-b21c-49cf-ace7-8810eb672565 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-08-13T04:36:24.431Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-08-13T04:36:24.431Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||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-08-13T04:36:24.603Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-08-13T04:36:24.603Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env bfec44dd-b21c-49cf-ace7-8810eb672565 903 2022-08-13T04:36:24.604Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||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-08-13T04:36:24.604Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||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-08-13T04:36:24.604Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-13T04:36:24.607Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:36:24.615Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:36:24.615Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "bbbf8510-9377-40c5-8a0b-64c3894562b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365384604, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-08-13T04:36:24.714Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-13T04:36:24.715Z||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-08-13T04:36:24.715Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:36:24.745Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:36:24.746Z||pool-83-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1} 2022-08-13T04:36:25.616Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 62ec7f1d-c15a-4653-a6ff-414ff613ae44 2022-08-13T04:36:25.617Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 79063df7-8d5d-4202-9e79-fbd56b46b126 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-08-13T04:36:25.650Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7d56691f, org.onap.sdc.toscaparser.api.parameters.Input@233f8a38, org.onap.sdc.toscaparser.api.parameters.Input@79b03d77, org.onap.sdc.toscaparser.api.parameters.Input@129054e2, org.onap.sdc.toscaparser.api.parameters.Input@5c40c93e] 2022-08-13T04:36:25.652Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:36:25.653Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:36:25.653Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2022-08-13T04:36:25.653Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= c3b09361-f8cb-4745-898d-faad7b9b38ff 2022-08-13T04:36:25.654Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c3b09361-f8cb-4745-898d-faad7b9b38ff matches Tosca VF Customization UUID: c3b09361-f8cb-4745-898d-faad7b9b38ff 2022-08-13T04:36:25.654Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: c3b09361-f8cb-4745-898d-faad7b9b38ff 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-08-13T04:36:25.658Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:36:25.658Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:36:25.659Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id c3b09361-f8cb-4745-898d-faad7b9b38ff: {\"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-08-13T04:36:25.659Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6b755484 2022-08-13T04:36:25.659Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:36:25.660Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-08-13T04:36:25.660Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 982a7250-59d3-4aae-bbfc-5c8bd036b6ed 2022-08-13T04:36:25.660Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 982a7250-59d3-4aae-bbfc-5c8bd036b6ed 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-08-13T04:36:25.673Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:36:25.675Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-08-13T04:36:25.675Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-13T04:36:25.677Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:36:25.678Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-08-13T04:36:25.679Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-13T04:36:25.680Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:36:25.680Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-08-13T04:36:25.681Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-08-13T04:36:25.681Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-08-13T04:36:25.682Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e9f3e253-ca45-4fa5-b6cd-2df4d856cd9d 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-08-13T04:36:25.690Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:36:25.691Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-08-13T04:36:25.691Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-13T04:36:25.692Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:36:25.692Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-08-13T04:36:25.692Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=c3b09361-f8cb-4745-898d-faad7b9b38ff 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-08-13T04:36:25.698Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:36:25.700Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:36:25.701Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 62ec7f1d-c15a-4653-a6ff-414ff613ae44: basic_vm 2022-08-13T04:36:25.701Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:36:25.702Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:36:25.703Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:36:25.703Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:36:25.703Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:36:25.704Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:36:25.704Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:36:25.704Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:36:25.705Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:36:25.706Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:36:25.706Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||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-08-13T04:36:25.971Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 79063df7-8d5d-4202-9e79-fbd56b46b126 1 ASDC deployResourceStructure 2022-08-13T04:36:25.971Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||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-08-13T04:36:25.971Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||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-08-13T04:36:25.972Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-13T04:36:25.972Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:36:25.976Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:36:25.976Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "bbbf8510-9377-40c5-8a0b-64c3894562b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365385971, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-08-13T04:36:26.076Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-13T04:36:26.077Z||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-08-13T04:36:26.078Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:36:26.144Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:36:26.147Z||pool-84-thread-1|||||INFO|500||cambria reply ok (70 ms):{"serverTimeMs":0,"count":1} 2022-08-13T04:36:26.977Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||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-08-13T04:36:26.977Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||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-08-13T04:36:26.977Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-13T04:36:26.978Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:36:26.982Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:36:26.982Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "bbbf8510-9377-40c5-8a0b-64c3894562b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365386977, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-08-13T04:36:27.082Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-13T04:36:27.083Z||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-08-13T04:36:27.083Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:36:27.137Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:36:27.138Z||pool-85-thread-1|||||INFO|500||cambria reply ok (56 ms):{"serverTimeMs":0,"count":1} 2022-08-13T04:36:27.984Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||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-08-13T04:36:27.985Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||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-08-13T04:36:27.985Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-13T04:36:27.985Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:36:27.989Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:36:27.989Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "bbbf8510-9377-40c5-8a0b-64c3894562b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365387984, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-08-13T04:36:28.097Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms 2022-08-13T04:36:28.098Z||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-08-13T04:36:28.099Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:36:28.147Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:36:28.148Z||pool-86-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":1,"count":1} 2022-08-13T04:36:29.006Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-08-13T04:36:29.006Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-08-13T04:36:29.006Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-13T04:36:29.006Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:36:29.010Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:36:29.010Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "bbbf8510-9377-40c5-8a0b-64c3894562b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365389005, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-08-13T04:36:29.116Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2022-08-13T04:36:29.118Z||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-08-13T04:36:29.118Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:36:29.190Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:36:29.199Z||pool-87-thread-1|||||INFO|500||cambria reply ok (83 ms):{"serverTimeMs":0,"count":1} 2022-08-13T04:36:30.011Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bbbf8510-9377-40c5-8a0b-64c3894562b0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-13T04:36:30.115Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bbbf8510-9377-40c5-8a0b-64c3894562b0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-13T04:36:30.124Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-13T04:36:30.124Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-08-13T04:36:30.126Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-08-13T04:36:30.126Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-08-13T04:36:30.127Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-13T04:36:30.127Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-13T04:36:30.127Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-13T04:36:30.128Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-13T04:36:30.128Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-13T04:36:30.128Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-13T04:36:30.128Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|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-08-13T04:36:30.152Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-08-13T04:37:00.153Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bbbf8510-9377-40c5-8a0b-64c3894562b0 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-08-13T04:37:00.175Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bbbf8510-9377-40c5-8a0b-64c3894562b0 and serviceModelVersionId: 62ec7f1d-c15a-4653-a6ff-414ff613ae44 2022-08-13T04:37:00.175Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ab08b140-e7c3-4cce-abd6-93382006e6e1 2022-08-13T04:37:00.176Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ab08b140-e7c3-4cce-abd6-93382006e6e1/model-vers/model-ver/62ec7f1d-c15a-4653-a6ff-414ff613ae44?depth=0 2022-08-13T04:37:00.180Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-08-13T04:37:00.373Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab08b140-e7c3-4cce-abd6-93382006e6e1/model-vers/model-ver/62ec7f1d-c15a-4653-a6ff-414ff613ae44?depth=0|INFO|500||Invoke 2022-08-13T04:37:00.374Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab08b140-e7c3-4cce-abd6-93382006e6e1/model-vers/model-ver/62ec7f1d-c15a-4653-a6ff-414ff613ae44?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab08b140-e7c3-4cce-abd6-93382006e6e1/model-vers/model-ver/62ec7f1d-c15a-4653-a6ff-414ff613ae44?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[bbbf8510-9377-40c5-8a0b-64c3894562b0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[711d9a8c-7365-402e-b425-bec904584b49], X-ECOMP-RequestID=[bbbf8510-9377-40c5-8a0b-64c3894562b0], X-TransactionId=[], X-ONAP-RequestID=[bbbf8510-9377-40c5-8a0b-64c3894562b0], Content-Type=[application/merge-patch+json]} 2022-08-13T04:37:00.477Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab08b140-e7c3-4cce-abd6-93382006e6e1/model-vers/model-ver/62ec7f1d-c15a-4653-a6ff-414ff613ae44?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-08-13T04:37:00.899Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab08b140-e7c3-4cce-abd6-93382006e6e1/model-vers/model-ver/62ec7f1d-c15a-4653-a6ff-414ff613ae44?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/ab08b140-e7c3-4cce-abd6-93382006e6e1/model-vers/model-ver/62ec7f1d-c15a-4653-a6ff-414ff613ae44?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220813-04:36:59:761-58299], vertex-id=[225504], Content-Length=[0], Date=[Sat, 13 Aug 2022 04:36:59 GMT], Content-Type=[application/json]} 2022-08-13T04:37:00.900Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab08b140-e7c3-4cce-abd6-93382006e6e1/model-vers/model-ver/62ec7f1d-c15a-4653-a6ff-414ff613ae44?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-08-13T04:37:00.901Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab08b140-e7c3-4cce-abd6-93382006e6e1/model-vers/model-ver/62ec7f1d-c15a-4653-a6ff-414ff613ae44?depth=0|INFO|500||InvokeReturn 2022-08-13T04:37:00.914Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-08-13T04:37:00.914Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|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-08-13T04:37:00.966Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|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-08-13T04:37:00.974Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bbbf8510-9377-40c5-8a0b-64c3894562b0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-08-13T04:37:00.975Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-08-13T04:37:00.975Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:37:00.987Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:37:00.987Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "bbbf8510-9377-40c5-8a0b-64c3894562b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365420975, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-08-13T04:37:01.080Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms 2022-08-13T04:37:01.081Z||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-08-13T04:37:01.082Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:37:01.176Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:37:01.177Z||pool-88-thread-1|||||INFO|500||cambria reply ok (97 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-08-13T04:37:02.085Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:37:02.087Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|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-08-13T04:37:02.087Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|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 o3eFBA9aUab8FfqA) ... 2022-08-13T04:37:11.937Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:37:11.938Z||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-08-13T04:37:11.939Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T04:37:12.012Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:37:12.013Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:37:12.014Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365170633, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-08-13T04:37:12.015Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:37:12.015Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:37:12.015Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365170633, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-08-13T04:37:12.016Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:37:12.016Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:37:12.016Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365170633, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-08-13T04:37:12.016Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:37:12.016Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:37:12.016Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365170633, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:37:12.016Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:37:12.016Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:37:12.017Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365170633, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-08-13T04:37:12.017Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:37:12.017Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:37:12.017Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365170633, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-08-13T04:37:12.017Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:37:12.017Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:37:12.017Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365170633, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-08-13T04:37:12.018Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:37:12.018Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:37:12.018Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365320468, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-13T04:37:12.018Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:37:12.018Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:37:12.018Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365324309, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-08-13T04:37:12.018Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:37:12.018Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:37:12.019Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365325454, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-08-13T04:37:12.019Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:37:12.019Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:37:12.019Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365326780, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-08-13T04:37:12.019Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:37:12.019Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:37:12.019Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365328018, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-08-13T04:37:12.020Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:37:12.020Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:37:12.020Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365329302, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-08-13T04:37:12.020Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:37:12.020Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:37:12.020Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365331015, "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-08-13T04:37:12.020Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:37:12.021Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:37:12.021Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365332028, "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-08-13T04:37:12.021Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:37:12.021Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:37:12.021Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365333033, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-08-13T04:37:12.021Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:37:12.022Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:37:12.022Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365334043, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-08-13T04:37:12.022Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:37:12.022Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:37:12.022Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365335063, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-08-13T04:37:12.022Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:37:12.022Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:37:12.023Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365336071, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-08-13T04:37:12.023Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:37:12.023Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:37:12.023Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee53ac8b-d859-49c8-8581-24bba12f3278", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365367736, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-08-13T04:37:12.023Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:37:12.023Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:37:12.023Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbf8510-9377-40c5-8a0b-64c3894562b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365170633, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:37:12.023Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:37:12.024Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:37:12.024Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbf8510-9377-40c5-8a0b-64c3894562b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365170633, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-08-13T04:37:12.024Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:37:12.024Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:37:12.024Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbf8510-9377-40c5-8a0b-64c3894562b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365170633, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-08-13T04:37:12.024Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:37:12.471Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:37:12.472Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:37:12.472Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|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-08-13T04:37:12.473Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|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 o3eFBA9aUab8FfqA) ... 2022-08-13T04:37:22.062Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:37:22.062Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:37:22.063Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|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-08-13T04:37:22.063Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|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 o3eFBA9aUab8FfqA) ... 2022-08-13T04:37:31.611Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:37:31.612Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:37:31.612Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|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-08-13T04:37:31.612Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|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 o3eFBA9aUab8FfqA) ... 2022-08-13T04:37:41.184Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:37:41.185Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:37:41.186Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|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-08-13T04:37:41.186Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|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 o3eFBA9aUab8FfqA) ... 2022-08-13T04:37:50.750Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:37:50.751Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:37:50.752Z||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-08-13T04:37:50.752Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T04:38:00.345Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:38:11.928Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:38:11.929Z||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-08-13T04:38:11.929Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T04:38:11.937Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:38:11.938Z||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-08-13T04:38:11.938Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T04:38:11.982Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:38:11.983Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-13T04:38:11.983Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbf8510-9377-40c5-8a0b-64c3894562b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365170633, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:38:11.985Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-13T04:38:21.487Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:39:11.928Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:39:11.929Z||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-08-13T04:39:11.929Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T04:39:11.937Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:39:11.939Z||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-08-13T04:39:11.939Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T04:39:12.532Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:39:12.533Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:39:12.533Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbf8510-9377-40c5-8a0b-64c3894562b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365170633, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-08-13T04:39:12.534Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:39:12.534Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:39:12.534Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbf8510-9377-40c5-8a0b-64c3894562b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365170633, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-08-13T04:39:12.535Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:39:12.535Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:39:12.535Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbf8510-9377-40c5-8a0b-64c3894562b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365170633, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-08-13T04:39:12.535Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-13T04:39:12.535Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:39:12.535Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbf8510-9377-40c5-8a0b-64c3894562b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365376828, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-13T04:39:12.535Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:39:12.535Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:39:12.535Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbf8510-9377-40c5-8a0b-64c3894562b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365382213, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-08-13T04:39:12.535Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:39:12.536Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:39:12.536Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbf8510-9377-40c5-8a0b-64c3894562b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365383400, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-08-13T04:39:12.536Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:39:12.536Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:39:12.536Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbf8510-9377-40c5-8a0b-64c3894562b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365384604, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-08-13T04:39:12.536Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:39:12.536Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:39:12.536Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbf8510-9377-40c5-8a0b-64c3894562b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365385971, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-08-13T04:39:12.536Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:39:12.536Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:39:12.536Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbf8510-9377-40c5-8a0b-64c3894562b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365386977, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-08-13T04:39:12.536Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:39:12.537Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:39:12.537Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbf8510-9377-40c5-8a0b-64c3894562b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365387984, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-08-13T04:39:12.537Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:39:12.537Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:39:12.538Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbf8510-9377-40c5-8a0b-64c3894562b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365389005, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-08-13T04:39:12.538Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:39:12.538Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-13T04:39:12.538Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbf8510-9377-40c5-8a0b-64c3894562b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365420975, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-08-13T04:39:12.538Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:39:21.542Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:40:11.928Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:40:11.929Z||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-08-13T04:40:11.929Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T04:40:11.937Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:40:11.940Z||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-08-13T04:40:11.940Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T04:40:12.101Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:40:12.102Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-13T04:40:12.102Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "07247635-24cc-4fba-9cfa-52c28daba5aa", "consumerID": "ves-openapi-manager", "timestamp": 1660365602944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqiblbeupjpuhxsrofsz/1.0/resourceInstances/pnfc74ec563829e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:40:12.104Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-13T04:40:12.104Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-13T04:40:12.104Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "07247635-24cc-4fba-9cfa-52c28daba5aa", "consumerID": "multicloud-k8s-id", "timestamp": 1660365601932, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqiblbeupjpuhxsrofsz/1.0/resourceInstances/pnfc74ec563829e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:40:12.104Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-13T04:40:12.104Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-13T04:40:12.104Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "07247635-24cc-4fba-9cfa-52c28daba5aa", "consumerID": "cds", "timestamp": 1660365597099, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqiblbeupjpuhxsrofsz/1.0/resourceInstances/pnfc74ec563829e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:40:12.107Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-13T04:40:12.107Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-13T04:40:12.108Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "07247635-24cc-4fba-9cfa-52c28daba5aa", "consumerID": "policy-id", "timestamp": 1660365605239, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqiblbeupjpuhxsrofsz/1.0/resourceInstances/pnfc74ec563829e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:40:12.108Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-13T04:40:12.108Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-13T04:40:12.109Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "07247635-24cc-4fba-9cfa-52c28daba5aa", "consumerID": "ves-openapi-manager", "timestamp": 1660365602944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqiblbeupjpuhxsrofsz/1.0/resourceInstances/pnfc74ec563829e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-13T04:40:12.109Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-13T04:40:12.109Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-13T04:40:12.109Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "07247635-24cc-4fba-9cfa-52c28daba5aa", "consumerID": "multicloud-k8s-id", "timestamp": 1660365601932, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqiblbeupjpuhxsrofsz/1.0/resourceInstances/pnfc74ec563829e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-13T04:40:12.110Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-13T04:40:12.110Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-13T04:40:12.111Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "07247635-24cc-4fba-9cfa-52c28daba5aa", "consumerID": "cds", "timestamp": 1660365597099, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqiblbeupjpuhxsrofsz/1.0/resourceInstances/pnfc74ec563829e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-13T04:40:12.111Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-13T04:40:12.111Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-13T04:40:12.111Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "07247635-24cc-4fba-9cfa-52c28daba5aa", "consumerID": "policy-id", "timestamp": 1660365605239, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqiblbeupjpuhxsrofsz/1.0/resourceInstances/pnfc74ec563829e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-13T04:40:12.111Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-13T04:40:12.112Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-13T04:40:12.112Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "07247635-24cc-4fba-9cfa-52c28daba5aa", "consumerID": "ves-openapi-manager", "timestamp": 1660365602944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqiblbeupjpuhxsrofsz/1.0/resourceInstances/pnfc74ec563829e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-13T04:40:12.112Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-13T04:40:12.112Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-13T04:40:12.112Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "07247635-24cc-4fba-9cfa-52c28daba5aa", "consumerID": "multicloud-k8s-id", "timestamp": 1660365601932, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqiblbeupjpuhxsrofsz/1.0/resourceInstances/pnfc74ec563829e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-13T04:40:12.113Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-13T04:40:12.113Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-13T04:40:12.113Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "07247635-24cc-4fba-9cfa-52c28daba5aa", "consumerID": "cds", "timestamp": 1660365597099, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqiblbeupjpuhxsrofsz/1.0/resourceInstances/pnfc74ec563829e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-13T04:40:12.114Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-13T04:40:12.114Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-13T04:40:12.114Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "07247635-24cc-4fba-9cfa-52c28daba5aa", "consumerID": "policy-id", "timestamp": 1660365605239, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqiblbeupjpuhxsrofsz/1.0/resourceInstances/pnfc74ec563829e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-13T04:40:12.114Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-13T04:40:12.115Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-13T04:40:12.115Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "07247635-24cc-4fba-9cfa-52c28daba5aa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1660365607429, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqiblbeupjpuhxsrofsz/1.0/resourceInstances/pnfc74ec563829e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:40:12.115Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-13T04:40:12.115Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-13T04:40:12.116Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "07247635-24cc-4fba-9cfa-52c28daba5aa", "consumerID": "ves-openapi-manager", "timestamp": 1660365602944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqiblbeupjpuhxsrofsz/1.0/resourceInstances/pnfc74ec563829e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:40:12.116Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-13T04:40:12.116Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-13T04:40:12.116Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "07247635-24cc-4fba-9cfa-52c28daba5aa", "consumerID": "multicloud-k8s-id", "timestamp": 1660365601932, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqiblbeupjpuhxsrofsz/1.0/resourceInstances/pnfc74ec563829e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:40:12.117Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-13T04:40:12.117Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-13T04:40:12.117Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "07247635-24cc-4fba-9cfa-52c28daba5aa", "consumerID": "cds", "timestamp": 1660365597099, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqiblbeupjpuhxsrofsz/1.0/resourceInstances/pnfc74ec563829e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:40:12.118Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-13T04:40:12.118Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-13T04:40:12.118Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "07247635-24cc-4fba-9cfa-52c28daba5aa", "consumerID": "policy-id", "timestamp": 1660365605239, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqiblbeupjpuhxsrofsz/1.0/resourceInstances/pnfc74ec563829e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:40:12.118Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-13T04:40:12.118Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-13T04:40:12.119Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "07247635-24cc-4fba-9cfa-52c28daba5aa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1660365607429, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqiblbeupjpuhxsrofsz/1.0/resourceInstances/pnfc74ec563829e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-13T04:40:12.119Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-13T04:40:12.119Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-13T04:40:12.119Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "07247635-24cc-4fba-9cfa-52c28daba5aa", "consumerID": "ves-openapi-manager", "timestamp": 1660365602944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqiblbeupjpuhxsrofsz/1.0/resourceInstances/pnfc74ec563829e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-13T04:40:12.120Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-13T04:40:12.120Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-13T04:40:12.120Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "07247635-24cc-4fba-9cfa-52c28daba5aa", "consumerID": "multicloud-k8s-id", "timestamp": 1660365601932, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqiblbeupjpuhxsrofsz/1.0/resourceInstances/pnfc74ec563829e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-13T04:40:12.121Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-13T04:40:12.121Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-13T04:40:12.121Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "07247635-24cc-4fba-9cfa-52c28daba5aa", "consumerID": "cds", "timestamp": 1660365597099, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqiblbeupjpuhxsrofsz/1.0/resourceInstances/pnfc74ec563829e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-13T04:40:12.121Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-13T04:40:12.121Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-13T04:40:12.122Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "07247635-24cc-4fba-9cfa-52c28daba5aa", "consumerID": "policy-id", "timestamp": 1660365605239, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqiblbeupjpuhxsrofsz/1.0/resourceInstances/pnfc74ec563829e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-13T04:40:12.122Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-13T04:40:12.122Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-13T04:40:12.123Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "07247635-24cc-4fba-9cfa-52c28daba5aa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1660365607429, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqiblbeupjpuhxsrofsz/1.0/resourceInstances/pnfc74ec563829e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-13T04:40:12.123Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-13T04:40:12.123Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-13T04:40:12.123Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "07247635-24cc-4fba-9cfa-52c28daba5aa", "consumerID": "ves-openapi-manager", "timestamp": 1660365602944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqiblbeupjpuhxsrofsz/1.0/resourceInstances/pnfc74ec563829e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-08-13T04:40:12.123Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-13T04:40:12.124Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-13T04:40:12.127Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "07247635-24cc-4fba-9cfa-52c28daba5aa", "consumerID": "multicloud-k8s-id", "timestamp": 1660365601932, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqiblbeupjpuhxsrofsz/1.0/resourceInstances/pnfc74ec563829e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-13T04:40:12.127Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-13T04:40:12.127Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-13T04:40:12.128Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "07247635-24cc-4fba-9cfa-52c28daba5aa", "consumerID": "cds", "timestamp": 1660365597099, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqiblbeupjpuhxsrofsz/1.0/resourceInstances/pnfc74ec563829e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-13T04:40:12.128Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-13T04:40:12.129Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-13T04:40:12.133Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "07247635-24cc-4fba-9cfa-52c28daba5aa", "consumerID": "policy-id", "timestamp": 1660365605239, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqiblbeupjpuhxsrofsz/1.0/resourceInstances/pnfc74ec563829e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-13T04:40:12.133Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-13T04:40:12.591Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:40:12.592Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-08-13T04:40:12.592Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"07247635-24cc-4fba-9cfa-52c28daba5aa","serviceName":"Demo_pNF_EQIBLbEupJpuHXsrofsZ","serviceVersion":"1.0","serviceUUID":"521d4a4e-2ea8-490d-9f29-cb35ec601caa","serviceDescription":"catalog service description","serviceInvariantUUID":"9379ffe9-c41c-4ddc-9a63-38de5c18a2ce","resources":[{"resourceInstanceName":"pNF c74ec563-829e 0","resourceName":"pNF c74ec563-829e","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"f8f02418-7eab-44d3-86f6-f11b833570f3","resourceInvariantUUID":"486f3d5a-a9d1-4649-a4df-e8da6aa13c64","resourceCustomizationUUID":"c641a9e8-bb82-4194-b6a8-ac8afdadf1aa","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEqiblbeupjpuhxsrofsz/1.0/resourceInstances/pnfc74ec563829e0/artifacts/vf-license-model.xml","artifactChecksum":"ZmY2ZjgzNmQ3OTIxN2JhMWJlNzkyZDZjODNiMTRlMjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d4779881-4fe7-4cbb-a42f-8df6c8d6d845","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEqiblbeupjpuhxsrofsz/1.0/resourceInstances/pnfc74ec563829e0/artifacts/pNF.csar","artifactChecksum":"NDQwNTA2OGJiYzYwODE1Nzk4NjJkYTBmNWUyNTE2NGI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e16c791e-5507-4930-ae87-0e3d910e2d68","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEqiblbeupjpuhxsrofsz/1.0/resourceInstances/pnfc74ec563829e0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d3cc8a3c-5791-4416-b6c7-4fabadea70f6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEqiblbeupjpuhxsrofsz/1.0/resourceInstances/pnfc74ec563829e0/artifacts/vendor-license-model.xml","artifactChecksum":"Y2NmMWViOGNmOWE1NGZlZmM3ZDdjMDk4NTY1MmQyMTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a42494ba-b55a-486f-85cb-5f6bdfcb7b8f","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfEqiblbeupjpuhxsrofsz/1.0/resourceInstances/pnfc74ec563829e0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"060681a5-00f5-443c-99f3-b93b913e399b","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfEqiblbeupjpuhxsrofsz/1.0/resourceInstances/pnfc74ec563829e0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"de4a9560-ef16-4904-be64-624cfe0483c5","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfEqiblbeupjpuhxsrofsz-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEqiblbeupjpuhxsrofsz/1.0/artifacts/service-DemoPnfEqiblbeupjpuhxsrofsz-template.yml","artifactChecksum":"NTYxY2E0MjI1YjU2NjUzYTRhMzVjOTI2YTZmNTdmOWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"73966491-5c66-41a9-912f-95fab0424c2f","artifactVersion":"1"},{"artifactName":"service-DemoPnfEqiblbeupjpuhxsrofsz-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfEqiblbeupjpuhxsrofsz/1.0/artifacts/service-DemoPnfEqiblbeupjpuhxsrofsz-csar.csar","artifactChecksum":"N2JkY2NhYzM2MDcxYjQxMzVmNzE3NzgzNTgxYjkxMDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"da6be94e-5064-409c-b235-1a87a02e575f","artifactVersion":"1"}],"workloadContext":"Production"} 2022-08-13T04:40:12.596Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-13T04:40:12.596Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:40:12.602Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:40:12.603Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "07247635-24cc-4fba-9cfa-52c28daba5aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365611928, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqiblbeupjpuhxsrofsz/1.0/resourceInstances/pnfc74ec563829e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:40:12.703Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-13T04:40:12.704Z||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-08-13T04:40:12.704Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:40:12.725Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:40:12.726Z||pool-89-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-08-13T04:40:13.603Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-13T04:40:13.605Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:40:13.609Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:40:13.609Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "07247635-24cc-4fba-9cfa-52c28daba5aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365611928, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqiblbeupjpuhxsrofsz/1.0/resourceInstances/pnfc74ec563829e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-13T04:40:13.709Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-08-13T04:40:13.710Z||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-08-13T04:40:13.710Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:40:13.731Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:40:13.732Z||pool-90-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-08-13T04:40:14.610Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-13T04:40:14.611Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:40:14.616Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:40:14.616Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "07247635-24cc-4fba-9cfa-52c28daba5aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365611928, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqiblbeupjpuhxsrofsz/1.0/resourceInstances/pnfc74ec563829e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-13T04:40:14.717Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-08-13T04:40:14.720Z||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-08-13T04:40:14.720Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:40:14.739Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:40:14.740Z||pool-91-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-08-13T04:40:15.622Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-13T04:40:15.623Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:40:15.632Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:40:15.632Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "07247635-24cc-4fba-9cfa-52c28daba5aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365611928, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqiblbeupjpuhxsrofsz/1.0/resourceInstances/pnfc74ec563829e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:40:15.732Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-13T04:40:15.733Z||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-08-13T04:40:15.733Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:40:15.757Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:40:15.758Z||pool-92-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-08-13T04:40:16.634Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-13T04:40:16.634Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:40:16.639Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:40:16.639Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "07247635-24cc-4fba-9cfa-52c28daba5aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365611928, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqiblbeupjpuhxsrofsz/1.0/resourceInstances/pnfc74ec563829e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-13T04:40:16.742Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-08-13T04:40:16.750Z||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-08-13T04:40:16.751Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:40:16.778Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:40:16.778Z||pool-93-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1} 2022-08-13T04:40:17.639Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-13T04:40:17.640Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:40:17.645Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:40:17.646Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "07247635-24cc-4fba-9cfa-52c28daba5aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365611928, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqiblbeupjpuhxsrofsz/1.0/resourceInstances/pnfc74ec563829e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-13T04:40:17.745Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-13T04:40:17.747Z||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-08-13T04:40:17.747Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:40:17.773Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:40:17.775Z||pool-94-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-08-13T04:40:18.650Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-13T04:40:18.652Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:40:18.657Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:40:18.658Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "07247635-24cc-4fba-9cfa-52c28daba5aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365611928, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqiblbeupjpuhxsrofsz/1.0/artifacts/service-DemoPnfEqiblbeupjpuhxsrofsz-template.yml", "status": "NOT_NOTIFIED" } 2022-08-13T04:40:18.756Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-08-13T04:40:18.758Z||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-08-13T04:40:18.758Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:40:18.810Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:40:18.810Z||pool-95-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":1,"count":1} 2022-08-13T04:40:19.661Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-13T04:40:19.662Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:40:19.666Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:40:19.666Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "07247635-24cc-4fba-9cfa-52c28daba5aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365611928, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqiblbeupjpuhxsrofsz/1.0/artifacts/service-DemoPnfEqiblbeupjpuhxsrofsz-csar.csar", "status": "NOTIFIED" } 2022-08-13T04:40:19.765Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-13T04:40:19.767Z||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-08-13T04:40:19.768Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:40:19.818Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:40:19.823Z||pool-96-thread-1|||||INFO|500||cambria reply ok (57 ms):{"serverTimeMs":0,"count":1} 2022-08-13T04:40:20.667Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "07247635-24cc-4fba-9cfa-52c28daba5aa", "serviceName": "Demo_pNF_EQIBLbEupJpuHXsrofsZ", "serviceVersion": "1.0", "serviceUUID": "521d4a4e-2ea8-490d-9f29-cb35ec601caa", "serviceDescription": "catalog service description", "serviceInvariantUUID": "9379ffe9-c41c-4ddc-9a63-38de5c18a2ce", "resources": [ { "resourceInstanceName": "pNF c74ec563-829e 0", "resourceCustomizationUUID": "c641a9e8-bb82-4194-b6a8-ac8afdadf1aa", "resourceName": "pNF c74ec563-829e", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "f8f02418-7eab-44d3-86f6-f11b833570f3", "resourceInvariantUUID": "486f3d5a-a9d1-4649-a4df-e8da6aa13c64", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfEqiblbeupjpuhxsrofsz-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqiblbeupjpuhxsrofsz/1.0/artifacts/service-DemoPnfEqiblbeupjpuhxsrofsz-csar.csar", "artifactChecksum": "N2JkY2NhYzM2MDcxYjQxMzVmNzE3NzgzNTgxYjkxMDk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "da6be94e-5064-409c-b235-1a87a02e575f" } ], "workloadContext": "Production" } 2022-08-13T04:40:20.668Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-08-13T04:40:20.669Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 521d4a4e-2ea8-490d-9f29-cb35ec601caa ASDC 2022-08-13T04:40:20.670Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:07247635-24cc-4fba-9cfa-52c28daba5aa ServiceName:Demo_pNF_EQIBLbEupJpuHXsrofsZ ServiceVersion:1.0 ServiceUUID:521d4a4e-2ea8-490d-9f29-cb35ec601caa ServiceInvariantUUID:9379ffe9-c41c-4ddc-9a63-38de5c18a2ce ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfEqiblbeupjpuhxsrofsz-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfEqiblbeupjpuhxsrofsz/1.0/artifacts/service-DemoPnfEqiblbeupjpuhxsrofsz-csar.csar ArtifactUUID:da6be94e-5064-409c-b235-1a87a02e575f ArtifactChecksum:N2JkY2NhYzM2MDcxYjQxMzVmNzE3NzgzNTgxYjkxMDk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF c74ec563-829e 0 ResourceCustomizationUUID:c641a9e8-bb82-4194-b6a8-ac8afdadf1aa ResourceInvariantUUID:486f3d5a-a9d1-4649-a4df-e8da6aa13c64 ResourceName:pNF c74ec563-829e ResourceType:PNF ResourceUUID:f8f02418-7eab-44d3-86f6-f11b833570f3 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-08-13T04:40:20.670Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 521d4a4e-2ea8-490d-9f29-cb35ec601caa 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-08-13T04:40:20.828Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-13T04:40:20.844Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-08-13T04:40:20.850Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-08-13T04:40:20.850Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: da6be94e-5064-409c-b235-1a87a02e575f from URL: /sdc/v1/catalog/services/DemoPnfEqiblbeupjpuhxsrofsz/1.0/artifacts/service-DemoPnfEqiblbeupjpuhxsrofsz-csar.csar 2022-08-13T04:40:20.850Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-08-13T04:40:20.850Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfEqiblbeupjpuhxsrofsz/1.0/artifacts/service-DemoPnfEqiblbeupjpuhxsrofsz-csar.csar 2022-08-13T04:40:21.436Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-08-13T04:40:21.454Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfEqiblbeupjpuhxsrofsz/1.0/artifacts/service-DemoPnfEqiblbeupjpuhxsrofsz-csar.csar da6be94e-5064-409c-b235-1a87a02e575f 82648 2022-08-13T04:40:21.455Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfEqiblbeupjpuhxsrofsz/1.0/artifacts/service-DemoPnfEqiblbeupjpuhxsrofsz-csar.csar ASDC sendASDCNotification 2022-08-13T04:40:21.455Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfEqiblbeupjpuhxsrofsz/1.0/artifacts/service-DemoPnfEqiblbeupjpuhxsrofsz-csar.csar 2022-08-13T04:40:21.455Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-13T04:40:21.456Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:40:21.459Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:40:21.459Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "07247635-24cc-4fba-9cfa-52c28daba5aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365621454, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqiblbeupjpuhxsrofsz/1.0/artifacts/service-DemoPnfEqiblbeupjpuhxsrofsz-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-13T04:40:21.559Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-13T04:40:21.561Z||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-08-13T04:40:21.561Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:40:21.586Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:40:21.587Z||pool-97-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-08-13T04:40:22.461Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-13T04:40:22.462Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-08-13T04:40:22.463Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: da6be94e-5064-409c-b235-1a87a02e575f, URL: /sdc/v1/catalog/services/DemoPnfEqiblbeupjpuhxsrofsz/1.0/artifacts/service-DemoPnfEqiblbeupjpuhxsrofsz-csar.csar to file: /app/ASDC/1/service-DemoPnfEqiblbeupjpuhxsrofsz-csar.csar 2022-08-13T04:40:22.463Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfEqiblbeupjpuhxsrofsz-csar.csar 2022-08-13T04:40:22.464Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfEqiblbeupjpuhxsrofsz-csar.csar 2022-08-13T04:40:22.464Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfEqiblbeupjpuhxsrofsz-csar.csar 2022-08-13T04:40:22.826Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP387283177212156446/Definitions/service-DemoPnfEqiblbeupjpuhxsrofsz-template.yml 2022-08-13T04:40:24.154Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-08-13T04:40:24.155Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-08-13T04:40:24.156Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfEqiblbeupjpuhxsrofsz-csar.csar 2022-08-13T04:40:24.156Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-08-13T04:40:24.156Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfEqiblbeupjpuhxsrofsz-csar.csar 2022-08-13T04:40:24.157Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF c74ec563-829e 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-DemoPnfEqiblbeupjpuhxsrofsz-csar.csar 2022-08-13T04:40:24.158Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfEqiblbeupjpuhxsrofsz-csar.csar 2022-08-13T04:40:24.159Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfEqiblbeupjpuhxsrofsz-csar.csar 2022-08-13T04:40:24.159Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfEqiblbeupjpuhxsrofsz-csar.csar 2022-08-13T04:40:24.159Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfEqiblbeupjpuhxsrofsz-csar.csar 2022-08-13T04:40:24.160Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfEqiblbeupjpuhxsrofsz-csar.csar 2022-08-13T04:40:24.160Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-08-13T04:40:24.161Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:40:24.161Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_EQIBLbEupJpuHXsrofsZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:40:24.162Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||DEBUG|500||Node template pNF c74ec563-829e 0 is matching search criteria 2022-08-13T04:40:24.162Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-08-13T04:40:24.163Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF c74ec563-829e 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-13T04:40:24.163Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:40:24.163Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_EQIBLbEupJpuHXsrofsZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:40:24.164Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||DEBUG|500||Node template pNF c74ec563-829e 0 is matching search criteria 2022-08-13T04:40:24.164Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-08-13T04:40:24.164Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF c74ec563-829e 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-13T04:40:24.165Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:40:24.166Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_EQIBLbEupJpuHXsrofsZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:40:24.166Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:40:24.166Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_EQIBLbEupJpuHXsrofsZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:40:24.167Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:40:24.167Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_EQIBLbEupJpuHXsrofsZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:40:24.167Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:40:24.167Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_EQIBLbEupJpuHXsrofsZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:40:24.167Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:40:24.168Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_EQIBLbEupJpuHXsrofsZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:40:24.168Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_EQIBLbEupJpuHXsrofsZ Description:catalog service description Model UUID:521d4a4e-2ea8-490d-9f29-cb35ec601caa Model Version:NULL Model InvariantUuid:9379ffe9-c41c-4ddc-9a63-38de5c18a2ce 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-08-13T04:40:24.187Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: f8f02418-7eab-44d3-86f6-f11b833570f3 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-08-13T04:40:24.193Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||INFO|500||pNF c74ec563-829e 0 2022-08-13T04:40:24.194Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: f8f02418-7eab-44d3-86f6-f11b833570f3 2022-08-13T04:40:24.194Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 521d4a4e-2ea8-490d-9f29-cb35ec601caa 2022-08-13T04:40:24.194Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 521d4a4e-2ea8-490d-9f29-cb35ec601caa 2022-08-13T04:40:24.194Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF c74ec563-829e 0 f8f02418-7eab-44d3-86f6-f11b833570f3 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-08-13T04:40:24.206Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1bf83aab, org.onap.sdc.toscaparser.api.parameters.Input@2635961f, org.onap.sdc.toscaparser.api.parameters.Input@498a6a06, org.onap.sdc.toscaparser.api.parameters.Input@478ef427, org.onap.sdc.toscaparser.api.parameters.Input@1df9a31f] 2022-08-13T04:40:24.207Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:40:24.207Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_EQIBLbEupJpuHXsrofsZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:40:24.208Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 521d4a4e-2ea8-490d-9f29-cb35ec601caa: pNF c74ec563-829e 2022-08-13T04:40:24.208Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||INFO|500||Processing PNF resource: f8f02418-7eab-44d3-86f6-f11b833570f3 2022-08-13T04:40:24.209Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:40:24.209Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_EQIBLbEupJpuHXsrofsZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:40:24.209Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||INFO|500||Resource customization UUID: c641a9e8-bb82-4194-b6a8-ac8afdadf1aa is the same as notified resource customizationUUID: c641a9e8-bb82-4194-b6a8-ac8afdadf1aa 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-08-13T04:40:24.290Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF c74ec563-829e f8f02418-7eab-44d3-86f6-f11b833570f3 0 ASDC deployResourceStructure 2022-08-13T04:40:24.293Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfEqiblbeupjpuhxsrofsz/1.0/artifacts/service-DemoPnfEqiblbeupjpuhxsrofsz-csar.csar ASDC sendASDCNotification 2022-08-13T04:40:24.294Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfEqiblbeupjpuhxsrofsz/1.0/artifacts/service-DemoPnfEqiblbeupjpuhxsrofsz-csar.csar 2022-08-13T04:40:24.294Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-13T04:40:24.295Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:40:24.298Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:40:24.299Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "07247635-24cc-4fba-9cfa-52c28daba5aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365624293, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqiblbeupjpuhxsrofsz/1.0/artifacts/service-DemoPnfEqiblbeupjpuhxsrofsz-csar.csar", "status": "DEPLOY_OK" } 2022-08-13T04:40:24.402Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-08-13T04:40:24.404Z||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-08-13T04:40:24.404Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:40:24.451Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:40:24.451Z||pool-98-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":1,"count":1} 2022-08-13T04:40:25.300Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 07247635-24cc-4fba-9cfa-52c28daba5aa Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-13T04:40:25.336Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 07247635-24cc-4fba-9cfa-52c28daba5aa Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-13T04:40:25.347Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-13T04:40:25.348Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-13T04:40:25.354Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-13T04:40:55.357Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 07247635-24cc-4fba-9cfa-52c28daba5aa Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-13T04:40:55.480Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 07247635-24cc-4fba-9cfa-52c28daba5aa Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-13T04:40:55.486Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-13T04:40:55.487Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-13T04:40:55.487Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-13T04:41:11.938Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:41:11.939Z||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-08-13T04:41:11.940Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T04:41:12.107Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:41:12.108Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-13T04:41:12.108Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "07247635-24cc-4fba-9cfa-52c28daba5aa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1660365607429, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqiblbeupjpuhxsrofsz/1.0/resourceInstances/pnfc74ec563829e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:41:12.110Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-13T04:41:25.487Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 07247635-24cc-4fba-9cfa-52c28daba5aa Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-13T04:41:25.515Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 07247635-24cc-4fba-9cfa-52c28daba5aa Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-13T04:41:25.520Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-13T04:41:25.520Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-13T04:41:25.521Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-13T04:41:55.525Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 07247635-24cc-4fba-9cfa-52c28daba5aa Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-13T04:41:55.568Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 07247635-24cc-4fba-9cfa-52c28daba5aa Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-13T04:41:55.573Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-13T04:41:55.573Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-13T04:41:55.573Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-13T04:42:11.938Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:42:11.946Z||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-08-13T04:42:11.946Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T04:42:12.033Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:42:12.034Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-13T04:42:12.034Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "07247635-24cc-4fba-9cfa-52c28daba5aa", "consumerID": "ves-openapi-manager", "timestamp": 1660365602944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqiblbeupjpuhxsrofsz/1.0/artifacts/service-DemoPnfEqiblbeupjpuhxsrofsz-template.yml", "status": "NOT_NOTIFIED" } 2022-08-13T04:42:12.036Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-13T04:42:25.574Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 07247635-24cc-4fba-9cfa-52c28daba5aa Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-13T04:42:25.600Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 07247635-24cc-4fba-9cfa-52c28daba5aa Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-13T04:42:25.606Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-13T04:42:25.609Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-13T04:42:25.610Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-13T04:42:55.611Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 07247635-24cc-4fba-9cfa-52c28daba5aa Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-13T04:42:55.641Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 07247635-24cc-4fba-9cfa-52c28daba5aa Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-13T04:42:55.646Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-13T04:42:55.647Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-13T04:42:55.647Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-13T04:43:11.937Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:43:11.939Z||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-08-13T04:43:11.939Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T04:43:12.640Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:43:12.642Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:43:12.642Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "07247635-24cc-4fba-9cfa-52c28daba5aa", "consumerID": "multicloud-k8s-id", "timestamp": 1660365601932, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqiblbeupjpuhxsrofsz/1.0/artifacts/service-DemoPnfEqiblbeupjpuhxsrofsz-template.yml", "status": "NOT_NOTIFIED" } 2022-08-13T04:43:12.643Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:43:12.644Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:43:12.644Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "07247635-24cc-4fba-9cfa-52c28daba5aa", "consumerID": "cds", "timestamp": 1660365597099, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqiblbeupjpuhxsrofsz/1.0/artifacts/service-DemoPnfEqiblbeupjpuhxsrofsz-template.yml", "status": "NOT_NOTIFIED" } 2022-08-13T04:43:12.644Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:43:12.644Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:43:12.644Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "07247635-24cc-4fba-9cfa-52c28daba5aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365611928, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqiblbeupjpuhxsrofsz/1.0/resourceInstances/pnfc74ec563829e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:43:12.644Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:43:12.644Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:43:12.645Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "07247635-24cc-4fba-9cfa-52c28daba5aa", "consumerID": "policy-id", "timestamp": 1660365605239, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqiblbeupjpuhxsrofsz/1.0/artifacts/service-DemoPnfEqiblbeupjpuhxsrofsz-template.yml", "status": "NOT_NOTIFIED" } 2022-08-13T04:43:12.646Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:43:12.646Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:43:12.646Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "07247635-24cc-4fba-9cfa-52c28daba5aa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1660365607429, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqiblbeupjpuhxsrofsz/1.0/resourceInstances/pnfc74ec563829e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-13T04:43:12.646Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:43:12.646Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:43:12.647Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "07247635-24cc-4fba-9cfa-52c28daba5aa", "consumerID": "ves-openapi-manager", "timestamp": 1660365602944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqiblbeupjpuhxsrofsz/1.0/artifacts/service-DemoPnfEqiblbeupjpuhxsrofsz-csar.csar", "status": "NOT_NOTIFIED" } 2022-08-13T04:43:12.647Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:43:12.647Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:43:12.647Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "07247635-24cc-4fba-9cfa-52c28daba5aa", "consumerID": "multicloud-k8s-id", "timestamp": 1660365601932, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqiblbeupjpuhxsrofsz/1.0/artifacts/service-DemoPnfEqiblbeupjpuhxsrofsz-csar.csar", "status": "NOTIFIED" } 2022-08-13T04:43:12.647Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:43:12.647Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:43:12.647Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "07247635-24cc-4fba-9cfa-52c28daba5aa", "consumerID": "cds", "timestamp": 1660365597099, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqiblbeupjpuhxsrofsz/1.0/artifacts/service-DemoPnfEqiblbeupjpuhxsrofsz-csar.csar", "status": "NOTIFIED" } 2022-08-13T04:43:12.647Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:43:12.648Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:43:12.648Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "07247635-24cc-4fba-9cfa-52c28daba5aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365611928, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqiblbeupjpuhxsrofsz/1.0/resourceInstances/pnfc74ec563829e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-13T04:43:12.648Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:43:12.648Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:43:12.648Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "07247635-24cc-4fba-9cfa-52c28daba5aa", "consumerID": "policy-id", "timestamp": 1660365605239, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqiblbeupjpuhxsrofsz/1.0/artifacts/service-DemoPnfEqiblbeupjpuhxsrofsz-csar.csar", "status": "NOTIFIED" } 2022-08-13T04:43:12.648Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:43:12.649Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:43:12.649Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "07247635-24cc-4fba-9cfa-52c28daba5aa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1660365607429, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqiblbeupjpuhxsrofsz/1.0/resourceInstances/pnfc74ec563829e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-13T04:43:12.650Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:43:12.650Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:43:12.650Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "07247635-24cc-4fba-9cfa-52c28daba5aa", "consumerID": "ves-openapi-manager", "timestamp": 1660365613431, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqiblbeupjpuhxsrofsz/1.0/resourceInstances/pnfc74ec563829e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-08-13T04:43:12.650Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:43:12.650Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:43:12.650Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "07247635-24cc-4fba-9cfa-52c28daba5aa", "consumerID": "cds", "timestamp": 1660365613130, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqiblbeupjpuhxsrofsz/1.0/artifacts/service-DemoPnfEqiblbeupjpuhxsrofsz-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-13T04:43:12.650Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:43:12.651Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:43:12.651Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "07247635-24cc-4fba-9cfa-52c28daba5aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365611928, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqiblbeupjpuhxsrofsz/1.0/resourceInstances/pnfc74ec563829e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-13T04:43:12.651Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:43:12.651Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:43:12.651Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "07247635-24cc-4fba-9cfa-52c28daba5aa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1660365607429, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqiblbeupjpuhxsrofsz/1.0/artifacts/service-DemoPnfEqiblbeupjpuhxsrofsz-template.yml", "status": "NOT_NOTIFIED" } 2022-08-13T04:43:12.651Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:43:12.651Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:43:12.653Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "07247635-24cc-4fba-9cfa-52c28daba5aa", "consumerID": "policy-id", "timestamp": 1660365614167, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqiblbeupjpuhxsrofsz/1.0/artifacts/service-DemoPnfEqiblbeupjpuhxsrofsz-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-13T04:43:12.653Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:43:12.653Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:43:12.653Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "07247635-24cc-4fba-9cfa-52c28daba5aa", "consumerID": "ves-openapi-manager", "timestamp": 1660365614469, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqiblbeupjpuhxsrofsz/1.0/resourceInstances/pnfc74ec563829e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-08-13T04:43:12.653Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:43:12.654Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:43:12.654Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "07247635-24cc-4fba-9cfa-52c28daba5aa", "consumerID": "cds", "timestamp": 1660365614138, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqiblbeupjpuhxsrofsz/1.0/artifacts/service-DemoPnfEqiblbeupjpuhxsrofsz-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-08-13T04:43:12.665Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 07247635-24cc-4fba-9cfa-52c28daba5aa 2022-08-13T04:43:12.666Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 07247635-24cc-4fba-9cfa-52c28daba5aa 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-08-13T04:43:12.684Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:43:12.684Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "07247635-24cc-4fba-9cfa-52c28daba5aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365611928, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqiblbeupjpuhxsrofsz/1.0/resourceInstances/pnfc74ec563829e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:43:12.685Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:43:12.685Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:43:12.686Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "07247635-24cc-4fba-9cfa-52c28daba5aa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1660365607429, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqiblbeupjpuhxsrofsz/1.0/artifacts/service-DemoPnfEqiblbeupjpuhxsrofsz-csar.csar", "status": "NOTIFIED" } 2022-08-13T04:43:12.686Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:43:12.686Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:43:12.686Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "07247635-24cc-4fba-9cfa-52c28daba5aa", "consumerID": "policy-id", "timestamp": 1660365615173, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqiblbeupjpuhxsrofsz/1.0/artifacts/service-DemoPnfEqiblbeupjpuhxsrofsz-csar.csar", "status": "DEPLOY_OK" } 2022-08-13T04:43:12.686Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:43:12.687Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:43:12.687Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "07247635-24cc-4fba-9cfa-52c28daba5aa", "consumerID": "ves-openapi-manager", "timestamp": 1660365615473, "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-08-13T04:43:12.695Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 07247635-24cc-4fba-9cfa-52c28daba5aa 2022-08-13T04:43:12.695Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 07247635-24cc-4fba-9cfa-52c28daba5aa 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-08-13T04:43:12.710Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:43:12.710Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "07247635-24cc-4fba-9cfa-52c28daba5aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365611928, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqiblbeupjpuhxsrofsz/1.0/resourceInstances/pnfc74ec563829e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-13T04:43:12.710Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:43:12.711Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:43:12.711Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "07247635-24cc-4fba-9cfa-52c28daba5aa", "consumerID": "policy-id", "timestamp": 1660365616178, "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-08-13T04:43:12.718Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 07247635-24cc-4fba-9cfa-52c28daba5aa 2022-08-13T04:43:12.718Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 07247635-24cc-4fba-9cfa-52c28daba5aa 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-08-13T04:43:12.729Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:43:12.730Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "07247635-24cc-4fba-9cfa-52c28daba5aa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1660365616338, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqiblbeupjpuhxsrofsz/1.0/artifacts/service-DemoPnfEqiblbeupjpuhxsrofsz-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-13T04:43:12.730Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:43:12.730Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:43:12.730Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "07247635-24cc-4fba-9cfa-52c28daba5aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365611928, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqiblbeupjpuhxsrofsz/1.0/resourceInstances/pnfc74ec563829e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-13T04:43:12.730Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:43:12.731Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:43:12.731Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "07247635-24cc-4fba-9cfa-52c28daba5aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365611928, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqiblbeupjpuhxsrofsz/1.0/artifacts/service-DemoPnfEqiblbeupjpuhxsrofsz-template.yml", "status": "NOT_NOTIFIED" } 2022-08-13T04:43:12.731Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:43:12.731Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:43:12.731Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "07247635-24cc-4fba-9cfa-52c28daba5aa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1660365618576, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqiblbeupjpuhxsrofsz/1.0/artifacts/service-DemoPnfEqiblbeupjpuhxsrofsz-csar.csar", "status": "DEPLOY_OK" } 2022-08-13T04:43:12.731Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:43:12.731Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:43:12.732Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "07247635-24cc-4fba-9cfa-52c28daba5aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365611928, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqiblbeupjpuhxsrofsz/1.0/artifacts/service-DemoPnfEqiblbeupjpuhxsrofsz-csar.csar", "status": "NOTIFIED" } 2022-08-13T04:43:12.732Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:43:12.732Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:43:12.732Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "07247635-24cc-4fba-9cfa-52c28daba5aa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1660365619581, "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-08-13T04:43:12.740Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 07247635-24cc-4fba-9cfa-52c28daba5aa 2022-08-13T04:43:12.740Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 07247635-24cc-4fba-9cfa-52c28daba5aa 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-08-13T04:43:12.751Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:43:12.752Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "07247635-24cc-4fba-9cfa-52c28daba5aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365621454, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqiblbeupjpuhxsrofsz/1.0/artifacts/service-DemoPnfEqiblbeupjpuhxsrofsz-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-13T04:43:12.752Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:43:12.752Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:43:12.753Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "07247635-24cc-4fba-9cfa-52c28daba5aa", "consumerID": "clamp", "timestamp": 1660365622493, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqiblbeupjpuhxsrofsz/1.0/resourceInstances/pnfc74ec563829e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:43:12.753Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:43:12.753Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:43:12.753Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "07247635-24cc-4fba-9cfa-52c28daba5aa", "consumerID": "clamp", "timestamp": 1660365622493, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqiblbeupjpuhxsrofsz/1.0/resourceInstances/pnfc74ec563829e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-13T04:43:12.753Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:43:12.753Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:43:12.754Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "07247635-24cc-4fba-9cfa-52c28daba5aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365624293, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqiblbeupjpuhxsrofsz/1.0/artifacts/service-DemoPnfEqiblbeupjpuhxsrofsz-csar.csar", "status": "DEPLOY_OK" } 2022-08-13T04:43:12.754Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:43:12.754Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:43:12.754Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "07247635-24cc-4fba-9cfa-52c28daba5aa", "consumerID": "clamp", "timestamp": 1660365622493, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqiblbeupjpuhxsrofsz/1.0/resourceInstances/pnfc74ec563829e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-13T04:43:12.754Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:43:12.754Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:43:12.755Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "07247635-24cc-4fba-9cfa-52c28daba5aa", "consumerID": "clamp", "timestamp": 1660365622493, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqiblbeupjpuhxsrofsz/1.0/resourceInstances/pnfc74ec563829e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:43:12.755Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:43:12.755Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:43:12.755Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "07247635-24cc-4fba-9cfa-52c28daba5aa", "consumerID": "aai-ml", "timestamp": 1660365624154, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqiblbeupjpuhxsrofsz/1.0/resourceInstances/pnfc74ec563829e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:43:12.755Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:43:12.755Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:43:12.755Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "07247635-24cc-4fba-9cfa-52c28daba5aa", "consumerID": "clamp", "timestamp": 1660365622493, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqiblbeupjpuhxsrofsz/1.0/resourceInstances/pnfc74ec563829e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-13T04:43:12.755Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:43:12.756Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:43:12.756Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "07247635-24cc-4fba-9cfa-52c28daba5aa", "consumerID": "aai-ml", "timestamp": 1660365624154, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqiblbeupjpuhxsrofsz/1.0/resourceInstances/pnfc74ec563829e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-13T04:43:12.756Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:43:12.756Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:43:12.756Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "07247635-24cc-4fba-9cfa-52c28daba5aa", "consumerID": "clamp", "timestamp": 1660365622493, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqiblbeupjpuhxsrofsz/1.0/resourceInstances/pnfc74ec563829e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-13T04:43:12.756Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:43:12.756Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:43:12.756Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "07247635-24cc-4fba-9cfa-52c28daba5aa", "consumerID": "aai-ml", "timestamp": 1660365624154, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqiblbeupjpuhxsrofsz/1.0/resourceInstances/pnfc74ec563829e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-13T04:43:12.756Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:43:12.757Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:43:12.757Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "07247635-24cc-4fba-9cfa-52c28daba5aa", "consumerID": "clamp", "timestamp": 1660365622493, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqiblbeupjpuhxsrofsz/1.0/artifacts/service-DemoPnfEqiblbeupjpuhxsrofsz-template.yml", "status": "NOT_NOTIFIED" } 2022-08-13T04:43:12.757Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:43:12.757Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:43:12.757Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "07247635-24cc-4fba-9cfa-52c28daba5aa", "consumerID": "aai-ml", "timestamp": 1660365624154, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqiblbeupjpuhxsrofsz/1.0/resourceInstances/pnfc74ec563829e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:43:12.757Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:43:12.757Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:43:12.758Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "07247635-24cc-4fba-9cfa-52c28daba5aa", "consumerID": "clamp", "timestamp": 1660365622493, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqiblbeupjpuhxsrofsz/1.0/artifacts/service-DemoPnfEqiblbeupjpuhxsrofsz-csar.csar", "status": "NOTIFIED" } 2022-08-13T04:43:12.758Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:43:12.758Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:43:12.758Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "07247635-24cc-4fba-9cfa-52c28daba5aa", "consumerID": "aai-ml", "timestamp": 1660365624154, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqiblbeupjpuhxsrofsz/1.0/resourceInstances/pnfc74ec563829e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-13T04:43:12.758Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:43:12.758Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:43:12.758Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "07247635-24cc-4fba-9cfa-52c28daba5aa", "consumerID": "aai-ml", "timestamp": 1660365624154, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqiblbeupjpuhxsrofsz/1.0/resourceInstances/pnfc74ec563829e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-13T04:43:12.758Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:43:12.759Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:43:12.759Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "07247635-24cc-4fba-9cfa-52c28daba5aa", "consumerID": "aai-ml", "timestamp": 1660365624154, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqiblbeupjpuhxsrofsz/1.0/artifacts/service-DemoPnfEqiblbeupjpuhxsrofsz-template.yml", "status": "NOT_NOTIFIED" } 2022-08-13T04:43:12.759Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:43:12.759Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:43:12.759Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "07247635-24cc-4fba-9cfa-52c28daba5aa", "consumerID": "aai-ml", "timestamp": 1660365624154, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqiblbeupjpuhxsrofsz/1.0/artifacts/service-DemoPnfEqiblbeupjpuhxsrofsz-csar.csar", "status": "NOTIFIED" } 2022-08-13T04:43:12.759Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-13T04:43:12.760Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:43:12.760Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "07247635-24cc-4fba-9cfa-52c28daba5aa", "consumerID": "aai-ml", "timestamp": 1660365633022, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqiblbeupjpuhxsrofsz/1.0/artifacts/service-DemoPnfEqiblbeupjpuhxsrofsz-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-13T04:43:12.760Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:43:12.760Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:43:12.760Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "07247635-24cc-4fba-9cfa-52c28daba5aa", "consumerID": "clamp", "timestamp": 1660365635605, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqiblbeupjpuhxsrofsz/1.0/artifacts/service-DemoPnfEqiblbeupjpuhxsrofsz-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-13T04:43:12.760Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:43:12.760Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:43:12.760Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "07247635-24cc-4fba-9cfa-52c28daba5aa", "consumerID": "clamp", "timestamp": 1660365637527, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqiblbeupjpuhxsrofsz/1.0/artifacts/service-DemoPnfEqiblbeupjpuhxsrofsz-csar.csar", "status": "DEPLOY_OK" } 2022-08-13T04:43:12.761Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:43:12.761Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:43:12.761Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "07247635-24cc-4fba-9cfa-52c28daba5aa", "consumerID": "clamp", "timestamp": 1660365638533, "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-08-13T04:43:12.769Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 07247635-24cc-4fba-9cfa-52c28daba5aa 2022-08-13T04:43:12.770Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 07247635-24cc-4fba-9cfa-52c28daba5aa 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-08-13T04:43:12.781Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:43:12.781Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "07247635-24cc-4fba-9cfa-52c28daba5aa", "consumerID": "aai-ml", "timestamp": 1660365639346, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqiblbeupjpuhxsrofsz/1.0/artifacts/service-DemoPnfEqiblbeupjpuhxsrofsz-csar.csar", "status": "DEPLOY_OK" } 2022-08-13T04:43:12.782Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:43:12.782Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:43:12.782Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "07247635-24cc-4fba-9cfa-52c28daba5aa", "consumerID": "aai-ml", "timestamp": 1660365640350, "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-08-13T04:43:12.789Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 07247635-24cc-4fba-9cfa-52c28daba5aa 2022-08-13T04:43:12.790Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 07247635-24cc-4fba-9cfa-52c28daba5aa 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-08-13T04:43:25.648Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 07247635-24cc-4fba-9cfa-52c28daba5aa Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-13T04:43:25.672Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 07247635-24cc-4fba-9cfa-52c28daba5aa Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-13T04:43:25.694Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-13T04:43:25.696Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-08-13T04:43:25.696Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-08-13T04:43:25.696Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-08-13T04:43:25.696Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-13T04:43:25.697Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-13T04:43:25.697Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-13T04:43:25.699Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-13T04:43:25.699Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-13T04:43:25.699Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-13T04:43:25.699Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-13T04:43:25.699Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-08-13T04:43:25.714Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-08-13T04:43:55.716Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 07247635-24cc-4fba-9cfa-52c28daba5aa 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-08-13T04:43:55.754Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 07247635-24cc-4fba-9cfa-52c28daba5aa and serviceModelVersionId: 521d4a4e-2ea8-490d-9f29-cb35ec601caa 2022-08-13T04:43:55.755Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9379ffe9-c41c-4ddc-9a63-38de5c18a2ce 2022-08-13T04:43:55.759Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9379ffe9-c41c-4ddc-9a63-38de5c18a2ce/model-vers/model-ver/521d4a4e-2ea8-490d-9f29-cb35ec601caa?depth=0 2022-08-13T04:43:55.779Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-08-13T04:43:55.966Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9379ffe9-c41c-4ddc-9a63-38de5c18a2ce/model-vers/model-ver/521d4a4e-2ea8-490d-9f29-cb35ec601caa?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-08-13T04:43:55.974Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9379ffe9-c41c-4ddc-9a63-38de5c18a2ce/model-vers/model-ver/521d4a4e-2ea8-490d-9f29-cb35ec601caa?depth=0|INFO|500||Invoke 2022-08-13T04:43:56.081Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9379ffe9-c41c-4ddc-9a63-38de5c18a2ce/model-vers/model-ver/521d4a4e-2ea8-490d-9f29-cb35ec601caa?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-08-13T04:43:56.486Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9379ffe9-c41c-4ddc-9a63-38de5c18a2ce/model-vers/model-ver/521d4a4e-2ea8-490d-9f29-cb35ec601caa?depth=0|INFO|500||InvokeReturn 2022-08-13T04:43:56.490Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9379ffe9-c41c-4ddc-9a63-38de5c18a2ce/model-vers/model-ver/521d4a4e-2ea8-490d-9f29-cb35ec601caa?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220813-04:43:55:313-25656], vertex-id=[204912], Content-Length=[0], Date=[Sat, 13 Aug 2022 04:43:55 GMT], Content-Type=[application/json]} 2022-08-13T04:43:56.491Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity. 2022-08-13T04:43:56.492Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-08-13T04:43:56.492Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-08-13T04:43:56.518Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-08-13T04:43:56.518Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 07247635-24cc-4fba-9cfa-52c28daba5aa and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-08-13T04:43:56.518Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-08-13T04:43:56.519Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:43:56.534Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:43:56.534Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "07247635-24cc-4fba-9cfa-52c28daba5aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365836518, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-08-13T04:43:56.624Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms 2022-08-13T04:43:56.625Z||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-08-13T04:43:56.626Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:43:56.738Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:43:56.738Z||pool-99-thread-1|||||INFO|500||cambria reply ok (113 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-08-13T04:43:57.600Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:43:57.602Z|07247635-24cc-4fba-9cfa-52c28daba5aa|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-08-13T04:43:57.602Z|07247635-24cc-4fba-9cfa-52c28daba5aa|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 o3eFBA9aUab8FfqA) ... 2022-08-13T04:44:07.998Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:44:07.999Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:44:08.000Z|07247635-24cc-4fba-9cfa-52c28daba5aa|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-08-13T04:44:08.000Z|07247635-24cc-4fba-9cfa-52c28daba5aa|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 o3eFBA9aUab8FfqA) ... 2022-08-13T04:44:11.937Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:44:11.939Z||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-08-13T04:44:11.939Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T04:44:12.666Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:44:12.667Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-13T04:44:12.668Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "07247635-24cc-4fba-9cfa-52c28daba5aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660365836518, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-08-13T04:44:12.669Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:44:17.575Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:44:17.576Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:44:17.577Z||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-08-13T04:44:17.578Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T04:44:27.186Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:44:27.186Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:44:27.187Z||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-08-13T04:44:27.187Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T04:44:36.762Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:45:11.928Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:45:11.929Z||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-08-13T04:45:11.929Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T04:45:11.937Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:45:11.938Z||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-08-13T04:45:11.939Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T04:45:21.499Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:45:21.533Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:46:11.928Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:46:11.929Z||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-08-13T04:46:11.929Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T04:46:11.937Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:46:11.938Z||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-08-13T04:46:11.938Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T04:46:21.514Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:46:21.516Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:47:11.928Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:47:11.928Z|07247635-24cc-4fba-9cfa-52c28daba5aa|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-08-13T04:47:11.929Z|07247635-24cc-4fba-9cfa-52c28daba5aa|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 o3eFBA9aUab8FfqA) ... 2022-08-13T04:47:11.937Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:47:11.938Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|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-08-13T04:47:11.938Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|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 o3eFBA9aUab8FfqA) ... 2022-08-13T04:47:21.482Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:47:21.498Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:48:11.928Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:48:11.929Z|07247635-24cc-4fba-9cfa-52c28daba5aa|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-08-13T04:48:11.929Z|07247635-24cc-4fba-9cfa-52c28daba5aa|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 o3eFBA9aUab8FfqA) ... 2022-08-13T04:48:11.937Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:48:11.938Z||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-08-13T04:48:11.939Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T04:48:21.498Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:48:21.518Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:49:11.929Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:49:11.930Z|07247635-24cc-4fba-9cfa-52c28daba5aa|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-08-13T04:49:11.930Z|07247635-24cc-4fba-9cfa-52c28daba5aa|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 o3eFBA9aUab8FfqA) ... 2022-08-13T04:49:11.939Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:49:11.940Z||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-08-13T04:49:11.940Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T04:49:21.538Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:49:21.562Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:50:11.929Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:50:11.930Z|07247635-24cc-4fba-9cfa-52c28daba5aa|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-08-13T04:50:11.931Z|07247635-24cc-4fba-9cfa-52c28daba5aa|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 o3eFBA9aUab8FfqA) ... 2022-08-13T04:50:11.937Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:50:11.938Z||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-08-13T04:50:11.938Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T04:50:21.524Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:50:21.570Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:51:11.928Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:51:11.929Z||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-08-13T04:51:11.930Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T04:51:11.937Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:51:11.938Z||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-08-13T04:51:11.938Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T04:51:12.225Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:51:12.228Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:51:12.229Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "clamp", "timestamp": 1660366252493, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:51:12.230Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:51:12.231Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:51:12.231Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "ves-openapi-manager", "timestamp": 1660366242944, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:51:12.231Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:51:12.231Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:51:12.231Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "policy-id", "timestamp": 1660366245239, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:51:12.231Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:51:12.231Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:51:12.231Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "clamp", "timestamp": 1660366252493, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-08-13T04:51:12.232Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:51:12.232Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:51:12.232Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "ves-openapi-manager", "timestamp": 1660366242944, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-13T04:51:12.232Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:51:12.233Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:51:12.233Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "policy-id", "timestamp": 1660366245239, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-13T04:51:12.233Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:51:12.233Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:51:12.233Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "clamp", "timestamp": 1660366252493, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-08-13T04:51:12.233Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:51:12.234Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:51:12.234Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "ves-openapi-manager", "timestamp": 1660366242944, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-08-13T04:51:12.234Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:51:12.234Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:51:12.234Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "policy-id", "timestamp": 1660366245239, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-08-13T04:51:12.234Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:51:12.234Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:51:12.235Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "aai-ml", "timestamp": 1660366254154, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:51:12.235Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:51:12.235Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:51:12.235Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "clamp", "timestamp": 1660366252493, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:51:12.235Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:51:12.235Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:51:12.236Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "policy-id", "timestamp": 1660366245239, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:51:12.236Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:51:12.236Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:51:12.236Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "ves-openapi-manager", "timestamp": 1660366242944, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:51:12.237Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:51:12.237Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:51:12.237Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "aai-ml", "timestamp": 1660366254154, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-13T04:51:12.237Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:51:12.237Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:51:12.237Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "clamp", "timestamp": 1660366252493, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-08-13T04:51:12.238Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:51:12.238Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:51:12.238Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "ves-openapi-manager", "timestamp": 1660366242944, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-08-13T04:51:12.238Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:51:12.238Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:51:12.238Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "policy-id", "timestamp": 1660366245239, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-08-13T04:51:12.239Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:51:12.239Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:51:12.239Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "aai-ml", "timestamp": 1660366254154, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-08-13T04:51:12.239Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:51:12.239Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:51:12.239Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "clamp", "timestamp": 1660366252493, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-08-13T04:51:12.239Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:51:12.240Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:51:12.240Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "ves-openapi-manager", "timestamp": 1660366242944, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-08-13T04:51:12.240Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:51:12.240Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:51:12.240Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "policy-id", "timestamp": 1660366245239, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-08-13T04:51:12.240Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:51:12.240Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:51:12.241Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "cds", "timestamp": 1660366257099, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:51:12.241Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:51:12.241Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:51:12.241Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "aai-ml", "timestamp": 1660366254154, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:51:12.241Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:51:12.241Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:51:12.242Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "clamp", "timestamp": 1660366252493, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-08-13T04:51:12.242Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:51:12.242Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:51:12.242Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "policy-id", "timestamp": 1660366245239, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-08-13T04:51:12.242Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:51:12.242Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:51:12.242Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "ves-openapi-manager", "timestamp": 1660366242944, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-08-13T04:51:12.243Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:51:12.243Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:51:12.243Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "cds", "timestamp": 1660366257099, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-13T04:51:12.243Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:51:12.243Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:51:12.243Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "aai-ml", "timestamp": 1660366254154, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-08-13T04:51:12.243Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:51:12.244Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:51:12.244Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "clamp", "timestamp": 1660366252493, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-08-13T04:51:12.244Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:51:12.244Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:51:12.244Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "ves-openapi-manager", "timestamp": 1660366242944, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-08-13T04:51:12.244Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:51:12.244Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:51:12.245Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "policy-id", "timestamp": 1660366245239, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-08-13T04:51:12.245Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:51:12.245Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:51:12.245Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "cds", "timestamp": 1660366257099, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-08-13T04:51:12.245Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:51:12.245Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:51:12.246Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "aai-ml", "timestamp": 1660366254154, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-08-13T04:51:12.246Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:51:12.246Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:51:12.246Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "ves-openapi-manager", "timestamp": 1660366242944, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-08-13T04:51:12.246Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:51:12.246Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:51:12.246Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "clamp", "timestamp": 1660366252493, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-08-13T04:51:12.247Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:51:12.247Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:51:12.247Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "policy-id", "timestamp": 1660366245239, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-08-13T04:51:12.247Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:51:12.247Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:51:12.247Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "cds", "timestamp": 1660366257099, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:51:12.247Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:51:12.248Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:51:12.251Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "aai-ml", "timestamp": 1660366254154, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-08-13T04:51:12.252Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:51:12.252Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:51:12.252Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "multicloud-k8s-id", "timestamp": 1660366261932, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:51:12.253Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:51:12.253Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:51:12.253Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "clamp", "timestamp": 1660366252493, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-08-13T04:51:12.253Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:51:12.253Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:51:12.253Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "ves-openapi-manager", "timestamp": 1660366242944, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-08-13T04:51:12.254Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:51:12.254Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:51:12.254Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "policy-id", "timestamp": 1660366245239, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-08-13T04:51:12.255Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:51:12.255Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:51:12.255Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "cds", "timestamp": 1660366257099, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-08-13T04:51:12.257Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:51:12.257Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:51:12.257Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "aai-ml", "timestamp": 1660366254154, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-08-13T04:51:12.259Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:51:12.259Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:51:12.260Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "multicloud-k8s-id", "timestamp": 1660366261932, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-08-13T04:51:12.261Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:51:12.261Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:51:12.261Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "cds", "timestamp": 1660366257099, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-08-13T04:51:12.262Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:51:12.263Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:51:12.263Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "aai-ml", "timestamp": 1660366254154, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-08-13T04:51:12.263Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:51:12.263Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:51:12.263Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "policy-id", "timestamp": 1660366263629, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-13T04:51:12.264Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:51:12.264Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:51:12.264Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "580fada1-067a-46af-9295-07c1938ba732", "consumerID": "ves-openapi-manager", "timestamp": 1660366263128, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:51:12.264Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:51:12.264Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:51:12.264Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "multicloud-k8s-id", "timestamp": 1660366261932, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-08-13T04:51:12.265Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:51:12.265Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:51:12.265Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "cds", "timestamp": 1660366257099, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-08-13T04:51:12.265Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:51:12.265Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:51:12.265Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "aai-ml", "timestamp": 1660366254154, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-08-13T04:51:12.266Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:51:12.266Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:51:12.266Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "policy-id", "timestamp": 1660366264636, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-08-13T04:51:12.266Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:51:12.266Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:51:12.266Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "580fada1-067a-46af-9295-07c1938ba732", "consumerID": "ves-openapi-manager", "timestamp": 1660366263128, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-13T04:51:12.270Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:51:12.270Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:51:12.270Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "multicloud-k8s-id", "timestamp": 1660366261932, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:51:12.271Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:51:12.271Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:51:12.271Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "cds", "timestamp": 1660366257099, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-08-13T04:51:12.271Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:51:12.271Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:51:12.271Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "aai-ml", "timestamp": 1660366265063, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-13T04:51:12.271Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:51:12.271Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:51:12.271Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "policy-id", "timestamp": 1660366265639, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-08-13T04:51:12.313Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e8278c29-18b3-4fba-8220-cf9ec47aa0cd 2022-08-13T04:51:12.314Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e8278c29-18b3-4fba-8220-cf9ec47aa0cd 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-08-13T04:51:12.359Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:51:12.359Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "580fada1-067a-46af-9295-07c1938ba732", "consumerID": "ves-openapi-manager", "timestamp": 1660366263128, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-08-13T04:51:12.360Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:51:12.360Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:51:12.360Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "multicloud-k8s-id", "timestamp": 1660366261932, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-08-13T04:51:12.360Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:51:12.360Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:51:12.360Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "cds", "timestamp": 1660366257099, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-08-13T04:51:12.360Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:51:12.360Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:51:12.360Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "580fada1-067a-46af-9295-07c1938ba732", "consumerID": "ves-openapi-manager", "timestamp": 1660366263128, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:51:12.361Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:51:12.361Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:51:12.361Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "multicloud-k8s-id", "timestamp": 1660366261932, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-08-13T04:51:12.361Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:51:12.361Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:51:12.361Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "cds", "timestamp": 1660366257099, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-08-13T04:51:12.361Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:51:12.361Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:51:12.361Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "580fada1-067a-46af-9295-07c1938ba732", "consumerID": "policy-id", "timestamp": 1660366266643, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:51:12.362Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:51:12.362Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:51:12.362Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "580fada1-067a-46af-9295-07c1938ba732", "consumerID": "ves-openapi-manager", "timestamp": 1660366263128, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-08-13T04:51:12.362Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:51:12.362Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:51:12.362Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "multicloud-k8s-id", "timestamp": 1660366261932, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-08-13T04:51:12.363Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:51:12.363Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:51:12.363Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1660366267429, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:51:12.363Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:51:12.363Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:51:12.363Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "580fada1-067a-46af-9295-07c1938ba732", "consumerID": "policy-id", "timestamp": 1660366266643, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-13T04:51:12.363Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:51:12.363Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:51:12.363Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "cds", "timestamp": 1660366268281, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-13T04:51:12.363Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:51:12.363Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:51:12.364Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "580fada1-067a-46af-9295-07c1938ba732", "consumerID": "ves-openapi-manager", "timestamp": 1660366263128, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-08-13T04:51:12.364Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:51:12.364Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:51:12.364Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "multicloud-k8s-id", "timestamp": 1660366261932, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-08-13T04:51:12.364Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:51:12.365Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:51:12.365Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1660366267429, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-13T04:51:12.365Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:51:12.365Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:51:12.365Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "clamp", "timestamp": 1660366270953, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-13T04:51:12.366Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:51:12.366Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:51:12.367Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "580fada1-067a-46af-9295-07c1938ba732", "consumerID": "policy-id", "timestamp": 1660366266643, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-08-13T04:51:12.367Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:51:12.367Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:51:12.367Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "580fada1-067a-46af-9295-07c1938ba732", "consumerID": "ves-openapi-manager", "timestamp": 1660366263128, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-08-13T04:51:12.367Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:51:12.368Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:51:12.368Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "multicloud-k8s-id", "timestamp": 1660366261932, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-08-13T04:51:12.368Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:51:12.368Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:51:12.368Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1660366267429, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-08-13T04:51:12.368Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:51:12.368Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:51:12.369Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "580fada1-067a-46af-9295-07c1938ba732", "consumerID": "policy-id", "timestamp": 1660366266643, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:51:12.369Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:51:12.369Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:51:12.369Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "580fada1-067a-46af-9295-07c1938ba732", "consumerID": "ves-openapi-manager", "timestamp": 1660366263128, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-08-13T04:51:12.369Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:51:12.369Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:51:12.370Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "multicloud-k8s-id", "timestamp": 1660366261932, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-08-13T04:51:12.370Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:51:12.630Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:51:12.634Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-08-13T04:51:12.635Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"e8278c29-18b3-4fba-8220-cf9ec47aa0cd","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"85c24cd1-3c6d-4409-bec2-f5a68e3fcae9","serviceDescription":"service","serviceInvariantUUID":"e1c75305-f889-4a6f-9099-7e1eccf1187a","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7551ff86-75a3-47ff-a532-830493e1e623","resourceInvariantUUID":"760b1e7c-66b0-4601-b826-d687271d6494","resourceCustomizationUUID":"29ca1ad3-e6cd-446b-a69f-9858f6ecb24e","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":"MzFkNmVhYTRiYjlkMTFjNjRkMDZmMDRiZmUwZTE2NWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"74f74aee-d4d8-4892-80f1-88f88f108a81","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":"OTJmYWM1NTNkMmE5NzhiYzllMjQwY2VmOGVmMzQ1NGM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"140967be-681e-4cfd-889a-a0e9ac1a6bfd","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":"5037beef-bdf6-49c3-84da-a7aa6085ea1d","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":"13f3a7cf-c445-4e10-aeda-42547c974f78","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":"0772738a-6300-4829-b591-54b2664b84c4","artifactVersion":"2","generatedFromUUID":"531d74ad-0fb4-4266-be1d-8b99335977ed"},{"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":"f50c5fc5-5a70-4be6-8634-060b220e0f41","artifactVersion":"2","generatedFromUUID":"5037beef-bdf6-49c3-84da-a7aa6085ea1d"},{"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":"531d74ad-0fb4-4266-be1d-8b99335977ed","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":"c921f9ca-e00a-462c-b0d7-483ca2b1616b","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":"MTU0ZWRkYWM3M2MwZjJiYjY0ZGY4MzQ3ZDcxNjIzMWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7668aabc-74ef-468a-acbb-49a20270606a","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"YmYyZjA5MDk0MmNmMTY5YjUzMWYxOTEwNGZmYzY3MTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"174c6ed8-2523-40a5-a55b-64f03d96ff12","artifactVersion":"1"}],"workloadContext":"Production"} 2022-08-13T04:51:12.639Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-13T04:51:12.640Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:51:12.644Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:51:12.645Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660366271928, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:51:12.744Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-13T04:51:12.746Z||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-08-13T04:51:12.746Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:51:12.767Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:51:12.768Z||pool-100-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-08-13T04:51:13.646Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-13T04:51:13.647Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:51:13.651Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:51:13.651Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660366271928, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-08-13T04:51:13.752Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-08-13T04:51:13.753Z||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-08-13T04:51:13.754Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:51:13.792Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:51:13.793Z||pool-101-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":1,"count":1} 2022-08-13T04:51:14.653Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-13T04:51:14.654Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:51:14.658Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:51:14.659Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660366271928, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-08-13T04:51:14.763Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-08-13T04:51:14.764Z||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-08-13T04:51:14.765Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:51:14.827Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:51:14.833Z||pool-102-thread-1|||||INFO|500||cambria reply ok (70 ms):{"serverTimeMs":1,"count":1} 2022-08-13T04:51:15.659Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-13T04:51:15.660Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:51:15.667Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:51:15.667Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660366271928, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:51:15.767Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-13T04:51:15.769Z||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-08-13T04:51:15.769Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:51:15.849Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:51:15.850Z||pool-103-thread-1|||||INFO|500||cambria reply ok (82 ms):{"serverTimeMs":0,"count":1} 2022-08-13T04:51:16.668Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-13T04:51:16.669Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:51:16.672Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:51:16.673Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660366271928, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-08-13T04:51:16.773Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-13T04:51:16.774Z||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-08-13T04:51:16.774Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:51:16.796Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:51:16.797Z||pool-104-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-08-13T04:51:17.673Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-13T04:51:17.675Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:51:17.680Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:51:17.681Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660366271928, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-08-13T04:51:17.781Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-13T04:51:17.782Z||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-08-13T04:51:17.782Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:51:17.820Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:51:17.823Z||pool-105-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":1,"count":1} 2022-08-13T04:51:18.684Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-13T04:51:18.687Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:51:18.691Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:51:18.692Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660366271928, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-08-13T04:51:18.791Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-13T04:51:18.793Z||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-08-13T04:51:18.793Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:51:18.844Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:51:18.845Z||pool-106-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":0,"count":1} 2022-08-13T04:51:19.693Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-13T04:51:19.694Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:51:19.704Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:51:19.705Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660366271928, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-08-13T04:51:19.798Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms 2022-08-13T04:51:19.799Z||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-08-13T04:51:19.800Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:51:19.828Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:51:19.829Z||pool-107-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2022-08-13T04:51:20.718Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-13T04:51:20.740Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:51:20.744Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:51:20.744Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660366271928, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-08-13T04:51:20.846Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-08-13T04:51:20.847Z||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-08-13T04:51:20.847Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:51:20.894Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:51:20.895Z||pool-108-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1} 2022-08-13T04:51:21.745Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-13T04:51:21.746Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:51:21.750Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:51:21.751Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660366271928, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-08-13T04:51:21.850Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-13T04:51:21.851Z||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-08-13T04:51:21.851Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:51:21.872Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:51:21.873Z||pool-109-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-08-13T04:51:22.752Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "85c24cd1-3c6d-4409-bec2-f5a68e3fcae9", "serviceDescription": "service", "serviceInvariantUUID": "e1c75305-f889-4a6f-9099-7e1eccf1187a", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "29ca1ad3-e6cd-446b-a69f-9858f6ecb24e", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "7551ff86-75a3-47ff-a532-830493e1e623", "resourceInvariantUUID": "760b1e7c-66b0-4601-b826-d687271d6494", "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": "OTJmYWM1NTNkMmE5NzhiYzllMjQwY2VmOGVmMzQ1NGM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "140967be-681e-4cfd-889a-a0e9ac1a6bfd", "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": "5037beef-bdf6-49c3-84da-a7aa6085ea1d", "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": "f50c5fc5-5a70-4be6-8634-060b220e0f41", "generatedFromUUID": "5037beef-bdf6-49c3-84da-a7aa6085ea1d" }, "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": "0772738a-6300-4829-b591-54b2664b84c4", "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": "f50c5fc5-5a70-4be6-8634-060b220e0f41", "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": "531d74ad-0fb4-4266-be1d-8b99335977ed", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "YmYyZjA5MDk0MmNmMTY5YjUzMWYxOTEwNGZmYzY3MTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "174c6ed8-2523-40a5-a55b-64f03d96ff12" } ], "workloadContext": "Production" } 2022-08-13T04:51:22.753Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-08-13T04:51:22.754Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 85c24cd1-3c6d-4409-bec2-f5a68e3fcae9 ASDC 2022-08-13T04:51:22.755Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:e8278c29-18b3-4fba-8220-cf9ec47aa0cd ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:85c24cd1-3c6d-4409-bec2-f5a68e3fcae9 ServiceInvariantUUID:e1c75305-f889-4a6f-9099-7e1eccf1187a 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:174c6ed8-2523-40a5-a55b-64f03d96ff12 ArtifactChecksum:YmYyZjA5MDk0MmNmMTY5YjUzMWYxOTEwNGZmYzY3MTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:29ca1ad3-e6cd-446b-a69f-9858f6ecb24e ResourceInvariantUUID:760b1e7c-66b0-4601-b826-d687271d6494 ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:7551ff86-75a3-47ff-a532-830493e1e623 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:140967be-681e-4cfd-889a-a0e9ac1a6bfd ArtifactChecksum:OTJmYWM1NTNkMmE5NzhiYzllMjQwY2VmOGVmMzQ1NGM= 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:5037beef-bdf6-49c3-84da-a7aa6085ea1d 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:f50c5fc5-5a70-4be6-8634-060b220e0f41 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:0772738a-6300-4829-b591-54b2664b84c4 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:f50c5fc5-5a70-4be6-8634-060b220e0f41 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:531d74ad-0fb4-4266-be1d-8b99335977ed ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-08-13T04:51:22.756Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 85c24cd1-3c6d-4409-bec2-f5a68e3fcae9 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-08-13T04:51:22.842Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-13T04:51:22.843Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-08-13T04:51:22.844Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-08-13T04:51:22.845Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 174c6ed8-2523-40a5-a55b-64f03d96ff12 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-08-13T04:51:22.846Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-08-13T04:51:22.847Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-08-13T04:51:22.960Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-08-13T04:51:22.981Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 174c6ed8-2523-40a5-a55b-64f03d96ff12 158213 2022-08-13T04:51:22.982Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-08-13T04:51:22.982Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-08-13T04:51:22.982Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-13T04:51:22.983Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:51:22.986Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:51:22.986Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660366282982, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-13T04:51:23.086Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-13T04:51:23.088Z||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-08-13T04:51:23.088Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:51:23.117Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:51:23.118Z||pool-110-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2022-08-13T04:51:23.987Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-13T04:51:23.988Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-08-13T04:51:23.989Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 174c6ed8-2523-40a5-a55b-64f03d96ff12, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-08-13T04:51:23.989Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2022-08-13T04:51:23.990Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-08-13T04:51:23.991Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-08-13T04:51:24.466Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11410635153873173153/Definitions/service-BasicCnfMacro-template.yml 2022-08-13T04:51:26.895Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-08-13T04:51:26.896Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-08-13T04:51:26.896Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-08-13T04:51:26.897Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-08-13T04:51:26.897Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|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-BasicCnfMacro-csar.csar 2022-08-13T04:51:26.897Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||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-08-13T04:51:26.897Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||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-08-13T04:51:26.897Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||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-08-13T04:51:26.897Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-08-13T04:51:26.898Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:51:26.898Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:51:26.899Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-08-13T04:51:26.899Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-08-13T04:51:26.899Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-13T04:51:26.900Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:51:26.900Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:51:26.900Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-08-13T04:51:26.900Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-08-13T04:51:26.900Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-13T04:51:26.901Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:51:26.901Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:51:26.901Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:51:26.902Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-08-13T04:51:26.902Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2022-08-13T04:51:26.903Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||Node template dummy_base is not matching search criteria 2022-08-13T04:51:26.903Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-08-13T04:51:26.903Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:51:26.904Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-08-13T04:51:26.904Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:51:26.904Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-08-13T04:51:26.904Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-13T04:51:26.905Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:51:26.905Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-08-13T04:51:26.905Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-13T04:51:26.906Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:51:26.906Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-08-13T04:51:26.906Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-13T04:51:26.906Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:51:26.907Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-08-13T04:51:26.907Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-13T04:51:26.907Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:51:26.907Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-08-13T04:51:26.908Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2022-08-13T04:51:26.908Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=af3d5312-4242-4d88-bc0d-46041a84bfcd 2022-08-13T04:51:26.908Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:51:26.908Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:51:26.909Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:51:26.909Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:51:26.909Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:51:26.909Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:51:26.910Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:51:26.912Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:51:26.912Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:85c24cd1-3c6d-4409-bec2-f5a68e3fcae9 Model Version:NULL Model InvariantUuid:e1c75305-f889-4a6f-9099-7e1eccf1187a Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:e92d58d9-cafb-49c2-811c-5c220f40811d Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:760b1e7c-66b0-4601-b826-d687271d6494 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:29ca1ad3-e6cd-446b-a69f-9858f6ecb24e NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:0d710866-2bbc-4a3a-a7e1-91d1ba88109e ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:27883068-9345-421d-933a-2cbc2f464a4f ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:97f7656b-6429-4862-86e9-6b732ab2c514 ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:e932bce8-4794-4745-a3f4-2ae7be8b0dd4 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:af3d5312-4242-4d88-bc0d-46041a84bfcd ModelInvariantUuid:8623e3d3-cba6-478d-ad56-5d2c24149452 ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:81bc8dfa-1746-4674-b22e-7f9144c57f61 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:c6bdc1c5-0a0f-47fc-85d0-c8fea03f30ef ModelInvariantUuid:a1348365-8e13-4bda-a073-1aae211db15f ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:f2a7e055-e8bc-4e0e-a811-9363ab880f7b 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-08-13T04:51:26.924Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 7551ff86-75a3-47ff-a532-830493e1e623 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-08-13T04:51:26.930Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||INFO|500||basic_cnf_macro 0 2022-08-13T04:51:26.930Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7551ff86-75a3-47ff-a532-830493e1e623 2022-08-13T04:51:26.930Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 140967be-681e-4cfd-889a-a0e9ac1a6bfd from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-08-13T04:51:26.930Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-08-13T04:51:26.931Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||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-08-13T04:51:27.127Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-08-13T04:51:27.128Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 140967be-681e-4cfd-889a-a0e9ac1a6bfd 1565 2022-08-13T04:51:27.128Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||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-08-13T04:51:27.129Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||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-08-13T04:51:27.129Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-13T04:51:27.129Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:51:27.132Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:51:27.132Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660366287128, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-08-13T04:51:27.233Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-13T04:51:27.235Z||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-08-13T04:51:27.235Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:51:27.275Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:51:27.277Z||pool-111-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1} 2022-08-13T04:51:28.133Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "97f7656b-6429-4862-86e9-6b732ab2c514", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e932bce8-4794-4745-a3f4-2ae7be8b0dd4", "vfModuleModelCustomizationUUID": "245ac5ce-9dcf-4877-b684-f58f8a89f378", "isBase": true, "artifacts": [ "5037beef-bdf6-49c3-84da-a7aa6085ea1d", "f50c5fc5-5a70-4be6-8634-060b220e0f41" ], "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": "0d710866-2bbc-4a3a-a7e1-91d1ba88109e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "27883068-9345-421d-933a-2cbc2f464a4f", "vfModuleModelCustomizationUUID": "83dcbd95-c880-4321-9142-308fb5facaba", "isBase": false, "artifacts": [ "531d74ad-0fb4-4266-be1d-8b99335977ed" ], "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-08-13T04:51:28.144Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:e932bce8-4794-4745-a3f4-2ae7be8b0dd4 VfModuleModelInvariantUUID:97f7656b-6429-4862-86e9-6b732ab2c514 VfModuleModelDescription:NULL Artifacts UUID List:{ 5037beef-bdf6-49c3-84da-a7aa6085ea1d , f50c5fc5-5a70-4be6-8634-060b220e0f41 } 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:27883068-9345-421d-933a-2cbc2f464a4f VfModuleModelInvariantUUID:0d710866-2bbc-4a3a-a7e1-91d1ba88109e VfModuleModelDescription:NULL Artifacts UUID List:{ 531d74ad-0fb4-4266-be1d-8b99335977ed } 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-08-13T04:51:28.147Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "97f7656b-6429-4862-86e9-6b732ab2c514", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e932bce8-4794-4745-a3f4-2ae7be8b0dd4", "vfModuleModelCustomizationUUID": "245ac5ce-9dcf-4877-b684-f58f8a89f378", "isBase": true, "artifacts": [ "5037beef-bdf6-49c3-84da-a7aa6085ea1d", "f50c5fc5-5a70-4be6-8634-060b220e0f41" ], "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": "0d710866-2bbc-4a3a-a7e1-91d1ba88109e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "27883068-9345-421d-933a-2cbc2f464a4f", "vfModuleModelCustomizationUUID": "83dcbd95-c880-4321-9142-308fb5facaba", "isBase": false, "artifacts": [ "531d74ad-0fb4-4266-be1d-8b99335977ed" ], "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-08-13T04:51:28.147Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:e932bce8-4794-4745-a3f4-2ae7be8b0dd4 VfModuleModelInvariantUUID:97f7656b-6429-4862-86e9-6b732ab2c514 VfModuleModelDescription:NULL Artifacts UUID List:{ 5037beef-bdf6-49c3-84da-a7aa6085ea1d , f50c5fc5-5a70-4be6-8634-060b220e0f41 } 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:27883068-9345-421d-933a-2cbc2f464a4f VfModuleModelInvariantUUID:0d710866-2bbc-4a3a-a7e1-91d1ba88109e VfModuleModelDescription:NULL Artifacts UUID List:{ 531d74ad-0fb4-4266-be1d-8b99335977ed } 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-08-13T04:51:28.147Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 5037beef-bdf6-49c3-84da-a7aa6085ea1d from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-08-13T04:51:28.147Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-08-13T04:51:28.148Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||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-08-13T04:51:28.386Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-08-13T04:51:28.387Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 5037beef-bdf6-49c3-84da-a7aa6085ea1d 914 2022-08-13T04:51:28.388Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||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-08-13T04:51:28.388Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||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-08-13T04:51:28.389Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-13T04:51:28.389Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:51:28.391Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:51:28.392Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660366288388, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-08-13T04:51:28.492Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-13T04:51:28.493Z||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-08-13T04:51:28.493Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:51:28.523Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:51:28.524Z||pool-112-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2022-08-13T04:51:29.399Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 0772738a-6300-4829-b591-54b2664b84c4 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-08-13T04:51:29.399Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-08-13T04:51:29.401Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||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-08-13T04:51:29.658Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-08-13T04:51:29.659Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 0772738a-6300-4829-b591-54b2664b84c4 12 2022-08-13T04:51:29.660Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||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-08-13T04:51:29.660Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||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-08-13T04:51:29.661Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-13T04:51:29.661Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:51:29.664Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:51:29.665Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660366289660, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-08-13T04:51:29.766Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-13T04:51:29.770Z||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-08-13T04:51:29.771Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:51:29.819Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:51:29.819Z||pool-113-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":0,"count":1} 2022-08-13T04:51:30.666Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: f50c5fc5-5a70-4be6-8634-060b220e0f41 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-08-13T04:51:30.667Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-08-13T04:51:30.670Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||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-08-13T04:51:30.943Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-08-13T04:51:30.944Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env f50c5fc5-5a70-4be6-8634-060b220e0f41 96 2022-08-13T04:51:30.945Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||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-08-13T04:51:30.945Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||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-08-13T04:51:30.945Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-13T04:51:30.947Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:51:30.950Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:51:30.951Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660366290944, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-08-13T04:51:31.050Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-13T04:51:31.051Z||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-08-13T04:51:31.052Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:51:31.133Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:51:31.135Z||pool-114-thread-1|||||INFO|500||cambria reply ok (84 ms):{"serverTimeMs":0,"count":1} 2022-08-13T04:51:31.951Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 531d74ad-0fb4-4266-be1d-8b99335977ed from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-08-13T04:51:31.953Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-08-13T04:51:31.953Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||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-08-13T04:51:32.161Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-08-13T04:51:32.163Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 531d74ad-0fb4-4266-be1d-8b99335977ed 20206 2022-08-13T04:51:32.164Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||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-08-13T04:51:32.166Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||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-08-13T04:51:32.174Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-13T04:51:32.181Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:51:32.185Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:51:32.185Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660366292163, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-08-13T04:51:32.285Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-13T04:51:32.287Z||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-08-13T04:51:32.287Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:51:32.363Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:51:32.363Z||pool-115-thread-1|||||INFO|500||cambria reply ok (77 ms):{"serverTimeMs":0,"count":1} 2022-08-13T04:51:33.193Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 85c24cd1-3c6d-4409-bec2-f5a68e3fcae9 2022-08-13T04:51:33.194Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 7551ff86-75a3-47ff-a532-830493e1e623 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-08-13T04:51:33.213Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3c1104c6, org.onap.sdc.toscaparser.api.parameters.Input@4ec11cd0, org.onap.sdc.toscaparser.api.parameters.Input@5145d7a4, org.onap.sdc.toscaparser.api.parameters.Input@5a81f742, org.onap.sdc.toscaparser.api.parameters.Input@6e82ffe0] 2022-08-13T04:51:33.216Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:51:33.217Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:51:33.217Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2022-08-13T04:51:33.218Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 29ca1ad3-e6cd-446b-a69f-9858f6ecb24e 2022-08-13T04:51:33.218Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 29ca1ad3-e6cd-446b-a69f-9858f6ecb24e matches Tosca VF Customization UUID: 29ca1ad3-e6cd-446b-a69f-9858f6ecb24e 2022-08-13T04:51:33.218Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 29ca1ad3-e6cd-446b-a69f-9858f6ecb24e 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-08-13T04:51:33.224Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:51:33.225Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:51:33.226Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 29ca1ad3-e6cd-446b-a69f-9858f6ecb24e: {\"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-08-13T04:51:33.227Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@20a957a 2022-08-13T04:51:33.228Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:51:33.228Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-08-13T04:51:33.229Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 83dcbd95-c880-4321-9142-308fb5facaba 2022-08-13T04:51:33.229Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 83dcbd95-c880-4321-9142-308fb5facaba 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-08-13T04:51:33.237Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:51:33.238Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-08-13T04:51:33.238Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-13T04:51:33.239Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:51:33.239Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-08-13T04:51:33.239Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-13T04:51:33.240Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:51:33.240Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-08-13T04:51:33.241Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=29ca1ad3-e6cd-446b-a69f-9858f6ecb24e 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-08-13T04:51:33.245Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:51:33.245Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:51:33.246Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 85c24cd1-3c6d-4409-bec2-f5a68e3fcae9: basic_cnf_macro 2022-08-13T04:51:33.247Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:51:33.247Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:51:33.247Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:51:33.248Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:51:33.248Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:51:33.248Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:51:33.249Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:51:33.249Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:51:33.250Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:51:33.250Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:51:33.251Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||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-08-13T04:51:33.382Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 7551ff86-75a3-47ff-a532-830493e1e623 2 ASDC deployResourceStructure 2022-08-13T04:51:33.383Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||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-08-13T04:51:33.383Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||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-08-13T04:51:33.384Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-13T04:51:33.385Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:51:33.390Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:51:33.393Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660366293383, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-08-13T04:51:33.488Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms 2022-08-13T04:51:33.489Z||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-08-13T04:51:33.489Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:51:33.513Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:51:33.514Z||pool-116-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-08-13T04:51:34.397Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||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-08-13T04:51:34.403Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||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-08-13T04:51:34.404Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-13T04:51:34.404Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:51:34.407Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:51:34.407Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660366294397, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-08-13T04:51:34.508Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-13T04:51:34.509Z||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-08-13T04:51:34.510Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:51:34.539Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:51:34.539Z||pool-117-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2022-08-13T04:51:35.413Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||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-08-13T04:51:35.413Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||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-08-13T04:51:35.414Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-08-13T04:51:35.414Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:51:35.417Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:51:35.417Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660366295410, "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-08-13T04:51:35.524Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms 2022-08-13T04:51:35.526Z||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-08-13T04:51:35.526Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:51:35.562Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:51:35.563Z||pool-118-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":1,"count":1} 2022-08-13T04:51:36.422Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||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-08-13T04:51:36.423Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||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-08-13T04:51:36.424Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-13T04:51:36.424Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:51:36.432Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:51:36.432Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660366296422, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-08-13T04:51:36.537Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2022-08-13T04:51:36.538Z||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-08-13T04:51:36.538Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:51:36.573Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:51:36.574Z||pool-119-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1} 2022-08-13T04:51:37.433Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||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-08-13T04:51:37.434Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||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-08-13T04:51:37.434Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-08-13T04:51:37.434Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:51:37.443Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:51:37.444Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660366297433, "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-08-13T04:51:37.546Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-08-13T04:51:37.548Z||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-08-13T04:51:37.548Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:51:37.581Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:51:37.582Z||pool-120-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} 2022-08-13T04:51:38.449Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-08-13T04:51:38.450Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-08-13T04:51:38.450Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-13T04:51:38.450Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:51:38.459Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:51:38.460Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660366298445, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-08-13T04:51:38.557Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-08-13T04:51:38.560Z||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-08-13T04:51:38.560Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:51:38.597Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:51:38.598Z||pool-121-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1} 2022-08-13T04:51:39.461Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e8278c29-18b3-4fba-8220-cf9ec47aa0cd Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-13T04:51:39.530Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e8278c29-18b3-4fba-8220-cf9ec47aa0cd Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-13T04:51:39.547Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-13T04:51:39.547Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-13T04:51:39.547Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-13T04:52:09.549Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e8278c29-18b3-4fba-8220-cf9ec47aa0cd Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-13T04:52:09.589Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e8278c29-18b3-4fba-8220-cf9ec47aa0cd Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-13T04:52:09.593Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-13T04:52:09.594Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-13T04:52:09.594Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-13T04:52:11.938Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:52:11.940Z||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-08-13T04:52:11.940Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T04:52:12.032Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:52:12.032Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:52:12.033Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1660366267429, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:52:12.034Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:52:39.597Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e8278c29-18b3-4fba-8220-cf9ec47aa0cd Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-13T04:52:39.665Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e8278c29-18b3-4fba-8220-cf9ec47aa0cd Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-13T04:52:39.671Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-13T04:52:39.671Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-13T04:52:39.671Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-13T04:53:09.672Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e8278c29-18b3-4fba-8220-cf9ec47aa0cd Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-13T04:53:09.720Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e8278c29-18b3-4fba-8220-cf9ec47aa0cd Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-13T04:53:09.731Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-13T04:53:09.731Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-13T04:53:09.731Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-13T04:53:11.938Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:53:11.939Z||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-08-13T04:53:11.939Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T04:53:12.018Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:53:12.019Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:53:12.019Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "580fada1-067a-46af-9295-07c1938ba732", "consumerID": "policy-id", "timestamp": 1660366266643, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-08-13T04:53:12.021Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:53:39.733Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e8278c29-18b3-4fba-8220-cf9ec47aa0cd Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-13T04:53:39.790Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e8278c29-18b3-4fba-8220-cf9ec47aa0cd Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-13T04:53:39.796Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-13T04:53:39.797Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-13T04:53:39.798Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-13T04:54:09.802Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e8278c29-18b3-4fba-8220-cf9ec47aa0cd Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-13T04:54:09.825Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e8278c29-18b3-4fba-8220-cf9ec47aa0cd Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-13T04:54:09.835Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-13T04:54:09.836Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-13T04:54:09.836Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-13T04:54:11.943Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:54:11.944Z||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-08-13T04:54:11.944Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T04:54:12.128Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:54:12.132Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:54:12.132Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "cds", "timestamp": 1660366271022, "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-08-13T04:54:12.154Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e8278c29-18b3-4fba-8220-cf9ec47aa0cd 2022-08-13T04:54:12.154Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e8278c29-18b3-4fba-8220-cf9ec47aa0cd 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-08-13T04:54:12.171Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:54:12.171Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660366271928, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:54:12.172Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:54:12.172Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:54:12.173Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "multicloud-k8s-id", "timestamp": 1660366272951, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-08-13T04:54:12.174Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:54:12.174Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:54:12.175Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1660366267429, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-08-13T04:54:12.175Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:54:12.176Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:54:12.176Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "580fada1-067a-46af-9295-07c1938ba732", "consumerID": "policy-id", "timestamp": 1660366266643, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-08-13T04:54:12.177Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:54:12.177Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:54:12.178Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "580fada1-067a-46af-9295-07c1938ba732", "consumerID": "cds", "timestamp": 1660366257099, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:54:12.178Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:54:12.179Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:54:12.179Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660366271928, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-08-13T04:54:12.179Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:54:12.180Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:54:12.180Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1660366267429, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-08-13T04:54:12.181Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:54:12.181Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:54:12.181Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "multicloud-k8s-id", "timestamp": 1660366274085, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-08-13T04:54:12.182Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:54:12.182Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:54:12.182Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "580fada1-067a-46af-9295-07c1938ba732", "consumerID": "policy-id", "timestamp": 1660366266643, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-08-13T04:54:12.183Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:54:12.183Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:54:12.183Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "580fada1-067a-46af-9295-07c1938ba732", "consumerID": "cds", "timestamp": 1660366257099, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-13T04:54:12.184Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:54:12.184Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:54:12.185Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660366271928, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-08-13T04:54:12.185Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:54:12.186Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:54:12.187Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "clamp", "timestamp": 1660366275820, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-08-13T04:54:12.187Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:54:12.188Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:54:12.188Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1660366267429, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-08-13T04:54:12.188Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:54:12.189Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:54:12.189Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "580fada1-067a-46af-9295-07c1938ba732", "consumerID": "policy-id", "timestamp": 1660366266643, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-08-13T04:54:12.189Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:54:12.190Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:54:12.190Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "580fada1-067a-46af-9295-07c1938ba732", "consumerID": "cds", "timestamp": 1660366257099, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-08-13T04:54:12.191Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:54:12.191Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:54:12.191Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "multicloud-k8s-id", "timestamp": 1660366275442, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-08-13T04:54:12.191Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:54:12.192Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:54:12.192Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660366271928, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:54:12.192Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:54:12.192Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:54:12.193Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "aai-ml", "timestamp": 1660366274641, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-08-13T04:54:12.193Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:54:12.194Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:54:12.195Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "clamp", "timestamp": 1660366276825, "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-08-13T04:54:12.214Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e8278c29-18b3-4fba-8220-cf9ec47aa0cd 2022-08-13T04:54:12.215Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e8278c29-18b3-4fba-8220-cf9ec47aa0cd 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-08-13T04:54:12.248Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:54:12.248Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1660366267429, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-08-13T04:54:12.251Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:54:12.251Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:54:12.252Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "580fada1-067a-46af-9295-07c1938ba732", "consumerID": "cds", "timestamp": 1660366257099, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:54:12.252Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:54:12.253Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:54:12.254Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "580fada1-067a-46af-9295-07c1938ba732", "consumerID": "policy-id", "timestamp": 1660366275737, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-13T04:54:12.254Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:54:12.255Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:54:12.255Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "multicloud-k8s-id", "timestamp": 1660366276619, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-08-13T04:54:12.256Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:54:12.256Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:54:12.256Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660366271928, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-08-13T04:54:12.257Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:54:12.257Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:54:12.259Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "aai-ml", "timestamp": 1660366275645, "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-08-13T04:54:12.272Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e8278c29-18b3-4fba-8220-cf9ec47aa0cd 2022-08-13T04:54:12.274Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e8278c29-18b3-4fba-8220-cf9ec47aa0cd 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-08-13T04:54:12.321Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:54:12.322Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1660366267429, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-08-13T04:54:12.323Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:54:12.323Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:54:12.324Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "580fada1-067a-46af-9295-07c1938ba732", "consumerID": "cds", "timestamp": 1660366257099, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-08-13T04:54:12.324Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:54:12.325Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:54:12.325Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "580fada1-067a-46af-9295-07c1938ba732", "consumerID": "policy-id", "timestamp": 1660366276744, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-08-13T04:54:12.326Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:54:12.326Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:54:12.326Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660366271928, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-08-13T04:54:12.326Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:54:12.326Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:54:12.327Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "multicloud-k8s-id", "timestamp": 1660366277763, "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-08-13T04:54:12.346Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e8278c29-18b3-4fba-8220-cf9ec47aa0cd 2022-08-13T04:54:12.346Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e8278c29-18b3-4fba-8220-cf9ec47aa0cd 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-08-13T04:54:12.393Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:54:12.394Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1660366267429, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-08-13T04:54:12.394Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:54:12.394Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:54:12.394Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "580fada1-067a-46af-9295-07c1938ba732", "consumerID": "cds", "timestamp": 1660366257099, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-08-13T04:54:12.394Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:54:12.395Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:54:12.395Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "580fada1-067a-46af-9295-07c1938ba732", "consumerID": "policy-id", "timestamp": 1660366277748, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-08-13T04:54:12.463Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 580fada1-067a-46af-9295-07c1938ba732 2022-08-13T04:54:12.466Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 580fada1-067a-46af-9295-07c1938ba732 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-08-13T04:54:12.496Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:54:12.496Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660366271928, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-08-13T04:54:12.497Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:54:12.498Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:54:12.498Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "multicloud-k8s-id", "timestamp": 1660366278768, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-08-13T04:54:12.499Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:54:12.499Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:54:12.500Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "580fada1-067a-46af-9295-07c1938ba732", "consumerID": "cds", "timestamp": 1660366257099, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-08-13T04:54:12.501Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:54:12.501Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:54:12.502Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1660366278594, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-13T04:54:12.502Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:54:12.502Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:54:12.503Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660366271928, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-08-13T04:54:12.503Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:54:12.503Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:54:12.504Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "580fada1-067a-46af-9295-07c1938ba732", "consumerID": "multicloud-k8s-id", "timestamp": 1660366261932, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:54:12.506Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:54:12.506Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:54:12.506Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "580fada1-067a-46af-9295-07c1938ba732", "consumerID": "cds", "timestamp": 1660366257099, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-08-13T04:54:12.507Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:54:12.507Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:54:12.507Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660366271928, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-08-13T04:54:12.508Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:54:12.509Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:54:12.510Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "580fada1-067a-46af-9295-07c1938ba732", "consumerID": "multicloud-k8s-id", "timestamp": 1660366261932, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-08-13T04:54:12.510Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:54:12.511Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:54:12.511Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "580fada1-067a-46af-9295-07c1938ba732", "consumerID": "cds", "timestamp": 1660366280346, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-13T04:54:12.512Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:54:12.512Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:54:12.513Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660366271928, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-08-13T04:54:12.513Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:54:12.514Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:54:12.514Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "580fada1-067a-46af-9295-07c1938ba732", "consumerID": "multicloud-k8s-id", "timestamp": 1660366261932, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-08-13T04:54:12.515Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:54:12.515Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:54:12.516Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1660366281191, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-08-13T04:54:12.516Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:54:12.517Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:54:12.517Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "580fada1-067a-46af-9295-07c1938ba732", "consumerID": "clamp", "timestamp": 1660366282493, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:54:12.518Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:54:12.519Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:54:12.519Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "580fada1-067a-46af-9295-07c1938ba732", "consumerID": "cds", "timestamp": 1660366281608, "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=? 2022-08-13T04:54:12.552Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 580fada1-067a-46af-9295-07c1938ba732 2022-08-13T04:54:12.553Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 580fada1-067a-46af-9295-07c1938ba732 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-08-13T04:54:12.578Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:54:12.579Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "580fada1-067a-46af-9295-07c1938ba732", "consumerID": "multicloud-k8s-id", "timestamp": 1660366261932, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:54:12.582Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:54:12.582Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:54:12.583Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660366282982, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-13T04:54:12.584Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:54:12.584Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:54:12.585Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1660366282196, "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-08-13T04:54:12.618Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e8278c29-18b3-4fba-8220-cf9ec47aa0cd 2022-08-13T04:54:12.619Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e8278c29-18b3-4fba-8220-cf9ec47aa0cd 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-08-13T04:54:12.650Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:54:12.650Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "580fada1-067a-46af-9295-07c1938ba732", "consumerID": "clamp", "timestamp": 1660366282493, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-08-13T04:54:12.650Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:54:12.651Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:54:12.651Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "580fada1-067a-46af-9295-07c1938ba732", "consumerID": "multicloud-k8s-id", "timestamp": 1660366261932, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-08-13T04:54:12.651Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:54:12.651Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:54:12.652Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "580fada1-067a-46af-9295-07c1938ba732", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1660366267429, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:54:12.652Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:54:12.652Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:54:12.652Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "580fada1-067a-46af-9295-07c1938ba732", "consumerID": "clamp", "timestamp": 1660366282493, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-08-13T04:54:12.652Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:54:12.653Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:54:12.653Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "580fada1-067a-46af-9295-07c1938ba732", "consumerID": "multicloud-k8s-id", "timestamp": 1660366261932, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-08-13T04:54:12.653Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:54:12.653Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:54:12.653Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "580fada1-067a-46af-9295-07c1938ba732", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1660366267429, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-13T04:54:12.654Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:54:12.654Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:54:12.654Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "580fada1-067a-46af-9295-07c1938ba732", "consumerID": "clamp", "timestamp": 1660366282493, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:54:12.654Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:54:12.655Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:54:12.655Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "580fada1-067a-46af-9295-07c1938ba732", "consumerID": "multicloud-k8s-id", "timestamp": 1660366261932, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-08-13T04:54:12.655Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:54:12.655Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:54:12.656Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "580fada1-067a-46af-9295-07c1938ba732", "consumerID": "aai-ml", "timestamp": 1660366284154, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:54:12.656Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:54:12.656Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:54:12.656Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "580fada1-067a-46af-9295-07c1938ba732", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1660366267429, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-08-13T04:54:12.657Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:54:12.657Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:54:12.658Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "580fada1-067a-46af-9295-07c1938ba732", "consumerID": "clamp", "timestamp": 1660366282493, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-08-13T04:54:12.658Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:54:12.658Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:54:12.658Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "580fada1-067a-46af-9295-07c1938ba732", "consumerID": "multicloud-k8s-id", "timestamp": 1660366261932, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-08-13T04:54:12.659Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:54:12.659Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:54:12.659Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "580fada1-067a-46af-9295-07c1938ba732", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1660366267429, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:54:12.659Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:54:12.659Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:54:12.660Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "580fada1-067a-46af-9295-07c1938ba732", "consumerID": "aai-ml", "timestamp": 1660366284154, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-13T04:54:12.660Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:54:12.660Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:54:12.660Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660366287128, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-08-13T04:54:12.661Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:54:12.661Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:54:12.661Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "580fada1-067a-46af-9295-07c1938ba732", "consumerID": "clamp", "timestamp": 1660366282493, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-08-13T04:54:12.661Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:54:12.661Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:54:12.662Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "580fada1-067a-46af-9295-07c1938ba732", "consumerID": "aai-ml", "timestamp": 1660366284154, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-08-13T04:54:12.662Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:54:12.662Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:54:12.662Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "580fada1-067a-46af-9295-07c1938ba732", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1660366267429, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-08-13T04:54:12.663Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:54:12.663Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:54:12.663Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "580fada1-067a-46af-9295-07c1938ba732", "consumerID": "multicloud-k8s-id", "timestamp": 1660366288018, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-08-13T04:54:12.663Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:54:12.663Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:54:12.664Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "580fada1-067a-46af-9295-07c1938ba732", "consumerID": "clamp", "timestamp": 1660366282493, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-08-13T04:54:12.664Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:54:12.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:54:12.664Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660366288388, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-08-13T04:54:12.665Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:54:12.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:54:12.665Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "580fada1-067a-46af-9295-07c1938ba732", "consumerID": "aai-ml", "timestamp": 1660366284154, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:54:12.665Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:54:12.666Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:54:12.666Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "580fada1-067a-46af-9295-07c1938ba732", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1660366267429, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-08-13T04:54:12.666Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:54:12.666Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:54:12.666Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "580fada1-067a-46af-9295-07c1938ba732", "consumerID": "multicloud-k8s-id", "timestamp": 1660366289253, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-08-13T04:54:12.667Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:54:12.667Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:54:12.668Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "580fada1-067a-46af-9295-07c1938ba732", "consumerID": "clamp", "timestamp": 1660366282493, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-08-13T04:54:12.668Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:54:12.668Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:54:12.668Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660366289660, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-08-13T04:54:12.669Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:54:12.669Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:54:12.669Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "580fada1-067a-46af-9295-07c1938ba732", "consumerID": "aai-ml", "timestamp": 1660366284154, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-08-13T04:54:12.670Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:54:12.670Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:54:12.671Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "580fada1-067a-46af-9295-07c1938ba732", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1660366267429, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-08-13T04:54:12.671Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:54:12.671Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:54:12.672Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "580fada1-067a-46af-9295-07c1938ba732", "consumerID": "multicloud-k8s-id", "timestamp": 1660366290715, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-08-13T04:54:12.672Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:54:12.672Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:54:12.672Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660366290944, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-08-13T04:54:12.673Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:54:12.674Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:54:12.674Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "580fada1-067a-46af-9295-07c1938ba732", "consumerID": "aai-ml", "timestamp": 1660366284154, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-08-13T04:54:12.674Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:54:12.674Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:54:12.675Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "580fada1-067a-46af-9295-07c1938ba732", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1660366267429, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-08-13T04:54:12.675Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:54:12.675Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:54:12.675Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "580fada1-067a-46af-9295-07c1938ba732", "consumerID": "multicloud-k8s-id", "timestamp": 1660366291777, "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-08-13T04:54:12.723Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 580fada1-067a-46af-9295-07c1938ba732 2022-08-13T04:54:12.723Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 580fada1-067a-46af-9295-07c1938ba732 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-08-13T04:54:12.749Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:54:12.750Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "580fada1-067a-46af-9295-07c1938ba732", "consumerID": "aai-ml", "timestamp": 1660366284154, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-08-13T04:54:12.750Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:54:12.751Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:54:12.751Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660366292163, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-08-13T04:54:12.751Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:54:12.752Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:54:12.752Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "580fada1-067a-46af-9295-07c1938ba732", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1660366291477, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-13T04:54:12.752Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:54:12.752Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:54:12.752Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "580fada1-067a-46af-9295-07c1938ba732", "consumerID": "multicloud-k8s-id", "timestamp": 1660366292782, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-08-13T04:54:12.753Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:54:12.753Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:54:12.753Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "580fada1-067a-46af-9295-07c1938ba732", "consumerID": "aai-ml", "timestamp": 1660366284154, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-08-13T04:54:12.753Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:54:12.753Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:54:12.753Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660366293383, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-08-13T04:54:12.758Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:54:12.758Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:54:12.758Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "580fada1-067a-46af-9295-07c1938ba732", "consumerID": "aai-ml", "timestamp": 1660366293041, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-13T04:54:12.758Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:54:12.758Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:54:12.758Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660366294397, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-08-13T04:54:12.759Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:54:12.759Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:54:12.759Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "580fada1-067a-46af-9295-07c1938ba732", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1660366294178, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-08-13T04:54:12.759Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:54:12.759Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:54:12.759Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660366295410, "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-08-13T04:54:12.759Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:54:12.760Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:54:12.760Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "580fada1-067a-46af-9295-07c1938ba732", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1660366295186, "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-08-13T04:54:12.800Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 580fada1-067a-46af-9295-07c1938ba732 2022-08-13T04:54:12.800Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 580fada1-067a-46af-9295-07c1938ba732 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-08-13T04:54:12.841Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:54:12.842Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660366296422, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-08-13T04:54:12.842Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:54:12.842Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:54:12.842Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660366297433, "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-08-13T04:54:12.843Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:54:12.843Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:54:12.843Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660366298445, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-08-13T04:54:12.843Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:54:12.843Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:54:12.844Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "580fada1-067a-46af-9295-07c1938ba732", "consumerID": "clamp", "timestamp": 1660366303798, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-13T04:54:12.844Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:54:12.844Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:54:12.844Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "580fada1-067a-46af-9295-07c1938ba732", "consumerID": "aai-ml", "timestamp": 1660366302263, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-08-13T04:54:12.844Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:54:12.844Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:54:12.845Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "580fada1-067a-46af-9295-07c1938ba732", "consumerID": "aai-ml", "timestamp": 1660366303268, "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-08-13T04:54:12.855Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 580fada1-067a-46af-9295-07c1938ba732 2022-08-13T04:54:12.855Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 580fada1-067a-46af-9295-07c1938ba732 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-08-13T04:54:12.874Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:54:12.875Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "580fada1-067a-46af-9295-07c1938ba732", "consumerID": "clamp", "timestamp": 1660366305941, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-08-13T04:54:12.875Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:54:12.875Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:54:12.876Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "580fada1-067a-46af-9295-07c1938ba732", "consumerID": "clamp", "timestamp": 1660366306947, "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-08-13T04:54:12.885Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 580fada1-067a-46af-9295-07c1938ba732 2022-08-13T04:54:12.886Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 580fada1-067a-46af-9295-07c1938ba732 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-08-13T04:54:39.837Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e8278c29-18b3-4fba-8220-cf9ec47aa0cd Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-13T04:54:39.907Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e8278c29-18b3-4fba-8220-cf9ec47aa0cd Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-13T04:54:39.918Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-13T04:54:39.918Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-08-13T04:54:39.918Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-08-13T04:54:39.918Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-08-13T04:54:39.919Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-13T04:54:39.919Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-13T04:54:39.919Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-13T04:54:39.919Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-13T04:54:39.919Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-13T04:54:39.920Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-13T04:54:39.920Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|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-08-13T04:54:39.949Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-08-13T04:55:09.950Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e8278c29-18b3-4fba-8220-cf9ec47aa0cd 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-08-13T04:55:09.984Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e8278c29-18b3-4fba-8220-cf9ec47aa0cd and serviceModelVersionId: 85c24cd1-3c6d-4409-bec2-f5a68e3fcae9 2022-08-13T04:55:10.005Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e1c75305-f889-4a6f-9099-7e1eccf1187a 2022-08-13T04:55:10.007Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e1c75305-f889-4a6f-9099-7e1eccf1187a/model-vers/model-ver/85c24cd1-3c6d-4409-bec2-f5a68e3fcae9?depth=0 2022-08-13T04:55:10.021Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-08-13T04:55:10.133Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1c75305-f889-4a6f-9099-7e1eccf1187a/model-vers/model-ver/85c24cd1-3c6d-4409-bec2-f5a68e3fcae9?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-08-13T04:55:10.137Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1c75305-f889-4a6f-9099-7e1eccf1187a/model-vers/model-ver/85c24cd1-3c6d-4409-bec2-f5a68e3fcae9?depth=0|INFO|500||Invoke 2022-08-13T04:55:10.227Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1c75305-f889-4a6f-9099-7e1eccf1187a/model-vers/model-ver/85c24cd1-3c6d-4409-bec2-f5a68e3fcae9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-08-13T04:55:10.665Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1c75305-f889-4a6f-9099-7e1eccf1187a/model-vers/model-ver/85c24cd1-3c6d-4409-bec2-f5a68e3fcae9?depth=0|INFO|500||InvokeReturn 2022-08-13T04:55:10.675Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1c75305-f889-4a6f-9099-7e1eccf1187a/model-vers/model-ver/85c24cd1-3c6d-4409-bec2-f5a68e3fcae9?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220813-04:55:09:465-86139], vertex-id=[262216], Content-Length=[0], Date=[Sat, 13 Aug 2022 04:55:09 GMT], Content-Type=[application/json]} 2022-08-13T04:55:10.675Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity. 2022-08-13T04:55:10.675Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-08-13T04:55:10.689Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|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-08-13T04:55:10.715Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|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-08-13T04:55:10.728Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e8278c29-18b3-4fba-8220-cf9ec47aa0cd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-08-13T04:55:10.728Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-08-13T04:55:10.729Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:55:10.748Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:55:10.749Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660366510728, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-08-13T04:55:10.843Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms 2022-08-13T04:55:10.844Z||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-08-13T04:55:10.845Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:55:10.877Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:55:10.878Z||pool-122-thread-1|||||INFO|500||cambria reply ok (34 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-08-13T04:55:11.791Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-08-13T04:55:11.791Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"580fada1-067a-46af-9295-07c1938ba732","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"5f83268a-1170-4f13-823a-3b3f2d79097b","serviceDescription":"service","serviceInvariantUUID":"8898d5ae-f5ef-46a0-b825-32c1e06bc259","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3a00c3be-0405-4613-b47f-ba77a866e937","resourceInvariantUUID":"44420898-7986-4961-aab8-0cd294c993e1","resourceCustomizationUUID":"09f3bb61-6487-4c63-9242-74f62dc79a5a","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":"MmY3MTczYTNhZjUxYzAwMWEyZmYwOGNjNjA2YjU2N2Q\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"64fc4813-b9b7-4684-b37b-2725e0eb89b2","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":"YjQwYWI3ODQ1MWYxZTgxNGQzYWI5YTI3MzFmNWNjMzQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0317c834-09d6-43e6-8816-7991fcf37bf4","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":"238c039c-384c-44ff-8595-9be82964ebad","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":"5a22c11f-fc71-4443-9027-8473d57a1e71","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":"944527a9-4905-4f3d-9fd2-796b81e721e4","artifactVersion":"2","generatedFromUUID":"238c039c-384c-44ff-8595-9be82964ebad"},{"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":"OWZmZTQwYzc4YjFlNTA3Y2I4YTE0MzJkM2Q5NWVhZmY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"8d5364bf-e73f-482e-bbbe-5813291620b9","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":"Yzc3MjIzZDBhMWQ3NmNkZTNlNjEwODk1ZDk4ZWQzYmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"dc134635-f570-47fb-878c-693abbf4897a","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NWVmOGI1OTkxOTI4MGMwZWFhMTkxYTM4ODRkMDkyOTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"488b811b-1dc3-485b-be14-aad42c63e9be","artifactVersion":"1"}],"workloadContext":"Production"} 2022-08-13T04:55:11.792Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-13T04:55:11.792Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:55:11.796Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:55:11.797Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "580fada1-067a-46af-9295-07c1938ba732", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660366271928, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:55:11.897Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-13T04:55:11.899Z||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-08-13T04:55:11.899Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:55:11.922Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:55:11.924Z||pool-123-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-08-13T04:55:11.938Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:55:11.940Z||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-08-13T04:55:11.940Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T04:55:12.013Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:55:12.015Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:55:12.016Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c3938d3-452f-4299-b2a8-3495f3caa729", "consumerID": "aai-ml", "timestamp": 1660366404154, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:55:12.017Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:55:12.017Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:55:12.017Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c3938d3-452f-4299-b2a8-3495f3caa729", "consumerID": "cds", "timestamp": 1660366407100, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:55:12.017Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:55:12.017Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:55:12.017Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c3938d3-452f-4299-b2a8-3495f3caa729", "consumerID": "ves-openapi-manager", "timestamp": 1660366402944, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:55:12.018Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:55:12.018Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:55:12.018Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c3938d3-452f-4299-b2a8-3495f3caa729", "consumerID": "clamp", "timestamp": 1660366402493, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:55:12.018Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:55:12.018Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:55:12.020Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c3938d3-452f-4299-b2a8-3495f3caa729", "consumerID": "policy-id", "timestamp": 1660366405239, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:55:12.020Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:55:12.020Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:55:12.020Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c3938d3-452f-4299-b2a8-3495f3caa729", "consumerID": "multicloud-k8s-id", "timestamp": 1660366401932, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:55:12.020Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:55:12.020Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:55:12.021Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c3938d3-452f-4299-b2a8-3495f3caa729", "consumerID": "cds", "timestamp": 1660366407100, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-13T04:55:12.021Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:55:12.021Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:55:12.021Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c3938d3-452f-4299-b2a8-3495f3caa729", "consumerID": "aai-ml", "timestamp": 1660366404154, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-13T04:55:12.021Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:55:12.021Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:55:12.022Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c3938d3-452f-4299-b2a8-3495f3caa729", "consumerID": "ves-openapi-manager", "timestamp": 1660366402944, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-13T04:55:12.022Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:55:12.022Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:55:12.026Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c3938d3-452f-4299-b2a8-3495f3caa729", "consumerID": "clamp", "timestamp": 1660366402493, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-13T04:55:12.026Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:55:12.026Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:55:12.026Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c3938d3-452f-4299-b2a8-3495f3caa729", "consumerID": "policy-id", "timestamp": 1660366405239, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-13T04:55:12.026Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:55:12.027Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:55:12.027Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c3938d3-452f-4299-b2a8-3495f3caa729", "consumerID": "multicloud-k8s-id", "timestamp": 1660366401932, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-13T04:55:12.027Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:55:12.028Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:55:12.028Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c3938d3-452f-4299-b2a8-3495f3caa729", "consumerID": "aai-ml", "timestamp": 1660366404154, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-13T04:55:12.029Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:55:12.029Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:55:12.029Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c3938d3-452f-4299-b2a8-3495f3caa729", "consumerID": "cds", "timestamp": 1660366407100, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-13T04:55:12.029Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:55:12.029Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:55:12.029Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c3938d3-452f-4299-b2a8-3495f3caa729", "consumerID": "ves-openapi-manager", "timestamp": 1660366402944, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-13T04:55:12.030Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:55:12.030Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:55:12.030Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c3938d3-452f-4299-b2a8-3495f3caa729", "consumerID": "clamp", "timestamp": 1660366402493, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-13T04:55:12.030Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:55:12.030Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:55:12.030Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c3938d3-452f-4299-b2a8-3495f3caa729", "consumerID": "policy-id", "timestamp": 1660366405239, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-13T04:55:12.030Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:55:12.030Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:55:12.031Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c3938d3-452f-4299-b2a8-3495f3caa729", "consumerID": "multicloud-k8s-id", "timestamp": 1660366401932, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-13T04:55:12.031Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:55:12.031Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:55:12.031Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c3938d3-452f-4299-b2a8-3495f3caa729", "consumerID": "aai-ml", "timestamp": 1660366404154, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-08-13T04:55:12.031Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:55:12.031Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:55:12.031Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c3938d3-452f-4299-b2a8-3495f3caa729", "consumerID": "cds", "timestamp": 1660366407100, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-08-13T04:55:12.031Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:55:12.031Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:55:12.032Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c3938d3-452f-4299-b2a8-3495f3caa729", "consumerID": "ves-openapi-manager", "timestamp": 1660366402944, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-08-13T04:55:12.032Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:55:12.032Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:55:12.032Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c3938d3-452f-4299-b2a8-3495f3caa729", "consumerID": "clamp", "timestamp": 1660366402493, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-08-13T04:55:12.032Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:55:12.032Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:55:12.032Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c3938d3-452f-4299-b2a8-3495f3caa729", "consumerID": "policy-id", "timestamp": 1660366405239, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-08-13T04:55:12.032Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:55:12.032Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:55:12.033Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c3938d3-452f-4299-b2a8-3495f3caa729", "consumerID": "multicloud-k8s-id", "timestamp": 1660366401932, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-08-13T04:55:12.033Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:55:12.033Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:55:12.033Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c3938d3-452f-4299-b2a8-3495f3caa729", "consumerID": "aai-ml", "timestamp": 1660366404154, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:55:12.035Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:55:12.035Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:55:12.035Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c3938d3-452f-4299-b2a8-3495f3caa729", "consumerID": "cds", "timestamp": 1660366407100, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:55:12.036Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:55:12.036Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:55:12.036Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c3938d3-452f-4299-b2a8-3495f3caa729", "consumerID": "ves-openapi-manager", "timestamp": 1660366402944, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:55:12.036Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:55:12.036Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:55:12.036Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c3938d3-452f-4299-b2a8-3495f3caa729", "consumerID": "clamp", "timestamp": 1660366402493, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:55:12.036Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:55:12.036Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:55:12.036Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c3938d3-452f-4299-b2a8-3495f3caa729", "consumerID": "policy-id", "timestamp": 1660366405239, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:55:12.037Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:55:12.037Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:55:12.037Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c3938d3-452f-4299-b2a8-3495f3caa729", "consumerID": "multicloud-k8s-id", "timestamp": 1660366401932, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:55:12.037Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:55:12.037Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:55:12.037Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c3938d3-452f-4299-b2a8-3495f3caa729", "consumerID": "aai-ml", "timestamp": 1660366404154, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-13T04:55:12.037Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:55:12.037Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:55:12.038Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c3938d3-452f-4299-b2a8-3495f3caa729", "consumerID": "cds", "timestamp": 1660366407100, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-13T04:55:12.038Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:55:12.038Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:55:12.038Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c3938d3-452f-4299-b2a8-3495f3caa729", "consumerID": "ves-openapi-manager", "timestamp": 1660366402944, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-13T04:55:12.038Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:55:12.038Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:55:12.038Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c3938d3-452f-4299-b2a8-3495f3caa729", "consumerID": "clamp", "timestamp": 1660366402493, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-13T04:55:12.039Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:55:12.039Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:55:12.039Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c3938d3-452f-4299-b2a8-3495f3caa729", "consumerID": "policy-id", "timestamp": 1660366405239, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-13T04:55:12.039Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:55:12.039Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:55:12.039Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c3938d3-452f-4299-b2a8-3495f3caa729", "consumerID": "multicloud-k8s-id", "timestamp": 1660366401932, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-13T04:55:12.039Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:55:12.039Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:55:12.039Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c3938d3-452f-4299-b2a8-3495f3caa729", "consumerID": "aai-ml", "timestamp": 1660366404154, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-13T04:55:12.040Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:55:12.040Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:55:12.040Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c3938d3-452f-4299-b2a8-3495f3caa729", "consumerID": "cds", "timestamp": 1660366407100, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-13T04:55:12.040Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:55:12.040Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:55:12.040Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c3938d3-452f-4299-b2a8-3495f3caa729", "consumerID": "ves-openapi-manager", "timestamp": 1660366402944, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-08-13T04:55:12.041Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:55:12.041Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:55:12.041Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c3938d3-452f-4299-b2a8-3495f3caa729", "consumerID": "clamp", "timestamp": 1660366402493, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-13T04:55:12.041Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:55:12.041Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:55:12.041Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c3938d3-452f-4299-b2a8-3495f3caa729", "consumerID": "policy-id", "timestamp": 1660366405239, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-13T04:55:12.042Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:55:12.042Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:55:12.042Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c3938d3-452f-4299-b2a8-3495f3caa729", "consumerID": "multicloud-k8s-id", "timestamp": 1660366401932, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-13T04:55:12.042Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:55:12.042Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:55:12.042Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c3938d3-452f-4299-b2a8-3495f3caa729", "consumerID": "aai-ml", "timestamp": 1660366404154, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-08-13T04:55:12.043Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:55:12.043Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:55:12.043Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c3938d3-452f-4299-b2a8-3495f3caa729", "consumerID": "cds", "timestamp": 1660366407100, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-08-13T04:55:12.043Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:55:12.043Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:55:12.043Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c3938d3-452f-4299-b2a8-3495f3caa729", "consumerID": "ves-openapi-manager", "timestamp": 1660366402944, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-08-13T04:55:12.043Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:55:12.044Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:55:12.044Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c3938d3-452f-4299-b2a8-3495f3caa729", "consumerID": "clamp", "timestamp": 1660366402493, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-08-13T04:55:12.044Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:55:12.044Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:55:12.044Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c3938d3-452f-4299-b2a8-3495f3caa729", "consumerID": "policy-id", "timestamp": 1660366405239, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-08-13T04:55:12.044Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:55:12.044Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:55:12.044Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c3938d3-452f-4299-b2a8-3495f3caa729", "consumerID": "multicloud-k8s-id", "timestamp": 1660366401932, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-08-13T04:55:12.045Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:55:12.045Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:55:12.045Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c3938d3-452f-4299-b2a8-3495f3caa729", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1660366417429, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:55:12.045Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:55:12.045Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:55:12.045Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c3938d3-452f-4299-b2a8-3495f3caa729", "consumerID": "cds", "timestamp": 1660366407100, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-08-13T04:55:12.045Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:55:12.046Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:55:12.046Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c3938d3-452f-4299-b2a8-3495f3caa729", "consumerID": "aai-ml", "timestamp": 1660366404154, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-08-13T04:55:12.046Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:55:12.046Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:55:12.046Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c3938d3-452f-4299-b2a8-3495f3caa729", "consumerID": "ves-openapi-manager", "timestamp": 1660366402944, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-08-13T04:55:12.047Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:55:12.047Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:55:12.047Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c3938d3-452f-4299-b2a8-3495f3caa729", "consumerID": "policy-id", "timestamp": 1660366405239, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-08-13T04:55:12.048Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:55:12.048Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:55:12.048Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c3938d3-452f-4299-b2a8-3495f3caa729", "consumerID": "clamp", "timestamp": 1660366402493, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-08-13T04:55:12.049Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:55:12.049Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:55:12.049Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c3938d3-452f-4299-b2a8-3495f3caa729", "consumerID": "multicloud-k8s-id", "timestamp": 1660366401932, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-08-13T04:55:12.049Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:55:12.050Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:55:12.050Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c3938d3-452f-4299-b2a8-3495f3caa729", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1660366417429, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-13T04:55:12.050Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:55:12.050Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:55:12.050Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c3938d3-452f-4299-b2a8-3495f3caa729", "consumerID": "cds", "timestamp": 1660366419181, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-13T04:55:12.050Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:55:12.050Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:55:12.050Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c3938d3-452f-4299-b2a8-3495f3caa729", "consumerID": "aai-ml", "timestamp": 1660366419265, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-13T04:55:12.051Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:55:12.051Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:55:12.051Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c3938d3-452f-4299-b2a8-3495f3caa729", "consumerID": "policy-id", "timestamp": 1660366419652, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-13T04:55:12.051Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:55:12.051Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:55:12.051Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c3938d3-452f-4299-b2a8-3495f3caa729", "consumerID": "ves-openapi-manager", "timestamp": 1660366419733, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-08-13T04:55:12.051Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:55:12.052Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:55:12.052Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c3938d3-452f-4299-b2a8-3495f3caa729", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1660366417429, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-13T04:55:12.052Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:55:12.052Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:55:12.052Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c3938d3-452f-4299-b2a8-3495f3caa729", "consumerID": "policy-id", "timestamp": 1660366420661, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-08-13T04:55:12.052Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:55:12.052Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:55:12.052Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c3938d3-452f-4299-b2a8-3495f3caa729", "consumerID": "ves-openapi-manager", "timestamp": 1660366420769, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-08-13T04:55:12.053Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:55:12.053Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:55:12.053Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c3938d3-452f-4299-b2a8-3495f3caa729", "consumerID": "cds", "timestamp": 1660366420515, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-08-13T04:55:12.101Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1c3938d3-452f-4299-b2a8-3495f3caa729 2022-08-13T04:55:12.101Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c3938d3-452f-4299-b2a8-3495f3caa729 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-08-13T04:55:12.165Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:55:12.165Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c3938d3-452f-4299-b2a8-3495f3caa729", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1660366417429, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-08-13T04:55:12.166Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:55:12.166Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:55:12.166Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c3938d3-452f-4299-b2a8-3495f3caa729", "consumerID": "policy-id", "timestamp": 1660366421664, "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-08-13T04:55:12.194Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1c3938d3-452f-4299-b2a8-3495f3caa729 2022-08-13T04:55:12.195Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c3938d3-452f-4299-b2a8-3495f3caa729 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-08-13T04:55:12.220Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:55:12.222Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c3938d3-452f-4299-b2a8-3495f3caa729", "consumerID": "ves-openapi-manager", "timestamp": 1660366421773, "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-08-13T04:55:12.244Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 1c3938d3-452f-4299-b2a8-3495f3caa729 2022-08-13T04:55:12.245Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c3938d3-452f-4299-b2a8-3495f3caa729 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-08-13T04:55:12.277Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:55:12.277Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c3938d3-452f-4299-b2a8-3495f3caa729", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1660366417429, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:55:12.277Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:55:12.277Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:55:12.277Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c3938d3-452f-4299-b2a8-3495f3caa729", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1660366417429, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-13T04:55:12.278Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:55:12.278Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:55:12.278Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c3938d3-452f-4299-b2a8-3495f3caa729", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1660366417429, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-13T04:55:12.278Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:55:12.278Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:55:12.278Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c3938d3-452f-4299-b2a8-3495f3caa729", "consumerID": "aai-ml", "timestamp": 1660366424645, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-08-13T04:55:12.278Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:55:12.278Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:55:12.278Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c3938d3-452f-4299-b2a8-3495f3caa729", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1660366417429, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-08-13T04:55:12.279Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:55:12.279Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:55:12.279Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c3938d3-452f-4299-b2a8-3495f3caa729", "consumerID": "aai-ml", "timestamp": 1660366425650, "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-08-13T04:55:12.286Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1c3938d3-452f-4299-b2a8-3495f3caa729 2022-08-13T04:55:12.287Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c3938d3-452f-4299-b2a8-3495f3caa729 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-08-13T04:55:12.309Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:55:12.309Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c3938d3-452f-4299-b2a8-3495f3caa729", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1660366417429, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-08-13T04:55:12.310Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:55:12.310Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:55:12.310Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c3938d3-452f-4299-b2a8-3495f3caa729", "consumerID": "clamp", "timestamp": 1660366428909, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-13T04:55:12.310Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:55:12.311Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:55:12.311Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c3938d3-452f-4299-b2a8-3495f3caa729", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1660366427364, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-13T04:55:12.311Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:55:12.311Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:55:12.311Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c3938d3-452f-4299-b2a8-3495f3caa729", "consumerID": "clamp", "timestamp": 1660366430913, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-08-13T04:55:12.312Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:55:12.312Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:55:12.312Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c3938d3-452f-4299-b2a8-3495f3caa729", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1660366429567, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-08-13T04:55:12.313Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:55:12.313Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:55:12.313Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c3938d3-452f-4299-b2a8-3495f3caa729", "consumerID": "clamp", "timestamp": 1660366431918, "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-08-13T04:55:12.323Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1c3938d3-452f-4299-b2a8-3495f3caa729 2022-08-13T04:55:12.325Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c3938d3-452f-4299-b2a8-3495f3caa729 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-08-13T04:55:12.353Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:55:12.354Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c3938d3-452f-4299-b2a8-3495f3caa729", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1660366430571, "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-08-13T04:55:12.363Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1c3938d3-452f-4299-b2a8-3495f3caa729 2022-08-13T04:55:12.363Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c3938d3-452f-4299-b2a8-3495f3caa729 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-08-13T04:55:12.808Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-13T04:55:12.809Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:55:12.824Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:55:12.824Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "580fada1-067a-46af-9295-07c1938ba732", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660366271928, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-08-13T04:55:12.916Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms 2022-08-13T04:55:12.918Z||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-08-13T04:55:12.919Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:55:12.949Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:55:12.950Z||pool-124-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2022-08-13T04:55:13.825Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-13T04:55:13.827Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:55:13.835Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:55:13.836Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "580fada1-067a-46af-9295-07c1938ba732", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660366271928, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-08-13T04:55:13.934Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-08-13T04:55:13.935Z||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-08-13T04:55:13.935Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:55:13.961Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:55:13.962Z||pool-125-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-08-13T04:55:14.838Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-13T04:55:14.850Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:55:14.853Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:55:14.853Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "580fada1-067a-46af-9295-07c1938ba732", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660366271928, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:55:14.954Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-08-13T04:55:14.955Z||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-08-13T04:55:14.956Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:55:15.050Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:55:15.050Z||pool-126-thread-1|||||INFO|500||cambria reply ok (95 ms):{"serverTimeMs":0,"count":1} 2022-08-13T04:55:15.857Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-13T04:55:15.861Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:55:15.869Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:55:15.871Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "580fada1-067a-46af-9295-07c1938ba732", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660366271928, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-08-13T04:55:15.967Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-08-13T04:55:15.969Z||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-08-13T04:55:15.969Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:55:16.015Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:55:16.016Z||pool-127-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1} 2022-08-13T04:55:16.872Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-13T04:55:16.874Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:55:16.878Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:55:16.878Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "580fada1-067a-46af-9295-07c1938ba732", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660366271928, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-08-13T04:55:16.979Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-08-13T04:55:16.980Z||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-08-13T04:55:16.980Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:55:17.007Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:55:17.008Z||pool-128-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-08-13T04:55:17.879Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-13T04:55:17.880Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:55:17.890Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:55:17.891Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "580fada1-067a-46af-9295-07c1938ba732", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660366271928, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-08-13T04:55:17.985Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms 2022-08-13T04:55:17.987Z||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-08-13T04:55:17.987Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:55:18.029Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:55:18.031Z||pool-129-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1} 2022-08-13T04:55:18.893Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-13T04:55:18.899Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:55:18.905Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:55:18.905Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "580fada1-067a-46af-9295-07c1938ba732", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660366271928, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-08-13T04:55:19.006Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-13T04:55:19.007Z||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-08-13T04:55:19.007Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:55:19.052Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:55:19.053Z||pool-130-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1} 2022-08-13T04:55:19.921Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "580fada1-067a-46af-9295-07c1938ba732", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "5f83268a-1170-4f13-823a-3b3f2d79097b", "serviceDescription": "service", "serviceInvariantUUID": "8898d5ae-f5ef-46a0-b825-32c1e06bc259", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "09f3bb61-6487-4c63-9242-74f62dc79a5a", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "3a00c3be-0405-4613-b47f-ba77a866e937", "resourceInvariantUUID": "44420898-7986-4961-aab8-0cd294c993e1", "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": "YjQwYWI3ODQ1MWYxZTgxNGQzYWI5YTI3MzFmNWNjMzQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0317c834-09d6-43e6-8816-7991fcf37bf4", "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": "238c039c-384c-44ff-8595-9be82964ebad", "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": "944527a9-4905-4f3d-9fd2-796b81e721e4", "generatedFromUUID": "238c039c-384c-44ff-8595-9be82964ebad" }, "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": "944527a9-4905-4f3d-9fd2-796b81e721e4", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "NWVmOGI1OTkxOTI4MGMwZWFhMTkxYTM4ODRkMDkyOTU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "488b811b-1dc3-485b-be14-aad42c63e9be" } ], "workloadContext": "Production" } 2022-08-13T04:55:19.925Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-08-13T04:55:19.925Z|e8278c29-18b3-4fba-8220-cf9ec47aa0cd|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5f83268a-1170-4f13-823a-3b3f2d79097b ASDC 2022-08-13T04:55:19.926Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:580fada1-067a-46af-9295-07c1938ba732 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:5f83268a-1170-4f13-823a-3b3f2d79097b ServiceInvariantUUID:8898d5ae-f5ef-46a0-b825-32c1e06bc259 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:488b811b-1dc3-485b-be14-aad42c63e9be ArtifactChecksum:NWVmOGI1OTkxOTI4MGMwZWFhMTkxYTM4ODRkMDkyOTU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:09f3bb61-6487-4c63-9242-74f62dc79a5a ResourceInvariantUUID:44420898-7986-4961-aab8-0cd294c993e1 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:3a00c3be-0405-4613-b47f-ba77a866e937 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:0317c834-09d6-43e6-8816-7991fcf37bf4 ArtifactChecksum:YjQwYWI3ODQ1MWYxZTgxNGQzYWI5YTI3MzFmNWNjMzQ= 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:238c039c-384c-44ff-8595-9be82964ebad 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:944527a9-4905-4f3d-9fd2-796b81e721e4 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:944527a9-4905-4f3d-9fd2-796b81e721e4 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-08-13T04:55:19.927Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5f83268a-1170-4f13-823a-3b3f2d79097b 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-08-13T04:55:20.081Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-13T04:55:20.087Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-08-13T04:55:20.087Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-08-13T04:55:20.087Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 488b811b-1dc3-485b-be14-aad42c63e9be from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-08-13T04:55:20.087Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-08-13T04:55:20.088Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-08-13T04:55:20.475Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-08-13T04:55:20.500Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 488b811b-1dc3-485b-be14-aad42c63e9be 78810 2022-08-13T04:55:20.501Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-08-13T04:55:20.501Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-08-13T04:55:20.501Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-13T04:55:20.501Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:55:20.518Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:55:20.519Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "580fada1-067a-46af-9295-07c1938ba732", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660366520501, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-13T04:55:20.606Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 87 ms 2022-08-13T04:55:20.608Z||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-08-13T04:55:20.609Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:55:20.651Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:55:20.651Z||pool-131-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1} 2022-08-13T04:55:21.520Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-13T04:55:21.524Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-08-13T04:55:21.524Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 488b811b-1dc3-485b-be14-aad42c63e9be, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-08-13T04:55:21.525Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-08-13T04:55:21.527Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-08-13T04:55:21.527Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-08-13T04:55:21.928Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11356850138444209727/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-08-13T04:55:24.962Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-08-13T04:55:24.969Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-08-13T04:55:24.970Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-08-13T04:55:24.971Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-08-13T04:55:24.971Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||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-08-13T04:55:24.971Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||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-08-13T04:55:24.973Z|580fada1-067a-46af-9295-07c1938ba732|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-BasicVmMacro-csar.csar 2022-08-13T04:55:24.973Z|580fada1-067a-46af-9295-07c1938ba732|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-BasicVmMacro-csar.csar 2022-08-13T04:55:24.973Z|580fada1-067a-46af-9295-07c1938ba732|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-BasicVmMacro-csar.csar 2022-08-13T04:55:24.974Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||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-08-13T04:55:24.975Z|580fada1-067a-46af-9295-07c1938ba732|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-BasicVmMacro-csar.csar 2022-08-13T04:55:24.975Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||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-08-13T04:55:24.976Z|580fada1-067a-46af-9295-07c1938ba732|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-BasicVmMacro-csar.csar 2022-08-13T04:55:24.977Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-08-13T04:55:24.977Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:55:24.978Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:55:24.978Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-08-13T04:55:24.978Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-08-13T04:55:24.979Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-13T04:55:24.979Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:55:24.979Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:55:24.980Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-08-13T04:55:24.980Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-08-13T04:55:24.980Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-13T04:55:24.980Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:55:24.981Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:55:24.981Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:55:24.981Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-08-13T04:55:24.982Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-08-13T04:55:24.982Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-08-13T04:55:24.982Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-08-13T04:55:24.982Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-08-13T04:55:24.983Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-08-13T04:55:24.983Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:55:24.983Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-08-13T04:55:24.983Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:55:24.984Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-08-13T04:55:24.990Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-13T04:55:24.991Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:55:24.991Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-08-13T04:55:24.991Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-13T04:55:24.992Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:55:24.992Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-08-13T04:55:24.992Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-13T04:55:25.001Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:55:25.001Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-08-13T04:55:25.002Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-08-13T04:55:25.002Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-08-13T04:55:25.002Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=2797f470-991d-4a67-9fe7-15e7591850a8 2022-08-13T04:55:25.002Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:55:25.002Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:55:25.002Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:55:25.003Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:55:25.005Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:55:25.005Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:55:25.005Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:55:25.005Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:55:25.005Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:5f83268a-1170-4f13-823a-3b3f2d79097b Model Version:NULL Model InvariantUuid:8898d5ae-f5ef-46a0-b825-32c1e06bc259 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:914465ef-2d56-44ed-85a1-0a73e1b8658e Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:44420898-7986-4961-aab8-0cd294c993e1 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:09f3bb61-6487-4c63-9242-74f62dc79a5a NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:2e9b07f2-65bc-47be-865b-c6fadd07027d ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:441b60f8-5ec6-46ce-922e-6d78103b34e7 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:2797f470-991d-4a67-9fe7-15e7591850a8 ModelInvariantUuid:8d35e019-1d5b-4b0d-98aa-f05d67169b8b ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:f23a9677-1898-47b3-b19f-adacddacf3cd ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:1cc999b4-e8c5-44a7-bb70-e0e38c460976 ModelInvariantUuid:d2ef6218-6b59-48e4-8b11-139bb6c0d5cf ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:eabb0fa5-971c-4055-aab7-aeaf3c2150b5 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-08-13T04:55:25.045Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 3a00c3be-0405-4613-b47f-ba77a866e937 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-08-13T04:55:25.054Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||INFO|500||basic_vm_macro 0 2022-08-13T04:55:25.055Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3a00c3be-0405-4613-b47f-ba77a866e937 2022-08-13T04:55:25.056Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 0317c834-09d6-43e6-8816-7991fcf37bf4 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-08-13T04:55:25.057Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-08-13T04:55:25.059Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||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-08-13T04:55:25.274Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-08-13T04:55:25.276Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 0317c834-09d6-43e6-8816-7991fcf37bf4 792 2022-08-13T04:55:25.276Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||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-08-13T04:55:25.276Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||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-08-13T04:55:25.277Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-13T04:55:25.278Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:55:25.281Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:55:25.281Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "580fada1-067a-46af-9295-07c1938ba732", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660366525276, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-08-13T04:55:25.381Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-13T04:55:25.383Z||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-08-13T04:55:25.383Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:55:25.406Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:55:25.407Z||pool-132-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-08-13T04:55:26.287Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "2e9b07f2-65bc-47be-865b-c6fadd07027d", "vfModuleModelVersion": "1", "vfModuleModelUUID": "441b60f8-5ec6-46ce-922e-6d78103b34e7", "vfModuleModelCustomizationUUID": "2ab963d4-198a-410b-a867-e635300a7b92", "isBase": true, "artifacts": [ "238c039c-384c-44ff-8595-9be82964ebad", "944527a9-4905-4f3d-9fd2-796b81e721e4" ], "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-08-13T04:55:26.296Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:441b60f8-5ec6-46ce-922e-6d78103b34e7 VfModuleModelInvariantUUID:2e9b07f2-65bc-47be-865b-c6fadd07027d VfModuleModelDescription:NULL Artifacts UUID List:{ 238c039c-384c-44ff-8595-9be82964ebad , 944527a9-4905-4f3d-9fd2-796b81e721e4 } 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-08-13T04:55:26.300Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "2e9b07f2-65bc-47be-865b-c6fadd07027d", "vfModuleModelVersion": "1", "vfModuleModelUUID": "441b60f8-5ec6-46ce-922e-6d78103b34e7", "vfModuleModelCustomizationUUID": "2ab963d4-198a-410b-a867-e635300a7b92", "isBase": true, "artifacts": [ "238c039c-384c-44ff-8595-9be82964ebad", "944527a9-4905-4f3d-9fd2-796b81e721e4" ], "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-08-13T04:55:26.301Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:441b60f8-5ec6-46ce-922e-6d78103b34e7 VfModuleModelInvariantUUID:2e9b07f2-65bc-47be-865b-c6fadd07027d VfModuleModelDescription:NULL Artifacts UUID List:{ 238c039c-384c-44ff-8595-9be82964ebad , 944527a9-4905-4f3d-9fd2-796b81e721e4 } 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-08-13T04:55:26.301Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 238c039c-384c-44ff-8595-9be82964ebad from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-08-13T04:55:26.301Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-08-13T04:55:26.305Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||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-08-13T04:55:26.423Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-08-13T04:55:26.424Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 238c039c-384c-44ff-8595-9be82964ebad 5033 2022-08-13T04:55:26.424Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||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-08-13T04:55:26.424Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||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-08-13T04:55:26.424Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-13T04:55:26.425Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:55:26.428Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:55:26.428Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "580fada1-067a-46af-9295-07c1938ba732", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660366526424, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-08-13T04:55:26.528Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-13T04:55:26.530Z||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-08-13T04:55:26.530Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:55:26.574Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:55:26.574Z||pool-133-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":1,"count":1} 2022-08-13T04:55:27.429Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 944527a9-4905-4f3d-9fd2-796b81e721e4 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-08-13T04:55:27.429Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-08-13T04:55:27.430Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||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-08-13T04:55:27.589Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-08-13T04:55:27.589Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 944527a9-4905-4f3d-9fd2-796b81e721e4 903 2022-08-13T04:55:27.590Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||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-08-13T04:55:27.590Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||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-08-13T04:55:27.590Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-13T04:55:27.591Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:55:27.594Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:55:27.594Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "580fada1-067a-46af-9295-07c1938ba732", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660366527590, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-08-13T04:55:27.694Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-13T04:55:27.695Z||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-08-13T04:55:27.695Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:55:27.731Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:55:27.732Z||pool-134-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1} 2022-08-13T04:55:28.596Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 5f83268a-1170-4f13-823a-3b3f2d79097b 2022-08-13T04:55:28.597Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 3a00c3be-0405-4613-b47f-ba77a866e937 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-08-13T04:55:28.631Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@8393cb1, org.onap.sdc.toscaparser.api.parameters.Input@f7a49d2, org.onap.sdc.toscaparser.api.parameters.Input@689db9e4, org.onap.sdc.toscaparser.api.parameters.Input@5a55d35c, org.onap.sdc.toscaparser.api.parameters.Input@1bc8b013] 2022-08-13T04:55:28.634Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:55:28.635Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:55:28.635Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2022-08-13T04:55:28.635Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 09f3bb61-6487-4c63-9242-74f62dc79a5a 2022-08-13T04:55:28.635Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 09f3bb61-6487-4c63-9242-74f62dc79a5a matches Tosca VF Customization UUID: 09f3bb61-6487-4c63-9242-74f62dc79a5a 2022-08-13T04:55:28.636Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 09f3bb61-6487-4c63-9242-74f62dc79a5a 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-08-13T04:55:28.645Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:55:28.646Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:55:28.652Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 09f3bb61-6487-4c63-9242-74f62dc79a5a: {\"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-08-13T04:55:28.652Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@374d69d9 2022-08-13T04:55:28.652Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:55:28.653Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-08-13T04:55:28.654Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2ab963d4-198a-410b-a867-e635300a7b92 2022-08-13T04:55:28.654Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2ab963d4-198a-410b-a867-e635300a7b92 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-08-13T04:55:28.659Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:55:28.659Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-08-13T04:55:28.659Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-13T04:55:28.660Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:55:28.660Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-08-13T04:55:28.660Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-13T04:55:28.660Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:55:28.661Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-08-13T04:55:28.661Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-08-13T04:55:28.661Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-08-13T04:55:28.662Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=2797f470-991d-4a67-9fe7-15e7591850a8 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-08-13T04:55:28.671Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:55:28.671Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-08-13T04:55:28.672Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-13T04:55:28.672Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:55:28.674Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-08-13T04:55:28.674Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=09f3bb61-6487-4c63-9242-74f62dc79a5a 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-08-13T04:55:28.683Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:55:28.683Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:55:28.684Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 5f83268a-1170-4f13-823a-3b3f2d79097b: basic_vm_macro 2022-08-13T04:55:28.684Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:55:28.684Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:55:28.684Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:55:28.684Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:55:28.684Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:55:28.684Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:55:28.685Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:55:28.685Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:55:28.685Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:55:28.685Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:55:28.685Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||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-08-13T04:55:29.001Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 3a00c3be-0405-4613-b47f-ba77a866e937 1 ASDC deployResourceStructure 2022-08-13T04:55:29.002Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||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-08-13T04:55:29.002Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||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-08-13T04:55:29.002Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-13T04:55:29.002Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:55:29.007Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:55:29.008Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "580fada1-067a-46af-9295-07c1938ba732", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660366529002, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-08-13T04:55:29.111Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-08-13T04:55:29.112Z||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-08-13T04:55:29.112Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:55:29.146Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:55:29.146Z||pool-135-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} 2022-08-13T04:55:30.012Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||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-08-13T04:55:30.013Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||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-08-13T04:55:30.013Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-13T04:55:30.013Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:55:30.016Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:55:30.023Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "580fada1-067a-46af-9295-07c1938ba732", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660366530012, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-08-13T04:55:30.116Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms 2022-08-13T04:55:30.117Z||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-08-13T04:55:30.118Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:55:30.170Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:55:30.170Z||pool-136-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":1,"count":1} 2022-08-13T04:55:31.025Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||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-08-13T04:55:31.026Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||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-08-13T04:55:31.026Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-13T04:55:31.026Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:55:31.032Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:55:31.032Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "580fada1-067a-46af-9295-07c1938ba732", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660366531025, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-08-13T04:55:31.131Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-08-13T04:55:31.133Z||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-08-13T04:55:31.133Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:55:31.197Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:55:31.198Z||pool-137-thread-1|||||INFO|500||cambria reply ok (66 ms):{"serverTimeMs":1,"count":1} 2022-08-13T04:55:32.034Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-08-13T04:55:32.035Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-08-13T04:55:32.035Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-13T04:55:32.035Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:55:32.046Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:55:32.046Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "580fada1-067a-46af-9295-07c1938ba732", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660366532034, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-08-13T04:55:32.150Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-08-13T04:55:32.151Z||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-08-13T04:55:32.151Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:55:32.198Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:55:32.198Z||pool-138-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":1,"count":1} 2022-08-13T04:55:33.048Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 580fada1-067a-46af-9295-07c1938ba732 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-13T04:55:33.067Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 580fada1-067a-46af-9295-07c1938ba732 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-13T04:55:33.074Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-13T04:55:33.075Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-08-13T04:55:33.076Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-08-13T04:55:33.077Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-08-13T04:55:33.077Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-13T04:55:33.077Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-13T04:55:33.077Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-13T04:55:33.077Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-13T04:55:33.077Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-13T04:55:33.077Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-13T04:55:33.078Z|580fada1-067a-46af-9295-07c1938ba732|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-08-13T04:55:33.090Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-08-13T04:56:03.090Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 580fada1-067a-46af-9295-07c1938ba732 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-08-13T04:56:03.138Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 580fada1-067a-46af-9295-07c1938ba732 and serviceModelVersionId: 5f83268a-1170-4f13-823a-3b3f2d79097b 2022-08-13T04:56:03.138Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8898d5ae-f5ef-46a0-b825-32c1e06bc259 2022-08-13T04:56:03.139Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8898d5ae-f5ef-46a0-b825-32c1e06bc259/model-vers/model-ver/5f83268a-1170-4f13-823a-3b3f2d79097b?depth=0 2022-08-13T04:56:03.167Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-08-13T04:56:03.285Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8898d5ae-f5ef-46a0-b825-32c1e06bc259/model-vers/model-ver/5f83268a-1170-4f13-823a-3b3f2d79097b?depth=0|INFO|500||Invoke 2022-08-13T04:56:03.286Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8898d5ae-f5ef-46a0-b825-32c1e06bc259/model-vers/model-ver/5f83268a-1170-4f13-823a-3b3f2d79097b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8898d5ae-f5ef-46a0-b825-32c1e06bc259/model-vers/model-ver/5f83268a-1170-4f13-823a-3b3f2d79097b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[580fada1-067a-46af-9295-07c1938ba732], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ee9e55fd-066e-4183-bb57-60d610da2d67], X-ECOMP-RequestID=[580fada1-067a-46af-9295-07c1938ba732], X-TransactionId=[], X-ONAP-RequestID=[580fada1-067a-46af-9295-07c1938ba732], Content-Type=[application/merge-patch+json]} 2022-08-13T04:56:03.357Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8898d5ae-f5ef-46a0-b825-32c1e06bc259/model-vers/model-ver/5f83268a-1170-4f13-823a-3b3f2d79097b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-08-13T04:56:03.610Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8898d5ae-f5ef-46a0-b825-32c1e06bc259/model-vers/model-ver/5f83268a-1170-4f13-823a-3b3f2d79097b?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/8898d5ae-f5ef-46a0-b825-32c1e06bc259/model-vers/model-ver/5f83268a-1170-4f13-823a-3b3f2d79097b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220813-04:56:02:575-67686], vertex-id=[188592], Content-Length=[0], Date=[Sat, 13 Aug 2022 04:56:02 GMT], Content-Type=[application/json]} 2022-08-13T04:56:03.611Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8898d5ae-f5ef-46a0-b825-32c1e06bc259/model-vers/model-ver/5f83268a-1170-4f13-823a-3b3f2d79097b?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-08-13T04:56:03.612Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8898d5ae-f5ef-46a0-b825-32c1e06bc259/model-vers/model-ver/5f83268a-1170-4f13-823a-3b3f2d79097b?depth=0|INFO|500||InvokeReturn 2022-08-13T04:56:03.612Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-08-13T04:56:03.612Z|580fada1-067a-46af-9295-07c1938ba732|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-08-13T04:56:03.642Z|580fada1-067a-46af-9295-07c1938ba732|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-08-13T04:56:03.643Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 580fada1-067a-46af-9295-07c1938ba732 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-08-13T04:56:03.643Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-08-13T04:56:03.644Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:56:03.661Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:56:03.673Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "580fada1-067a-46af-9295-07c1938ba732", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660366563643, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-08-13T04:56:03.748Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 74 ms 2022-08-13T04:56:03.749Z||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-08-13T04:56:03.750Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:56:03.828Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:56:03.830Z||pool-139-thread-1|||||INFO|500||cambria reply ok (82 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-08-13T04:56:04.693Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:56:04.695Z||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-08-13T04:56:04.695Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T04:56:09.220Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:56:09.222Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-13T04:56:09.223Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"1c3938d3-452f-4299-b2a8-3495f3caa729","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"52896380-bf5b-4fe5-bd89-7483caf201eb","serviceDescription":"service","serviceInvariantUUID":"e9a8e76b-fac5-44c4-aee0-c7c703bb3638","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"f81ab1b5-5e2a-46f1-ac69-ade7910e24c9","resourceInvariantUUID":"0ab25e77-ac6c-417e-8d67-71cb02c76c20","resourceCustomizationUUID":"b258a79f-0cfc-4b20-b7f2-fd5a7f6d5910","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":"YjhmNjA0ZjE5ZTY5Y2M2ZDZmNzU4OWQ5NjMzZjRiZTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c3729d85-9991-4741-9a9b-0e6e075f36f5","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":"67ab8d98-1af7-4d35-b122-8a1dc65576a4","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":"e9294aeb-3bb9-46a9-a3eb-099a9d95bffc","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":"NmVkMDNiZjJiNzEwM2MwZmQ1NDU5ODM4NDQ4MDk2NzM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"f88e53a3-db11-4764-b3b3-2691c47991f1","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":"5a22c013-3cc8-4053-a229-aadbe47442aa","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":"4a9e6d47-2463-4796-af29-b9c35e98c3e5","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":"4d216310-d566-487d-be0f-74e56e08190f","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":"OTYzMWQxNmFlYThjY2QwOWU4ZTg3Yjk0NGYyMDNkODg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"78499e43-2c7c-4c2e-92b0-a791b72f80d7","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZDJhNTIyZDVhM2E3ZTc0MjBlYjhkYjM0YzA5ZmNkODQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bfe6c42d-b4ae-455e-8e26-93cbe40a920f","artifactVersion":"1"}],"workloadContext":"Production"} 2022-08-13T04:56:09.228Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-13T04:56:09.229Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:56:09.232Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:56:09.233Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1c3938d3-452f-4299-b2a8-3495f3caa729", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660366564693, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:56:09.335Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-08-13T04:56:09.336Z||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-08-13T04:56:09.336Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:56:09.363Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:56:09.364Z||pool-140-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-08-13T04:56:10.234Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-13T04:56:10.235Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:56:10.239Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:56:10.239Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1c3938d3-452f-4299-b2a8-3495f3caa729", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660366564693, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-13T04:56:10.341Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-08-13T04:56:10.342Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-13T04:56:10.342Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:56:10.386Z||pool-141-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:56:10.387Z||pool-141-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1} 2022-08-13T04:56:11.240Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-13T04:56:11.241Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:56:11.244Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:56:11.244Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1c3938d3-452f-4299-b2a8-3495f3caa729", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660366564693, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-13T04:56:11.344Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-13T04:56:11.345Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-13T04:56:11.346Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:56:11.364Z||pool-142-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:56:11.365Z||pool-142-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-08-13T04:56:11.937Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:56:11.938Z||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-08-13T04:56:11.939Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T04:56:12.044Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:56:12.044Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:56:12.045Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8278c29-18b3-4fba-8220-cf9ec47aa0cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660366510728, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-08-13T04:56:12.046Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:56:12.046Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-13T04:56:12.046Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "580fada1-067a-46af-9295-07c1938ba732", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660366271928, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:56:12.046Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-13T04:56:12.244Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-13T04:56:12.246Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:56:12.251Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:56:12.251Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1c3938d3-452f-4299-b2a8-3495f3caa729", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660366564693, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-08-13T04:56:12.350Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-13T04:56:12.352Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-13T04:56:12.352Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:56:12.382Z||pool-143-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:56:12.383Z||pool-143-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2022-08-13T04:56:13.251Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-13T04:56:13.253Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:56:13.256Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:56:13.256Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1c3938d3-452f-4299-b2a8-3495f3caa729", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660366564693, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:56:13.357Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-13T04:56:13.358Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-13T04:56:13.358Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:56:13.383Z||pool-144-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:56:13.384Z||pool-144-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-08-13T04:56:14.257Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-13T04:56:14.258Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:56:14.272Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:56:14.273Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1c3938d3-452f-4299-b2a8-3495f3caa729", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660366564693, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-13T04:56:14.374Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-13T04:56:14.375Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-13T04:56:14.375Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:56:14.418Z||pool-145-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:56:14.419Z||pool-145-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1} 2022-08-13T04:56:15.273Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-13T04:56:15.274Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:56:15.277Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:56:15.278Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1c3938d3-452f-4299-b2a8-3495f3caa729", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660366564693, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-13T04:56:15.379Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-08-13T04:56:15.380Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-13T04:56:15.380Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:56:15.420Z||pool-146-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:56:15.434Z||pool-146-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":0,"count":1} 2022-08-13T04:56:16.281Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-13T04:56:16.282Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:56:16.284Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:56:16.284Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1c3938d3-452f-4299-b2a8-3495f3caa729", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660366564693, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-08-13T04:56:16.384Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-13T04:56:16.387Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-13T04:56:16.387Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:56:16.436Z||pool-147-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:56:16.437Z||pool-147-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":0,"count":1} 2022-08-13T04:56:17.285Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-13T04:56:17.286Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:56:17.290Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:56:17.290Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1c3938d3-452f-4299-b2a8-3495f3caa729", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660366564693, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-08-13T04:56:17.389Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-08-13T04:56:17.390Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-13T04:56:17.390Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:56:17.412Z||pool-148-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:56:17.413Z||pool-148-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-08-13T04:56:18.292Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "1c3938d3-452f-4299-b2a8-3495f3caa729", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "52896380-bf5b-4fe5-bd89-7483caf201eb", "serviceDescription": "service", "serviceInvariantUUID": "e9a8e76b-fac5-44c4-aee0-c7c703bb3638", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "b258a79f-0cfc-4b20-b7f2-fd5a7f6d5910", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "f81ab1b5-5e2a-46f1-ac69-ade7910e24c9", "resourceInvariantUUID": "0ab25e77-ac6c-417e-8d67-71cb02c76c20", "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": "ZDJhNTIyZDVhM2E3ZTc0MjBlYjhkYjM0YzA5ZmNkODQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "bfe6c42d-b4ae-455e-8e26-93cbe40a920f" } ], "workloadContext": "Production" } 2022-08-13T04:56:18.293Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-08-13T04:56:18.293Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 52896380-bf5b-4fe5-bd89-7483caf201eb ASDC 2022-08-13T04:56:18.293Z|1c3938d3-452f-4299-b2a8-3495f3caa729|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:1c3938d3-452f-4299-b2a8-3495f3caa729 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:52896380-bf5b-4fe5-bd89-7483caf201eb ServiceInvariantUUID:e9a8e76b-fac5-44c4-aee0-c7c703bb3638 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:bfe6c42d-b4ae-455e-8e26-93cbe40a920f ArtifactChecksum:ZDJhNTIyZDVhM2E3ZTc0MjBlYjhkYjM0YzA5ZmNkODQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:b258a79f-0cfc-4b20-b7f2-fd5a7f6d5910 ResourceInvariantUUID:0ab25e77-ac6c-417e-8d67-71cb02c76c20 ResourceName:test-pnf ResourceType:PNF ResourceUUID:f81ab1b5-5e2a-46f1-ac69-ade7910e24c9 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-08-13T04:56:18.294Z|1c3938d3-452f-4299-b2a8-3495f3caa729|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 52896380-bf5b-4fe5-bd89-7483caf201eb 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-08-13T04:56:18.366Z|1c3938d3-452f-4299-b2a8-3495f3caa729|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-13T04:56:18.367Z|1c3938d3-452f-4299-b2a8-3495f3caa729|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-08-13T04:56:18.367Z|1c3938d3-452f-4299-b2a8-3495f3caa729|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-08-13T04:56:18.367Z|1c3938d3-452f-4299-b2a8-3495f3caa729|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: bfe6c42d-b4ae-455e-8e26-93cbe40a920f from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-08-13T04:56:18.367Z|1c3938d3-452f-4299-b2a8-3495f3caa729|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-08-13T04:56:18.367Z|1c3938d3-452f-4299-b2a8-3495f3caa729|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-08-13T04:56:18.609Z|1c3938d3-452f-4299-b2a8-3495f3caa729|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-08-13T04:56:18.620Z|1c3938d3-452f-4299-b2a8-3495f3caa729|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar bfe6c42d-b4ae-455e-8e26-93cbe40a920f 105660 2022-08-13T04:56:18.620Z|1c3938d3-452f-4299-b2a8-3495f3caa729|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-08-13T04:56:18.621Z|1c3938d3-452f-4299-b2a8-3495f3caa729|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-08-13T04:56:18.621Z|1c3938d3-452f-4299-b2a8-3495f3caa729|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-13T04:56:18.621Z|1c3938d3-452f-4299-b2a8-3495f3caa729|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:56:18.624Z|1c3938d3-452f-4299-b2a8-3495f3caa729|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:56:18.625Z|1c3938d3-452f-4299-b2a8-3495f3caa729|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1c3938d3-452f-4299-b2a8-3495f3caa729", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660366578620, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-13T04:56:18.724Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-13T04:56:18.725Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-13T04:56:18.725Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:56:18.754Z||pool-149-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:56:18.755Z||pool-149-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1} 2022-08-13T04:56:19.625Z|1c3938d3-452f-4299-b2a8-3495f3caa729|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-13T04:56:19.626Z|1c3938d3-452f-4299-b2a8-3495f3caa729|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-08-13T04:56:19.627Z|1c3938d3-452f-4299-b2a8-3495f3caa729|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: bfe6c42d-b4ae-455e-8e26-93cbe40a920f, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-08-13T04:56:19.627Z|1c3938d3-452f-4299-b2a8-3495f3caa729|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-08-13T04:56:19.628Z|1c3938d3-452f-4299-b2a8-3495f3caa729|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-08-13T04:56:19.628Z|1c3938d3-452f-4299-b2a8-3495f3caa729|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-08-13T04:56:20.090Z|1c3938d3-452f-4299-b2a8-3495f3caa729|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14534178889474566401/Definitions/service-TestPnfMacro-template.yml 2022-08-13T04:56:22.253Z|1c3938d3-452f-4299-b2a8-3495f3caa729|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-08-13T04:56:22.254Z|1c3938d3-452f-4299-b2a8-3495f3caa729|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-08-13T04:56:22.254Z|1c3938d3-452f-4299-b2a8-3495f3caa729|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-08-13T04:56:22.254Z|1c3938d3-452f-4299-b2a8-3495f3caa729|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-08-13T04:56:22.254Z|1c3938d3-452f-4299-b2a8-3495f3caa729|pool-2-thread-9|||||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-08-13T04:56:22.254Z|1c3938d3-452f-4299-b2a8-3495f3caa729|pool-2-thread-9|||||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-08-13T04:56:22.255Z|1c3938d3-452f-4299-b2a8-3495f3caa729|pool-2-thread-9|||||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-08-13T04:56:22.255Z|1c3938d3-452f-4299-b2a8-3495f3caa729|pool-2-thread-9|||||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-08-13T04:56:22.255Z|1c3938d3-452f-4299-b2a8-3495f3caa729|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-08-13T04:56:22.255Z|1c3938d3-452f-4299-b2a8-3495f3caa729|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-08-13T04:56:22.255Z|1c3938d3-452f-4299-b2a8-3495f3caa729|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-08-13T04:56:22.255Z|1c3938d3-452f-4299-b2a8-3495f3caa729|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-08-13T04:56:22.255Z|1c3938d3-452f-4299-b2a8-3495f3caa729|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:56:22.256Z|1c3938d3-452f-4299-b2a8-3495f3caa729|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:56:22.256Z|1c3938d3-452f-4299-b2a8-3495f3caa729|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-08-13T04:56:22.256Z|1c3938d3-452f-4299-b2a8-3495f3caa729|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-08-13T04:56:22.256Z|1c3938d3-452f-4299-b2a8-3495f3caa729|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-13T04:56:22.257Z|1c3938d3-452f-4299-b2a8-3495f3caa729|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:56:22.257Z|1c3938d3-452f-4299-b2a8-3495f3caa729|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:56:22.257Z|1c3938d3-452f-4299-b2a8-3495f3caa729|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-08-13T04:56:22.257Z|1c3938d3-452f-4299-b2a8-3495f3caa729|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-08-13T04:56:22.258Z|1c3938d3-452f-4299-b2a8-3495f3caa729|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-13T04:56:22.258Z|1c3938d3-452f-4299-b2a8-3495f3caa729|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:56:22.258Z|1c3938d3-452f-4299-b2a8-3495f3caa729|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:56:22.258Z|1c3938d3-452f-4299-b2a8-3495f3caa729|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:56:22.258Z|1c3938d3-452f-4299-b2a8-3495f3caa729|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:56:22.259Z|1c3938d3-452f-4299-b2a8-3495f3caa729|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:56:22.259Z|1c3938d3-452f-4299-b2a8-3495f3caa729|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:56:22.259Z|1c3938d3-452f-4299-b2a8-3495f3caa729|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:56:22.259Z|1c3938d3-452f-4299-b2a8-3495f3caa729|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:56:22.259Z|1c3938d3-452f-4299-b2a8-3495f3caa729|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:56:22.259Z|1c3938d3-452f-4299-b2a8-3495f3caa729|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:56:22.260Z|1c3938d3-452f-4299-b2a8-3495f3caa729|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:52896380-bf5b-4fe5-bd89-7483caf201eb Model Version:NULL Model InvariantUuid:e9a8e76b-fac5-44c4-aee0-c7c703bb3638 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-08-13T04:56:22.283Z|1c3938d3-452f-4299-b2a8-3495f3caa729|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: f81ab1b5-5e2a-46f1-ac69-ade7910e24c9 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-08-13T04:56:22.291Z|1c3938d3-452f-4299-b2a8-3495f3caa729|pool-2-thread-9|||||INFO|500||test-pnf 0 2022-08-13T04:56:22.291Z|1c3938d3-452f-4299-b2a8-3495f3caa729|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: f81ab1b5-5e2a-46f1-ac69-ade7910e24c9 2022-08-13T04:56:22.292Z|1c3938d3-452f-4299-b2a8-3495f3caa729|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 52896380-bf5b-4fe5-bd89-7483caf201eb 2022-08-13T04:56:22.292Z|1c3938d3-452f-4299-b2a8-3495f3caa729|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 52896380-bf5b-4fe5-bd89-7483caf201eb 2022-08-13T04:56:22.292Z|1c3938d3-452f-4299-b2a8-3495f3caa729|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 f81ab1b5-5e2a-46f1-ac69-ade7910e24c9 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-08-13T04:56:22.302Z|1c3938d3-452f-4299-b2a8-3495f3caa729|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@34af18fc, org.onap.sdc.toscaparser.api.parameters.Input@1323d8d4, org.onap.sdc.toscaparser.api.parameters.Input@6008e73c, org.onap.sdc.toscaparser.api.parameters.Input@763ca88b, org.onap.sdc.toscaparser.api.parameters.Input@3a182648] 2022-08-13T04:56:22.303Z|1c3938d3-452f-4299-b2a8-3495f3caa729|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:56:22.303Z|1c3938d3-452f-4299-b2a8-3495f3caa729|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:56:22.303Z|1c3938d3-452f-4299-b2a8-3495f3caa729|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 52896380-bf5b-4fe5-bd89-7483caf201eb: test-pnf 2022-08-13T04:56:22.304Z|1c3938d3-452f-4299-b2a8-3495f3caa729|pool-2-thread-9|||||INFO|500||Processing PNF resource: f81ab1b5-5e2a-46f1-ac69-ade7910e24c9 2022-08-13T04:56:22.304Z|1c3938d3-452f-4299-b2a8-3495f3caa729|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-13T04:56:22.304Z|1c3938d3-452f-4299-b2a8-3495f3caa729|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-13T04:56:22.304Z|1c3938d3-452f-4299-b2a8-3495f3caa729|pool-2-thread-9|||||INFO|500||Resource customization UUID: b258a79f-0cfc-4b20-b7f2-fd5a7f6d5910 is the same as notified resource customizationUUID: b258a79f-0cfc-4b20-b7f2-fd5a7f6d5910 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-08-13T04:56:22.378Z|1c3938d3-452f-4299-b2a8-3495f3caa729|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf f81ab1b5-5e2a-46f1-ac69-ade7910e24c9 0 ASDC deployResourceStructure 2022-08-13T04:56:22.379Z|1c3938d3-452f-4299-b2a8-3495f3caa729|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-08-13T04:56:22.379Z|1c3938d3-452f-4299-b2a8-3495f3caa729|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-08-13T04:56:22.379Z|1c3938d3-452f-4299-b2a8-3495f3caa729|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-13T04:56:22.380Z|1c3938d3-452f-4299-b2a8-3495f3caa729|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:56:22.383Z|1c3938d3-452f-4299-b2a8-3495f3caa729|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:56:22.384Z|1c3938d3-452f-4299-b2a8-3495f3caa729|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1c3938d3-452f-4299-b2a8-3495f3caa729", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660366582379, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-08-13T04:56:22.483Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-13T04:56:22.485Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-13T04:56:22.485Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:56:22.516Z||pool-150-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:56:22.517Z||pool-150-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1} 2022-08-13T04:56:23.385Z|1c3938d3-452f-4299-b2a8-3495f3caa729|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1c3938d3-452f-4299-b2a8-3495f3caa729 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-13T04:56:23.410Z|1c3938d3-452f-4299-b2a8-3495f3caa729|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1c3938d3-452f-4299-b2a8-3495f3caa729 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-13T04:56:23.420Z|1c3938d3-452f-4299-b2a8-3495f3caa729|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-13T04:56:23.420Z|1c3938d3-452f-4299-b2a8-3495f3caa729|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-08-13T04:56:23.420Z|1c3938d3-452f-4299-b2a8-3495f3caa729|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-08-13T04:56:23.420Z|1c3938d3-452f-4299-b2a8-3495f3caa729|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-08-13T04:56:23.420Z|1c3938d3-452f-4299-b2a8-3495f3caa729|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-13T04:56:23.421Z|1c3938d3-452f-4299-b2a8-3495f3caa729|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-13T04:56:23.421Z|1c3938d3-452f-4299-b2a8-3495f3caa729|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-13T04:56:23.421Z|1c3938d3-452f-4299-b2a8-3495f3caa729|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-13T04:56:23.421Z|1c3938d3-452f-4299-b2a8-3495f3caa729|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-13T04:56:23.421Z|1c3938d3-452f-4299-b2a8-3495f3caa729|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-13T04:56:23.421Z|1c3938d3-452f-4299-b2a8-3495f3caa729|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-13T04:56:23.421Z|1c3938d3-452f-4299-b2a8-3495f3caa729|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-08-13T04:56:23.439Z|1c3938d3-452f-4299-b2a8-3495f3caa729|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-08-13T04:56:53.439Z|1c3938d3-452f-4299-b2a8-3495f3caa729|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1c3938d3-452f-4299-b2a8-3495f3caa729 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-08-13T04:56:53.450Z|1c3938d3-452f-4299-b2a8-3495f3caa729|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1c3938d3-452f-4299-b2a8-3495f3caa729 and serviceModelVersionId: 52896380-bf5b-4fe5-bd89-7483caf201eb 2022-08-13T04:56:53.451Z|1c3938d3-452f-4299-b2a8-3495f3caa729|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e9a8e76b-fac5-44c4-aee0-c7c703bb3638 2022-08-13T04:56:53.452Z|1c3938d3-452f-4299-b2a8-3495f3caa729|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e9a8e76b-fac5-44c4-aee0-c7c703bb3638/model-vers/model-ver/52896380-bf5b-4fe5-bd89-7483caf201eb?depth=0 2022-08-13T04:56:53.463Z|1c3938d3-452f-4299-b2a8-3495f3caa729|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-08-13T04:56:53.546Z|1c3938d3-452f-4299-b2a8-3495f3caa729|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9a8e76b-fac5-44c4-aee0-c7c703bb3638/model-vers/model-ver/52896380-bf5b-4fe5-bd89-7483caf201eb?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-08-13T04:56:53.548Z|1c3938d3-452f-4299-b2a8-3495f3caa729|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9a8e76b-fac5-44c4-aee0-c7c703bb3638/model-vers/model-ver/52896380-bf5b-4fe5-bd89-7483caf201eb?depth=0|INFO|500||Invoke 2022-08-13T04:56:53.586Z|1c3938d3-452f-4299-b2a8-3495f3caa729|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9a8e76b-fac5-44c4-aee0-c7c703bb3638/model-vers/model-ver/52896380-bf5b-4fe5-bd89-7483caf201eb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-08-13T04:56:53.873Z|1c3938d3-452f-4299-b2a8-3495f3caa729|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9a8e76b-fac5-44c4-aee0-c7c703bb3638/model-vers/model-ver/52896380-bf5b-4fe5-bd89-7483caf201eb?depth=0|INFO|500||InvokeReturn 2022-08-13T04:56:53.873Z|1c3938d3-452f-4299-b2a8-3495f3caa729|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9a8e76b-fac5-44c4-aee0-c7c703bb3638/model-vers/model-ver/52896380-bf5b-4fe5-bd89-7483caf201eb?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220813-04:56:52:793-79374], vertex-id=[266440], Content-Length=[0], Date=[Sat, 13 Aug 2022 04:56:52 GMT], Content-Type=[application/json]} 2022-08-13T04:56:53.874Z|1c3938d3-452f-4299-b2a8-3495f3caa729|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2022-08-13T04:56:53.874Z|1c3938d3-452f-4299-b2a8-3495f3caa729|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-08-13T04:56:53.874Z|1c3938d3-452f-4299-b2a8-3495f3caa729|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-08-13T04:56:53.883Z|1c3938d3-452f-4299-b2a8-3495f3caa729|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-08-13T04:56:53.883Z|1c3938d3-452f-4299-b2a8-3495f3caa729|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1c3938d3-452f-4299-b2a8-3495f3caa729 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-08-13T04:56:53.883Z|1c3938d3-452f-4299-b2a8-3495f3caa729|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-08-13T04:56:53.884Z|1c3938d3-452f-4299-b2a8-3495f3caa729|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-08-13T04:56:53.893Z|1c3938d3-452f-4299-b2a8-3495f3caa729|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-13T04:56:53.894Z|1c3938d3-452f-4299-b2a8-3495f3caa729|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1c3938d3-452f-4299-b2a8-3495f3caa729", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660366613883, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-08-13T04:56:53.987Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms 2022-08-13T04:56:53.988Z||pool-151-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-13T04:56:53.989Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ... 2022-08-13T04:56:54.049Z||pool-151-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:56:54.050Z||pool-151-thread-1|||||INFO|500||cambria reply ok (62 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-08-13T04:56:54.949Z|1c3938d3-452f-4299-b2a8-3495f3caa729|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:56:54.954Z|1c3938d3-452f-4299-b2a8-3495f3caa729|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-08-13T04:56:54.955Z|1c3938d3-452f-4299-b2a8-3495f3caa729|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 o3eFBA9aUab8FfqA) ... 2022-08-13T04:57:04.622Z|1c3938d3-452f-4299-b2a8-3495f3caa729|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:57:04.623Z|1c3938d3-452f-4299-b2a8-3495f3caa729|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:57:04.624Z|1c3938d3-452f-4299-b2a8-3495f3caa729|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-08-13T04:57:04.626Z|1c3938d3-452f-4299-b2a8-3495f3caa729|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 o3eFBA9aUab8FfqA) ... 2022-08-13T04:57:11.937Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:57:11.938Z||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-08-13T04:57:11.939Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T04:57:12.084Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:57:12.085Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-13T04:57:12.085Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "580fada1-067a-46af-9295-07c1938ba732", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660366271928, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-08-13T04:57:12.087Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-13T04:57:12.087Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-13T04:57:12.087Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "580fada1-067a-46af-9295-07c1938ba732", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660366271928, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-08-13T04:57:12.087Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-13T04:57:12.087Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-13T04:57:12.087Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "580fada1-067a-46af-9295-07c1938ba732", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660366271928, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:57:12.088Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-13T04:57:12.088Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-13T04:57:12.088Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "580fada1-067a-46af-9295-07c1938ba732", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660366271928, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-08-13T04:57:12.088Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-13T04:57:12.088Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-13T04:57:12.088Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "580fada1-067a-46af-9295-07c1938ba732", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660366271928, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-08-13T04:57:12.088Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-13T04:57:12.088Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-13T04:57:12.089Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "580fada1-067a-46af-9295-07c1938ba732", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660366271928, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-08-13T04:57:12.089Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-13T04:57:12.089Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-13T04:57:12.089Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "580fada1-067a-46af-9295-07c1938ba732", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660366271928, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-08-13T04:57:12.089Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-13T04:57:12.089Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-13T04:57:12.089Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "580fada1-067a-46af-9295-07c1938ba732", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660366520501, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-13T04:57:12.089Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:57:12.090Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-13T04:57:12.090Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "580fada1-067a-46af-9295-07c1938ba732", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660366525276, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-08-13T04:57:12.090Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:57:12.090Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-13T04:57:12.090Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "580fada1-067a-46af-9295-07c1938ba732", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660366526424, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-08-13T04:57:12.091Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:57:12.092Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-13T04:57:12.092Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "580fada1-067a-46af-9295-07c1938ba732", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660366527590, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-08-13T04:57:12.092Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:57:12.092Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-13T04:57:12.092Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "580fada1-067a-46af-9295-07c1938ba732", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660366529002, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-08-13T04:57:12.092Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:57:12.092Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-13T04:57:12.092Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "580fada1-067a-46af-9295-07c1938ba732", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660366530012, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-08-13T04:57:12.093Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:57:12.093Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-13T04:57:12.093Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "580fada1-067a-46af-9295-07c1938ba732", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660366531025, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-08-13T04:57:12.093Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:57:12.093Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-13T04:57:12.094Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "580fada1-067a-46af-9295-07c1938ba732", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660366532034, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-08-13T04:57:12.094Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:57:12.094Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-13T04:57:12.094Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "580fada1-067a-46af-9295-07c1938ba732", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660366563643, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-08-13T04:57:12.094Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:57:12.095Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-13T04:57:12.095Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c3938d3-452f-4299-b2a8-3495f3caa729", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660366564693, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:57:12.095Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-13T04:57:12.095Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-13T04:57:12.095Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c3938d3-452f-4299-b2a8-3495f3caa729", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660366564693, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-13T04:57:12.095Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-13T04:57:12.095Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-13T04:57:12.095Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c3938d3-452f-4299-b2a8-3495f3caa729", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660366564693, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-13T04:57:12.095Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-13T04:57:14.504Z|1c3938d3-452f-4299-b2a8-3495f3caa729|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:57:14.505Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:57:14.507Z|580fada1-067a-46af-9295-07c1938ba732|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-08-13T04:57:14.507Z|580fada1-067a-46af-9295-07c1938ba732|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 o3eFBA9aUab8FfqA) ... 2022-08-13T04:57:24.076Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:57:24.078Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:57:24.079Z||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-08-13T04:57:24.079Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T04:57:33.641Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:57:33.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:57:33.643Z||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-08-13T04:57:33.644Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T04:57:43.199Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:58:11.928Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:58:11.930Z||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-08-13T04:58:11.930Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T04:58:11.937Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:58:11.938Z|580fada1-067a-46af-9295-07c1938ba732|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-08-13T04:58:11.938Z|580fada1-067a-46af-9295-07c1938ba732|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 o3eFBA9aUab8FfqA) ... 2022-08-13T04:58:12.009Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:58:12.010Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-08-13T04:58:12.010Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c3938d3-452f-4299-b2a8-3495f3caa729", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660366564693, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-08-13T04:58:12.011Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-08-13T04:58:21.529Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:59:11.928Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:59:11.929Z||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-08-13T04:59:11.929Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T04:59:11.937Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T04:59:11.939Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|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-08-13T04:59:11.940Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|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 o3eFBA9aUab8FfqA) ... 2022-08-13T04:59:12.745Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T04:59:12.746Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-13T04:59:12.746Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c3938d3-452f-4299-b2a8-3495f3caa729", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660366564693, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-13T04:59:12.747Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-13T04:59:12.747Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-13T04:59:12.747Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c3938d3-452f-4299-b2a8-3495f3caa729", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660366564693, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-13T04:59:12.747Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-13T04:59:12.748Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-13T04:59:12.748Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c3938d3-452f-4299-b2a8-3495f3caa729", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660366564693, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-13T04:59:12.748Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-13T04:59:12.748Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-13T04:59:12.748Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c3938d3-452f-4299-b2a8-3495f3caa729", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660366564693, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-08-13T04:59:12.748Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-13T04:59:12.748Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-13T04:59:12.748Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c3938d3-452f-4299-b2a8-3495f3caa729", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660366564693, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-08-13T04:59:12.749Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-13T04:59:12.749Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-13T04:59:12.749Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c3938d3-452f-4299-b2a8-3495f3caa729", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660366578620, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-13T04:59:12.749Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:59:12.749Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-13T04:59:12.749Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c3938d3-452f-4299-b2a8-3495f3caa729", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660366582379, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-08-13T04:59:12.749Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:59:12.749Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-13T04:59:12.749Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c3938d3-452f-4299-b2a8-3495f3caa729", "consumerID": "SO-COpenSource-Env11", "timestamp": 1660366613883, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-08-13T04:59:12.750Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-13T04:59:21.580Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T05:00:11.928Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T05:00:11.928Z||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-08-13T05:00:11.929Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T05:00:11.937Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T05:00:11.942Z||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-08-13T05:00:11.942Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T05:00:21.563Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T05:00:21.572Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T05:01:11.928Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T05:01:11.929Z||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-08-13T05:01:11.930Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T05:01:11.941Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T05:01:11.942Z|07247635-24cc-4fba-9cfa-52c28daba5aa|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-08-13T05:01:11.942Z|07247635-24cc-4fba-9cfa-52c28daba5aa|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 o3eFBA9aUab8FfqA) ... 2022-08-13T05:01:21.584Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T05:01:21.598Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T05:02:11.938Z|1c3938d3-452f-4299-b2a8-3495f3caa729|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T05:02:11.940Z|1c3938d3-452f-4299-b2a8-3495f3caa729|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-08-13T05:02:11.940Z|1c3938d3-452f-4299-b2a8-3495f3caa729|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 o3eFBA9aUab8FfqA) ... 2022-08-13T05:02:11.938Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T05:02:11.943Z||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-08-13T05:02:11.943Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T05:02:21.572Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T05:02:21.626Z|1c3938d3-452f-4299-b2a8-3495f3caa729|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T05:03:11.928Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T05:03:11.930Z||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-08-13T05:03:11.930Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T05:03:11.945Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T05:03:11.946Z||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-08-13T05:03:11.946Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T05:03:21.543Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T05:03:21.564Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T05:04:11.931Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T05:04:11.934Z||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-08-13T05:04:11.934Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T05:04:11.937Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T05:04:11.938Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|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-08-13T05:04:11.939Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|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 o3eFBA9aUab8FfqA) ... 2022-08-13T05:04:21.535Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T05:04:21.540Z|bbbf8510-9377-40c5-8a0b-64c3894562b0|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T05:05:11.928Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T05:05:11.929Z||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-08-13T05:05:11.929Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T05:05:11.937Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T05:05:11.939Z||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-08-13T05:05:11.939Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T05:05:21.505Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T05:05:21.512Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T05:06:11.928Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T05:06:11.929Z||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-08-13T05:06:11.929Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T05:06:11.938Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T05:06:11.939Z|07247635-24cc-4fba-9cfa-52c28daba5aa|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-08-13T05:06:11.939Z|07247635-24cc-4fba-9cfa-52c28daba5aa|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 o3eFBA9aUab8FfqA) ... 2022-08-13T05:06:21.514Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T05:06:21.530Z|07247635-24cc-4fba-9cfa-52c28daba5aa|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T05:07:11.928Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T05:07:11.929Z||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-08-13T05:07:11.930Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T05:07:11.937Z|1c3938d3-452f-4299-b2a8-3495f3caa729|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T05:07:11.938Z|1c3938d3-452f-4299-b2a8-3495f3caa729|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-08-13T05:07:11.938Z|1c3938d3-452f-4299-b2a8-3495f3caa729|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 o3eFBA9aUab8FfqA) ... 2022-08-13T05:07:21.517Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T05:07:21.542Z|1c3938d3-452f-4299-b2a8-3495f3caa729|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T05:08:11.928Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T05:08:11.931Z||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-08-13T05:08:11.931Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T05:08:11.937Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T05:08:11.938Z||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-08-13T05:08:11.939Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T05:08:21.515Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T05:08:21.522Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T05:09:11.928Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T05:09:11.929Z||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-08-13T05:09:11.929Z||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 o3eFBA9aUab8FfqA) ... 2022-08-13T05:09:11.937Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-13T05:09:11.938Z|580fada1-067a-46af-9295-07c1938ba732|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-08-13T05:09:11.938Z|580fada1-067a-46af-9295-07c1938ba732|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 o3eFBA9aUab8FfqA) ... 2022-08-13T05:09:21.570Z|580fada1-067a-46af-9295-07c1938ba732|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-13T05:09:21.613Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK